Pull request #43024 opened Started by user Sebastiaan van Stijn Rebuilds build #1 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Waiting for GitHub to create a merge commit for pull request 43024. Retrying 4 more times... Obtained Jenkinsfile from d47de2a4c7f9638ab4db17ad8c4d149e771954b9+11b3bfee6ce23624bec77c4e5b8af8860cb3088f (12c70f1a744389aab724c3837ac57c6125641f16) 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-43024@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 [2021-11-17T22:09:31.734Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2021-11-17T22:09:31.738Z] Trying to pass milestone 1 [Pipeline] milestone [2021-11-17T22:09:31.807Z] Trying to pass milestone 2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2021-11-17T22:09:31.969Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-006f1270c4caeec82) in /home/ubuntu/workspace/moby_PR-43024 [Pipeline] { [Pipeline] checkout [2021-11-17T22:09:31.999Z] The recommended git tool is: git [2021-11-17T22:09:32.006Z] using credential docker-jenkins-github-credentials [2021-11-17T22:09:32.021Z] Cloning the remote Git repository [2021-11-17T22:09:32.021Z] Cloning with configured refspecs honoured and without tags [2021-11-17T22:09:32.022Z] Cloning repository https://github.com/moby/moby.git [2021-11-17T22:09:32.022Z] > git init /home/ubuntu/workspace/moby_PR-43024 # timeout=10 [2021-11-17T22:09:32.031Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-17T22:09:32.031Z] > git --version # timeout=10 [2021-11-17T22:09:32.036Z] > git --version # 'git version 2.17.1' [2021-11-17T22:09:32.036Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-17T22:09:32.037Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43024/head:refs/remotes/origin/PR-43024 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-11-17T22:09:45.753Z] Fetching without tags [2021-11-17T22:09:45.958Z] Merging remotes/origin/20.10 commit 11b3bfee6ce23624bec77c4e5b8af8860cb3088f into PR head commit d47de2a4c7f9638ab4db17ad8c4d149e771954b9 [2021-11-17T22:09:45.728Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-17T22:09:45.734Z] > git config --add remote.origin.fetch +refs/pull/43024/head:refs/remotes/origin/PR-43024 # timeout=10 [2021-11-17T22:09:45.738Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-11-17T22:09:45.746Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-17T22:09:45.754Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-17T22:09:45.754Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-17T22:09:45.755Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43024/head:refs/remotes/origin/PR-43024 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-11-17T22:09:45.959Z] > git config core.sparsecheckout # timeout=10 [2021-11-17T22:09:45.964Z] > git checkout -f d47de2a4c7f9638ab4db17ad8c4d149e771954b9 # timeout=10 [2021-11-17T22:09:47.156Z] Merge succeeded, producing c95dda409ec9f174c541b832dfa4c7b27134711f [2021-11-17T22:09:47.156Z] Checking out Revision c95dda409ec9f174c541b832dfa4c7b27134711f (PR-43024) [2021-11-17T22:09:47.225Z] Commit message: "Merge commit '11b3bfee6ce23624bec77c4e5b8af8860cb3088f' into HEAD" [2021-11-17T22:09:47.231Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-11-17T22:09:46.399Z] > git remote # timeout=10 [2021-11-17T22:09:46.404Z] > git config --get remote.origin.url # timeout=10 [2021-11-17T22:09:46.409Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-17T22:09:46.409Z] > git merge 11b3bfee6ce23624bec77c4e5b8af8860cb3088f # timeout=10 [2021-11-17T22:09:47.150Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-11-17T22:09:47.158Z] > git config core.sparsecheckout # timeout=10 [2021-11-17T22:09:47.172Z] > git checkout -f c95dda409ec9f174c541b832dfa4c7b27134711f # timeout=10 [2021-11-17T22:09:47.226Z] > git rev-list --no-walk 95afe6995795f592702d22ca98f2d2a72e720f1d # timeout=10 [2021-11-17T22:09:47.994Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43024:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco [2021-11-17T22:09:51.280Z] 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-RS1) [Pipeline] { (Branch: win-RS5) [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-RS1) [Pipeline] stage [Pipeline] { (win-RS5) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node [2021-11-17T22:09:51.488Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-006f1270c4caeec82) in /home/ubuntu/workspace/moby_PR-43024 [Pipeline] node [Pipeline] node [Pipeline] node Stage "s390x" skipped due to when conditional Stage "ppc64le" skipped due to when conditional Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [2021-11-17T22:09:51.500Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-03e5c1e0972fa3b2c) in /home/ubuntu/workspace/moby_PR-43024 [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] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { [Pipeline] checkout [2021-11-17T22:09:51.545Z] The recommended git tool is: git [Pipeline] checkout [2021-11-17T22:09:51.564Z] The recommended git tool is: git [2021-11-17T22:09:51.567Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2021-11-17T22:09:51.574Z] using credential docker-jenkins-github-credentials [2021-11-17T22:09:51.581Z] Cloning the remote Git repository [2021-11-17T22:09:51.581Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [2021-11-17T22:09:51.588Z] Fetching changes from the remote Git repository [Pipeline] // stage [2021-11-17T22:09:51.601Z] Fetching without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Run 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] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } [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] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2021-11-17T22:09:51.792Z] Running on azwin-2-108ca0 in d:\jenkins\workspace\moby_PR-43024 [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] { [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] ws [2021-11-17T22:09:51.878Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] checkout [Pipeline] // stage [2021-11-17T22:09:51.912Z] Merging remotes/origin/20.10 commit 11b3bfee6ce23624bec77c4e5b8af8860cb3088f into PR head commit d47de2a4c7f9638ab4db17ad8c4d149e771954b9 [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2021-11-17T22:09:51.972Z] The recommended git tool is: git [2021-11-17T22:09:52.119Z] Merge succeeded, producing c49a46d4fbdb96b0df63130d2c346d9a8aa251dc [2021-11-17T22:09:52.119Z] Checking out Revision c49a46d4fbdb96b0df63130d2c346d9a8aa251dc (PR-43024) [2021-11-17T22:09:52.195Z] using credential docker-jenkins-github-credentials [2021-11-17T22:09:52.214Z] Commit message: "Merge commit '11b3bfee6ce23624bec77c4e5b8af8860cb3088f' into HEAD" [2021-11-17T22:09:52.231Z] First time build. Skipping changelog. [2021-11-17T22:09:52.275Z] Cloning the remote Git repository [2021-11-17T22:09:52.275Z] Cloning with configured refspecs honoured and without tags [2021-11-17T22:09:51.574Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43024/.git # timeout=10 [2021-11-17T22:09:51.589Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-17T22:09:51.602Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-17T22:09:51.603Z] > git --version # timeout=10 [2021-11-17T22:09:51.612Z] > git --version # 'git version 2.17.1' [2021-11-17T22:09:51.612Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-17T22:09:51.613Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43024/head:refs/remotes/origin/PR-43024 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-11-17T22:09:51.913Z] > git config core.sparsecheckout # timeout=10 [2021-11-17T22:09:51.926Z] > git checkout -f d47de2a4c7f9638ab4db17ad8c4d149e771954b9 # timeout=10 [2021-11-17T22:09:51.991Z] > git remote # timeout=10 [2021-11-17T22:09:51.998Z] > git config --get remote.origin.url # timeout=10 [2021-11-17T22:09:52.006Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-17T22:09:52.008Z] > git merge 11b3bfee6ce23624bec77c4e5b8af8860cb3088f # timeout=10 [2021-11-17T22:09:52.106Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-11-17T22:09:52.121Z] > git config core.sparsecheckout # timeout=10 [2021-11-17T22:09:52.129Z] > git checkout -f c49a46d4fbdb96b0df63130d2c346d9a8aa251dc # timeout=10 [2021-11-17T22:09:52.215Z] > git rev-list --no-walk 95afe6995795f592702d22ca98f2d2a72e720f1d # timeout=10 [2021-11-17T22:09:51.585Z] Cloning repository https://github.com/moby/moby.git [2021-11-17T22:09:51.585Z] > git init /home/ubuntu/workspace/moby_PR-43024 # timeout=10 [2021-11-17T22:09:51.589Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-17T22:09:51.589Z] > git --version # timeout=10 [2021-11-17T22:09:51.591Z] > git --version # 'git version 2.17.1' [2021-11-17T22:09:51.591Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-17T22:09:51.592Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43024/head:refs/remotes/origin/PR-43024 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-11-17T22:09:52.941Z] + docker version [2021-11-17T22:09:52.941Z] Client: Docker Engine - Community [2021-11-17T22:09:52.941Z] Version: 20.10.10-rc1 [2021-11-17T22:09:52.941Z] API version: 1.41 [2021-11-17T22:09:52.941Z] Go version: go1.16.9 [2021-11-17T22:09:52.941Z] Git commit: b485636 [2021-11-17T22:09:52.941Z] Built: Mon Oct 18 15:21:56 2021 [2021-11-17T22:09:52.941Z] OS/Arch: linux/amd64 [2021-11-17T22:09:52.941Z] Context: default [2021-11-17T22:09:52.941Z] Experimental: true [2021-11-17T22:09:52.941Z] [2021-11-17T22:09:52.941Z] Server: Docker Engine - Community [2021-11-17T22:09:52.941Z] Engine: [2021-11-17T22:09:52.941Z] Version: 20.10.10-rc1 [2021-11-17T22:09:52.941Z] API version: 1.41 (minimum version 1.12) [2021-11-17T22:09:52.941Z] Go version: go1.16.9 [2021-11-17T22:09:52.941Z] Git commit: 9f5b26f [2021-11-17T22:09:52.941Z] Built: Mon Oct 18 15:20:03 2021 [2021-11-17T22:09:52.941Z] OS/Arch: linux/amd64 [2021-11-17T22:09:52.941Z] Experimental: true [2021-11-17T22:09:52.941Z] containerd: [2021-11-17T22:09:52.941Z] Version: 1.4.11 [2021-11-17T22:09:52.941Z] GitCommit: 5b46e404f6b9f661a205e28d59c982d3634148f8 [2021-11-17T22:09:52.941Z] runc: [2021-11-17T22:09:52.941Z] Version: 1.0.2 [2021-11-17T22:09:52.941Z] GitCommit: v1.0.2-0-g52b36a2 [2021-11-17T22:09:52.941Z] docker-init: [2021-11-17T22:09:52.941Z] Version: 0.19.0 [2021-11-17T22:09:52.941Z] GitCommit: de40ad0 [Pipeline] sh [2021-11-17T22:09:52.310Z] Cloning repository https://github.com/moby/moby.git [2021-11-17T22:09:52.311Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-11-17T22:09:52.369Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-17T22:09:52.369Z] > git --version # timeout=10 [2021-11-17T22:09:52.415Z] > git --version # 'git version 2.24.1.windows.2' [2021-11-17T22:09:52.415Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-17T22:09:52.417Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43024/head:refs/remotes/origin/PR-43024 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-11-17T22:09:53.220Z] + docker info [2021-11-17T22:09:53.786Z] Client: [2021-11-17T22:09:53.786Z] Context: default [2021-11-17T22:09:53.786Z] Debug Mode: false [2021-11-17T22:09:53.786Z] Plugins: [2021-11-17T22:09:53.786Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-11-17T22:09:53.786Z] buildx: Build with BuildKit (Docker Inc., v0.6.3-docker) [2021-11-17T22:09:53.786Z] compose: Docker Compose (Docker Inc., v2.0.1) [2021-11-17T22:09:53.786Z] scan: Docker Scan (Docker Inc., v0.8.0) [2021-11-17T22:09:53.786Z] [2021-11-17T22:09:53.786Z] Server: [2021-11-17T22:09:53.786Z] Containers: 0 [2021-11-17T22:09:53.786Z] Running: 0 [2021-11-17T22:09:53.786Z] Paused: 0 [2021-11-17T22:09:53.786Z] Stopped: 0 [2021-11-17T22:09:53.786Z] Images: 4 [2021-11-17T22:09:53.786Z] Server Version: 20.10.10-rc1 [2021-11-17T22:09:53.786Z] Storage Driver: overlay2 [2021-11-17T22:09:53.786Z] Backing Filesystem: extfs [2021-11-17T22:09:53.786Z] Supports d_type: true [2021-11-17T22:09:53.786Z] Native Overlay Diff: true [2021-11-17T22:09:53.786Z] userxattr: false [2021-11-17T22:09:53.786Z] Logging Driver: json-file [2021-11-17T22:09:53.786Z] Cgroup Driver: cgroupfs [2021-11-17T22:09:53.786Z] Cgroup Version: 1 [2021-11-17T22:09:53.786Z] Plugins: [2021-11-17T22:09:53.786Z] Volume: local [2021-11-17T22:09:53.786Z] Network: bridge host ipvlan macvlan null overlay [2021-11-17T22:09:53.786Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-11-17T22:09:53.786Z] Swarm: inactive [2021-11-17T22:09:53.786Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-11-17T22:09:53.786Z] Default Runtime: runc [2021-11-17T22:09:53.786Z] Init Binary: docker-init [2021-11-17T22:09:53.786Z] containerd version: 5b46e404f6b9f661a205e28d59c982d3634148f8 [2021-11-17T22:09:53.786Z] runc version: v1.0.2-0-g52b36a2 [2021-11-17T22:09:53.786Z] init version: de40ad0 [2021-11-17T22:09:53.786Z] Security Options: [2021-11-17T22:09:53.786Z] apparmor [2021-11-17T22:09:53.786Z] seccomp [2021-11-17T22:09:53.786Z] Profile: default [2021-11-17T22:09:53.786Z] Kernel Version: 5.4.0-1057-aws [2021-11-17T22:09:53.786Z] Operating System: Ubuntu 18.04.6 LTS [2021-11-17T22:09:53.786Z] OSType: linux [2021-11-17T22:09:53.786Z] Architecture: x86_64 [2021-11-17T22:09:53.786Z] CPUs: 2 [2021-11-17T22:09:53.786Z] Total Memory: 7.569GiB [2021-11-17T22:09:53.786Z] Name: ip-10-100-119-135 [2021-11-17T22:09:53.786Z] ID: VJ45:XA3V:TARU:GBDA:IWTL:KOMD:BAVL:YLAU:ZLSP:CFUA:UVNZ:SHJT [2021-11-17T22:09:53.786Z] Docker Root Dir: /var/lib/docker [2021-11-17T22:09:53.786Z] Debug Mode: false [2021-11-17T22:09:53.786Z] Registry: https://index.docker.io/v1/ [2021-11-17T22:09:53.786Z] Labels: [2021-11-17T22:09:53.786Z] Experimental: true [2021-11-17T22:09:53.786Z] Insecure Registries: [2021-11-17T22:09:53.786Z] 127.0.0.0/8 [2021-11-17T22:09:53.786Z] Live Restore Enabled: true [2021-11-17T22:09:53.786Z] [2021-11-17T22:09:53.786Z] WARNING: No swap limit support [Pipeline] sh [2021-11-17T22:09:53.991Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-073f6a9ad5524f178) in /home/ubuntu/workspace/moby_PR-43024 [Pipeline] { [Pipeline] checkout [2021-11-17T22:09:54.013Z] The recommended git tool is: git [2021-11-17T22:09:54.020Z] using credential docker-jenkins-github-credentials [2021-11-17T22:09:54.029Z] Cloning the remote Git repository [2021-11-17T22:09:54.029Z] Cloning with configured refspecs honoured and without tags [2021-11-17T22:09:54.066Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-11-17T22:09:54.066Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-11-17T22:09:54.066Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43024/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-11-17T22:09:54.066Z] + bash /home/ubuntu/workspace/moby_PR-43024/check-config.sh [2021-11-17T22:09:54.066Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-11-17T22:09:54.066Z] info: reading kernel config from /boot/config-5.4.0-1057-aws ... [2021-11-17T22:09:54.066Z] [2021-11-17T22:09:54.066Z] Generally Necessary: [2021-11-17T22:09:54.066Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-11-17T22:09:54.066Z] - apparmor: enabled and tools installed [2021-11-17T22:09:54.066Z] - CONFIG_NAMESPACES: enabled [2021-11-17T22:09:54.066Z] - CONFIG_NET_NS: enabled [2021-11-17T22:09:54.066Z] - CONFIG_PID_NS: enabled [2021-11-17T22:09:54.066Z] - CONFIG_IPC_NS: enabled [2021-11-17T22:09:54.066Z] - CONFIG_UTS_NS: enabled [2021-11-17T22:09:54.066Z] - CONFIG_CGROUPS: enabled [2021-11-17T22:09:54.066Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-11-17T22:09:54.066Z] - CONFIG_CGROUP_DEVICE: enabled [2021-11-17T22:09:54.066Z] - CONFIG_CGROUP_FREEZER: enabled [2021-11-17T22:09:54.066Z] - CONFIG_CGROUP_SCHED: enabled [2021-11-17T22:09:54.066Z] - CONFIG_CPUSETS: enabled [2021-11-17T22:09:54.066Z] - CONFIG_MEMCG: enabled [2021-11-17T22:09:54.066Z] - CONFIG_KEYS: enabled [2021-11-17T22:09:54.066Z] - CONFIG_VETH: enabled (as module) [2021-11-17T22:09:54.066Z] - CONFIG_BRIDGE: enabled (as module) [2021-11-17T22:09:54.066Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-11-17T22:09:54.066Z] - CONFIG_NF_NAT_IPV4: missing [2021-11-17T22:09:54.066Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-11-17T22:09:54.066Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-11-17T22:09:54.066Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-11-17T22:09:54.066Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-11-17T22:09:54.066Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-11-17T22:09:54.066Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-11-17T22:09:54.066Z] - CONFIG_NF_NAT: enabled (as module) [2021-11-17T22:09:54.066Z] - CONFIG_NF_NAT_NEEDED: missing [2021-11-17T22:09:54.066Z] - CONFIG_POSIX_MQUEUE: enabled [2021-11-17T22:09:54.066Z] [2021-11-17T22:09:54.066Z] Optional Features: [2021-11-17T22:09:54.066Z] - CONFIG_USER_NS: enabled [2021-11-17T22:09:54.066Z] - CONFIG_SECCOMP: enabled [2021-11-17T22:09:54.066Z] - CONFIG_CGROUP_PIDS: enabled [2021-11-17T22:09:54.066Z] - CONFIG_MEMCG_SWAP: enabled [2021-11-17T22:09:54.066Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-11-17T22:09:54.066Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-11-17T22:09:54.066Z] - CONFIG_BLK_CGROUP: enabled [2021-11-17T22:09:54.066Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-11-17T22:09:54.066Z] - CONFIG_IOSCHED_CFQ: missing [2021-11-17T22:09:54.066Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-11-17T22:09:54.066Z] - CONFIG_CGROUP_PERF: enabled [2021-11-17T22:09:54.066Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-11-17T22:09:54.325Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-11-17T22:09:54.325Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-11-17T22:09:54.325Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-11-17T22:09:54.325Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-11-17T22:09:54.325Z] - CONFIG_RT_GROUP_SCHED: missing [2021-11-17T22:09:54.325Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-11-17T22:09:54.325Z] - CONFIG_IP_VS: enabled (as module) [2021-11-17T22:09:54.325Z] - CONFIG_IP_VS_NFCT: enabled [2021-11-17T22:09:54.325Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-11-17T22:09:54.325Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-11-17T22:09:54.325Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-11-17T22:09:54.325Z] - CONFIG_EXT4_FS: enabled [2021-11-17T22:09:54.325Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-11-17T22:09:54.325Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-11-17T22:09:54.325Z] - Network Drivers: [2021-11-17T22:09:54.325Z] - "overlay": [2021-11-17T22:09:54.325Z] - CONFIG_VXLAN: enabled (as module) [2021-11-17T22:09:54.325Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-11-17T22:09:54.325Z] Optional (for encrypted networks): [2021-11-17T22:09:54.325Z] - CONFIG_CRYPTO: enabled [2021-11-17T22:09:54.325Z] - CONFIG_CRYPTO_AEAD: enabled [2021-11-17T22:09:54.325Z] - CONFIG_CRYPTO_GCM: enabled [2021-11-17T22:09:54.325Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-11-17T22:09:54.325Z] - CONFIG_CRYPTO_GHASH: enabled [2021-11-17T22:09:54.325Z] - CONFIG_XFRM: enabled [2021-11-17T22:09:54.325Z] - CONFIG_XFRM_USER: enabled (as module) [2021-11-17T22:09:54.325Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-11-17T22:09:54.325Z] - CONFIG_INET_ESP: enabled (as module) [2021-11-17T22:09:54.325Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-11-17T22:09:54.325Z] - "ipvlan": [2021-11-17T22:09:54.325Z] - CONFIG_IPVLAN: enabled (as module) [2021-11-17T22:09:54.325Z] - "macvlan": [2021-11-17T22:09:54.325Z] - CONFIG_MACVLAN: enabled (as module) [2021-11-17T22:09:54.325Z] - CONFIG_DUMMY: enabled (as module) [2021-11-17T22:09:54.325Z] - "ftp,tftp client in container": [2021-11-17T22:09:54.325Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-11-17T22:09:54.325Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-11-17T22:09:54.325Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-11-17T22:09:54.325Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-11-17T22:09:54.325Z] - Storage Drivers: [2021-11-17T22:09:54.325Z] - "aufs": [2021-11-17T22:09:54.325Z] - CONFIG_AUFS_FS: enabled (as module) [2021-11-17T22:09:54.325Z] - "btrfs": [2021-11-17T22:09:54.325Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-11-17T22:09:54.325Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-11-17T22:09:54.325Z] - "devicemapper": [2021-11-17T22:09:54.325Z] - CONFIG_BLK_DEV_DM: enabled [2021-11-17T22:09:54.325Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-11-17T22:09:54.325Z] - "overlay": [2021-11-17T22:09:54.325Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-11-17T22:09:54.325Z] - "zfs": [2021-11-17T22:09:54.325Z] - /dev/zfs: present [2021-11-17T22:09:54.325Z] - zfs command: missing [2021-11-17T22:09:54.325Z] - zpool command: missing [2021-11-17T22:09:54.325Z] [2021-11-17T22:09:54.325Z] Limits: [2021-11-17T22:09:54.325Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-11-17T22:09:54.325Z] [2021-11-17T22:09:54.325Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-11-17T22:09:54.666Z] + sudo modprobe ip_vs [2021-11-17T22:09:54.666Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:c49a46d4fbdb96b0df63130d2c346d9a8aa251dc . [2021-11-17T22:09:54.924Z] #1 [internal] load build definition from Dockerfile [2021-11-17T22:09:54.924Z] #1 sha256:b9ce10c27a59169e018319637f23e835f39b639af89a0349b0696d0123b6dda8 [2021-11-17T22:09:54.924Z] #1 transferring dockerfile: 17.04kB done [2021-11-17T22:09:54.924Z] #1 DONE 0.0s [2021-11-17T22:09:54.924Z] [2021-11-17T22:09:54.924Z] #2 [internal] load .dockerignore [2021-11-17T22:09:54.924Z] #2 sha256:7230a92998c9dc2d54e2acb2de4c5d0034f6e56014b5de0c3c6b2fe4126f7aa7 [2021-11-17T22:09:54.924Z] #2 transferring context: 87B done [2021-11-17T22:09:54.924Z] #2 DONE 0.0s [2021-11-17T22:09:54.924Z] [2021-11-17T22:09:54.924Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-11-17T22:09:54.924Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-11-17T22:09:54.924Z] #3 DONE 0.1s [2021-11-17T22:09:54.924Z] [2021-11-17T22:09:54.924Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-11-17T22:09:54.924Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-11-17T22:09:54.924Z] #4 CACHED [2021-11-17T22:09:54.029Z] Cloning repository https://github.com/moby/moby.git [2021-11-17T22:09:54.031Z] > git init /home/ubuntu/workspace/moby_PR-43024 # timeout=10 [2021-11-17T22:09:54.050Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-17T22:09:54.051Z] > git --version # timeout=10 [2021-11-17T22:09:54.067Z] > git --version # 'git version 2.17.1' [2021-11-17T22:09:54.067Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-17T22:09:54.068Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43024/head:refs/remotes/origin/PR-43024 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-11-17T22:09:55.182Z] [2021-11-17T22:09:55.182Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-11-17T22:09:55.182Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-11-17T22:09:55.182Z] #5 DONE 0.1s [2021-11-17T22:09:55.182Z] [2021-11-17T22:09:55.182Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-11-17T22:09:55.182Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-11-17T22:09:55.182Z] #8 DONE 0.1s [2021-11-17T22:09:55.182Z] [2021-11-17T22:09:55.182Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-11-17T22:09:55.182Z] #6 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-11-17T22:09:55.182Z] #6 DONE 0.1s [2021-11-17T22:09:55.182Z] [2021-11-17T22:09:55.182Z] #7 [internal] load metadata for docker.io/library/golang:1.16.10-buster [2021-11-17T22:09:55.182Z] #7 sha256:705bca3cecfe2ae9b90dd00a18e3b31b540b61c1f84bf1191487a4a560deaf69 [2021-11-17T22:09:55.182Z] #7 DONE 0.1s [2021-11-17T22:09:55.441Z] [2021-11-17T22:09:55.441Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e5333f8697a86fa1be53b2a7e994247083f61885166df0cdda9f812acb514d7c [2021-11-17T22:09:55.441Z] #26 sha256:edea472d48b98e570b16458eaf6333fc2b601119a1c33bfa71806ea14351f008 [2021-11-17T22:09:55.441Z] #26 DONE 0.0s [2021-11-17T22:09:55.441Z] [2021-11-17T22:09:55.441Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-17T22:09:55.441Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-11-17T22:09:55.441Z] #64 DONE 0.0s [2021-11-17T22:09:55.441Z] [2021-11-17T22:09:55.441Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-17T22:09:55.441Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-11-17T22:09:55.441Z] #62 DONE 0.0s [2021-11-17T22:09:55.441Z] [2021-11-17T22:09:55.441Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.10-buster@sha256:c7eca30132701a36c0cbf1044d13762a5834debbf9d6bd27d3637f529f85c09c [2021-11-17T22:09:55.441Z] #9 sha256:ae993606a9f65624c0f89197724a1b6e0ee28e21b8dfb02d94848cfaf15c0e72 [2021-11-17T22:09:55.441Z] #9 resolve docker.io/library/golang:1.16.10-buster@sha256:c7eca30132701a36c0cbf1044d13762a5834debbf9d6bd27d3637f529f85c09c done [2021-11-17T22:09:55.441Z] #9 DONE 0.0s [2021-11-17T22:09:55.441Z] [2021-11-17T22:09:55.441Z] #23 [internal] load build context [2021-11-17T22:09:55.441Z] #23 sha256:253cb161837ff88520c4dedd0da3512b16a71aef3322d8ba7f01349cb0e37bba [2021-11-17T22:09:56.829Z] #23 transferring context: 53.43MB 1.5s done [2021-11-17T22:09:56.829Z] #23 DONE 1.5s [2021-11-17T22:09:56.829Z] [2021-11-17T22:09:56.829Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-11-17T22:09:56.829Z] #10 sha256:5f4065678065e094c0189c52e78d17bfb74add524fcbfed2396ade1c30ccb40d [2021-11-17T22:09:56.829Z] #10 CACHED [2021-11-17T22:09:56.829Z] [2021-11-17T22:09:56.829Z] #11 [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 [2021-11-17T22:09:56.829Z] #11 sha256:b257263610dcead0aeb36612c341a63b1d7f5edecf65f5c8b98a4c179b1995c5 [2021-11-17T22:09:56.829Z] #11 CACHED [2021-11-17T22:09:56.829Z] [2021-11-17T22:09:56.829Z] #55 [containerd 1/2] 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 [2021-11-17T22:09:56.829Z] #55 sha256:8e0525b109a1e0f7a0b21a83028ffee6aa17ef909a907da8fbbbfde8bd37a167 [2021-11-17T22:09:56.829Z] #55 CACHED [2021-11-17T22:09:56.829Z] [2021-11-17T22:09:56.829Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-11-17T22:09:56.829Z] #12 sha256:2967b6543b50d5c1a7aa936931a82d3381e584b4501741300be2efec17c65992 [2021-11-17T22:09:56.829Z] #12 CACHED [2021-11-17T22:09:56.829Z] [2021-11-17T22:09:56.829Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-11-17T22:09:56.829Z] #13 sha256:c49801e2dce6d2ae9af8a4bf01e3f723d69e295b76ebdbe9590ac3e266c23ffb [2021-11-17T22:09:56.829Z] #13 CACHED [2021-11-17T22:09:56.829Z] [2021-11-17T22:09:56.829Z] #36 [tini 1/2] 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 [2021-11-17T22:09:56.829Z] #36 sha256:b2e8030f1d3e6b76a273518953eb3f95355461261f5319e0bdc1ab365c1aaca8 [2021-11-17T22:09:56.829Z] #36 CACHED [2021-11-17T22:09:56.829Z] [2021-11-17T22:09:56.829Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:09:56.829Z] #49 sha256:ef5d8268b98c9e9877aaa3e3608d14bcbe81740f15d1e3e59c511daa802146a7 [2021-11-17T22:10:02.116Z] #49 ... [2021-11-17T22:10:02.116Z] [2021-11-17T22:10:02.116Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-11-17T22:10:02.116Z] #58 sha256:3d59b64bea57c9b9a1f401455d8e103188bb3b6cef393ee22a9dc8069c0d0878 [2021-11-17T22:10:02.116Z] #58 4.891 + RM_GOPATH=0 [2021-11-17T22:10:02.116Z] #58 4.891 + TMP_GOPATH= [2021-11-17T22:10:02.116Z] #58 4.891 + : /build [2021-11-17T22:10:02.116Z] #58 4.891 + '[' -z '' ']' [2021-11-17T22:10:02.116Z] #58 4.891 ++ mktemp -d [2021-11-17T22:10:02.116Z] #58 4.892 + export GOPATH=/tmp/tmp.NhjYcAVgZT [2021-11-17T22:10:02.116Z] #58 4.892 + GOPATH=/tmp/tmp.NhjYcAVgZT [2021-11-17T22:10:02.116Z] #58 4.892 + RM_GOPATH=1 [2021-11-17T22:10:02.116Z] #58 4.893 + case "$(go env GOARCH)" in [2021-11-17T22:10:02.116Z] #58 4.893 ++ go env GOARCH [2021-11-17T22:10:02.116Z] #58 4.900 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:02.116Z] #58 4.900 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:02.116Z] #58 4.900 ++ dirname /tmp/install/install.sh [2021-11-17T22:10:02.116Z] #58 4.909 + dir=/tmp/install [2021-11-17T22:10:02.116Z] #58 4.914 Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2 [2021-11-17T22:10:02.116Z] #58 4.919 + bin=rootlesskit [2021-11-17T22:10:02.116Z] #58 4.919 + shift [2021-11-17T22:10:02.116Z] #58 4.919 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-11-17T22:10:02.116Z] #58 4.919 + . /tmp/install/rootlesskit.installer [2021-11-17T22:10:02.116Z] #58 4.919 ++ : 87d443683ac1e8aba4110b8081f15aaae432aaa2 [2021-11-17T22:10:02.116Z] #58 4.919 + install_rootlesskit [2021-11-17T22:10:02.116Z] #58 4.919 + case "$1" in [2021-11-17T22:10:02.116Z] #58 4.919 + export CGO_ENABLED=0 [2021-11-17T22:10:02.116Z] #58 4.919 + CGO_ENABLED=0 [2021-11-17T22:10:02.116Z] #58 4.919 + _install_rootlesskit [2021-11-17T22:10:02.116Z] #58 4.919 + echo 'Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2' [2021-11-17T22:10:02.116Z] #58 4.919 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.NhjYcAVgZT/src/github.com/rootless-containers/rootlesskit [2021-11-17T22:10:02.116Z] #58 4.919 Cloning into '/tmp/tmp.NhjYcAVgZT/src/github.com/rootless-containers/rootlesskit'... [2021-11-17T22:10:02.375Z] #58 ... [2021-11-17T22:10:02.375Z] [2021-11-17T22:10:02.375Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:10:02.375Z] #49 sha256:ef5d8268b98c9e9877aaa3e3608d14bcbe81740f15d1e3e59c511daa802146a7 [2021-11-17T22:10:02.375Z] #49 5.423 + RM_GOPATH=0 [2021-11-17T22:10:02.375Z] #49 5.423 + TMP_GOPATH= [2021-11-17T22:10:02.375Z] #49 5.423 + : /build [2021-11-17T22:10:02.375Z] #49 5.423 + '[' -z '' ']' [2021-11-17T22:10:02.375Z] #49 5.423 ++ mktemp -d [2021-11-17T22:10:02.375Z] #49 5.433 + export GOPATH=/tmp/tmp.KwhiyZMPnJ [2021-11-17T22:10:02.375Z] #49 5.433 + GOPATH=/tmp/tmp.KwhiyZMPnJ [2021-11-17T22:10:02.375Z] #49 5.433 + RM_GOPATH=1 [2021-11-17T22:10:02.375Z] #49 5.433 + case "$(go env GOARCH)" in [2021-11-17T22:10:02.375Z] #49 5.437 ++ go env GOARCH [2021-11-17T22:10:02.375Z] #49 5.484 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:02.375Z] #49 5.484 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:02.375Z] #49 5.489 ++ dirname /tmp/install/install.sh [2021-11-17T22:10:02.375Z] #49 5.489 + dir=/tmp/install [2021-11-17T22:10:02.375Z] #49 5.489 + bin=golangci_lint [2021-11-17T22:10:02.375Z] #49 5.489 + shift [2021-11-17T22:10:02.375Z] #49 5.489 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-11-17T22:10:02.375Z] #49 5.489 + . /tmp/install/golangci_lint.installer [2021-11-17T22:10:02.375Z] #49 5.489 ++ : v1.23.8 [2021-11-17T22:10:02.375Z] #49 5.489 + install_golangci_lint [2021-11-17T22:10:02.375Z] #49 5.489 + set -e [2021-11-17T22:10:02.375Z] #49 5.489 + export GO111MODULE=on [2021-11-17T22:10:02.375Z] #49 5.489 + GO111MODULE=on [2021-11-17T22:10:02.375Z] #49 5.489 + GOBIN=/build [2021-11-17T22:10:02.375Z] #49 5.489 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-11-17T22:10:03.311Z] #49 6.256 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-11-17T22:10:05.185Z] Fetching without tags [2021-11-17T22:10:05.451Z] Merging remotes/origin/20.10 commit 11b3bfee6ce23624bec77c4e5b8af8860cb3088f into PR head commit d47de2a4c7f9638ab4db17ad8c4d149e771954b9 [2021-11-17T22:10:05.149Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-17T22:10:05.152Z] > git config --add remote.origin.fetch +refs/pull/43024/head:refs/remotes/origin/PR-43024 # timeout=10 [2021-11-17T22:10:05.157Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-11-17T22:10:05.174Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-17T22:10:05.188Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-17T22:10:05.189Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-17T22:10:05.189Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43024/head:refs/remotes/origin/PR-43024 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-11-17T22:10:05.455Z] > git config core.sparsecheckout # timeout=10 [2021-11-17T22:10:05.460Z] > git checkout -f d47de2a4c7f9638ab4db17ad8c4d149e771954b9 # timeout=10 [2021-11-17T22:10:06.403Z] Merge succeeded, producing 781229ebb92184d01e91497b8a94e88934f8afc3 [2021-11-17T22:10:06.403Z] Checking out Revision 781229ebb92184d01e91497b8a94e88934f8afc3 (PR-43024) [2021-11-17T22:10:06.457Z] Commit message: "Merge commit '11b3bfee6ce23624bec77c4e5b8af8860cb3088f' into HEAD" [2021-11-17T22:10:06.463Z] First time build. Skipping changelog. [2021-11-17T22:10:06.490Z] Still waiting to schedule task [2021-11-17T22:10:06.491Z] Waiting for next available executor on ‘amd64&&ubuntu-2004&&cgroup2’ [2021-11-17T22:10:06.493Z] Still waiting to schedule task [2021-11-17T22:10:06.493Z] Waiting for next available executor on ‘arm64&&ubuntu-2004’ [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-11-17T22:10:07.272Z] + [ PR != PR ] [2021-11-17T22:10:07.272Z] + [ 20.10 != master ] [2021-11-17T22:10:07.272Z] + echo 1 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-11-17T22:10:05.889Z] > git remote # timeout=10 [2021-11-17T22:10:05.894Z] > git config --get remote.origin.url # timeout=10 [2021-11-17T22:10:05.899Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-17T22:10:05.899Z] > git merge 11b3bfee6ce23624bec77c4e5b8af8860cb3088f # timeout=10 [2021-11-17T22:10:06.401Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-11-17T22:10:06.407Z] > git config core.sparsecheckout # timeout=10 [2021-11-17T22:10:06.409Z] > git checkout -f 781229ebb92184d01e91497b8a94e88934f8afc3 # timeout=10 [2021-11-17T22:10:06.461Z] > git rev-list --no-walk 95afe6995795f592702d22ca98f2d2a72e720f1d # timeout=10 [2021-11-17T22:10:07.503Z] #49 ... [2021-11-17T22:10:07.503Z] [2021-11-17T22:10:07.503Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-11-17T22:10:07.503Z] #47 sha256:2d48f47207da5c07bbe5a72ee81525627467a7758b22240cbd9c9a7a3bf7d38f [2021-11-17T22:10:07.503Z] #47 5.585 + RM_GOPATH=0 [2021-11-17T22:10:07.503Z] #47 5.585 + TMP_GOPATH= [2021-11-17T22:10:07.503Z] #47 5.585 + : /build [2021-11-17T22:10:07.503Z] #47 5.585 + '[' -z '' ']' [2021-11-17T22:10:07.503Z] #47 5.585 ++ mktemp -d [2021-11-17T22:10:07.503Z] #47 5.595 + export GOPATH=/tmp/tmp.7ty28IvXhO [2021-11-17T22:10:07.503Z] #47 5.595 + GOPATH=/tmp/tmp.7ty28IvXhO [2021-11-17T22:10:07.503Z] #47 5.595 + RM_GOPATH=1 [2021-11-17T22:10:07.503Z] #47 5.595 + case "$(go env GOARCH)" in [2021-11-17T22:10:07.503Z] #47 5.595 ++ go env GOARCH [2021-11-17T22:10:07.503Z] #47 5.626 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:07.503Z] #47 5.626 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:07.503Z] #47 5.638 ++ dirname /tmp/install/install.sh [2021-11-17T22:10:07.503Z] #47 5.645 + dir=/tmp/install [2021-11-17T22:10:07.503Z] #47 5.645 + bin=gotestsum [2021-11-17T22:10:07.503Z] #47 5.645 + shift [2021-11-17T22:10:07.503Z] #47 5.645 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-11-17T22:10:07.503Z] #47 5.645 + . /tmp/install/gotestsum.installer [2021-11-17T22:10:07.503Z] #47 5.645 ++ : v0.5.3 [2021-11-17T22:10:07.503Z] #47 5.645 + install_gotestsum [2021-11-17T22:10:07.503Z] #47 5.645 + set -e [2021-11-17T22:10:07.503Z] #47 5.645 + export GO111MODULE=on [2021-11-17T22:10:07.503Z] #47 5.645 + GO111MODULE=on [2021-11-17T22:10:07.503Z] #47 5.645 + GOBIN=/build [2021-11-17T22:10:07.503Z] #47 5.645 + go get gotest.tools/gotestsum@v0.5.3 [2021-11-17T22:10:07.503Z] #47 6.660 go: downloading gotest.tools/gotestsum v0.5.3 [2021-11-17T22:10:07.503Z] #47 9.098 go: downloading github.com/fatih/color v1.9.0 [2021-11-17T22:10:07.503Z] #47 9.122 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-11-17T22:10:07.503Z] #47 9.160 go: downloading github.com/pkg/errors v0.9.1 [2021-11-17T22:10:07.503Z] #47 9.340 go: downloading github.com/spf13/pflag v1.0.3 [2021-11-17T22:10:07.503Z] #47 10.15 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-11-17T22:10:07.503Z] #47 10.23 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-11-17T22:10:07.503Z] #47 ... [2021-11-17T22:10:07.503Z] [2021-11-17T22:10:07.503Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-11-17T22:10:07.503Z] #34 sha256:8ca73f86845f3cabf0d1f97217e99cbb7c2ad1cd7b19eb78e62887d76a97242b [2021-11-17T22:10:07.503Z] #34 5.210 + RM_GOPATH=0 [2021-11-17T22:10:07.503Z] #34 5.210 + TMP_GOPATH= [2021-11-17T22:10:07.503Z] #34 5.210 + : /build [2021-11-17T22:10:07.503Z] #34 5.210 + '[' -z '' ']' [2021-11-17T22:10:07.503Z] #34 5.210 ++ mktemp -d [2021-11-17T22:10:07.503Z] #34 5.223 + export GOPATH=/tmp/tmp.mMVXLdpFVh [2021-11-17T22:10:07.503Z] #34 5.223 + GOPATH=/tmp/tmp.mMVXLdpFVh [2021-11-17T22:10:07.503Z] #34 5.223 + RM_GOPATH=1 [2021-11-17T22:10:07.503Z] #34 5.223 + case "$(go env GOARCH)" in [2021-11-17T22:10:07.503Z] #34 5.223 ++ go env GOARCH [2021-11-17T22:10:07.503Z] #34 5.245 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:07.503Z] #34 5.245 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:07.503Z] #34 5.245 ++ dirname /tmp/install/install.sh [2021-11-17T22:10:07.503Z] #34 5.258 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-11-17T22:10:07.503Z] #34 5.258 + dir=/tmp/install [2021-11-17T22:10:07.503Z] #34 5.258 + bin=tomlv [2021-11-17T22:10:07.503Z] #34 5.258 + shift [2021-11-17T22:10:07.503Z] #34 5.258 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-11-17T22:10:07.503Z] #34 5.258 + . /tmp/install/tomlv.installer [2021-11-17T22:10:07.503Z] #34 5.258 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-11-17T22:10:07.503Z] #34 5.258 + install_tomlv [2021-11-17T22:10:07.503Z] #34 5.258 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-11-17T22:10:07.503Z] #34 5.258 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.mMVXLdpFVh/src/github.com/BurntSushi/toml [2021-11-17T22:10:07.503Z] #34 5.258 Cloning into '/tmp/tmp.mMVXLdpFVh/src/github.com/BurntSushi/toml'... [2021-11-17T22:10:07.503Z] #34 8.065 + cd /tmp/tmp.mMVXLdpFVh/src/github.com/BurntSushi/toml [2021-11-17T22:10:07.503Z] #34 8.065 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-11-17T22:10:07.503Z] #34 8.318 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-11-17T22:10:07.504Z] #34 ... [2021-11-17T22:10:07.504Z] [2021-11-17T22:10:07.504Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-11-17T22:10:07.504Z] #56 sha256:ade19b65532c1457324d9c65c8af5cfe4f4e3330328c1cdf82d3819eac89e69b [2021-11-17T22:10:07.504Z] #56 5.512 + RM_GOPATH=0 [2021-11-17T22:10:07.504Z] #56 5.512 + TMP_GOPATH= [2021-11-17T22:10:07.504Z] #56 5.512 + : /build [2021-11-17T22:10:07.504Z] #56 5.512 + '[' -z '' ']' [2021-11-17T22:10:07.504Z] #56 5.513 ++ mktemp -d [2021-11-17T22:10:07.504Z] #56 5.526 + export GOPATH=/tmp/tmp.Watc0IHcs9 [2021-11-17T22:10:07.504Z] #56 5.526 + GOPATH=/tmp/tmp.Watc0IHcs9 [2021-11-17T22:10:07.504Z] #56 5.526 + RM_GOPATH=1 [2021-11-17T22:10:07.504Z] #56 5.526 + case "$(go env GOARCH)" in [2021-11-17T22:10:07.504Z] #56 5.527 ++ go env GOARCH [2021-11-17T22:10:07.504Z] #56 5.594 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:07.504Z] #56 5.594 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:07.504Z] #56 5.594 ++ dirname /tmp/install/install.sh [2021-11-17T22:10:07.504Z] #56 5.602 + dir=/tmp/install [2021-11-17T22:10:07.504Z] #56 5.602 + bin=containerd [2021-11-17T22:10:07.504Z] #56 5.602 + shift [2021-11-17T22:10:07.504Z] #56 5.602 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-11-17T22:10:07.504Z] #56 5.602 + . /tmp/install/containerd.installer [2021-11-17T22:10:07.504Z] #56 5.602 ++ set -e [2021-11-17T22:10:07.504Z] #56 5.602 ++ : 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2021-11-17T22:10:07.504Z] #56 5.602 + install_containerd [2021-11-17T22:10:07.504Z] #56 5.602 + echo 'Install containerd version 7b11cfaabd73bb80907dd23182b9347b4245eb5d' [2021-11-17T22:10:07.504Z] #56 5.602 + git clone https://github.com/containerd/containerd.git /tmp/tmp.Watc0IHcs9/src/github.com/containerd/containerd [2021-11-17T22:10:07.504Z] #56 5.602 Install containerd version 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2021-11-17T22:10:07.504Z] #56 5.620 Cloning into '/tmp/tmp.Watc0IHcs9/src/github.com/containerd/containerd'... [2021-11-17T22:10:07.504Z] #56 ... [2021-11-17T22:10:07.504Z] [2021-11-17T22:10:07.504Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:10:07.504Z] #45 sha256:0ba16233329590b24ad0a3f4d6a4e2ae071aca7e4c41c990216b0719eccbe6b5 [2021-11-17T22:10:07.504Z] #45 5.474 + RM_GOPATH=0 [2021-11-17T22:10:07.504Z] #45 5.474 + TMP_GOPATH= [2021-11-17T22:10:07.504Z] #45 5.474 + : /build [2021-11-17T22:10:07.504Z] #45 5.474 + '[' -z '' ']' [2021-11-17T22:10:07.504Z] #45 5.474 ++ mktemp -d [2021-11-17T22:10:07.504Z] #45 5.474 + export GOPATH=/tmp/tmp.yxkz1Hw7AA [2021-11-17T22:10:07.504Z] #45 5.474 + GOPATH=/tmp/tmp.yxkz1Hw7AA [2021-11-17T22:10:07.504Z] #45 5.474 + RM_GOPATH=1 [2021-11-17T22:10:07.504Z] #45 5.474 + case "$(go env GOARCH)" in [2021-11-17T22:10:07.504Z] #45 5.474 ++ go env GOARCH [2021-11-17T22:10:07.504Z] #45 5.515 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:07.504Z] #45 5.515 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:07.504Z] #45 5.515 ++ dirname /tmp/install/install.sh [2021-11-17T22:10:07.504Z] #45 5.520 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-11-17T22:10:07.504Z] #45 5.521 + dir=/tmp/install [2021-11-17T22:10:07.504Z] #45 5.521 + bin=vndr [2021-11-17T22:10:07.504Z] #45 5.521 + shift [2021-11-17T22:10:07.504Z] #45 5.521 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-11-17T22:10:07.504Z] #45 5.521 + . /tmp/install/vndr.installer [2021-11-17T22:10:07.504Z] #45 5.521 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-11-17T22:10:07.504Z] #45 5.521 + install_vndr [2021-11-17T22:10:07.504Z] #45 5.521 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-11-17T22:10:07.504Z] #45 5.521 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.yxkz1Hw7AA/src/github.com/LK4D4/vndr [2021-11-17T22:10:07.504Z] #45 5.545 Cloning into '/tmp/tmp.yxkz1Hw7AA/src/github.com/LK4D4/vndr'... [2021-11-17T22:10:07.504Z] #45 7.163 + cd /tmp/tmp.yxkz1Hw7AA/src/github.com/LK4D4/vndr [2021-11-17T22:10:07.504Z] #45 7.163 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-11-17T22:10:07.504Z] #45 7.175 + go build -buildmode=pie -v -o /build/vndr . [2021-11-17T22:10:07.504Z] #45 ... [2021-11-17T22:10:07.504Z] [2021-11-17T22:10:07.504Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:10:07.504Z] #51 sha256:a7fc96d6027d62be5517d126eec72a3ccb72d1e0e12893f2d00052bb057ce82e [2021-11-17T22:10:07.504Z] #51 4.414 + RM_GOPATH=0 [2021-11-17T22:10:07.504Z] #51 4.414 + TMP_GOPATH= [2021-11-17T22:10:07.504Z] #51 4.414 + : /build [2021-11-17T22:10:07.504Z] #51 4.414 + '[' -z '' ']' [2021-11-17T22:10:07.504Z] #51 4.414 ++ mktemp -d [2021-11-17T22:10:07.504Z] #51 4.414 + export GOPATH=/tmp/tmp.i3nJtp1Di6 [2021-11-17T22:10:07.504Z] #51 4.414 + GOPATH=/tmp/tmp.i3nJtp1Di6 [2021-11-17T22:10:07.504Z] #51 4.414 + RM_GOPATH=1 [2021-11-17T22:10:07.504Z] #51 4.414 + case "$(go env GOARCH)" in [2021-11-17T22:10:07.504Z] #51 4.414 ++ go env GOARCH [2021-11-17T22:10:07.504Z] #51 4.415 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-11-17T22:10:07.504Z] #51 4.416 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:07.504Z] #51 4.416 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:07.504Z] #51 4.416 ++ dirname /tmp/install/install.sh [2021-11-17T22:10:07.504Z] #51 4.416 + dir=/tmp/install [2021-11-17T22:10:07.504Z] #51 4.416 + bin=shfmt [2021-11-17T22:10:07.504Z] #51 4.416 + shift [2021-11-17T22:10:07.504Z] #51 4.416 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-11-17T22:10:07.504Z] #51 4.416 + . /tmp/install/shfmt.installer [2021-11-17T22:10:07.504Z] #51 4.416 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-11-17T22:10:07.504Z] #51 4.416 + install_shfmt [2021-11-17T22:10:07.504Z] #51 4.416 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-11-17T22:10:07.504Z] #51 4.416 + git clone https://github.com/mvdan/sh.git /tmp/tmp.i3nJtp1Di6/src/github.com/mvdan/sh [2021-11-17T22:10:07.504Z] #51 4.419 Cloning into '/tmp/tmp.i3nJtp1Di6/src/github.com/mvdan/sh'... [2021-11-17T22:10:07.596Z] + docker version [2021-11-17T22:10:07.596Z] Client: Docker Engine - Community [2021-11-17T22:10:07.596Z] Version: 20.10.10-rc1 [2021-11-17T22:10:07.596Z] API version: 1.41 [2021-11-17T22:10:07.596Z] Go version: go1.16.9 [2021-11-17T22:10:07.596Z] Git commit: b485636 [2021-11-17T22:10:07.596Z] Built: Mon Oct 18 15:21:56 2021 [2021-11-17T22:10:07.596Z] OS/Arch: linux/amd64 [2021-11-17T22:10:07.596Z] Context: default [2021-11-17T22:10:07.596Z] Experimental: true [2021-11-17T22:10:07.596Z] [2021-11-17T22:10:07.596Z] Server: Docker Engine - Community [2021-11-17T22:10:07.596Z] Engine: [2021-11-17T22:10:07.596Z] Version: 20.10.10-rc1 [2021-11-17T22:10:07.596Z] API version: 1.41 (minimum version 1.12) [2021-11-17T22:10:07.596Z] Go version: go1.16.9 [2021-11-17T22:10:07.596Z] Git commit: 9f5b26f [2021-11-17T22:10:07.596Z] Built: Mon Oct 18 15:20:03 2021 [2021-11-17T22:10:07.596Z] OS/Arch: linux/amd64 [2021-11-17T22:10:07.596Z] Experimental: true [2021-11-17T22:10:07.596Z] containerd: [2021-11-17T22:10:07.596Z] Version: 1.4.11 [2021-11-17T22:10:07.596Z] GitCommit: 5b46e404f6b9f661a205e28d59c982d3634148f8 [2021-11-17T22:10:07.596Z] runc: [2021-11-17T22:10:07.596Z] Version: 1.0.2 [2021-11-17T22:10:07.596Z] GitCommit: v1.0.2-0-g52b36a2 [2021-11-17T22:10:07.596Z] docker-init: [2021-11-17T22:10:07.596Z] Version: 0.19.0 [2021-11-17T22:10:07.596Z] GitCommit: de40ad0 [Pipeline] sh [2021-11-17T22:10:07.762Z] #51 ... [2021-11-17T22:10:07.762Z] [2021-11-17T22:10:07.762Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-11-17T22:10:07.762Z] #37 sha256:3afbd3b29d3d708e525ab948aefb5d417d5047a5f45f63e78ac38f0b8dd3d0f2 [2021-11-17T22:10:07.762Z] #37 4.504 + RM_GOPATH=0 [2021-11-17T22:10:07.762Z] #37 4.504 + TMP_GOPATH= [2021-11-17T22:10:07.762Z] #37 4.504 + : /build [2021-11-17T22:10:07.762Z] #37 4.504 + '[' -z '' ']' [2021-11-17T22:10:07.762Z] #37 4.504 ++ mktemp -d [2021-11-17T22:10:07.762Z] #37 4.516 + export GOPATH=/tmp/tmp.O3RDO6S8Gt [2021-11-17T22:10:07.762Z] #37 4.516 + GOPATH=/tmp/tmp.O3RDO6S8Gt [2021-11-17T22:10:07.762Z] #37 4.516 + RM_GOPATH=1 [2021-11-17T22:10:07.762Z] #37 4.516 + case "$(go env GOARCH)" in [2021-11-17T22:10:07.762Z] #37 4.516 ++ go env GOARCH [2021-11-17T22:10:07.762Z] #37 4.524 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:07.762Z] #37 4.524 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:07.762Z] #37 4.535 ++ dirname /tmp/install/install.sh [2021-11-17T22:10:07.762Z] #37 4.536 + dir=/tmp/install [2021-11-17T22:10:07.762Z] #37 4.536 + bin=tini [2021-11-17T22:10:07.762Z] #37 4.536 + shift [2021-11-17T22:10:07.762Z] #37 4.536 + '[' '!' -f /tmp/install/tini.installer ']' [2021-11-17T22:10:07.762Z] #37 4.536 + . /tmp/install/tini.installer [2021-11-17T22:10:07.762Z] #37 4.536 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-11-17T22:10:07.762Z] #37 4.536 + install_tini [2021-11-17T22:10:07.762Z] #37 4.536 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-11-17T22:10:07.762Z] #37 4.536 + git clone https://github.com/krallin/tini.git /tmp/tmp.O3RDO6S8Gt/tini [2021-11-17T22:10:07.762Z] #37 4.536 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-11-17T22:10:07.762Z] #37 4.548 Cloning into '/tmp/tmp.O3RDO6S8Gt/tini'... [2021-11-17T22:10:07.762Z] #37 5.458 + cd /tmp/tmp.O3RDO6S8Gt/tini [2021-11-17T22:10:07.762Z] #37 5.458 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-11-17T22:10:07.762Z] #37 5.517 + cmake . [2021-11-17T22:10:07.762Z] #37 6.620 -- The C compiler identification is GNU 8.3.0 [2021-11-17T22:10:07.762Z] #37 6.699 -- Check for working C compiler: /usr/bin/cc [2021-11-17T22:10:07.762Z] #37 7.892 -- Check for working C compiler: /usr/bin/cc -- works [2021-11-17T22:10:07.762Z] #37 7.907 -- Detecting C compiler ABI info [2021-11-17T22:10:07.762Z] #37 9.668 -- Detecting C compiler ABI info - done [2021-11-17T22:10:07.762Z] #37 9.793 -- Detecting C compile features [2021-11-17T22:10:07.762Z] #37 ... [2021-11-17T22:10:07.762Z] [2021-11-17T22:10:07.762Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-11-17T22:10:07.762Z] #53 sha256:740333f2de60965ed2b6a7a04a7c652df6b2c93abdd758177131ec748926bb87 [2021-11-17T22:10:07.762Z] #53 4.827 + RM_GOPATH=0 [2021-11-17T22:10:07.762Z] #53 4.827 + TMP_GOPATH= [2021-11-17T22:10:07.762Z] #53 4.827 + : /build [2021-11-17T22:10:07.762Z] #53 4.827 + '[' -z '' ']' [2021-11-17T22:10:07.762Z] #53 4.827 ++ mktemp -d [2021-11-17T22:10:07.762Z] #53 4.830 + export GOPATH=/tmp/tmp.yUlIkCI5C3 [2021-11-17T22:10:07.762Z] #53 4.830 + GOPATH=/tmp/tmp.yUlIkCI5C3 [2021-11-17T22:10:07.762Z] #53 4.830 + RM_GOPATH=1 [2021-11-17T22:10:07.762Z] #53 4.830 + case "$(go env GOARCH)" in [2021-11-17T22:10:07.762Z] #53 4.830 ++ go env GOARCH [2021-11-17T22:10:07.762Z] #53 4.841 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:07.762Z] #53 4.841 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:07.762Z] #53 4.841 ++ dirname /tmp/install/install.sh [2021-11-17T22:10:07.762Z] #53 4.841 + dir=/tmp/install [2021-11-17T22:10:07.762Z] #53 4.841 + bin=runc [2021-11-17T22:10:07.762Z] #53 4.841 + shift [2021-11-17T22:10:07.762Z] #53 4.841 + '[' '!' -f /tmp/install/runc.installer ']' [2021-11-17T22:10:07.762Z] #53 4.841 + . /tmp/install/runc.installer [2021-11-17T22:10:07.762Z] #53 4.841 ++ : 52b36a2dd837e8462de8e01458bf02cf9eea47dd [2021-11-17T22:10:07.762Z] #53 4.841 + install_runc [2021-11-17T22:10:07.762Z] #53 4.841 + grep -q '^3\.10\.0.*\.el7\.' [2021-11-17T22:10:07.762Z] #53 4.846 + uname -r [2021-11-17T22:10:07.762Z] #53 4.858 Install runc version 52b36a2dd837e8462de8e01458bf02cf9eea47dd (build tags: seccomp ) [2021-11-17T22:10:07.762Z] #53 4.858 + RUNC_BUILDTAGS='seccomp ' [2021-11-17T22:10:07.762Z] #53 4.858 + echo 'Install runc version 52b36a2dd837e8462de8e01458bf02cf9eea47dd (build tags: seccomp )' [2021-11-17T22:10:07.762Z] #53 4.858 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.yUlIkCI5C3/src/github.com/opencontainers/runc [2021-11-17T22:10:07.763Z] #53 4.858 Cloning into '/tmp/tmp.yUlIkCI5C3/src/github.com/opencontainers/runc'... [2021-11-17T22:10:07.891Z] + docker info [2021-11-17T22:10:07.891Z] Client: [2021-11-17T22:10:07.891Z] Context: default [2021-11-17T22:10:07.891Z] Debug Mode: false [2021-11-17T22:10:07.891Z] Plugins: [2021-11-17T22:10:07.891Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-11-17T22:10:07.891Z] buildx: Build with BuildKit (Docker Inc., v0.6.3-docker) [2021-11-17T22:10:07.891Z] compose: Docker Compose (Docker Inc., v2.0.1) [2021-11-17T22:10:07.891Z] scan: Docker Scan (Docker Inc., v0.8.0) [2021-11-17T22:10:07.891Z] [2021-11-17T22:10:07.891Z] Server: [2021-11-17T22:10:07.891Z] Containers: 0 [2021-11-17T22:10:07.891Z] Running: 0 [2021-11-17T22:10:07.891Z] Paused: 0 [2021-11-17T22:10:07.891Z] Stopped: 0 [2021-11-17T22:10:07.891Z] Images: 3 [2021-11-17T22:10:07.891Z] Server Version: 20.10.10-rc1 [2021-11-17T22:10:07.891Z] Storage Driver: overlay2 [2021-11-17T22:10:07.891Z] Backing Filesystem: extfs [2021-11-17T22:10:07.891Z] Supports d_type: true [2021-11-17T22:10:07.891Z] Native Overlay Diff: true [2021-11-17T22:10:07.891Z] userxattr: false [2021-11-17T22:10:07.891Z] Logging Driver: json-file [2021-11-17T22:10:07.891Z] Cgroup Driver: cgroupfs [2021-11-17T22:10:07.891Z] Cgroup Version: 1 [2021-11-17T22:10:07.891Z] Plugins: [2021-11-17T22:10:07.891Z] Volume: local [2021-11-17T22:10:07.891Z] Network: bridge host ipvlan macvlan null overlay [2021-11-17T22:10:07.891Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-11-17T22:10:07.891Z] Swarm: inactive [2021-11-17T22:10:07.891Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2021-11-17T22:10:07.891Z] Default Runtime: runc [2021-11-17T22:10:07.891Z] Init Binary: docker-init [2021-11-17T22:10:07.891Z] containerd version: 5b46e404f6b9f661a205e28d59c982d3634148f8 [2021-11-17T22:10:07.891Z] runc version: v1.0.2-0-g52b36a2 [2021-11-17T22:10:07.891Z] init version: de40ad0 [2021-11-17T22:10:07.891Z] Security Options: [2021-11-17T22:10:07.891Z] apparmor [2021-11-17T22:10:07.891Z] seccomp [2021-11-17T22:10:07.891Z] Profile: default [2021-11-17T22:10:07.891Z] Kernel Version: 5.4.0-1057-aws [2021-11-17T22:10:07.891Z] Operating System: Ubuntu 18.04.6 LTS [2021-11-17T22:10:07.891Z] OSType: linux [2021-11-17T22:10:07.891Z] Architecture: x86_64 [2021-11-17T22:10:07.891Z] CPUs: 2 [2021-11-17T22:10:07.891Z] Total Memory: 7.569GiB [2021-11-17T22:10:07.891Z] Name: ip-10-100-38-240 [2021-11-17T22:10:07.891Z] ID: VJ45:XA3V:TARU:GBDA:IWTL:KOMD:BAVL:YLAU:ZLSP:CFUA:UVNZ:SHJT [2021-11-17T22:10:07.891Z] Docker Root Dir: /var/lib/docker [2021-11-17T22:10:07.891Z] Debug Mode: false [2021-11-17T22:10:07.891Z] Registry: https://index.docker.io/v1/ [2021-11-17T22:10:07.891Z] Labels: [2021-11-17T22:10:07.891Z] Experimental: true [2021-11-17T22:10:07.891Z] Insecure Registries: [2021-11-17T22:10:07.891Z] 127.0.0.0/8 [2021-11-17T22:10:07.891Z] Live Restore Enabled: true [2021-11-17T22:10:07.891Z] [2021-11-17T22:10:07.891Z] WARNING: No swap limit support [Pipeline] sh [2021-11-17T22:10:08.021Z] #53 ... [2021-11-17T22:10:08.021Z] [2021-11-17T22:10:08.021Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-11-17T22:10:08.021Z] #24 sha256:541768e3c28f54da055f2671d377a8a90b492fbcba30d25aa2283f4da8faa307 [2021-11-17T22:10:08.021Z] #24 4.246 + RM_GOPATH=0 [2021-11-17T22:10:08.021Z] #24 4.246 + TMP_GOPATH= [2021-11-17T22:10:08.021Z] #24 4.246 + : /build [2021-11-17T22:10:08.021Z] #24 4.246 + '[' -z '' ']' [2021-11-17T22:10:08.021Z] #24 4.253 ++ mktemp -d [2021-11-17T22:10:08.021Z] #24 4.258 + export GOPATH=/tmp/tmp.jPFwkOLYg6 [2021-11-17T22:10:08.021Z] #24 4.258 + GOPATH=/tmp/tmp.jPFwkOLYg6 [2021-11-17T22:10:08.021Z] #24 4.258 + RM_GOPATH=1 [2021-11-17T22:10:08.021Z] #24 4.258 + case "$(go env GOARCH)" in [2021-11-17T22:10:08.021Z] #24 4.258 ++ go env GOARCH [2021-11-17T22:10:08.021Z] #24 4.262 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:08.021Z] #24 4.262 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:08.021Z] #24 4.262 ++ dirname /tmp/install/install.sh [2021-11-17T22:10:08.021Z] #24 4.263 Install docker/cli version 17.06.2-ce from stable [2021-11-17T22:10:08.021Z] #24 4.264 + dir=/tmp/install [2021-11-17T22:10:08.021Z] #24 4.264 + bin=dockercli [2021-11-17T22:10:08.021Z] #24 4.264 + shift [2021-11-17T22:10:08.021Z] #24 4.264 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-11-17T22:10:08.021Z] #24 4.264 + . /tmp/install/dockercli.installer [2021-11-17T22:10:08.021Z] #24 4.264 ++ : stable [2021-11-17T22:10:08.021Z] #24 4.264 ++ : 17.06.2-ce [2021-11-17T22:10:08.021Z] #24 4.264 + install_dockercli [2021-11-17T22:10:08.021Z] #24 4.264 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-11-17T22:10:08.021Z] #24 4.268 ++ uname -m [2021-11-17T22:10:08.021Z] #24 4.268 + arch=x86_64 [2021-11-17T22:10:08.021Z] #24 4.268 + '[' x86_64 '!=' x86_64 ']' [2021-11-17T22:10:08.021Z] #24 4.268 + url=https://download.docker.com/linux/static [2021-11-17T22:10:08.021Z] #24 4.268 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-11-17T22:10:08.021Z] #24 4.274 + tar -xz docker/docker [2021-11-17T22:10:08.021Z] #24 ... [2021-11-17T22:10:08.021Z] [2021-11-17T22:10:08.021Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-11-17T22:10:08.021Z] #67 sha256:95fdc3ec2f6c7569e515bfd8ff0bb9674dfaaf34996e760437c7cc9f43f66eca [2021-11-17T22:10:08.021Z] #67 5.012 + RM_GOPATH=0 [2021-11-17T22:10:08.021Z] #67 5.012 + TMP_GOPATH= [2021-11-17T22:10:08.021Z] #67 5.012 + : /build [2021-11-17T22:10:08.021Z] #67 5.012 + '[' -z '' ']' [2021-11-17T22:10:08.021Z] #67 5.012 ++ mktemp -d [2021-11-17T22:10:08.021Z] #67 5.026 + export GOPATH=/tmp/tmp.RIZmbEBjr4 [2021-11-17T22:10:08.021Z] #67 5.026 + GOPATH=/tmp/tmp.RIZmbEBjr4 [2021-11-17T22:10:08.021Z] #67 5.026 + RM_GOPATH=1 [2021-11-17T22:10:08.021Z] #67 5.026 + case "$(go env GOARCH)" in [2021-11-17T22:10:08.021Z] #67 5.026 ++ go env GOARCH [2021-11-17T22:10:08.021Z] #67 5.053 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:08.021Z] #67 5.066 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:08.021Z] #67 5.066 ++ dirname /tmp/install/install.sh [2021-11-17T22:10:08.021Z] #67 5.078 Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-11-17T22:10:08.021Z] #67 5.078 + dir=/tmp/install [2021-11-17T22:10:08.021Z] #67 5.078 + bin=proxy [2021-11-17T22:10:08.021Z] #67 5.078 + shift [2021-11-17T22:10:08.021Z] #67 5.078 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-11-17T22:10:08.021Z] #67 5.078 + . /tmp/install/proxy.installer [2021-11-17T22:10:08.021Z] #67 5.078 ++ : 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-11-17T22:10:08.021Z] #67 5.078 + install_proxy [2021-11-17T22:10:08.021Z] #67 5.078 + case "$1" in [2021-11-17T22:10:08.021Z] #67 5.078 + export CGO_ENABLED=0 [2021-11-17T22:10:08.021Z] #67 5.078 + CGO_ENABLED=0 [2021-11-17T22:10:08.021Z] #67 5.078 + _install_proxy [2021-11-17T22:10:08.021Z] #67 5.078 + echo 'Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8' [2021-11-17T22:10:08.021Z] #67 5.078 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.RIZmbEBjr4/src/github.com/docker/libnetwork [2021-11-17T22:10:08.021Z] #67 5.078 Cloning into '/tmp/tmp.RIZmbEBjr4/src/github.com/docker/libnetwork'... [2021-11-17T22:10:08.177Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-11-17T22:10:08.177Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-11-17T22:10:08.177Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43024/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-11-17T22:10:08.177Z] + bash /home/ubuntu/workspace/moby_PR-43024/check-config.sh [2021-11-17T22:10:08.177Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-11-17T22:10:08.177Z] info: reading kernel config from /boot/config-5.4.0-1057-aws ... [2021-11-17T22:10:08.177Z] [2021-11-17T22:10:08.177Z] Generally Necessary: [2021-11-17T22:10:08.177Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-11-17T22:10:08.177Z] - apparmor: enabled and tools installed [2021-11-17T22:10:08.177Z] - CONFIG_NAMESPACES: enabled [2021-11-17T22:10:08.177Z] - CONFIG_NET_NS: enabled [2021-11-17T22:10:08.177Z] - CONFIG_PID_NS: enabled [2021-11-17T22:10:08.177Z] - CONFIG_IPC_NS: enabled [2021-11-17T22:10:08.177Z] - CONFIG_UTS_NS: enabled [2021-11-17T22:10:08.177Z] - CONFIG_CGROUPS: enabled [2021-11-17T22:10:08.177Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-11-17T22:10:08.177Z] - CONFIG_CGROUP_DEVICE: enabled [2021-11-17T22:10:08.177Z] - CONFIG_CGROUP_FREEZER: enabled [2021-11-17T22:10:08.177Z] - CONFIG_CGROUP_SCHED: enabled [2021-11-17T22:10:08.177Z] - CONFIG_CPUSETS: enabled [2021-11-17T22:10:08.177Z] - CONFIG_MEMCG: enabled [2021-11-17T22:10:08.177Z] - CONFIG_KEYS: enabled [2021-11-17T22:10:08.177Z] - CONFIG_VETH: enabled (as module) [2021-11-17T22:10:08.177Z] - CONFIG_BRIDGE: enabled (as module) [2021-11-17T22:10:08.177Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-11-17T22:10:08.177Z] - CONFIG_NF_NAT_IPV4: missing [2021-11-17T22:10:08.177Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-11-17T22:10:08.177Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-11-17T22:10:08.177Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-11-17T22:10:08.177Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-11-17T22:10:08.177Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-11-17T22:10:08.177Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-11-17T22:10:08.177Z] - CONFIG_NF_NAT: enabled (as module) [2021-11-17T22:10:08.177Z] - CONFIG_NF_NAT_NEEDED: missing [2021-11-17T22:10:08.177Z] - CONFIG_POSIX_MQUEUE: enabled [2021-11-17T22:10:08.177Z] [2021-11-17T22:10:08.177Z] Optional Features: [2021-11-17T22:10:08.177Z] - CONFIG_USER_NS: enabled [2021-11-17T22:10:08.177Z] - CONFIG_SECCOMP: enabled [2021-11-17T22:10:08.177Z] - CONFIG_CGROUP_PIDS: enabled [2021-11-17T22:10:08.177Z] - CONFIG_MEMCG_SWAP: enabled [2021-11-17T22:10:08.177Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-11-17T22:10:08.177Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-11-17T22:10:08.177Z] - CONFIG_BLK_CGROUP: enabled [2021-11-17T22:10:08.177Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-11-17T22:10:08.177Z] - CONFIG_IOSCHED_CFQ: missing [2021-11-17T22:10:08.177Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-11-17T22:10:08.177Z] - CONFIG_CGROUP_PERF: enabled [2021-11-17T22:10:08.177Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-11-17T22:10:08.177Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-11-17T22:10:08.177Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-11-17T22:10:08.177Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-11-17T22:10:08.177Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-11-17T22:10:08.177Z] - CONFIG_RT_GROUP_SCHED: missing [2021-11-17T22:10:08.177Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-11-17T22:10:08.178Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-17T22:10:08.183Z] > git config --add remote.origin.fetch +refs/pull/43024/head:refs/remotes/origin/PR-43024 # timeout=10 [2021-11-17T22:10:08.188Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-11-17T22:10:08.202Z] Fetching without tags [2021-11-17T22:10:08.279Z] #67 ... [2021-11-17T22:10:08.279Z] [2021-11-17T22:10:08.279Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-11-17T22:10:08.279Z] #47 sha256:2d48f47207da5c07bbe5a72ee81525627467a7758b22240cbd9c9a7a3bf7d38f [2021-11-17T22:10:08.279Z] #47 10.37 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-11-17T22:10:08.279Z] #47 10.46 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-11-17T22:10:08.279Z] #47 11.08 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-11-17T22:10:08.437Z] - CONFIG_IP_VS: enabled (as module) [2021-11-17T22:10:08.437Z] - CONFIG_IP_VS_NFCT: enabled [2021-11-17T22:10:08.437Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-11-17T22:10:08.437Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-11-17T22:10:08.437Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-11-17T22:10:08.437Z] - CONFIG_EXT4_FS: enabled [2021-11-17T22:10:08.437Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-11-17T22:10:08.437Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-11-17T22:10:08.437Z] - Network Drivers: [2021-11-17T22:10:08.437Z] - "overlay": [2021-11-17T22:10:08.437Z] - CONFIG_VXLAN: enabled (as module) [2021-11-17T22:10:08.437Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-11-17T22:10:08.437Z] Optional (for encrypted networks): [2021-11-17T22:10:08.437Z] - CONFIG_CRYPTO: enabled [2021-11-17T22:10:08.437Z] - CONFIG_CRYPTO_AEAD: enabled [2021-11-17T22:10:08.437Z] - CONFIG_CRYPTO_GCM: enabled [2021-11-17T22:10:08.437Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-11-17T22:10:08.437Z] - CONFIG_CRYPTO_GHASH: enabled [2021-11-17T22:10:08.437Z] - CONFIG_XFRM: enabled [2021-11-17T22:10:08.437Z] - CONFIG_XFRM_USER: enabled (as module) [2021-11-17T22:10:08.437Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-11-17T22:10:08.437Z] - CONFIG_INET_ESP: enabled (as module) [2021-11-17T22:10:08.437Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-11-17T22:10:08.437Z] - "ipvlan": [2021-11-17T22:10:08.437Z] - CONFIG_IPVLAN: enabled (as module) [2021-11-17T22:10:08.437Z] - "macvlan": [2021-11-17T22:10:08.437Z] - CONFIG_MACVLAN: enabled (as module) [2021-11-17T22:10:08.437Z] - CONFIG_DUMMY: enabled (as module) [2021-11-17T22:10:08.438Z] - "ftp,tftp client in container": [2021-11-17T22:10:08.438Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-11-17T22:10:08.438Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-11-17T22:10:08.438Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-11-17T22:10:08.438Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-11-17T22:10:08.438Z] - Storage Drivers: [2021-11-17T22:10:08.438Z] - "aufs": [2021-11-17T22:10:08.438Z] - CONFIG_AUFS_FS: enabled (as module) [2021-11-17T22:10:08.438Z] - "btrfs": [2021-11-17T22:10:08.438Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-11-17T22:10:08.438Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-11-17T22:10:08.438Z] - "devicemapper": [2021-11-17T22:10:08.438Z] - CONFIG_BLK_DEV_DM: enabled [2021-11-17T22:10:08.438Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-11-17T22:10:08.438Z] - "overlay": [2021-11-17T22:10:08.438Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-11-17T22:10:08.438Z] - "zfs": [2021-11-17T22:10:08.438Z] - /dev/zfs: present [2021-11-17T22:10:08.438Z] - zfs command: missing [2021-11-17T22:10:08.438Z] - zpool command: missing [2021-11-17T22:10:08.438Z] [2021-11-17T22:10:08.438Z] Limits: [2021-11-17T22:10:08.438Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-11-17T22:10:08.438Z] [2021-11-17T22:10:08.438Z] + true [Pipeline] } [2021-11-17T22:10:08.453Z] Merging remotes/origin/20.10 commit 11b3bfee6ce23624bec77c4e5b8af8860cb3088f into PR head commit d47de2a4c7f9638ab4db17ad8c4d149e771954b9 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2021-11-17T22:10:08.484Z] Fetching without tags [Pipeline] sh [2021-11-17T22:10:08.770Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:781229ebb92184d01e91497b8a94e88934f8afc3 . [2021-11-17T22:10:08.770Z] #1 [internal] load build definition from Dockerfile [2021-11-17T22:10:08.770Z] #1 sha256:91e69f2eb4d7aca82c62640b3ca930f6740c69edff1d06e3834214e1a1e557f1 [2021-11-17T22:10:08.770Z] #1 transferring dockerfile: 17.04kB done [2021-11-17T22:10:08.770Z] #1 DONE 0.0s [2021-11-17T22:10:08.770Z] [2021-11-17T22:10:08.770Z] #2 [internal] load .dockerignore [2021-11-17T22:10:08.770Z] #2 sha256:41e88e9e3e9336e636492874959ce8b6ce8a8ef9e60db60ea0b041a5821a0056 [2021-11-17T22:10:08.770Z] #2 transferring context: 87B done [2021-11-17T22:10:08.770Z] #2 DONE 0.0s [2021-11-17T22:10:08.770Z] [2021-11-17T22:10:08.770Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-11-17T22:10:08.770Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-11-17T22:10:09.030Z] #3 DONE 0.1s [2021-11-17T22:10:09.030Z] [2021-11-17T22:10:09.030Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-11-17T22:10:09.030Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-11-17T22:10:09.030Z] #4 CACHED [2021-11-17T22:10:09.030Z] [2021-11-17T22:10:09.030Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-11-17T22:10:09.030Z] #6 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-11-17T22:10:09.030Z] #6 DONE 0.1s [2021-11-17T22:10:09.030Z] [2021-11-17T22:10:09.030Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-11-17T22:10:09.030Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-11-17T22:10:09.030Z] #5 DONE 0.1s [2021-11-17T22:10:09.030Z] [2021-11-17T22:10:09.030Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-11-17T22:10:09.030Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-11-17T22:10:09.207Z] Merging remotes/origin/20.10 commit 11b3bfee6ce23624bec77c4e5b8af8860cb3088f into PR head commit d47de2a4c7f9638ab4db17ad8c4d149e771954b9 [2021-11-17T22:10:09.294Z] #8 DONE 0.1s [2021-11-17T22:10:09.294Z] [2021-11-17T22:10:09.294Z] #7 [internal] load metadata for docker.io/library/golang:1.16.10-buster [2021-11-17T22:10:09.294Z] #7 sha256:705bca3cecfe2ae9b90dd00a18e3b31b540b61c1f84bf1191487a4a560deaf69 [2021-11-17T22:10:09.294Z] #7 DONE 0.2s [2021-11-17T22:10:09.410Z] Merge succeeded, producing 434f1438ec517517507334d21c7683418b28663a [2021-11-17T22:10:09.410Z] Checking out Revision 434f1438ec517517507334d21c7683418b28663a (PR-43024) [2021-11-17T22:10:09.481Z] Commit message: "Merge commit '11b3bfee6ce23624bec77c4e5b8af8860cb3088f' into HEAD" [2021-11-17T22:10:09.495Z] First time build. Skipping changelog. [2021-11-17T22:10:09.555Z] [2021-11-17T22:10:09.555Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e5333f8697a86fa1be53b2a7e994247083f61885166df0cdda9f812acb514d7c [2021-11-17T22:10:09.555Z] #26 sha256:edea472d48b98e570b16458eaf6333fc2b601119a1c33bfa71806ea14351f008 [2021-11-17T22:10:09.555Z] #26 DONE 0.0s [2021-11-17T22:10:09.555Z] [2021-11-17T22:10:09.555Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-17T22:10:09.555Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-11-17T22:10:09.555Z] #64 DONE 0.0s [2021-11-17T22:10:09.555Z] [2021-11-17T22:10:09.555Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-17T22:10:09.555Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-11-17T22:10:09.555Z] #62 DONE 0.0s [2021-11-17T22:10:09.555Z] [2021-11-17T22:10:09.555Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.10-buster@sha256:c7eca30132701a36c0cbf1044d13762a5834debbf9d6bd27d3637f529f85c09c [2021-11-17T22:10:09.555Z] #9 sha256:ae993606a9f65624c0f89197724a1b6e0ee28e21b8dfb02d94848cfaf15c0e72 [2021-11-17T22:10:09.555Z] #9 resolve docker.io/library/golang:1.16.10-buster@sha256:c7eca30132701a36c0cbf1044d13762a5834debbf9d6bd27d3637f529f85c09c 0.0s done [2021-11-17T22:10:09.555Z] #9 DONE 0.0s [2021-11-17T22:10:09.555Z] [2021-11-17T22:10:09.555Z] #23 [internal] load build context [2021-11-17T22:10:09.555Z] #23 sha256:0adc11e8aa051d54494b98f9cad3a791ddb1ad14fab62efffda0f6c2b634980e [2021-11-17T22:10:08.175Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-17T22:10:08.222Z] > git config --add remote.origin.fetch +refs/pull/43024/head:refs/remotes/origin/PR-43024 # timeout=10 [2021-11-17T22:10:08.272Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-11-17T22:10:08.396Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-17T22:10:08.519Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-17T22:10:08.519Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-17T22:10:08.521Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43024/head:refs/remotes/origin/PR-43024 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-11-17T22:10:09.242Z] > git config core.sparsecheckout # timeout=10 [2021-11-17T22:10:09.292Z] > git checkout -f d47de2a4c7f9638ab4db17ad8c4d149e771954b9 # timeout=10 [2021-11-17T22:10:08.195Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-17T22:10:08.202Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-17T22:10:08.202Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-17T22:10:08.203Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43024/head:refs/remotes/origin/PR-43024 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-11-17T22:10:08.453Z] > git config core.sparsecheckout # timeout=10 [2021-11-17T22:10:08.456Z] > git checkout -f d47de2a4c7f9638ab4db17ad8c4d149e771954b9 # timeout=10 [2021-11-17T22:10:08.889Z] > git remote # timeout=10 [2021-11-17T22:10:08.894Z] > git config --get remote.origin.url # timeout=10 [2021-11-17T22:10:08.899Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-17T22:10:08.900Z] > git merge 11b3bfee6ce23624bec77c4e5b8af8860cb3088f # timeout=10 [2021-11-17T22:10:09.400Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-11-17T22:10:09.410Z] > git config core.sparsecheckout # timeout=10 [2021-11-17T22:10:09.414Z] > git checkout -f 434f1438ec517517507334d21c7683418b28663a # timeout=10 [2021-11-17T22:10:09.480Z] > git rev-list --no-walk 95afe6995795f592702d22ca98f2d2a72e720f1d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-11-17T22:10:10.388Z] + docker version [2021-11-17T22:10:10.388Z] Client: Docker Engine - Community [2021-11-17T22:10:10.388Z] Version: 20.10.10-rc1 [2021-11-17T22:10:10.388Z] API version: 1.41 [2021-11-17T22:10:10.388Z] Go version: go1.16.9 [2021-11-17T22:10:10.388Z] Git commit: b485636 [2021-11-17T22:10:10.388Z] Built: Mon Oct 18 15:21:56 2021 [2021-11-17T22:10:10.388Z] OS/Arch: linux/amd64 [2021-11-17T22:10:10.388Z] Context: default [2021-11-17T22:10:10.388Z] Experimental: true [2021-11-17T22:10:10.388Z] [2021-11-17T22:10:10.388Z] Server: Docker Engine - Community [2021-11-17T22:10:10.388Z] Engine: [2021-11-17T22:10:10.388Z] Version: 20.10.10-rc1 [2021-11-17T22:10:10.388Z] API version: 1.41 (minimum version 1.12) [2021-11-17T22:10:10.388Z] Go version: go1.16.9 [2021-11-17T22:10:10.388Z] Git commit: 9f5b26f [2021-11-17T22:10:10.388Z] Built: Mon Oct 18 15:20:03 2021 [2021-11-17T22:10:10.388Z] OS/Arch: linux/amd64 [2021-11-17T22:10:10.388Z] Experimental: true [2021-11-17T22:10:10.388Z] containerd: [2021-11-17T22:10:10.388Z] Version: 1.4.11 [2021-11-17T22:10:10.388Z] GitCommit: 5b46e404f6b9f661a205e28d59c982d3634148f8 [2021-11-17T22:10:10.388Z] runc: [2021-11-17T22:10:10.388Z] Version: 1.0.2 [2021-11-17T22:10:10.388Z] GitCommit: v1.0.2-0-g52b36a2 [2021-11-17T22:10:10.388Z] docker-init: [2021-11-17T22:10:10.388Z] Version: 0.19.0 [2021-11-17T22:10:10.388Z] GitCommit: de40ad0 [Pipeline] sh [2021-11-17T22:10:10.706Z] + docker info [2021-11-17T22:10:10.706Z] Client: [2021-11-17T22:10:10.706Z] Context: default [2021-11-17T22:10:10.706Z] Debug Mode: false [2021-11-17T22:10:10.706Z] Plugins: [2021-11-17T22:10:10.706Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-11-17T22:10:10.706Z] buildx: Build with BuildKit (Docker Inc., v0.6.3-docker) [2021-11-17T22:10:10.706Z] compose: Docker Compose (Docker Inc., v2.0.1) [2021-11-17T22:10:10.706Z] scan: Docker Scan (Docker Inc., v0.8.0) [2021-11-17T22:10:10.706Z] [2021-11-17T22:10:10.706Z] Server: [2021-11-17T22:10:10.706Z] Containers: 0 [2021-11-17T22:10:10.706Z] Running: 0 [2021-11-17T22:10:10.706Z] Paused: 0 [2021-11-17T22:10:10.706Z] Stopped: 0 [2021-11-17T22:10:10.706Z] Images: 3 [2021-11-17T22:10:10.706Z] Server Version: 20.10.10-rc1 [2021-11-17T22:10:10.706Z] Storage Driver: overlay2 [2021-11-17T22:10:10.706Z] Backing Filesystem: extfs [2021-11-17T22:10:10.706Z] Supports d_type: true [2021-11-17T22:10:10.706Z] Native Overlay Diff: true [2021-11-17T22:10:10.706Z] userxattr: false [2021-11-17T22:10:10.706Z] Logging Driver: json-file [2021-11-17T22:10:10.706Z] Cgroup Driver: cgroupfs [2021-11-17T22:10:10.706Z] Cgroup Version: 1 [2021-11-17T22:10:10.706Z] Plugins: [2021-11-17T22:10:10.706Z] Volume: local [2021-11-17T22:10:10.706Z] Network: bridge host ipvlan macvlan null overlay [2021-11-17T22:10:10.706Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-11-17T22:10:10.706Z] Swarm: inactive [2021-11-17T22:10:10.706Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2021-11-17T22:10:10.706Z] Default Runtime: runc [2021-11-17T22:10:10.706Z] Init Binary: docker-init [2021-11-17T22:10:10.706Z] containerd version: 5b46e404f6b9f661a205e28d59c982d3634148f8 [2021-11-17T22:10:10.706Z] runc version: v1.0.2-0-g52b36a2 [2021-11-17T22:10:10.706Z] init version: de40ad0 [2021-11-17T22:10:10.706Z] Security Options: [2021-11-17T22:10:10.706Z] apparmor [2021-11-17T22:10:10.706Z] seccomp [2021-11-17T22:10:10.706Z] Profile: default [2021-11-17T22:10:10.706Z] Kernel Version: 5.4.0-1057-aws [2021-11-17T22:10:10.706Z] Operating System: Ubuntu 18.04.6 LTS [2021-11-17T22:10:10.706Z] OSType: linux [2021-11-17T22:10:10.706Z] Architecture: x86_64 [2021-11-17T22:10:10.706Z] CPUs: 2 [2021-11-17T22:10:10.706Z] Total Memory: 7.569GiB [2021-11-17T22:10:10.706Z] Name: ip-10-100-75-6 [2021-11-17T22:10:10.706Z] ID: VJ45:XA3V:TARU:GBDA:IWTL:KOMD:BAVL:YLAU:ZLSP:CFUA:UVNZ:SHJT [2021-11-17T22:10:10.706Z] Docker Root Dir: /var/lib/docker [2021-11-17T22:10:10.706Z] Debug Mode: false [2021-11-17T22:10:10.706Z] Registry: https://index.docker.io/v1/ [2021-11-17T22:10:10.706Z] Labels: [2021-11-17T22:10:10.706Z] Experimental: true [2021-11-17T22:10:10.706Z] Insecure Registries: [2021-11-17T22:10:10.706Z] 127.0.0.0/8 [2021-11-17T22:10:10.706Z] Live Restore Enabled: true [2021-11-17T22:10:10.706Z] [2021-11-17T22:10:10.706Z] WARNING: No swap limit support [Pipeline] sh [2021-11-17T22:10:10.807Z] #47 13.55 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-11-17T22:10:10.807Z] #47 13.84 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-11-17T22:10:10.950Z] #23 transferring context: 53.43MB 1.4s done [2021-11-17T22:10:10.951Z] #23 DONE 1.4s [2021-11-17T22:10:10.951Z] [2021-11-17T22:10:10.951Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-11-17T22:10:10.951Z] #10 sha256:5f4065678065e094c0189c52e78d17bfb74add524fcbfed2396ade1c30ccb40d [2021-11-17T22:10:10.951Z] #10 CACHED [2021-11-17T22:10:10.951Z] [2021-11-17T22:10:10.951Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-11-17T22:10:10.951Z] #12 sha256:2967b6543b50d5c1a7aa936931a82d3381e584b4501741300be2efec17c65992 [2021-11-17T22:10:10.951Z] #12 CACHED [2021-11-17T22:10:10.951Z] [2021-11-17T22:10:10.951Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-11-17T22:10:10.951Z] #13 sha256:c49801e2dce6d2ae9af8a4bf01e3f723d69e295b76ebdbe9590ac3e266c23ffb [2021-11-17T22:10:10.951Z] #13 CACHED [2021-11-17T22:10:10.951Z] [2021-11-17T22:10:10.951Z] #11 [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 [2021-11-17T22:10:10.951Z] #11 sha256:b257263610dcead0aeb36612c341a63b1d7f5edecf65f5c8b98a4c179b1995c5 [2021-11-17T22:10:10.951Z] #11 CACHED [2021-11-17T22:10:10.951Z] [2021-11-17T22:10:10.951Z] #55 [containerd 1/2] 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 [2021-11-17T22:10:10.951Z] #55 sha256:8e0525b109a1e0f7a0b21a83028ffee6aa17ef909a907da8fbbbfde8bd37a167 [2021-11-17T22:10:10.951Z] #55 CACHED [2021-11-17T22:10:10.951Z] [2021-11-17T22:10:10.951Z] #36 [tini 1/2] 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 [2021-11-17T22:10:10.951Z] #36 sha256:b2e8030f1d3e6b76a273518953eb3f95355461261f5319e0bdc1ab365c1aaca8 [2021-11-17T22:10:10.951Z] #36 CACHED [2021-11-17T22:10:10.951Z] [2021-11-17T22:10:10.951Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:10:10.951Z] #45 sha256:0512263941b4d6d7ebb662b025cde9e388fdc458012e1a21823bfe5fbb659150 [2021-11-17T22:10:11.036Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-11-17T22:10:11.036Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-11-17T22:10:11.036Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43024/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-11-17T22:10:11.036Z] + bash /home/ubuntu/workspace/moby_PR-43024/check-config.sh [2021-11-17T22:10:11.036Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-11-17T22:10:11.036Z] info: reading kernel config from /boot/config-5.4.0-1057-aws ... [2021-11-17T22:10:11.036Z] [2021-11-17T22:10:11.036Z] Generally Necessary: [2021-11-17T22:10:11.036Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-11-17T22:10:11.036Z] - apparmor: enabled and tools installed [2021-11-17T22:10:11.036Z] - CONFIG_NAMESPACES: enabled [2021-11-17T22:10:11.036Z] - CONFIG_NET_NS: enabled [2021-11-17T22:10:11.036Z] - CONFIG_PID_NS: enabled [2021-11-17T22:10:11.036Z] - CONFIG_IPC_NS: enabled [2021-11-17T22:10:11.036Z] - CONFIG_UTS_NS: enabled [2021-11-17T22:10:11.036Z] - CONFIG_CGROUPS: enabled [2021-11-17T22:10:11.036Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-11-17T22:10:11.036Z] - CONFIG_CGROUP_DEVICE: enabled [2021-11-17T22:10:11.036Z] - CONFIG_CGROUP_FREEZER: enabled [2021-11-17T22:10:11.036Z] - CONFIG_CGROUP_SCHED: enabled [2021-11-17T22:10:11.036Z] - CONFIG_CPUSETS: enabled [2021-11-17T22:10:11.036Z] - CONFIG_MEMCG: enabled [2021-11-17T22:10:11.036Z] - CONFIG_KEYS: enabled [2021-11-17T22:10:11.036Z] - CONFIG_VETH: enabled (as module) [2021-11-17T22:10:11.036Z] - CONFIG_BRIDGE: enabled (as module) [2021-11-17T22:10:11.036Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-11-17T22:10:11.036Z] - CONFIG_NF_NAT_IPV4: missing [2021-11-17T22:10:11.036Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-11-17T22:10:11.036Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-11-17T22:10:11.036Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-11-17T22:10:11.036Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-11-17T22:10:11.036Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-11-17T22:10:11.036Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-11-17T22:10:11.036Z] - CONFIG_NF_NAT: enabled (as module) [2021-11-17T22:10:11.036Z] - CONFIG_NF_NAT_NEEDED: missing [2021-11-17T22:10:11.036Z] - CONFIG_POSIX_MQUEUE: enabled [2021-11-17T22:10:11.036Z] [2021-11-17T22:10:11.036Z] Optional Features: [2021-11-17T22:10:11.036Z] - CONFIG_USER_NS: enabled [2021-11-17T22:10:11.036Z] - CONFIG_SECCOMP: enabled [2021-11-17T22:10:11.036Z] - CONFIG_CGROUP_PIDS: enabled [2021-11-17T22:10:11.036Z] - CONFIG_MEMCG_SWAP: enabled [2021-11-17T22:10:11.036Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-11-17T22:10:11.036Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-11-17T22:10:11.036Z] - CONFIG_BLK_CGROUP: enabled [2021-11-17T22:10:11.036Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-11-17T22:10:11.036Z] - CONFIG_IOSCHED_CFQ: missing [2021-11-17T22:10:11.036Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-11-17T22:10:11.036Z] - CONFIG_CGROUP_PERF: enabled [2021-11-17T22:10:11.036Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-11-17T22:10:11.036Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-11-17T22:10:11.036Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-11-17T22:10:11.036Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-11-17T22:10:11.036Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-11-17T22:10:11.036Z] - CONFIG_RT_GROUP_SCHED: missing [2021-11-17T22:10:11.291Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-11-17T22:10:11.291Z] - CONFIG_IP_VS: enabled (as module) [2021-11-17T22:10:11.291Z] - CONFIG_IP_VS_NFCT: enabled [2021-11-17T22:10:11.291Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-11-17T22:10:11.291Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-11-17T22:10:11.291Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-11-17T22:10:11.291Z] - CONFIG_EXT4_FS: enabled [2021-11-17T22:10:11.291Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-11-17T22:10:11.291Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-11-17T22:10:11.291Z] - Network Drivers: [2021-11-17T22:10:11.291Z] - "overlay": [2021-11-17T22:10:11.291Z] - CONFIG_VXLAN: enabled (as module) [2021-11-17T22:10:11.291Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-11-17T22:10:11.291Z] Optional (for encrypted networks): [2021-11-17T22:10:11.291Z] - CONFIG_CRYPTO: enabled [2021-11-17T22:10:11.291Z] - CONFIG_CRYPTO_AEAD: enabled [2021-11-17T22:10:11.291Z] - CONFIG_CRYPTO_GCM: enabled [2021-11-17T22:10:11.291Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-11-17T22:10:11.291Z] - CONFIG_CRYPTO_GHASH: enabled [2021-11-17T22:10:11.291Z] - CONFIG_XFRM: enabled [2021-11-17T22:10:11.291Z] - CONFIG_XFRM_USER: enabled (as module) [2021-11-17T22:10:11.291Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-11-17T22:10:11.291Z] - CONFIG_INET_ESP: enabled (as module) [2021-11-17T22:10:11.291Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-11-17T22:10:11.291Z] - "ipvlan": [2021-11-17T22:10:11.291Z] - CONFIG_IPVLAN: enabled (as module) [2021-11-17T22:10:11.291Z] - "macvlan": [2021-11-17T22:10:11.291Z] - CONFIG_MACVLAN: enabled (as module) [2021-11-17T22:10:11.291Z] - CONFIG_DUMMY: enabled (as module) [2021-11-17T22:10:11.291Z] - "ftp,tftp client in container": [2021-11-17T22:10:11.291Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-11-17T22:10:11.291Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-11-17T22:10:11.291Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-11-17T22:10:11.291Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-11-17T22:10:11.291Z] - Storage Drivers: [2021-11-17T22:10:11.291Z] - "aufs": [2021-11-17T22:10:11.291Z] - CONFIG_AUFS_FS: enabled (as module) [2021-11-17T22:10:11.291Z] - "btrfs": [2021-11-17T22:10:11.291Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-11-17T22:10:11.291Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-11-17T22:10:11.291Z] - "devicemapper": [2021-11-17T22:10:11.291Z] - CONFIG_BLK_DEV_DM: enabled [2021-11-17T22:10:11.291Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-11-17T22:10:11.291Z] - "overlay": [2021-11-17T22:10:11.291Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-11-17T22:10:11.291Z] - "zfs": [2021-11-17T22:10:11.291Z] - /dev/zfs: present [2021-11-17T22:10:11.291Z] - zfs command: missing [2021-11-17T22:10:11.291Z] - zpool command: missing [2021-11-17T22:10:11.291Z] [2021-11-17T22:10:11.291Z] Limits: [2021-11-17T22:10:11.291Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-11-17T22:10:11.291Z] [2021-11-17T22:10:11.291Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-11-17T22:10:11.649Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:434f1438ec517517507334d21c7683418b28663a . [2021-11-17T22:10:11.649Z] #1 [internal] load build definition from Dockerfile [2021-11-17T22:10:11.649Z] #1 sha256:6adee2c6d78b00fb87812c05e83cb15406d62fd74e822fd86fa05378b61a599b [2021-11-17T22:10:11.649Z] #1 transferring dockerfile: 17.04kB done [2021-11-17T22:10:11.649Z] #1 DONE 0.0s [2021-11-17T22:10:11.649Z] [2021-11-17T22:10:11.649Z] #2 [internal] load .dockerignore [2021-11-17T22:10:11.649Z] #2 sha256:2fd8ec4165603cbc86155c809ac1595843f71ca4f62d094ba4f1145a041964a2 [2021-11-17T22:10:11.649Z] #2 transferring context: 87B done [2021-11-17T22:10:11.649Z] #2 DONE 0.0s [2021-11-17T22:10:11.649Z] [2021-11-17T22:10:11.649Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-11-17T22:10:11.649Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-11-17T22:10:11.905Z] #3 DONE 0.1s [2021-11-17T22:10:11.905Z] [2021-11-17T22:10:11.905Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-11-17T22:10:11.905Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-11-17T22:10:11.905Z] #4 CACHED [2021-11-17T22:10:11.905Z] [2021-11-17T22:10:11.905Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-11-17T22:10:11.905Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-11-17T22:10:11.905Z] #5 DONE 0.1s [2021-11-17T22:10:11.905Z] [2021-11-17T22:10:11.905Z] #8 [internal] load metadata for docker.io/library/golang:1.16.10-buster [2021-11-17T22:10:11.905Z] #8 sha256:705bca3cecfe2ae9b90dd00a18e3b31b540b61c1f84bf1191487a4a560deaf69 [2021-11-17T22:10:12.161Z] #8 DONE 0.2s [2021-11-17T22:10:12.161Z] [2021-11-17T22:10:12.161Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-11-17T22:10:12.161Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-11-17T22:10:12.161Z] #6 DONE 0.1s [2021-11-17T22:10:12.161Z] [2021-11-17T22:10:12.161Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-11-17T22:10:12.161Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-11-17T22:10:12.161Z] #7 DONE 0.1s [2021-11-17T22:10:12.416Z] [2021-11-17T22:10:12.416Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-17T22:10:12.416Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-11-17T22:10:12.416Z] #64 DONE 0.0s [2021-11-17T22:10:12.416Z] [2021-11-17T22:10:12.416Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-17T22:10:12.416Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-11-17T22:10:12.416Z] #62 DONE 0.0s [2021-11-17T22:10:12.416Z] [2021-11-17T22:10:12.416Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e5333f8697a86fa1be53b2a7e994247083f61885166df0cdda9f812acb514d7c [2021-11-17T22:10:12.416Z] #26 sha256:edea472d48b98e570b16458eaf6333fc2b601119a1c33bfa71806ea14351f008 [2021-11-17T22:10:12.416Z] #26 DONE 0.0s [2021-11-17T22:10:12.416Z] [2021-11-17T22:10:12.416Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.10-buster@sha256:c7eca30132701a36c0cbf1044d13762a5834debbf9d6bd27d3637f529f85c09c [2021-11-17T22:10:12.416Z] #9 sha256:ae993606a9f65624c0f89197724a1b6e0ee28e21b8dfb02d94848cfaf15c0e72 [2021-11-17T22:10:12.416Z] #9 resolve docker.io/library/golang:1.16.10-buster@sha256:c7eca30132701a36c0cbf1044d13762a5834debbf9d6bd27d3637f529f85c09c 0.0s done [2021-11-17T22:10:12.416Z] #9 DONE 0.0s [2021-11-17T22:10:12.416Z] [2021-11-17T22:10:12.416Z] #23 [internal] load build context [2021-11-17T22:10:12.416Z] #23 sha256:c96f4584c276fbeddefcb2e3d9450d65c8c4e2ef7995e37ef354559806f36fda [2021-11-17T22:10:12.443Z] Merge succeeded, producing b7f3546cf13452b3e0174e5f1a99e9e44d76f3ef [2021-11-17T22:10:12.443Z] Checking out Revision b7f3546cf13452b3e0174e5f1a99e9e44d76f3ef (PR-43024) [2021-11-17T22:10:12.907Z] Commit message: "Merge commit '11b3bfee6ce23624bec77c4e5b8af8860cb3088f' into HEAD" [2021-11-17T22:10:13.032Z] First time build. Skipping changelog. [2021-11-17T22:10:13.336Z] #47 ... [2021-11-17T22:10:13.336Z] [2021-11-17T22:10:13.336Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-11-17T22:10:13.336Z] #37 sha256:3afbd3b29d3d708e525ab948aefb5d417d5047a5f45f63e78ac38f0b8dd3d0f2 [2021-11-17T22:10:13.336Z] #37 14.57 -- Detecting C compile features - done [2021-11-17T22:10:13.336Z] #37 14.68 -- Performing Test HAS_BUILTIN_FORTIFY [2021-11-17T22:10:13.336Z] #37 15.12 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-11-17T22:10:13.336Z] #37 15.32 -- Configuring done [2021-11-17T22:10:13.336Z] #37 15.37 -- Generating done [2021-11-17T22:10:13.336Z] #37 15.37 -- Build files have been written to: /tmp/tmp.O3RDO6S8Gt/tini [2021-11-17T22:10:13.336Z] #37 15.42 + make tini-static [2021-11-17T22:10:13.336Z] #37 16.30 Scanning dependencies of target tini-static [2021-11-17T22:10:13.336Z] #37 16.48 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [Pipeline] withEnv [Pipeline] { [2021-11-17T22:10:11.733Z] > git remote # timeout=10 [2021-11-17T22:10:11.802Z] > git config --get remote.origin.url # timeout=10 [2021-11-17T22:10:11.848Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-17T22:10:11.849Z] > git merge 11b3bfee6ce23624bec77c4e5b8af8860cb3088f # timeout=10 [2021-11-17T22:10:12.354Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-11-17T22:10:12.479Z] > git config core.sparsecheckout # timeout=10 [2021-11-17T22:10:12.526Z] > git checkout -f b7f3546cf13452b3e0174e5f1a99e9e44d76f3ef # timeout=10 [2021-11-17T22:10:12.945Z] > git rev-list --no-walk 95afe6995795f592702d22ca98f2d2a72e720f1d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-11-17T22:10:13.801Z] #23 transferring context: 53.43MB 1.3s done [2021-11-17T22:10:13.801Z] #23 DONE 1.4s [2021-11-17T22:10:13.801Z] [2021-11-17T22:10:13.801Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-11-17T22:10:13.801Z] #12 sha256:2967b6543b50d5c1a7aa936931a82d3381e584b4501741300be2efec17c65992 [2021-11-17T22:10:13.801Z] #12 CACHED [2021-11-17T22:10:13.801Z] [2021-11-17T22:10:13.801Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-11-17T22:10:13.801Z] #10 sha256:5f4065678065e094c0189c52e78d17bfb74add524fcbfed2396ade1c30ccb40d [2021-11-17T22:10:13.801Z] #10 CACHED [2021-11-17T22:10:13.801Z] [2021-11-17T22:10:13.801Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-11-17T22:10:13.801Z] #13 sha256:c49801e2dce6d2ae9af8a4bf01e3f723d69e295b76ebdbe9590ac3e266c23ffb [2021-11-17T22:10:13.801Z] #13 CACHED [2021-11-17T22:10:13.801Z] [2021-11-17T22:10:13.801Z] #11 [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 [2021-11-17T22:10:13.801Z] #11 sha256:b257263610dcead0aeb36612c341a63b1d7f5edecf65f5c8b98a4c179b1995c5 [2021-11-17T22:10:13.801Z] #11 CACHED [2021-11-17T22:10:13.801Z] [2021-11-17T22:10:13.801Z] #55 [containerd 1/2] 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 [2021-11-17T22:10:13.801Z] #55 sha256:8e0525b109a1e0f7a0b21a83028ffee6aa17ef909a907da8fbbbfde8bd37a167 [2021-11-17T22:10:13.801Z] #55 CACHED [2021-11-17T22:10:13.801Z] [2021-11-17T22:10:13.801Z] #36 [tini 1/2] 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 [2021-11-17T22:10:13.801Z] #36 sha256:b2e8030f1d3e6b76a273518953eb3f95355461261f5319e0bdc1ab365c1aaca8 [2021-11-17T22:10:13.801Z] #36 CACHED [2021-11-17T22:10:13.801Z] [2021-11-17T22:10:13.801Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:10:13.801Z] #51 sha256:43babebd5d8b1ef569c30d6f7109554841e9f9568c4eec0cafddccb08ef5d809 [2021-11-17T22:10:14.556Z] + docker version [2021-11-17T22:10:14.556Z] Client: [2021-11-17T22:10:14.556Z] Version: 20.10.9 [2021-11-17T22:10:14.556Z] API version: 1.41 [2021-11-17T22:10:14.556Z] Go version: go1.16.8 [2021-11-17T22:10:14.556Z] Git commit: c2ea9bc [2021-11-17T22:10:14.556Z] Built: Mon Oct 4 16:11:10 2021 [2021-11-17T22:10:14.556Z] OS/Arch: windows/amd64 [2021-11-17T22:10:14.556Z] Context: default [2021-11-17T22:10:14.556Z] Experimental: true [2021-11-17T22:10:14.556Z] [2021-11-17T22:10:14.556Z] Server: Docker Engine - Community [2021-11-17T22:10:14.556Z] Engine: [2021-11-17T22:10:14.556Z] Version: 20.10.9 [2021-11-17T22:10:14.556Z] API version: 1.41 (minimum version 1.24) [2021-11-17T22:10:14.556Z] Go version: go1.16.8 [2021-11-17T22:10:14.556Z] Git commit: 79ea9d3 [2021-11-17T22:10:14.556Z] Built: Mon Oct 4 16:06:39 2021 [2021-11-17T22:10:14.556Z] OS/Arch: windows/amd64 [2021-11-17T22:10:14.556Z] Experimental: true [Pipeline] sh [2021-11-17T22:10:14.712Z] #37 ... [2021-11-17T22:10:14.712Z] [2021-11-17T22:10:14.712Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-11-17T22:10:14.712Z] #24 sha256:541768e3c28f54da055f2671d377a8a90b492fbcba30d25aa2283f4da8faa307 [2021-11-17T22:10:14.712Z] #24 17.03 + mkdir -p /build [2021-11-17T22:10:14.712Z] #24 17.03 + mv docker/docker /build/ [2021-11-17T22:10:14.712Z] #24 17.06 + rmdir docker [2021-11-17T22:10:14.712Z] #24 DONE 17.6s [2021-11-17T22:10:14.712Z] [2021-11-17T22:10:14.712Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-11-17T22:10:14.712Z] #58 sha256:3d59b64bea57c9b9a1f401455d8e103188bb3b6cef393ee22a9dc8069c0d0878 [2021-11-17T22:10:14.712Z] #58 12.24 + cd /tmp/tmp.NhjYcAVgZT/src/github.com/rootless-containers/rootlesskit [2021-11-17T22:10:14.712Z] #58 12.24 + git checkout -q 87d443683ac1e8aba4110b8081f15aaae432aaa2 [2021-11-17T22:10:14.712Z] #58 12.44 + export GO111MODULE=on [2021-11-17T22:10:14.712Z] #58 12.44 + GO111MODULE=on [2021-11-17T22:10:14.712Z] #58 12.44 + export GOPROXY=https://proxy.golang.org [2021-11-17T22:10:14.712Z] #58 12.44 + GOPROXY=https://proxy.golang.org [2021-11-17T22:10:14.712Z] #58 12.44 + for f in rootlesskit rootlesskit-docker-proxy [2021-11-17T22:10:14.712Z] #58 12.44 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-11-17T22:10:14.712Z] #58 14.74 go: downloading github.com/pkg/errors v0.9.1 [2021-11-17T22:10:14.712Z] #58 14.90 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-11-17T22:10:14.712Z] #58 14.90 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-11-17T22:10:14.712Z] #58 16.31 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-11-17T22:10:15.625Z] + docker info [2021-11-17T22:10:16.096Z] Client: [2021-11-17T22:10:16.096Z] Context: default [2021-11-17T22:10:16.096Z] Debug Mode: false [2021-11-17T22:10:16.096Z] Plugins: [2021-11-17T22:10:16.096Z] app: Docker Application (Docker Inc., v0.8.0) [2021-11-17T22:10:16.096Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-11-17T22:10:16.096Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-11-17T22:10:16.096Z] [2021-11-17T22:10:16.096Z] Server: [2021-11-17T22:10:16.096Z] Containers: 1 [2021-11-17T22:10:16.096Z] Running: 0 [2021-11-17T22:10:16.096Z] Paused: 0 [2021-11-17T22:10:16.096Z] Stopped: 1 [2021-11-17T22:10:16.096Z] Images: 10 [2021-11-17T22:10:16.096Z] Server Version: 20.10.9 [2021-11-17T22:10:16.096Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-11-17T22:10:16.096Z] Windows: [2021-11-17T22:10:16.096Z] LCOW: [2021-11-17T22:10:16.096Z] Logging Driver: json-file [2021-11-17T22:10:16.096Z] Plugins: [2021-11-17T22:10:16.096Z] Volume: local [2021-11-17T22:10:16.096Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-11-17T22:10:16.096Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-11-17T22:10:16.096Z] Swarm: inactive [2021-11-17T22:10:16.096Z] Default Isolation: process [2021-11-17T22:10:16.096Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-11-17T22:10:16.096Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2021-11-17T22:10:16.096Z] OSType: windows [2021-11-17T22:10:16.096Z] Architecture: x86_64 [2021-11-17T22:10:16.096Z] CPUs: 4 [2021-11-17T22:10:16.096Z] Total Memory: 32GiB [2021-11-17T22:10:16.096Z] Name: azwin-2-108ca0 [2021-11-17T22:10:16.096Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2021-11-17T22:10:16.096Z] Docker Root Dir: D:\docker [2021-11-17T22:10:16.096Z] Debug Mode: false [2021-11-17T22:10:16.096Z] Registry: https://index.docker.io/v1/ [2021-11-17T22:10:16.096Z] Labels: [2021-11-17T22:10:16.096Z] Experimental: true [2021-11-17T22:10:16.096Z] Insecure Registries: [2021-11-17T22:10:16.096Z] 10.0.0.4:5000 [2021-11-17T22:10:16.096Z] 127.0.0.0/8 [2021-11-17T22:10:16.096Z] Registry Mirrors: [2021-11-17T22:10:16.096Z] http://10.0.0.4:5000/ [2021-11-17T22:10:16.096Z] Live Restore Enabled: false [2021-11-17T22:10:16.096Z] Product License: Community Engine [2021-11-17T22:10:16.096Z] [Pipeline] } [Pipeline] // stage [2021-11-17T22:10:16.255Z] #45 ... [2021-11-17T22:10:16.255Z] [2021-11-17T22:10:16.255Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-11-17T22:10:16.255Z] #53 sha256:f6ab332b92dd91e43eebe38519680860258caace7ec9267b86b61c67600601b0 [2021-11-17T22:10:16.255Z] #53 3.653 + RM_GOPATH=0 [2021-11-17T22:10:16.255Z] #53 3.653 + TMP_GOPATH= [2021-11-17T22:10:16.255Z] #53 3.653 + : /build [2021-11-17T22:10:16.255Z] #53 3.653 + '[' -z '' ']' [2021-11-17T22:10:16.255Z] #53 3.653 ++ mktemp -d [2021-11-17T22:10:16.255Z] #53 3.653 + export GOPATH=/tmp/tmp.a8hfAd3gCc [2021-11-17T22:10:16.255Z] #53 3.653 + GOPATH=/tmp/tmp.a8hfAd3gCc [2021-11-17T22:10:16.255Z] #53 3.653 + RM_GOPATH=1 [2021-11-17T22:10:16.255Z] #53 3.653 + case "$(go env GOARCH)" in [2021-11-17T22:10:16.255Z] #53 3.653 ++ go env GOARCH [2021-11-17T22:10:16.255Z] #53 3.662 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:16.255Z] #53 3.662 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:16.255Z] #53 3.662 ++ dirname /tmp/install/install.sh [2021-11-17T22:10:16.255Z] #53 3.663 + dir=/tmp/install [2021-11-17T22:10:16.255Z] #53 3.663 + bin=runc [2021-11-17T22:10:16.255Z] #53 3.663 + shift [2021-11-17T22:10:16.255Z] #53 3.663 + '[' '!' -f /tmp/install/runc.installer ']' [2021-11-17T22:10:16.255Z] #53 3.663 + . /tmp/install/runc.installer [2021-11-17T22:10:16.255Z] #53 3.663 ++ : 52b36a2dd837e8462de8e01458bf02cf9eea47dd [2021-11-17T22:10:16.255Z] #53 3.665 + install_runc [2021-11-17T22:10:16.255Z] #53 3.665 + uname -r [2021-11-17T22:10:16.255Z] #53 3.665 + grep -q '^3\.10\.0.*\.el7\.' [2021-11-17T22:10:16.255Z] #53 3.665 Install runc version 52b36a2dd837e8462de8e01458bf02cf9eea47dd (build tags: seccomp ) [2021-11-17T22:10:16.255Z] #53 3.665 + RUNC_BUILDTAGS='seccomp ' [2021-11-17T22:10:16.255Z] #53 3.665 + echo 'Install runc version 52b36a2dd837e8462de8e01458bf02cf9eea47dd (build tags: seccomp )' [2021-11-17T22:10:16.255Z] #53 3.665 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.a8hfAd3gCc/src/github.com/opencontainers/runc [2021-11-17T22:10:16.255Z] #53 3.667 Cloning into '/tmp/tmp.a8hfAd3gCc/src/github.com/opencontainers/runc'... [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-11-17T22:10:16.616Z] #58 ... [2021-11-17T22:10:16.617Z] [2021-11-17T22:10:16.617Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:10:16.617Z] #51 sha256:a7fc96d6027d62be5517d126eec72a3ccb72d1e0e12893f2d00052bb057ce82e [2021-11-17T22:10:16.617Z] #51 19.43 + cd /tmp/tmp.i3nJtp1Di6/src/github.com/mvdan/sh [2021-11-17T22:10:16.617Z] #51 19.43 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-11-17T22:10:16.617Z] #51 19.63 + GO111MODULE=on [2021-11-17T22:10:16.617Z] #51 19.63 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-11-17T22:10:17.200Z] #53 ... [2021-11-17T22:10:17.201Z] [2021-11-17T22:10:17.201Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-11-17T22:10:17.201Z] #58 sha256:9df2ee7fd49164a17b078c13bb98f966ea1e9bf9064fc9ef81b92231857c6282 [2021-11-17T22:10:17.201Z] #58 6.023 + RM_GOPATH=0 [2021-11-17T22:10:17.201Z] #58 6.023 + TMP_GOPATH= [2021-11-17T22:10:17.201Z] #58 6.023 + : /build [2021-11-17T22:10:17.201Z] #58 6.023 + '[' -z '' ']' [2021-11-17T22:10:17.201Z] #58 6.027 ++ mktemp -d [2021-11-17T22:10:17.201Z] #58 6.060 + export GOPATH=/tmp/tmp.DrtGaSnCBx [2021-11-17T22:10:17.201Z] #58 6.060 + GOPATH=/tmp/tmp.DrtGaSnCBx [2021-11-17T22:10:17.201Z] #58 6.060 + RM_GOPATH=1 [2021-11-17T22:10:17.201Z] #58 6.060 + case "$(go env GOARCH)" in [2021-11-17T22:10:17.201Z] #58 6.060 ++ go env GOARCH [2021-11-17T22:10:17.201Z] #58 6.075 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:17.201Z] #58 6.075 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:17.201Z] #58 6.075 ++ dirname /tmp/install/install.sh [2021-11-17T22:10:17.201Z] #58 6.077 + dir=/tmp/install [2021-11-17T22:10:17.201Z] #58 6.077 + bin=rootlesskit [2021-11-17T22:10:17.201Z] #58 6.077 + shift [2021-11-17T22:10:17.201Z] #58 6.077 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-11-17T22:10:17.201Z] #58 6.077 + . /tmp/install/rootlesskit.installer [2021-11-17T22:10:17.201Z] #58 6.077 ++ : 87d443683ac1e8aba4110b8081f15aaae432aaa2 [2021-11-17T22:10:17.201Z] #58 6.078 + install_rootlesskit [2021-11-17T22:10:17.201Z] #58 6.078 + case "$1" in [2021-11-17T22:10:17.201Z] #58 6.078 + export CGO_ENABLED=0 [2021-11-17T22:10:17.201Z] #58 6.078 + CGO_ENABLED=0 [2021-11-17T22:10:17.201Z] #58 6.078 + _install_rootlesskit [2021-11-17T22:10:17.201Z] #58 6.087 + echo 'Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2' [2021-11-17T22:10:17.201Z] #58 6.087 Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2 [2021-11-17T22:10:17.201Z] #58 6.087 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.DrtGaSnCBx/src/github.com/rootless-containers/rootlesskit [2021-11-17T22:10:17.201Z] #58 6.112 Cloning into '/tmp/tmp.DrtGaSnCBx/src/github.com/rootless-containers/rootlesskit'... [2021-11-17T22:10:17.201Z] #58 ... [2021-11-17T22:10:17.201Z] [2021-11-17T22:10:17.201Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:10:17.201Z] #45 sha256:0512263941b4d6d7ebb662b025cde9e388fdc458012e1a21823bfe5fbb659150 [2021-11-17T22:10:17.201Z] #45 6.201 + RM_GOPATH=0 [2021-11-17T22:10:17.201Z] #45 6.201 + TMP_GOPATH= [2021-11-17T22:10:17.201Z] #45 6.201 + : /build [2021-11-17T22:10:17.201Z] #45 6.201 + '[' -z '' ']' [2021-11-17T22:10:17.201Z] #45 6.201 ++ mktemp -d [2021-11-17T22:10:17.201Z] #45 6.201 + export GOPATH=/tmp/tmp.D03FtGdNsY [2021-11-17T22:10:17.201Z] #45 6.201 + GOPATH=/tmp/tmp.D03FtGdNsY [2021-11-17T22:10:17.201Z] #45 6.201 + RM_GOPATH=1 [2021-11-17T22:10:17.201Z] #45 6.201 + case "$(go env GOARCH)" in [2021-11-17T22:10:17.201Z] #45 6.201 ++ go env GOARCH [2021-11-17T22:10:17.201Z] #45 6.251 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:17.201Z] #45 6.251 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:17.201Z] #45 6.255 ++ dirname /tmp/install/install.sh [2021-11-17T22:10:17.201Z] #45 6.271 + dir=/tmp/install [2021-11-17T22:10:17.201Z] #45 6.271 + bin=vndr [2021-11-17T22:10:17.201Z] #45 6.271 + shift [2021-11-17T22:10:17.201Z] #45 6.271 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-11-17T22:10:17.201Z] #45 6.271 + . /tmp/install/vndr.installer [2021-11-17T22:10:17.201Z] #45 6.271 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-11-17T22:10:17.201Z] #45 6.271 + install_vndr [2021-11-17T22:10:17.201Z] #45 6.271 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-11-17T22:10:17.201Z] #45 6.271 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.D03FtGdNsY/src/github.com/LK4D4/vndr [2021-11-17T22:10:17.201Z] #45 6.272 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-11-17T22:10:17.201Z] #45 6.298 Cloning into '/tmp/tmp.D03FtGdNsY/src/github.com/LK4D4/vndr'... [2021-11-17T22:10:17.994Z] #51 ... [2021-11-17T22:10:17.994Z] [2021-11-17T22:10:17.994Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-11-17T22:10:17.994Z] #34 sha256:8ca73f86845f3cabf0d1f97217e99cbb7c2ad1cd7b19eb78e62887d76a97242b [2021-11-17T22:10:17.994Z] #34 11.00 github.com/BurntSushi/toml [2021-11-17T22:10:17.994Z] #34 18.47 github.com/BurntSushi/toml/cmd/tomlv [2021-11-17T22:10:17.994Z] #34 ... [2021-11-17T22:10:17.994Z] [2021-11-17T22:10:17.994Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-11-17T22:10:17.994Z] #37 sha256:3afbd3b29d3d708e525ab948aefb5d417d5047a5f45f63e78ac38f0b8dd3d0f2 [2021-11-17T22:10:17.994Z] #37 19.42 [100%] Linking C executable tini-static [2021-11-17T22:10:17.994Z] #37 20.71 [100%] Built target tini-static [2021-11-17T22:10:17.994Z] #37 20.90 + mkdir -p /build [2021-11-17T22:10:17.994Z] #37 20.90 + cp tini-static /build/docker-init [2021-11-17T22:10:17.994Z] #37 DONE 21.1s [2021-11-17T22:10:17.994Z] [2021-11-17T22:10:17.994Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:10:17.994Z] #51 sha256:a7fc96d6027d62be5517d126eec72a3ccb72d1e0e12893f2d00052bb057ce82e [2021-11-17T22:10:17.994Z] #51 21.17 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-11-17T22:10:17.994Z] #51 21.26 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-11-17T22:10:18.254Z] #51 21.28 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-11-17T22:10:18.588Z] #45 7.433 + cd /tmp/tmp.D03FtGdNsY/src/github.com/LK4D4/vndr [2021-11-17T22:10:18.588Z] #45 7.433 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-11-17T22:10:18.588Z] #45 7.488 + go build -buildmode=pie -v -o /build/vndr . [2021-11-17T22:10:19.095Z] #51 ... [2021-11-17T22:10:19.095Z] [2021-11-17T22:10:19.095Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-11-17T22:10:19.095Z] #34 sha256:23e56c7c945ed60ca856c62a0da3ffb65d3185676a0fde69c459bd8aaa1ac64d [2021-11-17T22:10:19.095Z] #34 4.961 + RM_GOPATH=0 [2021-11-17T22:10:19.095Z] #34 4.961 + TMP_GOPATH= [2021-11-17T22:10:19.095Z] #34 4.961 + : /build [2021-11-17T22:10:19.095Z] #34 4.961 + '[' -z '' ']' [2021-11-17T22:10:19.095Z] #34 4.961 ++ mktemp -d [2021-11-17T22:10:19.095Z] #34 4.970 + export GOPATH=/tmp/tmp.j6OxtoFlw1 [2021-11-17T22:10:19.095Z] #34 4.970 + GOPATH=/tmp/tmp.j6OxtoFlw1 [2021-11-17T22:10:19.095Z] #34 4.970 + RM_GOPATH=1 [2021-11-17T22:10:19.095Z] #34 4.970 + case "$(go env GOARCH)" in [2021-11-17T22:10:19.095Z] #34 4.970 ++ go env GOARCH [2021-11-17T22:10:19.095Z] #34 4.978 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:19.095Z] #34 4.978 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:19.095Z] #34 4.978 ++ dirname /tmp/install/install.sh [2021-11-17T22:10:19.095Z] #34 4.982 + dir=/tmp/install [2021-11-17T22:10:19.095Z] #34 4.982 + bin=tomlv [2021-11-17T22:10:19.095Z] #34 4.982 + shift [2021-11-17T22:10:19.095Z] #34 4.982 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-11-17T22:10:19.095Z] #34 4.982 + . /tmp/install/tomlv.installer [2021-11-17T22:10:19.095Z] #34 4.982 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-11-17T22:10:19.095Z] #34 4.982 + install_tomlv [2021-11-17T22:10:19.095Z] #34 4.982 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-11-17T22:10:19.095Z] #34 4.982 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.j6OxtoFlw1/src/github.com/BurntSushi/toml [2021-11-17T22:10:19.095Z] #34 4.987 Cloning into '/tmp/tmp.j6OxtoFlw1/src/github.com/BurntSushi/toml'... [2021-11-17T22:10:19.095Z] #34 4.987 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-11-17T22:10:19.193Z] #51 ... [2021-11-17T22:10:19.193Z] [2021-11-17T22:10:19.193Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:10:19.193Z] #45 sha256:0ba16233329590b24ad0a3f4d6a4e2ae071aca7e4c41c990216b0719eccbe6b5 [2021-11-17T22:10:19.193Z] #45 12.40 github.com/LK4D4/vndr/build [2021-11-17T22:10:19.193Z] #45 12.48 github.com/LK4D4/vndr/godl/singleflight [2021-11-17T22:10:19.193Z] #45 13.24 github.com/LK4D4/vndr/versioned [2021-11-17T22:10:19.193Z] #45 16.02 github.com/LK4D4/vndr/godl [2021-11-17T22:10:19.193Z] #45 21.01 github.com/LK4D4/vndr [2021-11-17T22:10:19.456Z] #45 ... [2021-11-17T22:10:19.456Z] [2021-11-17T22:10:19.456Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:10:19.456Z] #49 sha256:ef5d8268b98c9e9877aaa3e3608d14bcbe81740f15d1e3e59c511daa802146a7 [2021-11-17T22:10:19.457Z] #49 22.41 go: downloading github.com/fatih/color v1.7.0 [2021-11-17T22:10:19.457Z] #49 22.46 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-11-17T22:10:19.457Z] #49 ... [2021-11-17T22:10:19.457Z] [2021-11-17T22:10:19.457Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-11-17T22:10:19.457Z] #34 sha256:8ca73f86845f3cabf0d1f97217e99cbb7c2ad1cd7b19eb78e62887d76a97242b [2021-11-17T22:10:19.457Z] #34 DONE 22.6s [2021-11-17T22:10:19.457Z] [2021-11-17T22:10:19.457Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:10:19.457Z] #49 sha256:ef5d8268b98c9e9877aaa3e3608d14bcbe81740f15d1e3e59c511daa802146a7 [2021-11-17T22:10:19.457Z] #49 22.63 go: downloading github.com/pkg/errors v0.8.1 [2021-11-17T22:10:19.457Z] #49 22.64 go: downloading github.com/spf13/cobra v0.0.5 [2021-11-17T22:10:19.457Z] #49 22.74 go: downloading github.com/spf13/pflag v1.0.5 [2021-11-17T22:10:19.657Z] #34 ... [2021-11-17T22:10:19.657Z] [2021-11-17T22:10:19.657Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:10:19.657Z] #51 sha256:43babebd5d8b1ef569c30d6f7109554841e9f9568c4eec0cafddccb08ef5d809 [2021-11-17T22:10:19.657Z] #51 5.793 + RM_GOPATH=0 [2021-11-17T22:10:19.657Z] #51 5.793 + TMP_GOPATH= [2021-11-17T22:10:19.657Z] #51 5.793 + : /build [2021-11-17T22:10:19.657Z] #51 5.793 + '[' -z '' ']' [2021-11-17T22:10:19.657Z] #51 5.793 ++ mktemp -d [2021-11-17T22:10:19.657Z] #51 5.803 + export GOPATH=/tmp/tmp.c6cJzLwZr6 [2021-11-17T22:10:19.657Z] #51 5.803 + GOPATH=/tmp/tmp.c6cJzLwZr6 [2021-11-17T22:10:19.657Z] #51 5.803 + RM_GOPATH=1 [2021-11-17T22:10:19.657Z] #51 5.803 + case "$(go env GOARCH)" in [2021-11-17T22:10:19.657Z] #51 5.803 ++ go env GOARCH [2021-11-17T22:10:19.657Z] #51 5.830 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:19.657Z] #51 5.830 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:19.657Z] #51 5.856 ++ dirname /tmp/install/install.sh [2021-11-17T22:10:19.657Z] #51 5.856 + dir=/tmp/install [2021-11-17T22:10:19.657Z] #51 5.856 + bin=shfmt [2021-11-17T22:10:19.657Z] #51 5.856 + shift [2021-11-17T22:10:19.657Z] #51 5.856 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-11-17T22:10:19.657Z] #51 5.856 + . /tmp/install/shfmt.installer [2021-11-17T22:10:19.657Z] #51 5.856 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-11-17T22:10:19.657Z] #51 5.856 + install_shfmt [2021-11-17T22:10:19.657Z] #51 5.856 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-11-17T22:10:19.657Z] #51 5.856 + git clone https://github.com/mvdan/sh.git /tmp/tmp.c6cJzLwZr6/src/github.com/mvdan/sh [2021-11-17T22:10:19.657Z] #51 5.856 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-11-17T22:10:19.657Z] #51 5.858 Cloning into '/tmp/tmp.c6cJzLwZr6/src/github.com/mvdan/sh'... [2021-11-17T22:10:20.026Z] #49 23.17 go: downloading github.com/spf13/viper v1.6.1 [2021-11-17T22:10:20.594Z] #49 23.48 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-11-17T22:10:20.594Z] #49 23.52 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-11-17T22:10:20.594Z] #49 23.69 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-11-17T22:10:20.594Z] #49 23.73 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-11-17T22:10:21.136Z] #45 ... [2021-11-17T22:10:21.136Z] [2021-11-17T22:10:21.136Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-11-17T22:10:21.136Z] #34 sha256:bcc7293f0d3f8ea6f53bb7293504392892c8250439dfb630e6aa9ba2fe5890ef [2021-11-17T22:10:21.136Z] #34 5.758 + RM_GOPATH=0 [2021-11-17T22:10:21.136Z] #34 5.758 + TMP_GOPATH= [2021-11-17T22:10:21.136Z] #34 5.758 + : /build [2021-11-17T22:10:21.136Z] #34 5.758 + '[' -z '' ']' [2021-11-17T22:10:21.136Z] #34 5.758 ++ mktemp -d [2021-11-17T22:10:21.136Z] #34 5.779 + export GOPATH=/tmp/tmp.yWQHnQHquU [2021-11-17T22:10:21.136Z] #34 5.779 + GOPATH=/tmp/tmp.yWQHnQHquU [2021-11-17T22:10:21.136Z] #34 5.779 + RM_GOPATH=1 [2021-11-17T22:10:21.136Z] #34 5.779 + case "$(go env GOARCH)" in [2021-11-17T22:10:21.136Z] #34 5.779 ++ go env GOARCH [2021-11-17T22:10:21.136Z] #34 5.813 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:21.136Z] #34 5.813 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:21.136Z] #34 5.813 ++ dirname /tmp/install/install.sh [2021-11-17T22:10:21.136Z] #34 5.813 + dir=/tmp/install [2021-11-17T22:10:21.136Z] #34 5.813 + bin=tomlv [2021-11-17T22:10:21.136Z] #34 5.813 + shift [2021-11-17T22:10:21.136Z] #34 5.813 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-11-17T22:10:21.136Z] #34 5.813 + . /tmp/install/tomlv.installer [2021-11-17T22:10:21.136Z] #34 5.813 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-11-17T22:10:21.136Z] #34 5.813 + install_tomlv [2021-11-17T22:10:21.136Z] #34 5.813 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-11-17T22:10:21.136Z] #34 5.813 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.yWQHnQHquU/src/github.com/BurntSushi/toml [2021-11-17T22:10:21.136Z] #34 5.813 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-11-17T22:10:21.136Z] #34 5.833 Cloning into '/tmp/tmp.yWQHnQHquU/src/github.com/BurntSushi/toml'... [2021-11-17T22:10:21.136Z] #34 7.873 + cd /tmp/tmp.yWQHnQHquU/src/github.com/BurntSushi/toml [2021-11-17T22:10:21.136Z] #34 7.873 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-11-17T22:10:21.136Z] #34 8.148 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-11-17T22:10:21.136Z] #34 ... [2021-11-17T22:10:21.136Z] [2021-11-17T22:10:21.136Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-11-17T22:10:21.136Z] #56 sha256:958f013d8045b62ee11cf9bd20e09d814eafe437221ab2a4b34f8d609f9a04e9 [2021-11-17T22:10:21.136Z] #56 5.760 + RM_GOPATH=0 [2021-11-17T22:10:21.136Z] #56 5.760 + TMP_GOPATH= [2021-11-17T22:10:21.136Z] #56 5.760 + : /build [2021-11-17T22:10:21.136Z] #56 5.760 + '[' -z '' ']' [2021-11-17T22:10:21.136Z] #56 5.763 ++ mktemp -d [2021-11-17T22:10:21.136Z] #56 5.776 + export GOPATH=/tmp/tmp.9IHABmNINb [2021-11-17T22:10:21.136Z] #56 5.776 + GOPATH=/tmp/tmp.9IHABmNINb [2021-11-17T22:10:21.136Z] #56 5.776 + RM_GOPATH=1 [2021-11-17T22:10:21.136Z] #56 5.776 + case "$(go env GOARCH)" in [2021-11-17T22:10:21.136Z] #56 5.776 ++ go env GOARCH [2021-11-17T22:10:21.136Z] #56 5.812 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:21.136Z] #56 5.812 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:21.136Z] #56 5.812 ++ dirname /tmp/install/install.sh [2021-11-17T22:10:21.136Z] #56 5.828 Install containerd version 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2021-11-17T22:10:21.136Z] #56 5.829 + dir=/tmp/install [2021-11-17T22:10:21.136Z] #56 5.829 + bin=containerd [2021-11-17T22:10:21.136Z] #56 5.829 + shift [2021-11-17T22:10:21.136Z] #56 5.829 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-11-17T22:10:21.136Z] #56 5.829 + . /tmp/install/containerd.installer [2021-11-17T22:10:21.136Z] #56 5.829 ++ set -e [2021-11-17T22:10:21.136Z] #56 5.829 ++ : 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2021-11-17T22:10:21.136Z] #56 5.829 + install_containerd [2021-11-17T22:10:21.136Z] #56 5.829 + echo 'Install containerd version 7b11cfaabd73bb80907dd23182b9347b4245eb5d' [2021-11-17T22:10:21.136Z] #56 5.829 + git clone https://github.com/containerd/containerd.git /tmp/tmp.9IHABmNINb/src/github.com/containerd/containerd [2021-11-17T22:10:21.136Z] #56 5.829 Cloning into '/tmp/tmp.9IHABmNINb/src/github.com/containerd/containerd'... [2021-11-17T22:10:21.136Z] #56 ... [2021-11-17T22:10:21.136Z] [2021-11-17T22:10:21.136Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:10:21.136Z] #49 sha256:1f1aea5242e74b419815a8c5ffcfca7d9fd6ae6b1423099a9f4e235ead9ad106 [2021-11-17T22:10:21.136Z] #49 4.475 + RM_GOPATH=0 [2021-11-17T22:10:21.136Z] #49 4.475 + TMP_GOPATH= [2021-11-17T22:10:21.136Z] #49 4.475 + : /build [2021-11-17T22:10:21.136Z] #49 4.475 + '[' -z '' ']' [2021-11-17T22:10:21.136Z] #49 4.475 ++ mktemp -d [2021-11-17T22:10:21.136Z] #49 4.475 + export GOPATH=/tmp/tmp.H5czhCSxps [2021-11-17T22:10:21.136Z] #49 4.475 + GOPATH=/tmp/tmp.H5czhCSxps [2021-11-17T22:10:21.136Z] #49 4.475 + RM_GOPATH=1 [2021-11-17T22:10:21.136Z] #49 4.475 + case "$(go env GOARCH)" in [2021-11-17T22:10:21.136Z] #49 4.475 ++ go env GOARCH [2021-11-17T22:10:21.136Z] #49 4.491 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:21.136Z] #49 4.491 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:21.136Z] #49 4.491 ++ dirname /tmp/install/install.sh [2021-11-17T22:10:21.136Z] #49 4.491 + dir=/tmp/install [2021-11-17T22:10:21.136Z] #49 4.491 + bin=golangci_lint [2021-11-17T22:10:21.136Z] #49 4.491 + shift [2021-11-17T22:10:21.136Z] #49 4.491 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-11-17T22:10:21.136Z] #49 4.491 + . /tmp/install/golangci_lint.installer [2021-11-17T22:10:21.136Z] #49 4.491 ++ : v1.23.8 [2021-11-17T22:10:21.136Z] #49 4.491 + install_golangci_lint [2021-11-17T22:10:21.136Z] #49 4.491 + set -e [2021-11-17T22:10:21.136Z] #49 4.491 + export GO111MODULE=on [2021-11-17T22:10:21.136Z] #49 4.491 + GO111MODULE=on [2021-11-17T22:10:21.136Z] #49 4.491 + GOBIN=/build [2021-11-17T22:10:21.136Z] #49 4.491 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-11-17T22:10:21.136Z] #49 4.771 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-11-17T22:10:21.398Z] #49 ... [2021-11-17T22:10:21.398Z] [2021-11-17T22:10:21.398Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-11-17T22:10:21.398Z] #24 sha256:9a97f441fec59123f1ca370ca87838102c24896186cf8919cdc3de0887e14756 [2021-11-17T22:10:21.398Z] #24 5.765 + RM_GOPATH=0 [2021-11-17T22:10:21.398Z] #24 5.765 + TMP_GOPATH= [2021-11-17T22:10:21.398Z] #24 5.765 + : /build [2021-11-17T22:10:21.398Z] #24 5.765 + '[' -z '' ']' [2021-11-17T22:10:21.398Z] #24 5.765 ++ mktemp -d [2021-11-17T22:10:21.398Z] #24 5.773 + export GOPATH=/tmp/tmp.qQbL5Hai4V [2021-11-17T22:10:21.398Z] #24 5.773 + GOPATH=/tmp/tmp.qQbL5Hai4V [2021-11-17T22:10:21.398Z] #24 5.773 + RM_GOPATH=1 [2021-11-17T22:10:21.398Z] #24 5.773 + case "$(go env GOARCH)" in [2021-11-17T22:10:21.398Z] #24 5.773 ++ go env GOARCH [2021-11-17T22:10:21.398Z] #24 5.829 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:21.398Z] #24 5.829 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:21.398Z] #24 5.829 ++ dirname /tmp/install/install.sh [2021-11-17T22:10:21.398Z] #24 5.833 Install docker/cli version 17.06.2-ce from stable [2021-11-17T22:10:21.398Z] #24 5.845 + dir=/tmp/install [2021-11-17T22:10:21.398Z] #24 5.845 + bin=dockercli [2021-11-17T22:10:21.398Z] #24 5.845 + shift [2021-11-17T22:10:21.398Z] #24 5.845 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-11-17T22:10:21.398Z] #24 5.845 + . /tmp/install/dockercli.installer [2021-11-17T22:10:21.398Z] #24 5.845 ++ : stable [2021-11-17T22:10:21.398Z] #24 5.845 ++ : 17.06.2-ce [2021-11-17T22:10:21.398Z] #24 5.845 + install_dockercli [2021-11-17T22:10:21.398Z] #24 5.845 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-11-17T22:10:21.398Z] #24 5.845 ++ uname -m [2021-11-17T22:10:21.398Z] #24 5.845 + arch=x86_64 [2021-11-17T22:10:21.398Z] #24 5.845 + '[' x86_64 '!=' x86_64 ']' [2021-11-17T22:10:21.398Z] #24 5.845 + url=https://download.docker.com/linux/static [2021-11-17T22:10:21.398Z] #24 5.845 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-11-17T22:10:21.398Z] #24 5.845 + tar -xz docker/docker [2021-11-17T22:10:21.659Z] #24 ... [2021-11-17T22:10:21.659Z] [2021-11-17T22:10:21.659Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-11-17T22:10:21.659Z] #67 sha256:6aa0d8f430bc8a9773b946b809602933f2bdeca6af0ea1cda75c0d13224ed03e [2021-11-17T22:10:21.659Z] #67 5.793 + RM_GOPATH=0 [2021-11-17T22:10:21.659Z] #67 5.793 + TMP_GOPATH= [2021-11-17T22:10:21.659Z] #67 5.793 + : /build [2021-11-17T22:10:21.659Z] #67 5.793 + '[' -z '' ']' [2021-11-17T22:10:21.659Z] #67 5.793 ++ mktemp -d [2021-11-17T22:10:21.659Z] #67 5.793 + export GOPATH=/tmp/tmp.bZ8ntxsnSX [2021-11-17T22:10:21.659Z] #67 5.793 + GOPATH=/tmp/tmp.bZ8ntxsnSX [2021-11-17T22:10:21.659Z] #67 5.793 + RM_GOPATH=1 [2021-11-17T22:10:21.659Z] #67 5.793 + case "$(go env GOARCH)" in [2021-11-17T22:10:21.659Z] #67 5.793 ++ go env GOARCH [2021-11-17T22:10:21.659Z] #67 5.863 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:21.659Z] #67 5.866 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:21.659Z] #67 5.866 ++ dirname /tmp/install/install.sh [2021-11-17T22:10:21.659Z] #67 5.870 + dir=/tmp/install [2021-11-17T22:10:21.659Z] #67 5.870 + bin=proxy [2021-11-17T22:10:21.659Z] #67 5.870 + shift [2021-11-17T22:10:21.659Z] #67 5.870 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-11-17T22:10:21.659Z] #67 5.870 + . /tmp/install/proxy.installer [2021-11-17T22:10:21.659Z] #67 5.870 ++ : 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-11-17T22:10:21.659Z] #67 5.870 + install_proxy [2021-11-17T22:10:21.659Z] #67 5.870 + case "$1" in [2021-11-17T22:10:21.659Z] #67 5.870 + export CGO_ENABLED=0 [2021-11-17T22:10:21.659Z] #67 5.870 + CGO_ENABLED=0 [2021-11-17T22:10:21.659Z] #67 5.870 + _install_proxy [2021-11-17T22:10:21.659Z] #67 5.870 + echo 'Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8' [2021-11-17T22:10:21.659Z] #67 5.870 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.bZ8ntxsnSX/src/github.com/docker/libnetwork [2021-11-17T22:10:21.659Z] #67 5.874 Cloning into '/tmp/tmp.bZ8ntxsnSX/src/github.com/docker/libnetwork'... [2021-11-17T22:10:21.659Z] #67 5.875 Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-11-17T22:10:21.659Z] #67 ... [2021-11-17T22:10:21.659Z] [2021-11-17T22:10:21.659Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-11-17T22:10:21.659Z] #47 sha256:d09283ecc390305f46d5328b30bb644981ba0ac56df046296cac2f9f81eff6a8 [2021-11-17T22:10:21.659Z] #47 4.665 + RM_GOPATH=0 [2021-11-17T22:10:21.659Z] #47 4.665 + TMP_GOPATH= [2021-11-17T22:10:21.659Z] #47 4.665 + : /build [2021-11-17T22:10:21.659Z] #47 4.665 + '[' -z '' ']' [2021-11-17T22:10:21.659Z] #47 4.665 ++ mktemp -d [2021-11-17T22:10:21.659Z] #47 4.665 + export GOPATH=/tmp/tmp.dFOdqdLSTe [2021-11-17T22:10:21.659Z] #47 4.665 + GOPATH=/tmp/tmp.dFOdqdLSTe [2021-11-17T22:10:21.659Z] #47 4.665 + RM_GOPATH=1 [2021-11-17T22:10:21.659Z] #47 4.665 + case "$(go env GOARCH)" in [2021-11-17T22:10:21.659Z] #47 4.672 ++ go env GOARCH [2021-11-17T22:10:21.659Z] #47 4.681 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:21.659Z] #47 4.681 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:21.659Z] #47 4.681 ++ dirname /tmp/install/install.sh [2021-11-17T22:10:21.659Z] #47 4.681 + dir=/tmp/install [2021-11-17T22:10:21.659Z] #47 4.681 + bin=gotestsum [2021-11-17T22:10:21.659Z] #47 4.681 + shift [2021-11-17T22:10:21.659Z] #47 4.681 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-11-17T22:10:21.659Z] #47 4.681 + . /tmp/install/gotestsum.installer [2021-11-17T22:10:21.659Z] #47 4.681 ++ : v0.5.3 [2021-11-17T22:10:21.659Z] #47 4.681 + install_gotestsum [2021-11-17T22:10:21.659Z] #47 4.681 + set -e [2021-11-17T22:10:21.659Z] #47 4.681 + export GO111MODULE=on [2021-11-17T22:10:21.659Z] #47 4.681 + GO111MODULE=on [2021-11-17T22:10:21.659Z] #47 4.681 + GOBIN=/build [2021-11-17T22:10:21.659Z] #47 4.681 + go get gotest.tools/gotestsum@v0.5.3 [2021-11-17T22:10:21.659Z] #47 5.018 go: downloading gotest.tools/gotestsum v0.5.3 [2021-11-17T22:10:21.659Z] #47 6.777 go: downloading github.com/fatih/color v1.9.0 [2021-11-17T22:10:21.659Z] #47 6.777 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-11-17T22:10:21.659Z] #47 6.841 go: downloading github.com/pkg/errors v0.9.1 [2021-11-17T22:10:21.659Z] #47 6.899 go: downloading github.com/spf13/pflag v1.0.3 [2021-11-17T22:10:21.659Z] #47 7.480 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-11-17T22:10:21.659Z] #47 7.480 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-11-17T22:10:21.659Z] #47 7.703 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-11-17T22:10:21.659Z] #47 7.873 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-11-17T22:10:21.659Z] #47 8.737 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-11-17T22:10:21.920Z] #47 10.91 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-11-17T22:10:21.920Z] #47 ... [2021-11-17T22:10:21.920Z] [2021-11-17T22:10:21.920Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:10:21.920Z] #51 sha256:fbd2f2f70ba2194f42010d82aab047289a2523ebbd28824baf2e7616b62b0112 [2021-11-17T22:10:21.920Z] #51 5.343 + RM_GOPATH=0 [2021-11-17T22:10:21.920Z] #51 5.343 + TMP_GOPATH= [2021-11-17T22:10:21.920Z] #51 5.343 + : /build [2021-11-17T22:10:21.920Z] #51 5.343 + '[' -z '' ']' [2021-11-17T22:10:21.920Z] #51 5.343 ++ mktemp -d [2021-11-17T22:10:21.920Z] #51 5.343 + export GOPATH=/tmp/tmp.INkOhSmfQg [2021-11-17T22:10:21.920Z] #51 5.343 + GOPATH=/tmp/tmp.INkOhSmfQg [2021-11-17T22:10:21.920Z] #51 5.343 + RM_GOPATH=1 [2021-11-17T22:10:21.920Z] #51 5.343 + case "$(go env GOARCH)" in [2021-11-17T22:10:21.920Z] #51 5.343 ++ go env GOARCH [2021-11-17T22:10:21.920Z] #51 5.361 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:21.920Z] #51 5.361 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:21.920Z] #51 5.361 ++ dirname /tmp/install/install.sh [2021-11-17T22:10:21.920Z] #51 5.361 + dir=/tmp/install [2021-11-17T22:10:21.920Z] #51 5.361 + bin=shfmt [2021-11-17T22:10:21.920Z] #51 5.361 + shift [2021-11-17T22:10:21.920Z] #51 5.361 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-11-17T22:10:21.920Z] #51 5.361 + . /tmp/install/shfmt.installer [2021-11-17T22:10:21.920Z] #51 5.361 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-11-17T22:10:21.920Z] #51 5.361 + install_shfmt [2021-11-17T22:10:21.920Z] #51 5.361 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-11-17T22:10:21.920Z] #51 5.361 + git clone https://github.com/mvdan/sh.git /tmp/tmp.INkOhSmfQg/src/github.com/mvdan/sh [2021-11-17T22:10:21.920Z] #51 5.361 Cloning into '/tmp/tmp.INkOhSmfQg/src/github.com/mvdan/sh'... [2021-11-17T22:10:21.920Z] #51 5.361 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-11-17T22:10:21.920Z] #51 ... [2021-11-17T22:10:21.920Z] [2021-11-17T22:10:21.920Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-11-17T22:10:21.920Z] #37 sha256:143feeadb011996181176c76eac119d02417688b0c743ef183c3d055d201baf8 [2021-11-17T22:10:21.920Z] #37 6.141 + RM_GOPATH=0 [2021-11-17T22:10:21.920Z] #37 6.141 + TMP_GOPATH= [2021-11-17T22:10:21.920Z] #37 6.141 + : /build [2021-11-17T22:10:21.920Z] #37 6.141 + '[' -z '' ']' [2021-11-17T22:10:21.920Z] #37 6.145 ++ mktemp -d [2021-11-17T22:10:21.920Z] #37 6.172 + export GOPATH=/tmp/tmp.dLEfIKiKEc [2021-11-17T22:10:21.920Z] #37 6.172 + GOPATH=/tmp/tmp.dLEfIKiKEc [2021-11-17T22:10:21.920Z] #37 6.172 + RM_GOPATH=1 [2021-11-17T22:10:21.920Z] #37 6.172 + case "$(go env GOARCH)" in [2021-11-17T22:10:21.920Z] #37 6.172 ++ go env GOARCH [2021-11-17T22:10:21.920Z] #37 6.225 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:21.920Z] #37 6.225 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:21.920Z] #37 6.225 ++ dirname /tmp/install/install.sh [2021-11-17T22:10:21.920Z] #37 6.250 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-11-17T22:10:21.920Z] #37 6.252 + dir=/tmp/install [2021-11-17T22:10:21.920Z] #37 6.252 + bin=tini [2021-11-17T22:10:21.920Z] #37 6.252 + shift [2021-11-17T22:10:21.920Z] #37 6.252 + '[' '!' -f /tmp/install/tini.installer ']' [2021-11-17T22:10:21.920Z] #37 6.252 + . /tmp/install/tini.installer [2021-11-17T22:10:21.920Z] #37 6.252 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-11-17T22:10:21.920Z] #37 6.252 + install_tini [2021-11-17T22:10:21.920Z] #37 6.252 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-11-17T22:10:21.920Z] #37 6.252 + git clone https://github.com/krallin/tini.git /tmp/tmp.dLEfIKiKEc/tini [2021-11-17T22:10:21.920Z] #37 6.258 Cloning into '/tmp/tmp.dLEfIKiKEc/tini'... [2021-11-17T22:10:21.920Z] #37 7.729 + cd /tmp/tmp.dLEfIKiKEc/tini [2021-11-17T22:10:21.920Z] #37 7.729 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-11-17T22:10:21.920Z] #37 7.789 + cmake . [2021-11-17T22:10:21.920Z] #37 9.027 -- The C compiler identification is GNU 8.3.0 [2021-11-17T22:10:21.920Z] #37 9.171 -- Check for working C compiler: /usr/bin/cc [2021-11-17T22:10:21.920Z] #37 10.45 -- Check for working C compiler: /usr/bin/cc -- works [2021-11-17T22:10:21.920Z] #37 10.45 -- Detecting C compiler ABI info [2021-11-17T22:10:21.976Z] #49 24.91 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-11-17T22:10:21.976Z] #49 25.17 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-11-17T22:10:22.182Z] #37 ... [2021-11-17T22:10:22.182Z] [2021-11-17T22:10:22.182Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:10:22.182Z] #45 sha256:0512263941b4d6d7ebb662b025cde9e388fdc458012e1a21823bfe5fbb659150 [2021-11-17T22:10:22.182Z] #45 10.86 github.com/LK4D4/vndr/godl/singleflight [2021-11-17T22:10:22.755Z] #45 11.71 github.com/LK4D4/vndr/build [2021-11-17T22:10:22.931Z] #49 ... [2021-11-17T22:10:22.931Z] [2021-11-17T22:10:22.931Z] #21 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-11-17T22:10:22.931Z] #21 sha256:60091f332eca22cce350bbe88c3bb1ef692eb93676e4ecf858e45a1c3edf2651 [2021-11-17T22:10:22.931Z] #21 CACHED [2021-11-17T22:10:22.931Z] [2021-11-17T22:10:22.931Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-11-17T22:10:22.931Z] #18 sha256:c39c76242e80f7c7af775563d13759a41bedf68ce456358eeb70fd635e848fa0 [2021-11-17T22:10:22.931Z] #18 CACHED [2021-11-17T22:10:22.931Z] [2021-11-17T22:10:22.931Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-11-17T22:10:22.931Z] #19 sha256:36f8b13f99f583e88edd170393fd2a976fd59b671eadce9052a3ff4d48fc22a4 [2021-11-17T22:10:22.931Z] #19 CACHED [2021-11-17T22:10:22.931Z] [2021-11-17T22:10:22.931Z] #27 [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 [2021-11-17T22:10:22.931Z] #27 sha256:8e14252d95f59141c0f86364d4ba7bcb998e74dacce9c62a1e6b3d099b9829ae [2021-11-17T22:10:22.931Z] #27 CACHED [2021-11-17T22:10:22.931Z] [2021-11-17T22:10:22.931Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-11-17T22:10:22.931Z] #22 sha256:568598d536f707cc97574aa61d68db2fc7316fd3e81028bade6ab2c443a99345 [2021-11-17T22:10:22.931Z] #22 CACHED [2021-11-17T22:10:22.931Z] [2021-11-17T22:10:22.931Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-11-17T22:10:22.931Z] #30 sha256:36eb8543d2248f61bc469af9f5be1394ac28c6a2451005bb8c6973be0f657256 [2021-11-17T22:10:22.931Z] #30 CACHED [2021-11-17T22:10:22.931Z] [2021-11-17T22:10:22.931Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-11-17T22:10:22.931Z] #25 sha256:0785e7ec0109dcd20618a0ea41b9a89a7e08aac60bd91a240ce8a0a446f6d7dd [2021-11-17T22:10:22.931Z] #25 CACHED [2021-11-17T22:10:22.931Z] [2021-11-17T22:10:22.931Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-11-17T22:10:22.931Z] #28 sha256:12001f601717fcfbaf7d326b84a79d23e5c59f71054a28ea4a368ed695cbaf70 [2021-11-17T22:10:22.931Z] #28 CACHED [2021-11-17T22:10:22.931Z] [2021-11-17T22:10:22.931Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 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 [2021-11-17T22:10:22.931Z] #20 sha256:a6c57e76359cf066208a363bf3b2e2d6ee5440da08a6bd4e042a7b12b8f058ad [2021-11-17T22:10:22.931Z] #20 CACHED [2021-11-17T22:10:22.931Z] [2021-11-17T22:10:22.931Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-11-17T22:10:22.931Z] #16 sha256:04ae1288de65841634c0124bcaa98d14279f91fc3c74c2dafbc5543ad627ef80 [2021-11-17T22:10:22.931Z] #16 CACHED [2021-11-17T22:10:22.931Z] [2021-11-17T22:10:22.931Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-11-17T22:10:22.931Z] #29 sha256:9065ae4251adf6c64eee9648c80624afb5505434eed5f65f06d106938ee83ff8 [2021-11-17T22:10:22.931Z] #29 CACHED [2021-11-17T22:10:22.931Z] [2021-11-17T22:10:22.931Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-11-17T22:10:22.931Z] #17 sha256:df538d4e1efd01b9e3546cafd2d10882dac21594286391b0ffd41b924f04f54d [2021-11-17T22:10:22.931Z] #17 CACHED [2021-11-17T22:10:22.931Z] [2021-11-17T22:10:22.931Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-11-17T22:10:22.931Z] #15 sha256:d33ca7c6b7c1756b1bcc1b316a69fc1a14c5fae58bcda29cea1574f81516bf6b [2021-11-17T22:10:22.931Z] #15 CACHED [2021-11-17T22:10:22.931Z] [2021-11-17T22:10:22.931Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-11-17T22:10:22.931Z] #14 sha256:83753444274c1956240e5de3fc4308f1301e1a6621feb29bb93e2a175f4b23df [2021-11-17T22:10:22.931Z] #14 CACHED [2021-11-17T22:10:22.931Z] [2021-11-17T22:10:22.931Z] #32 [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 [2021-11-17T22:10:22.931Z] #32 sha256:ddd67d6f85d538ef6e07aa19cfd9c5c44b4f0df2bbb11681f570a26b980749b1 [2021-11-17T22:10:22.931Z] #32 CACHED [2021-11-17T22:10:22.931Z] [2021-11-17T22:10:22.931Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-11-17T22:10:22.931Z] #31 sha256:b6e96d49d439cb5c43d0c6fdd6688b4b7907d9e4d45306db361013833de8ef01 [2021-11-17T22:10:22.931Z] #31 CACHED [2021-11-17T22:10:22.931Z] [2021-11-17T22:10:22.931Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-11-17T22:10:22.931Z] #33 sha256:aeab4cef463ecb5c4a5a0d9ff2050aea5fa0196ad964a0557a5ae7ec06ba3e98 [2021-11-17T22:10:22.931Z] #33 CACHED [2021-11-17T22:10:22.931Z] [2021-11-17T22:10:22.931Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-11-17T22:10:22.931Z] #39 sha256:00a8aedfe8f438f9ad6d7415aee35c937cf3246d711b63133a5a490563bd2e31 [2021-11-17T22:10:22.931Z] #39 CACHED [2021-11-17T22:10:22.931Z] [2021-11-17T22:10:22.931Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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 [2021-11-17T22:10:22.931Z] #40 sha256:2d462ea74ef525c4f75d25a79a9cf1f134c137bff45947dce31175cdabc798fa [2021-11-17T22:10:22.931Z] #40 CACHED [2021-11-17T22:10:22.931Z] [2021-11-17T22:10:22.931Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-11-17T22:10:22.931Z] #42 sha256:458dfcbb019aed25e86f24c62186909e3d0db8f816c9fb3db42bc8e2d47296d9 [2021-11-17T22:10:22.931Z] #42 CACHED [2021-11-17T22:10:22.931Z] [2021-11-17T22:10:22.931Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:10:22.931Z] #43 sha256:9c88665f5323b3954e3d3c9ccebf3a6fb3b18ad29fcde46a84373b30db78ca80 [2021-11-17T22:10:22.931Z] #43 CACHED [2021-11-17T22:10:22.931Z] [2021-11-17T22:10:22.931Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-11-17T22:10:22.931Z] #35 sha256:a8f4adf014b75ce79bd23843d0e40eebd18eb4701ddb6b6372c1351a7e2c0e4b [2021-11-17T22:10:22.931Z] #35 DONE 0.1s [2021-11-17T22:10:22.931Z] [2021-11-17T22:10:22.931Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-11-17T22:10:22.931Z] #38 sha256:09ce02670bf0e570a3252e5d884f6caa0a028414fdd4fa800fd106934c15b308 [2021-11-17T22:10:22.931Z] #38 DONE 0.1s [2021-11-17T22:10:22.931Z] [2021-11-17T22:10:22.931Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-11-17T22:10:22.931Z] #58 sha256:3d59b64bea57c9b9a1f401455d8e103188bb3b6cef393ee22a9dc8069c0d0878 [2021-11-17T22:10:22.931Z] #58 21.28 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-11-17T22:10:22.931Z] #58 22.62 go: downloading github.com/google/uuid v1.3.0 [2021-11-17T22:10:22.931Z] #58 22.71 go: downloading github.com/moby/vpnkit v0.5.0 [2021-11-17T22:10:22.931Z] #58 22.83 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2021-11-17T22:10:22.931Z] #58 22.98 go: downloading github.com/gofrs/flock v0.8.1 [2021-11-17T22:10:22.931Z] #58 23.14 go: downloading github.com/gorilla/mux v1.8.0 [2021-11-17T22:10:22.931Z] #58 23.46 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-11-17T22:10:22.931Z] #58 24.14 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-11-17T22:10:22.931Z] #58 24.45 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-11-17T22:10:23.332Z] #45 12.27 github.com/LK4D4/vndr/versioned [2021-11-17T22:10:23.501Z] #58 ... [2021-11-17T22:10:23.501Z] [2021-11-17T22:10:23.501Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-11-17T22:10:23.501Z] #41 sha256:02a17cf4e7ceb3d9d56e0231555d6aeea76101d0a92eb9b2aafa1590c9c39c0b [2021-11-17T22:10:23.501Z] #41 DONE 0.4s [2021-11-17T22:10:23.501Z] [2021-11-17T22:10:23.501Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-11-17T22:10:23.501Z] #44 sha256:3c4998a0365031cb77f04a6a40a459aebc5b8ee82b2c83d9cc2f521e92bbbf5a [2021-11-17T22:10:23.501Z] #44 DONE 0.2s [2021-11-17T22:10:23.501Z] [2021-11-17T22:10:23.501Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:10:23.501Z] #51 sha256:a7fc96d6027d62be5517d126eec72a3ccb72d1e0e12893f2d00052bb057ce82e [2021-11-17T22:10:23.501Z] #51 23.85 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-11-17T22:10:23.870Z] #51 ... [2021-11-17T22:10:23.870Z] [2021-11-17T22:10:23.870Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-11-17T22:10:23.870Z] #58 sha256:a25fc16f9dec3364ef6839e4b0df72f05c19071bc0551393afd7fc955f053a2d [2021-11-17T22:10:23.870Z] #58 3.761 + RM_GOPATH=0 [2021-11-17T22:10:23.870Z] #58 3.761 + TMP_GOPATH= [2021-11-17T22:10:23.870Z] #58 3.761 + : /build [2021-11-17T22:10:23.870Z] #58 3.761 + '[' -z '' ']' [2021-11-17T22:10:23.870Z] #58 3.761 ++ mktemp -d [2021-11-17T22:10:23.870Z] #58 3.763 + export GOPATH=/tmp/tmp.e3yrN8XTAs [2021-11-17T22:10:23.870Z] #58 3.763 + GOPATH=/tmp/tmp.e3yrN8XTAs [2021-11-17T22:10:23.870Z] #58 3.765 + RM_GOPATH=1 [2021-11-17T22:10:23.870Z] #58 3.765 + case "$(go env GOARCH)" in [2021-11-17T22:10:23.870Z] #58 3.765 ++ go env GOARCH [2021-11-17T22:10:23.870Z] #58 3.773 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:23.870Z] #58 3.773 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:23.870Z] #58 3.773 ++ dirname /tmp/install/install.sh [2021-11-17T22:10:23.870Z] #58 3.773 + dir=/tmp/install [2021-11-17T22:10:23.870Z] #58 3.773 + bin=rootlesskit [2021-11-17T22:10:23.870Z] #58 3.773 + shift [2021-11-17T22:10:23.870Z] #58 3.773 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-11-17T22:10:23.870Z] #58 3.773 + . /tmp/install/rootlesskit.installer [2021-11-17T22:10:23.870Z] #58 3.773 ++ : 87d443683ac1e8aba4110b8081f15aaae432aaa2 [2021-11-17T22:10:23.870Z] #58 3.773 + install_rootlesskit [2021-11-17T22:10:23.870Z] #58 3.773 + case "$1" in [2021-11-17T22:10:23.870Z] #58 3.773 + export CGO_ENABLED=0 [2021-11-17T22:10:23.870Z] #58 3.773 + CGO_ENABLED=0 [2021-11-17T22:10:23.870Z] #58 3.773 + _install_rootlesskit [2021-11-17T22:10:23.870Z] #58 3.773 + echo 'Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2' [2021-11-17T22:10:23.870Z] #58 3.773 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.e3yrN8XTAs/src/github.com/rootless-containers/rootlesskit [2021-11-17T22:10:23.870Z] #58 3.773 Cloning into '/tmp/tmp.e3yrN8XTAs/src/github.com/rootless-containers/rootlesskit'... [2021-11-17T22:10:23.870Z] #58 3.773 Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2 [2021-11-17T22:10:23.870Z] #58 5.058 + cd /tmp/tmp.e3yrN8XTAs/src/github.com/rootless-containers/rootlesskit [2021-11-17T22:10:23.870Z] #58 5.058 + git checkout -q 87d443683ac1e8aba4110b8081f15aaae432aaa2 [2021-11-17T22:10:23.870Z] #58 5.088 + export GO111MODULE=on [2021-11-17T22:10:23.870Z] #58 5.088 + GO111MODULE=on [2021-11-17T22:10:23.870Z] #58 5.088 + export GOPROXY=https://proxy.golang.org [2021-11-17T22:10:23.870Z] #58 5.088 + GOPROXY=https://proxy.golang.org [2021-11-17T22:10:23.870Z] #58 5.088 + for f in rootlesskit rootlesskit-docker-proxy [2021-11-17T22:10:23.870Z] #58 5.088 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-11-17T22:10:23.870Z] #58 6.633 go: downloading github.com/pkg/errors v0.9.1 [2021-11-17T22:10:23.870Z] #58 6.795 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-11-17T22:10:23.870Z] #58 6.810 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-11-17T22:10:23.870Z] #58 7.893 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-11-17T22:10:23.870Z] #58 ... [2021-11-17T22:10:23.870Z] [2021-11-17T22:10:23.870Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-11-17T22:10:23.870Z] #56 sha256:20f1690be27ebaa00d82e2b8e7559c4a84bfde7dd9ce9e4d83351d880bf1eb31 [2021-11-17T22:10:23.870Z] #56 5.975 + RM_GOPATH=0 [2021-11-17T22:10:23.870Z] #56 5.975 + TMP_GOPATH= [2021-11-17T22:10:23.870Z] #56 5.975 + : /build [2021-11-17T22:10:23.870Z] #56 5.975 + '[' -z '' ']' [2021-11-17T22:10:23.870Z] #56 5.976 ++ mktemp -d [2021-11-17T22:10:23.870Z] #56 5.976 + export GOPATH=/tmp/tmp.QIRmoeARR0 [2021-11-17T22:10:23.870Z] #56 5.976 + GOPATH=/tmp/tmp.QIRmoeARR0 [2021-11-17T22:10:23.870Z] #56 5.976 + RM_GOPATH=1 [2021-11-17T22:10:23.870Z] #56 5.976 + case "$(go env GOARCH)" in [2021-11-17T22:10:23.870Z] #56 5.976 ++ go env GOARCH [2021-11-17T22:10:23.870Z] #56 6.043 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:23.870Z] #56 6.043 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:23.870Z] #56 6.065 ++ dirname /tmp/install/install.sh [2021-11-17T22:10:23.870Z] #56 6.065 + dir=/tmp/install [2021-11-17T22:10:23.870Z] #56 6.065 + bin=containerd [2021-11-17T22:10:23.870Z] #56 6.065 + shift [2021-11-17T22:10:23.870Z] #56 6.065 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-11-17T22:10:23.870Z] #56 6.065 + . /tmp/install/containerd.installer [2021-11-17T22:10:23.870Z] #56 6.065 ++ set -e [2021-11-17T22:10:23.870Z] #56 6.065 ++ : 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2021-11-17T22:10:23.870Z] #56 6.065 + install_containerd [2021-11-17T22:10:23.870Z] #56 6.065 + echo 'Install containerd version 7b11cfaabd73bb80907dd23182b9347b4245eb5d' [2021-11-17T22:10:23.870Z] #56 6.065 + git clone https://github.com/containerd/containerd.git /tmp/tmp.QIRmoeARR0/src/github.com/containerd/containerd [2021-11-17T22:10:23.870Z] #56 6.068 Install containerd version 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2021-11-17T22:10:23.870Z] #56 6.076 Cloning into '/tmp/tmp.QIRmoeARR0/src/github.com/containerd/containerd'... [2021-11-17T22:10:24.171Z] #56 ... [2021-11-17T22:10:24.171Z] [2021-11-17T22:10:24.171Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:10:24.171Z] #45 sha256:cbcbe11533ccb7aa87e4f2ca3bc1a658cee1a592e5fe18419772c34608d0ea05 [2021-11-17T22:10:24.171Z] #45 6.085 + RM_GOPATH=0 [2021-11-17T22:10:24.171Z] #45 6.085 + TMP_GOPATH= [2021-11-17T22:10:24.171Z] #45 6.085 + : /build [2021-11-17T22:10:24.171Z] #45 6.085 + '[' -z '' ']' [2021-11-17T22:10:24.171Z] #45 6.085 ++ mktemp -d [2021-11-17T22:10:24.171Z] #45 6.120 + export GOPATH=/tmp/tmp.FMhlH5nR8i [2021-11-17T22:10:24.171Z] #45 6.120 + GOPATH=/tmp/tmp.FMhlH5nR8i [2021-11-17T22:10:24.171Z] #45 6.120 + RM_GOPATH=1 [2021-11-17T22:10:24.171Z] #45 6.120 + case "$(go env GOARCH)" in [2021-11-17T22:10:24.171Z] #45 6.120 ++ go env GOARCH [2021-11-17T22:10:24.171Z] #45 6.164 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:24.171Z] #45 6.164 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:24.171Z] #45 6.164 ++ dirname /tmp/install/install.sh [2021-11-17T22:10:24.171Z] #45 6.172 + dir=/tmp/install [2021-11-17T22:10:24.171Z] #45 6.172 + bin=vndr [2021-11-17T22:10:24.171Z] #45 6.172 + shift [2021-11-17T22:10:24.171Z] #45 6.172 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-11-17T22:10:24.171Z] #45 6.172 + . /tmp/install/vndr.installer [2021-11-17T22:10:24.171Z] #45 6.172 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-11-17T22:10:24.171Z] #45 6.172 + install_vndr [2021-11-17T22:10:24.171Z] #45 6.172 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-11-17T22:10:24.171Z] #45 6.172 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.FMhlH5nR8i/src/github.com/LK4D4/vndr [2021-11-17T22:10:24.171Z] #45 6.172 Cloning into '/tmp/tmp.FMhlH5nR8i/src/github.com/LK4D4/vndr'... [2021-11-17T22:10:24.171Z] #45 6.172 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-11-17T22:10:24.171Z] #45 7.390 + cd /tmp/tmp.FMhlH5nR8i/src/github.com/LK4D4/vndr [2021-11-17T22:10:24.171Z] #45 7.390 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-11-17T22:10:24.171Z] #45 7.417 + go build -buildmode=pie -v -o /build/vndr . [2021-11-17T22:10:24.171Z] #45 ... [2021-11-17T22:10:24.171Z] [2021-11-17T22:10:24.171Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-11-17T22:10:24.171Z] #24 sha256:15ec005bb10f9edd4ef90ec0f612a9fa1f8baebbd4d091e9a8385e423c21cb2c [2021-11-17T22:10:24.171Z] #24 6.003 + RM_GOPATH=0 [2021-11-17T22:10:24.171Z] #24 6.003 + TMP_GOPATH= [2021-11-17T22:10:24.171Z] #24 6.003 + : /build [2021-11-17T22:10:24.171Z] #24 6.003 + '[' -z '' ']' [2021-11-17T22:10:24.171Z] #24 6.003 ++ mktemp -d [2021-11-17T22:10:24.171Z] #24 6.003 + export GOPATH=/tmp/tmp.xG4Oo33EvX [2021-11-17T22:10:24.171Z] #24 6.003 + GOPATH=/tmp/tmp.xG4Oo33EvX [2021-11-17T22:10:24.171Z] #24 6.003 + RM_GOPATH=1 [2021-11-17T22:10:24.171Z] #24 6.003 + case "$(go env GOARCH)" in [2021-11-17T22:10:24.171Z] #24 6.003 ++ go env GOARCH [2021-11-17T22:10:24.171Z] #24 6.037 Install docker/cli version 17.06.2-ce from stable [2021-11-17T22:10:24.171Z] #24 6.037 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:24.171Z] #24 6.037 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:24.171Z] #24 6.037 ++ dirname /tmp/install/install.sh [2021-11-17T22:10:24.171Z] #24 6.037 + dir=/tmp/install [2021-11-17T22:10:24.171Z] #24 6.037 + bin=dockercli [2021-11-17T22:10:24.171Z] #24 6.037 + shift [2021-11-17T22:10:24.171Z] #24 6.037 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-11-17T22:10:24.171Z] #24 6.037 + . /tmp/install/dockercli.installer [2021-11-17T22:10:24.171Z] #24 6.037 ++ : stable [2021-11-17T22:10:24.171Z] #24 6.037 ++ : 17.06.2-ce [2021-11-17T22:10:24.171Z] #24 6.037 + install_dockercli [2021-11-17T22:10:24.171Z] #24 6.037 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-11-17T22:10:24.171Z] #24 6.037 ++ uname -m [2021-11-17T22:10:24.171Z] #24 6.093 + arch=x86_64 [2021-11-17T22:10:24.171Z] #24 6.093 + '[' x86_64 '!=' x86_64 ']' [2021-11-17T22:10:24.171Z] #24 6.093 + url=https://download.docker.com/linux/static [2021-11-17T22:10:24.171Z] #24 6.093 + tar -xz docker/docker [2021-11-17T22:10:24.171Z] #24 6.093 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-11-17T22:10:24.432Z] #24 ... [2021-11-17T22:10:24.432Z] [2021-11-17T22:10:24.432Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:10:24.432Z] #49 sha256:08d4d267dbbb0e826f5aa644c3cc52c7858167ceacaf6b5e8d5b4ae7bc9e6a0c [2021-11-17T22:10:24.432Z] #49 6.024 + RM_GOPATH=0 [2021-11-17T22:10:24.432Z] #49 6.024 + TMP_GOPATH= [2021-11-17T22:10:24.432Z] #49 6.024 + : /build [2021-11-17T22:10:24.432Z] #49 6.024 + '[' -z '' ']' [2021-11-17T22:10:24.432Z] #49 6.024 ++ mktemp -d [2021-11-17T22:10:24.432Z] #49 6.068 + export GOPATH=/tmp/tmp.sjINBXXTjv [2021-11-17T22:10:24.432Z] #49 6.068 + GOPATH=/tmp/tmp.sjINBXXTjv [2021-11-17T22:10:24.432Z] #49 6.068 + RM_GOPATH=1 [2021-11-17T22:10:24.432Z] #49 6.068 + case "$(go env GOARCH)" in [2021-11-17T22:10:24.432Z] #49 6.068 ++ go env GOARCH [2021-11-17T22:10:24.432Z] #49 6.109 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:24.432Z] #49 6.109 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:24.432Z] #49 6.109 ++ dirname /tmp/install/install.sh [2021-11-17T22:10:24.432Z] #49 6.120 + dir=/tmp/install [2021-11-17T22:10:24.432Z] #49 6.120 + bin=golangci_lint [2021-11-17T22:10:24.432Z] #49 6.120 + shift [2021-11-17T22:10:24.432Z] #49 6.120 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-11-17T22:10:24.432Z] #49 6.120 + . /tmp/install/golangci_lint.installer [2021-11-17T22:10:24.432Z] #49 6.120 ++ : v1.23.8 [2021-11-17T22:10:24.432Z] #49 6.120 + install_golangci_lint [2021-11-17T22:10:24.432Z] #49 6.120 + set -e [2021-11-17T22:10:24.432Z] #49 6.120 + export GO111MODULE=on [2021-11-17T22:10:24.432Z] #49 6.120 + GO111MODULE=on [2021-11-17T22:10:24.432Z] #49 6.120 + GOBIN=/build [2021-11-17T22:10:24.432Z] #49 6.120 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-11-17T22:10:24.432Z] #49 7.315 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-11-17T22:10:24.688Z] #49 ... [2021-11-17T22:10:24.688Z] [2021-11-17T22:10:24.688Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-11-17T22:10:24.688Z] #47 sha256:33e06dc33b105c25ef9c706f514761a5480bebd5a9449f4140fe05cfb76a55ea [2021-11-17T22:10:24.688Z] #47 5.961 + RM_GOPATH=0 [2021-11-17T22:10:24.688Z] #47 5.961 + TMP_GOPATH= [2021-11-17T22:10:24.688Z] #47 5.961 + : /build [2021-11-17T22:10:24.688Z] #47 5.961 + '[' -z '' ']' [2021-11-17T22:10:24.688Z] #47 5.961 ++ mktemp -d [2021-11-17T22:10:24.688Z] #47 5.961 + export GOPATH=/tmp/tmp.PBtGbVRCNV [2021-11-17T22:10:24.688Z] #47 5.961 + GOPATH=/tmp/tmp.PBtGbVRCNV [2021-11-17T22:10:24.688Z] #47 5.961 + RM_GOPATH=1 [2021-11-17T22:10:24.688Z] #47 5.961 + case "$(go env GOARCH)" in [2021-11-17T22:10:24.688Z] #47 5.961 ++ go env GOARCH [2021-11-17T22:10:24.688Z] #47 6.003 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:24.688Z] #47 6.003 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:24.688Z] #47 6.003 ++ dirname /tmp/install/install.sh [2021-11-17T22:10:24.688Z] #47 6.003 + dir=/tmp/install [2021-11-17T22:10:24.688Z] #47 6.003 + bin=gotestsum [2021-11-17T22:10:24.688Z] #47 6.003 + shift [2021-11-17T22:10:24.688Z] #47 6.003 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-11-17T22:10:24.688Z] #47 6.003 + . /tmp/install/gotestsum.installer [2021-11-17T22:10:24.688Z] #47 6.003 ++ : v0.5.3 [2021-11-17T22:10:24.688Z] #47 6.003 + install_gotestsum [2021-11-17T22:10:24.688Z] #47 6.003 + set -e [2021-11-17T22:10:24.688Z] #47 6.003 + export GO111MODULE=on [2021-11-17T22:10:24.688Z] #47 6.003 + GO111MODULE=on [2021-11-17T22:10:24.688Z] #47 6.003 + GOBIN=/build [2021-11-17T22:10:24.688Z] #47 6.012 + go get gotest.tools/gotestsum@v0.5.3 [2021-11-17T22:10:24.688Z] #47 6.990 go: downloading gotest.tools/gotestsum v0.5.3 [2021-11-17T22:10:24.688Z] #47 9.605 go: downloading github.com/fatih/color v1.9.0 [2021-11-17T22:10:24.688Z] #47 9.646 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-11-17T22:10:24.688Z] #47 9.676 go: downloading github.com/pkg/errors v0.9.1 [2021-11-17T22:10:24.688Z] #47 9.857 go: downloading github.com/spf13/pflag v1.0.3 [2021-11-17T22:10:24.688Z] #47 10.41 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-11-17T22:10:24.689Z] #47 10.56 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-11-17T22:10:24.689Z] #47 10.76 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-11-17T22:10:24.689Z] #47 10.95 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-11-17T22:10:24.689Z] #47 ... [2021-11-17T22:10:24.689Z] [2021-11-17T22:10:24.689Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-11-17T22:10:24.689Z] #37 sha256:5f4d17bb7f3a89fa043d5aec897220a8caac56d8300a86c388f3f046c1e4f716 [2021-11-17T22:10:24.689Z] #37 5.665 + RM_GOPATH=0 [2021-11-17T22:10:24.689Z] #37 5.665 + TMP_GOPATH= [2021-11-17T22:10:24.689Z] #37 5.665 + : /build [2021-11-17T22:10:24.689Z] #37 5.665 + '[' -z '' ']' [2021-11-17T22:10:24.689Z] #37 5.665 ++ mktemp -d [2021-11-17T22:10:24.689Z] #37 5.673 + export GOPATH=/tmp/tmp.QXn0ZJXXno [2021-11-17T22:10:24.689Z] #37 5.673 + GOPATH=/tmp/tmp.QXn0ZJXXno [2021-11-17T22:10:24.689Z] #37 5.673 + RM_GOPATH=1 [2021-11-17T22:10:24.689Z] #37 5.673 + case "$(go env GOARCH)" in [2021-11-17T22:10:24.689Z] #37 5.673 ++ go env GOARCH [2021-11-17T22:10:24.689Z] #37 5.717 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:24.689Z] #37 5.717 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:24.689Z] #37 5.717 ++ dirname /tmp/install/install.sh [2021-11-17T22:10:24.689Z] #37 5.717 + dir=/tmp/install [2021-11-17T22:10:24.689Z] #37 5.717 + bin=tini [2021-11-17T22:10:24.689Z] #37 5.717 + shift [2021-11-17T22:10:24.689Z] #37 5.717 + '[' '!' -f /tmp/install/tini.installer ']' [2021-11-17T22:10:24.689Z] #37 5.717 + . /tmp/install/tini.installer [2021-11-17T22:10:24.689Z] #37 5.717 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-11-17T22:10:24.689Z] #37 5.717 + install_tini [2021-11-17T22:10:24.689Z] #37 5.717 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-11-17T22:10:24.689Z] #37 5.717 + git clone https://github.com/krallin/tini.git /tmp/tmp.QXn0ZJXXno/tini [2021-11-17T22:10:24.689Z] #37 5.717 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-11-17T22:10:24.689Z] #37 5.725 Cloning into '/tmp/tmp.QXn0ZJXXno/tini'... [2021-11-17T22:10:24.689Z] #37 7.117 + cd /tmp/tmp.QXn0ZJXXno/tini [2021-11-17T22:10:24.689Z] #37 7.117 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-11-17T22:10:24.689Z] #37 7.198 + cmake . [2021-11-17T22:10:24.689Z] #37 8.478 -- The C compiler identification is GNU 8.3.0 [2021-11-17T22:10:24.689Z] #37 8.610 -- Check for working C compiler: /usr/bin/cc [2021-11-17T22:10:24.689Z] #37 10.15 -- Check for working C compiler: /usr/bin/cc -- works [2021-11-17T22:10:24.689Z] #37 10.19 -- Detecting C compiler ABI info [2021-11-17T22:10:24.945Z] #37 ... [2021-11-17T22:10:24.946Z] [2021-11-17T22:10:24.946Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-11-17T22:10:24.946Z] #53 sha256:f9b6add0bfffde6d38bc3da3985d290e8bae9d9112a5be95fd0a976c3e5aba1f [2021-11-17T22:10:24.946Z] #53 5.372 + RM_GOPATH=0 [2021-11-17T22:10:24.946Z] #53 5.385 + TMP_GOPATH= [2021-11-17T22:10:24.946Z] #53 5.385 + : /build [2021-11-17T22:10:24.946Z] #53 5.385 + '[' -z '' ']' [2021-11-17T22:10:24.946Z] #53 5.385 ++ mktemp -d [2021-11-17T22:10:24.946Z] #53 5.385 + export GOPATH=/tmp/tmp.EJstmHF1dE [2021-11-17T22:10:24.946Z] #53 5.385 + GOPATH=/tmp/tmp.EJstmHF1dE [2021-11-17T22:10:24.946Z] #53 5.385 + RM_GOPATH=1 [2021-11-17T22:10:24.946Z] #53 5.385 + case "$(go env GOARCH)" in [2021-11-17T22:10:24.946Z] #53 5.385 ++ go env GOARCH [2021-11-17T22:10:24.946Z] #53 5.408 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:24.946Z] #53 5.408 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:24.946Z] #53 5.409 ++ dirname /tmp/install/install.sh [2021-11-17T22:10:24.946Z] #53 5.409 + dir=/tmp/install [2021-11-17T22:10:24.946Z] #53 5.409 + bin=runc [2021-11-17T22:10:24.946Z] #53 5.409 + shift [2021-11-17T22:10:24.946Z] #53 5.409 + '[' '!' -f /tmp/install/runc.installer ']' [2021-11-17T22:10:24.946Z] #53 5.409 + . /tmp/install/runc.installer [2021-11-17T22:10:24.946Z] #53 5.409 ++ : 52b36a2dd837e8462de8e01458bf02cf9eea47dd [2021-11-17T22:10:24.946Z] #53 5.409 + install_runc [2021-11-17T22:10:24.946Z] #53 5.409 + uname -r [2021-11-17T22:10:24.946Z] #53 5.411 + grep -q '^3\.10\.0.*\.el7\.' [2021-11-17T22:10:24.946Z] #53 5.416 + RUNC_BUILDTAGS='seccomp ' [2021-11-17T22:10:24.946Z] #53 5.416 + echo 'Install runc version 52b36a2dd837e8462de8e01458bf02cf9eea47dd (build tags: seccomp )' [2021-11-17T22:10:24.946Z] #53 5.416 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.EJstmHF1dE/src/github.com/opencontainers/runc [2021-11-17T22:10:24.946Z] #53 5.416 Install runc version 52b36a2dd837e8462de8e01458bf02cf9eea47dd (build tags: seccomp ) [2021-11-17T22:10:24.946Z] #53 5.423 Cloning into '/tmp/tmp.EJstmHF1dE/src/github.com/opencontainers/runc'... [2021-11-17T22:10:24.946Z] #53 ... [2021-11-17T22:10:24.946Z] [2021-11-17T22:10:24.946Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-11-17T22:10:24.946Z] #67 sha256:644d90c962bbdc0ab36fe89e222eb4f9932515c65c0323b5a19cf3e0094dfa95 [2021-11-17T22:10:24.946Z] #67 4.319 + RM_GOPATH=0 [2021-11-17T22:10:24.946Z] #67 4.319 + TMP_GOPATH= [2021-11-17T22:10:24.946Z] #67 4.319 + : /build [2021-11-17T22:10:24.946Z] #67 4.319 + '[' -z '' ']' [2021-11-17T22:10:24.946Z] #67 4.319 ++ mktemp -d [2021-11-17T22:10:24.946Z] #67 4.322 + export GOPATH=/tmp/tmp.3OQCwtbQqE [2021-11-17T22:10:24.946Z] #67 4.322 + GOPATH=/tmp/tmp.3OQCwtbQqE [2021-11-17T22:10:24.946Z] #67 4.322 + RM_GOPATH=1 [2021-11-17T22:10:24.946Z] #67 4.322 + case "$(go env GOARCH)" in [2021-11-17T22:10:24.946Z] #67 4.322 ++ go env GOARCH [2021-11-17T22:10:24.946Z] #67 4.350 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:24.946Z] #67 4.350 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:10:24.946Z] #67 4.350 ++ dirname /tmp/install/install.sh [2021-11-17T22:10:24.946Z] #67 4.350 + dir=/tmp/install [2021-11-17T22:10:24.946Z] #67 4.350 + bin=proxy [2021-11-17T22:10:24.946Z] #67 4.350 + shift [2021-11-17T22:10:24.946Z] #67 4.350 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-11-17T22:10:24.946Z] #67 4.350 + . /tmp/install/proxy.installer [2021-11-17T22:10:24.946Z] #67 4.350 ++ : 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-11-17T22:10:24.946Z] #67 4.350 + install_proxy [2021-11-17T22:10:24.946Z] #67 4.350 + case "$1" in [2021-11-17T22:10:24.946Z] #67 4.350 + export CGO_ENABLED=0 [2021-11-17T22:10:24.946Z] #67 4.350 + CGO_ENABLED=0 [2021-11-17T22:10:24.946Z] #67 4.350 + _install_proxy [2021-11-17T22:10:24.946Z] #67 4.350 + echo 'Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8' [2021-11-17T22:10:24.946Z] #67 4.350 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.3OQCwtbQqE/src/github.com/docker/libnetwork [2021-11-17T22:10:24.946Z] #67 4.350 Cloning into '/tmp/tmp.3OQCwtbQqE/src/github.com/docker/libnetwork'... [2021-11-17T22:10:24.946Z] #67 4.350 Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-11-17T22:10:25.203Z] #67 ... [2021-11-17T22:10:25.203Z] [2021-11-17T22:10:25.203Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-11-17T22:10:25.203Z] #47 sha256:33e06dc33b105c25ef9c706f514761a5480bebd5a9449f4140fe05cfb76a55ea [2021-11-17T22:10:25.203Z] #47 11.40 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-11-17T22:10:25.407Z] #51 28.19 golang.org/x/sys/unix [2021-11-17T22:10:25.407Z] #51 28.21 github.com/pkg/diff [2021-11-17T22:10:25.884Z] #45 14.73 github.com/LK4D4/vndr/godl [2021-11-17T22:10:25.975Z] #51 ... [2021-11-17T22:10:25.975Z] [2021-11-17T22:10:25.975Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-11-17T22:10:25.975Z] #53 sha256:740333f2de60965ed2b6a7a04a7c652df6b2c93abdd758177131ec748926bb87 [2021-11-17T22:10:25.975Z] #53 28.47 Checking out files: 84% (1015/1196) Checking out files: 85% (1017/1196) Checking out files: 86% (1029/1196) Checking out files: 87% (1041/1196) Checking out files: 88% (1053/1196) Checking out files: 89% (1065/1196) Checking out files: 90% (1077/1196) Checking out files: 91% (1089/1196) Checking out files: 92% (1101/1196) Checking out files: 93% (1113/1196) Checking out files: 94% (1125/1196) Checking out files: 95% (1137/1196) Checking out files: 96% (1149/1196) Checking out files: 97% (1161/1196) Checking out files: 98% (1173/1196) Checking out files: 99% (1185/1196) Checking out files: 100% (1196/1196) Checking out files: 100% (1196/1196), done. [2021-11-17T22:10:25.975Z] #53 28.79 + cd /tmp/tmp.yUlIkCI5C3/src/github.com/opencontainers/runc [2021-11-17T22:10:25.975Z] #53 28.79 + git checkout -q 52b36a2dd837e8462de8e01458bf02cf9eea47dd [2021-11-17T22:10:26.911Z] #53 29.98 + '[' -z '' ']' [2021-11-17T22:10:26.911Z] #53 29.98 + target=static [2021-11-17T22:10:26.911Z] #53 29.98 + make 'BUILDTAGS=seccomp ' static [2021-11-17T22:10:27.254Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-11-17T22:10:27.254Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-a7c382a1\powershellScript.ps1'; exit $LASTEXITCODE; [2021-11-17T22:10:27.254Z] ---------------------------------------------------------------------------- [2021-11-17T22:10:27.254Z] [2021-11-17T22:10:27.254Z] INFO: executeCI.ps1 starting at Wed Nov 17 22:10:25 CUT 2021 [2021-11-17T22:10:27.254Z] [2021-11-17T22:10:27.254Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-11-17T22:10:27.254Z] INFO: Running git version 2.24.1.windows.2 [2021-11-17T22:10:27.254Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2021-11-17T22:10:27.254Z] INFO: Environment variables: [2021-11-17T22:10:27.254Z] [2021-11-17T22:10:27.254Z] Name Value [2021-11-17T22:10:27.254Z] ---- ----- [2021-11-17T22:10:27.254Z] ALLUSERSPROFILE C:\ProgramData [2021-11-17T22:10:27.254Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2021-11-17T22:10:27.254Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-11-17T22:10:27.254Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2021-11-17T22:10:27.254Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-11-17T22:10:27.254Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2021-11-17T22:10:27.254Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-11-17T22:10:27.254Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-11-17T22:10:27.254Z] BRANCH_NAME PR-43024 [2021-11-17T22:10:27.254Z] BUILD_DISPLAY_NAME #2 [2021-11-17T22:10:27.254Z] BUILD_ID 2 [2021-11-17T22:10:27.254Z] BUILD_NUMBER 2 [2021-11-17T22:10:27.254Z] BUILD_TAG jenkins-moby-PR-43024-2 [2021-11-17T22:10:27.254Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43024/2/ [2021-11-17T22:10:27.254Z] CHANGE_AUTHOR thaJeztah [2021-11-17T22:10:27.254Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-11-17T22:10:27.254Z] CHANGE_BRANCH 20.10_containerd_1.4.12 [2021-11-17T22:10:27.254Z] CHANGE_FORK thaJeztah/docker [2021-11-17T22:10:27.254Z] CHANGE_ID 43024 [2021-11-17T22:10:27.254Z] CHANGE_TARGET 20.10 [2021-11-17T22:10:27.254Z] CHANGE_TITLE [20.10] update containerd binary to v1.4.12 [2021-11-17T22:10:27.254Z] CHANGE_URL https://github.com/moby/moby/pull/43024 [2021-11-17T22:10:27.254Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-11-17T22:10:27.254Z] CommonProgramFiles C:\Program Files\Common Files [2021-11-17T22:10:27.254Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-11-17T22:10:27.254Z] CommonProgramW6432 C:\Program Files\Common Files [2021-11-17T22:10:27.254Z] COMPUTERNAME azwin-2-108ca0 [2021-11-17T22:10:27.254Z] ComSpec C:\Windows\system32\cmd.exe [2021-11-17T22:10:27.254Z] ConfigSequenceNumber 0 [2021-11-17T22:10:27.254Z] DOCKER_BUILDKIT 0 [2021-11-17T22:10:27.254Z] DOCKER_DUT_DEBUG 1 [2021-11-17T22:10:27.254Z] DOCKER_EXPERIMENTAL 1 [2021-11-17T22:10:27.254Z] DOCKER_GRAPHDRIVER overlay2 [2021-11-17T22:10:27.254Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-11-17T22:10:27.254Z] EXECUTOR_NUMBER 0 [2021-11-17T22:10:27.254Z] FQDN azwin-2-108ca0.westus.cloudapp.azure.com [2021-11-17T22:10:27.254Z] GIT_BRANCH PR-43024 [2021-11-17T22:10:27.254Z] GIT_COMMIT b7f3546cf13452b3e0174e5f1a99e9e44d76f3ef [2021-11-17T22:10:27.254Z] GIT_PREVIOUS_COMMIT 95afe6995795f592702d22ca98f2d2a72e720f1d [2021-11-17T22:10:27.254Z] GIT_URL https://github.com/moby/moby.git [2021-11-17T22:10:27.254Z] HUDSON_COOKIE e228f503-b550-4ee3-9dfe-0d4230c89ff6 [2021-11-17T22:10:27.254Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-11-17T22:10:27.254Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-11-17T22:10:27.254Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-11-17T22:10:27.254Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2021-11-17T22:10:27.254Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-11-17T22:10:27.254Z] JENKINS_NODE_COOKIE accb1621-6bfe-4135-93fc-ef4eb100edbf [2021-11-17T22:10:27.254Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-11-17T22:10:27.254Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-11-17T22:10:27.254Z] JOB_BASE_NAME PR-43024 [2021-11-17T22:10:27.254Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43024/display/redirect [2021-11-17T22:10:27.254Z] JOB_NAME moby/PR-43024 [2021-11-17T22:10:27.254Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43024/ [2021-11-17T22:10:27.254Z] library.jps.version master [2021-11-17T22:10:27.254Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2021-11-17T22:10:27.254Z] NODE_LABELS amd64 azure azwin-2-108ca0 azwin-2019 docker west-us windows windows-2019 x86_64 [2021-11-17T22:10:27.254Z] NODE_NAME azwin-2-108ca0 [2021-11-17T22:10:27.254Z] NUMBER_OF_PROCESSORS 4 [2021-11-17T22:10:27.254Z] OS Windows_NT [2021-11-17T22:10:27.254Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2021-11-17T22:10:27.254Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-11-17T22:10:27.254Z] PROCESSOR_ARCHITECTURE AMD64 [2021-11-17T22:10:27.254Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 7, GenuineIntel [2021-11-17T22:10:27.254Z] PROCESSOR_LEVEL 6 [2021-11-17T22:10:27.254Z] PROCESSOR_REVISION 5507 [2021-11-17T22:10:27.254Z] ProgramData C:\ProgramData [2021-11-17T22:10:27.254Z] ProgramFiles C:\Program Files [2021-11-17T22:10:27.254Z] ProgramFiles(x86) C:\Program Files (x86) [2021-11-17T22:10:27.254Z] ProgramW6432 C:\Program Files [2021-11-17T22:10:27.254Z] PROMPT $P$G [2021-11-17T22:10:27.254Z] PSExecutionPolicyPreference Bypass [2021-11-17T22:10:27.254Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2021-11-17T22:10:27.254Z] PUBLIC C:\Users\Public [2021-11-17T22:10:27.254Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43024/2/display/redirect?page=artif... [2021-11-17T22:10:27.254Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43024/2/display/redirect?page=changes [2021-11-17T22:10:27.254Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43024/2/display/redirect [2021-11-17T22:10:27.254Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43024/2/display/redirect?page=tests [2021-11-17T22:10:27.254Z] SKIP_VALIDATION_TESTS 1 [2021-11-17T22:10:27.254Z] SOURCES_DRIVE d [2021-11-17T22:10:27.254Z] SOURCES_SUBDIR gopath [2021-11-17T22:10:27.254Z] STAGE_NAME Run tests [2021-11-17T22:10:27.254Z] SystemDrive C: [2021-11-17T22:10:27.255Z] SystemRoot C:\Windows [2021-11-17T22:10:27.255Z] TEMP C:\Windows\TEMP [2021-11-17T22:10:27.255Z] TESTDEBUG 0 [2021-11-17T22:10:27.255Z] TESTRUN_DRIVE d [2021-11-17T22:10:27.255Z] TESTRUN_SUBDIR CI [2021-11-17T22:10:27.255Z] TIMEOUT 120m [2021-11-17T22:10:27.255Z] TMP C:\Windows\TEMP [2021-11-17T22:10:27.255Z] USERDOMAIN WORKGROUP [2021-11-17T22:10:27.255Z] USERNAME azwin-2-108ca0$ [2021-11-17T22:10:27.255Z] USERPROFILE C:\Windows\system32\config\systemprofile [2021-11-17T22:10:27.255Z] windir C:\Windows [2021-11-17T22:10:27.255Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-11-17T22:10:27.255Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2021-11-17T22:10:27.255Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-11-17T22:10:27.255Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-11-17T22:10:27.255Z] [2021-11-17T22:10:27.255Z] [2021-11-17T22:10:27.255Z] [2021-11-17T22:10:27.255Z] INFO: Sources under d:\gopath\... [2021-11-17T22:10:27.255Z] INFO: Test run under d:\CI\... [2021-11-17T22:10:27.255Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-11-17T22:10:27.255Z] INFO: docker/docker repository was found [2021-11-17T22:10:27.255Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2021-11-17T22:10:27.255Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.2300' [2021-11-17T22:10:27.255Z] INFO: Docker version of control daemon [2021-11-17T22:10:27.255Z] [2021-11-17T22:10:27.255Z] Client: [2021-11-17T22:10:27.255Z] Version: 20.10.9 [2021-11-17T22:10:27.255Z] API version: 1.41 [2021-11-17T22:10:27.255Z] Go version: go1.16.8 [2021-11-17T22:10:27.255Z] Git commit: c2ea9bc [2021-11-17T22:10:27.255Z] Built: Mon Oct 4 16:11:10 2021 [2021-11-17T22:10:27.255Z] OS/Arch: windows/amd64 [2021-11-17T22:10:27.255Z] Context: default [2021-11-17T22:10:27.255Z] Experimental: true [2021-11-17T22:10:27.255Z] [2021-11-17T22:10:27.255Z] Server: Docker Engine - Community [2021-11-17T22:10:27.255Z] Engine: [2021-11-17T22:10:27.255Z] Version: 20.10.9 [2021-11-17T22:10:27.255Z] API version: 1.41 (minimum version 1.24) [2021-11-17T22:10:27.255Z] Go version: go1.16.8 [2021-11-17T22:10:27.255Z] Git commit: 79ea9d3 [2021-11-17T22:10:27.255Z] Built: Mon Oct 4 16:06:39 2021 [2021-11-17T22:10:27.255Z] OS/Arch: windows/amd64 [2021-11-17T22:10:27.255Z] Experimental: true [2021-11-17T22:10:27.255Z] [2021-11-17T22:10:27.255Z] INFO: Docker info of control daemon [2021-11-17T22:10:27.255Z] [2021-11-17T22:10:27.255Z] Client: [2021-11-17T22:10:27.255Z] Context: default [2021-11-17T22:10:27.255Z] Debug Mode: false [2021-11-17T22:10:27.255Z] Plugins: [2021-11-17T22:10:27.255Z] app: Docker Application (Docker Inc., v0.8.0) [2021-11-17T22:10:27.255Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-11-17T22:10:27.255Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-11-17T22:10:27.255Z] [2021-11-17T22:10:27.255Z] Server: [2021-11-17T22:10:27.255Z] Containers: 1 [2021-11-17T22:10:27.255Z] Running: 0 [2021-11-17T22:10:27.255Z] Paused: 0 [2021-11-17T22:10:27.255Z] Stopped: 1 [2021-11-17T22:10:27.255Z] Images: 10 [2021-11-17T22:10:27.255Z] Server Version: 20.10.9 [2021-11-17T22:10:27.255Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-11-17T22:10:27.255Z] Windows: [2021-11-17T22:10:27.255Z] LCOW: [2021-11-17T22:10:27.255Z] Logging Driver: json-file [2021-11-17T22:10:27.255Z] Plugins: [2021-11-17T22:10:27.255Z] Volume: local [2021-11-17T22:10:27.255Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-11-17T22:10:27.255Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-11-17T22:10:27.255Z] Swarm: inactive [2021-11-17T22:10:27.255Z] Default Isolation: process [2021-11-17T22:10:27.255Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-11-17T22:10:27.255Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2021-11-17T22:10:27.255Z] OSType: windows [2021-11-17T22:10:27.255Z] Architecture: x86_64 [2021-11-17T22:10:27.255Z] CPUs: 4 [2021-11-17T22:10:27.255Z] Total Memory: 32GiB [2021-11-17T22:10:27.255Z] Name: azwin-2-108ca0 [2021-11-17T22:10:27.255Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2021-11-17T22:10:27.255Z] Docker Root Dir: D:\docker [2021-11-17T22:10:27.255Z] Debug Mode: false [2021-11-17T22:10:27.255Z] Registry: https://index.docker.io/v1/ [2021-11-17T22:10:27.255Z] Labels: [2021-11-17T22:10:27.255Z] Experimental: true [2021-11-17T22:10:27.255Z] Insecure Registries: [2021-11-17T22:10:27.255Z] 10.0.0.4:5000 [2021-11-17T22:10:27.255Z] 127.0.0.0/8 [2021-11-17T22:10:27.255Z] Registry Mirrors: [2021-11-17T22:10:27.255Z] http://10.0.0.4:5000/ [2021-11-17T22:10:27.255Z] Live Restore Enabled: false [2021-11-17T22:10:27.255Z] Product License: Community Engine [2021-11-17T22:10:27.255Z] [2021-11-17T22:10:27.255Z] [2021-11-17T22:10:27.255Z] INFO: Commit hash is b7f3546cf1 [2021-11-17T22:10:27.255Z] INFO: Nuke-Everything... [2021-11-17T22:10:27.255Z] INFO: Container count on control daemon to delete is 1 [2021-11-17T22:10:27.255Z] f88da48fd28f [2021-11-17T22:10:27.479Z] #53 30.53 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o runc . [2021-11-17T22:10:27.725Z] INFO: Nuking d:\CI [2021-11-17T22:10:27.725Z] INFO: Zapped successfully [2021-11-17T22:10:27.725Z] INFO: Location for testing is d:\CI\PR-43024\2 [2021-11-17T22:10:27.725Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-11-17T22:10:27.725Z] [2021-11-17T22:10:27.725Z] [2021-11-17T22:10:27.725Z] INFO: Building the image from Dockerfile.windows at 11/17/2021 22:10:27... [2021-11-17T22:10:27.725Z] [2021-11-17T22:10:28.416Z] #53 ... [2021-11-17T22:10:28.416Z] [2021-11-17T22:10:28.416Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:10:28.416Z] #45 sha256:0ba16233329590b24ad0a3f4d6a4e2ae071aca7e4c41c990216b0719eccbe6b5 [2021-11-17T22:10:28.416Z] #45 DONE 31.3s [2021-11-17T22:10:28.416Z] [2021-11-17T22:10:28.416Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-11-17T22:10:28.416Z] #67 sha256:95fdc3ec2f6c7569e515bfd8ff0bb9674dfaaf34996e760437c7cc9f43f66eca [2021-11-17T22:10:28.416Z] #67 29.32 Checking out files: 53% (1015/1907) Checking out files: 54% (1030/1907) Checking out files: 55% (1049/1907) Checking out files: 56% (1068/1907) Checking out files: 57% (1087/1907) Checking out files: 58% (1107/1907) Checking out files: 59% (1126/1907) Checking out files: 60% (1145/1907) Checking out files: 61% (1164/1907) Checking out files: 62% (1183/1907) Checking out files: 63% (1202/1907) Checking out files: 64% (1221/1907) Checking out files: 65% (1240/1907) Checking out files: 66% (1259/1907) Checking out files: 67% (1278/1907) Checking out files: 68% (1297/1907) Checking out files: 69% (1316/1907) Checking out files: 70% (1335/1907) Checking out files: 71% (1354/1907) Checking out files: 72% (1374/1907) Checking out files: 73% (1393/1907) Checking out files: 74% (1412/1907) Checking out files: 75% (1431/1907) Checking out files: 76% (1450/1907) Checking out files: 77% (1469/1907) Checking out files: 78% (1488/1907) Checking out files: 79% (1507/1907) Checking out files: 80% (1526/1907) Checking out files: 81% (1545/1907) Checking out files: 82% (1564/1907) Checking out files: 83% (1583/1907) Checking out files: 84% (1602/1907) Checking out files: 85% (1621/1907) Checking out files: 86% (1641/1907) Checking out files: 87% (1660/1907) Checking out files: 88% (1679/1907) Checking out files: 89% (1698/1907) Checking out files: 90% (1717/1907) Checking out files: 91% (1736/1907) Checking out files: 92% (1755/1907) Checking out files: 93% (1774/1907) Checking out files: 94% (1793/1907) Checking out files: 95% (1812/1907) Checking out files: 96% (1831/1907) Checking out files: 97% (1850/1907) Checking out files: 98% (1869/1907) Checking out files: 99% (1888/1907) Checking out files: 99% (1891/1907) Checking out files: 100% (1907/1907) Checking out files: 100% (1907/1907), done. [2021-11-17T22:10:28.416Z] #67 30.46 + cd /tmp/tmp.RIZmbEBjr4/src/github.com/docker/libnetwork [2021-11-17T22:10:28.416Z] #67 30.46 + git checkout -q 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-11-17T22:10:28.416Z] #67 30.68 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-11-17T22:10:28.429Z] #45 ... [2021-11-17T22:10:28.429Z] [2021-11-17T22:10:28.429Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-11-17T22:10:28.429Z] #58 sha256:9df2ee7fd49164a17b078c13bb98f966ea1e9bf9064fc9ef81b92231857c6282 [2021-11-17T22:10:28.429Z] #58 13.84 + cd /tmp/tmp.DrtGaSnCBx/src/github.com/rootless-containers/rootlesskit [2021-11-17T22:10:28.429Z] #58 13.84 + git checkout -q 87d443683ac1e8aba4110b8081f15aaae432aaa2 [2021-11-17T22:10:28.429Z] #58 13.98 + export GO111MODULE=on [2021-11-17T22:10:28.429Z] #58 13.98 + GO111MODULE=on [2021-11-17T22:10:28.429Z] #58 13.98 + export GOPROXY=https://proxy.golang.org [2021-11-17T22:10:28.429Z] #58 13.98 + GOPROXY=https://proxy.golang.org [2021-11-17T22:10:28.429Z] #58 13.98 + for f in rootlesskit rootlesskit-docker-proxy [2021-11-17T22:10:28.429Z] #58 13.98 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-11-17T22:10:28.429Z] #58 16.22 go: downloading github.com/pkg/errors v0.9.1 [2021-11-17T22:10:28.429Z] #58 16.30 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-11-17T22:10:28.429Z] #58 16.43 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-11-17T22:10:28.429Z] #58 17.43 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-11-17T22:10:28.487Z] #47 14.33 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-11-17T22:10:28.487Z] #47 14.69 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-11-17T22:10:29.978Z] #47 ... [2021-11-17T22:10:29.978Z] [2021-11-17T22:10:29.978Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-11-17T22:10:29.978Z] #34 sha256:23e56c7c945ed60ca856c62a0da3ffb65d3185676a0fde69c459bd8aaa1ac64d [2021-11-17T22:10:29.978Z] #34 6.191 + cd /tmp/tmp.j6OxtoFlw1/src/github.com/BurntSushi/toml [2021-11-17T22:10:29.978Z] #34 6.191 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-11-17T22:10:29.978Z] #34 6.441 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-11-17T22:10:29.978Z] #34 8.640 github.com/BurntSushi/toml [2021-11-17T22:10:29.978Z] #34 15.71 github.com/BurntSushi/toml/cmd/tomlv [2021-11-17T22:10:30.236Z] #34 ... [2021-11-17T22:10:30.236Z] [2021-11-17T22:10:30.236Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-11-17T22:10:30.236Z] #58 sha256:a25fc16f9dec3364ef6839e4b0df72f05c19071bc0551393afd7fc955f053a2d [2021-11-17T22:10:30.236Z] #58 13.85 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-11-17T22:10:30.236Z] #58 15.39 go: downloading github.com/google/uuid v1.3.0 [2021-11-17T22:10:30.236Z] #58 15.56 go: downloading github.com/moby/vpnkit v0.5.0 [2021-11-17T22:10:30.236Z] #58 15.64 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2021-11-17T22:10:30.236Z] #58 15.97 go: downloading github.com/gofrs/flock v0.8.1 [2021-11-17T22:10:30.236Z] #58 16.12 go: downloading github.com/gorilla/mux v1.8.0 [2021-11-17T22:10:30.507Z] #58 ... [2021-11-17T22:10:30.507Z] [2021-11-17T22:10:30.507Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:10:30.507Z] #49 sha256:1f1aea5242e74b419815a8c5ffcfca7d9fd6ae6b1423099a9f4e235ead9ad106 [2021-11-17T22:10:30.507Z] #49 18.91 go: downloading github.com/fatih/color v1.7.0 [2021-11-17T22:10:30.507Z] #49 18.97 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-11-17T22:10:30.507Z] #49 19.05 go: downloading github.com/pkg/errors v0.8.1 [2021-11-17T22:10:30.507Z] #49 19.07 go: downloading github.com/spf13/cobra v0.0.5 [2021-11-17T22:10:30.507Z] #49 19.29 go: downloading github.com/spf13/pflag v1.0.5 [2021-11-17T22:10:30.768Z] #49 19.81 go: downloading github.com/spf13/viper v1.6.1 [2021-11-17T22:10:30.799Z] #58 16.93 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-11-17T22:10:31.146Z] #67 ... [2021-11-17T22:10:31.146Z] [2021-11-17T22:10:31.146Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-11-17T22:10:31.146Z] #46 sha256:e4147e8290c6ee735b64d86f0e41878e73b0c7482499b7ba1b22ef9e86f0f0e7 [2021-11-17T22:10:31.146Z] #46 DONE 0.4s [2021-11-17T22:10:31.146Z] [2021-11-17T22:10:31.146Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:10:31.146Z] #49 sha256:ef5d8268b98c9e9877aaa3e3608d14bcbe81740f15d1e3e59c511daa802146a7 [2021-11-17T22:10:31.146Z] #49 29.90 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-11-17T22:10:31.146Z] #49 29.92 go: downloading github.com/stretchr/testify v1.4.0 [2021-11-17T22:10:31.146Z] #49 30.24 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-11-17T22:10:31.146Z] #49 30.33 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-11-17T22:10:31.146Z] #49 30.41 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-11-17T22:10:31.146Z] #49 30.93 go: downloading github.com/magiconair/properties v1.8.1 [2021-11-17T22:10:31.146Z] #49 30.93 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-11-17T22:10:31.146Z] #49 31.08 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-11-17T22:10:31.146Z] #49 31.14 go: downloading github.com/spf13/afero v1.1.2 [2021-11-17T22:10:31.146Z] #49 31.31 go: downloading github.com/spf13/cast v1.3.0 [2021-11-17T22:10:31.146Z] #49 31.45 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-11-17T22:10:31.146Z] #49 31.47 go: downloading github.com/subosito/gotenv v1.2.0 [2021-11-17T22:10:31.146Z] #49 31.53 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-11-17T22:10:31.146Z] #49 31.57 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-11-17T22:10:31.146Z] #49 31.68 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-11-17T22:10:31.146Z] #49 31.74 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-11-17T22:10:31.146Z] #49 31.90 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-11-17T22:10:31.146Z] #49 31.94 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-11-17T22:10:31.146Z] #49 32.11 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-11-17T22:10:31.146Z] #49 32.18 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-11-17T22:10:31.146Z] #49 32.23 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-11-17T22:10:31.146Z] #49 32.27 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-11-17T22:10:31.146Z] #49 32.37 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-11-17T22:10:31.146Z] #49 32.63 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-11-17T22:10:31.146Z] #49 32.68 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-11-17T22:10:31.146Z] #49 32.75 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-11-17T22:10:31.146Z] #49 32.88 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-11-17T22:10:31.146Z] #49 32.97 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-11-17T22:10:31.146Z] #49 33.19 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-11-17T22:10:31.146Z] #49 33.73 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-11-17T22:10:31.146Z] #49 33.86 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-11-17T22:10:31.146Z] #49 33.94 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-11-17T22:10:31.146Z] #49 34.15 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-11-17T22:10:31.146Z] #49 34.20 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-11-17T22:10:31.146Z] #49 34.43 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-11-17T22:10:31.339Z] #49 ... [2021-11-17T22:10:31.339Z] [2021-11-17T22:10:31.339Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-11-17T22:10:31.339Z] #34 sha256:bcc7293f0d3f8ea6f53bb7293504392892c8250439dfb630e6aa9ba2fe5890ef [2021-11-17T22:10:31.339Z] #34 10.43 github.com/BurntSushi/toml [2021-11-17T22:10:31.339Z] #34 18.14 github.com/BurntSushi/toml/cmd/tomlv [2021-11-17T22:10:31.339Z] #34 ... [2021-11-17T22:10:31.339Z] [2021-11-17T22:10:31.339Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:10:31.339Z] #49 sha256:1f1aea5242e74b419815a8c5ffcfca7d9fd6ae6b1423099a9f4e235ead9ad106 [2021-11-17T22:10:31.339Z] #49 20.57 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-11-17T22:10:31.404Z] #49 34.46 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-11-17T22:10:31.640Z] #49 20.80 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-11-17T22:10:31.728Z] #58 17.76 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-11-17T22:10:31.728Z] #58 17.97 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-11-17T22:10:31.900Z] #49 20.91 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-11-17T22:10:31.900Z] #49 21.02 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-11-17T22:10:31.979Z] #49 35.15 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-11-17T22:10:32.239Z] #49 35.19 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-11-17T22:10:32.239Z] #49 35.24 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-11-17T22:10:32.239Z] #49 35.29 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-11-17T22:10:32.239Z] #49 35.35 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-11-17T22:10:32.497Z] #49 35.45 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-11-17T22:10:32.512Z] Sending build context to Docker daemon 58.33MB [2021-11-17T22:10:32.513Z] [2021-11-17T22:10:32.513Z] Step 1/10 : FROM microsoft/windowsservercore [2021-11-17T22:10:32.513Z] ---> 617dd5ead5b8 [2021-11-17T22:10:32.513Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-11-17T22:10:32.513Z] ---> Using cache [2021-11-17T22:10:32.513Z] ---> a5542983fe80 [2021-11-17T22:10:32.513Z] Step 3/10 : ARG GO_VERSION=1.16.10 [2021-11-17T22:10:32.513Z] ---> Using cache [2021-11-17T22:10:32.513Z] ---> 836f5ab41ac9 [2021-11-17T22:10:32.513Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2021-11-17T22:10:32.513Z] ---> Using cache [2021-11-17T22:10:32.513Z] ---> 758f30d9aed2 [2021-11-17T22:10:32.513Z] Step 5/10 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_COMMIT=${GOTESTSUM_COMMIT} [2021-11-17T22:10:32.513Z] ---> Using cache [2021-11-17T22:10:32.513Z] ---> 595ebae3fb6a [2021-11-17T22:10:32.513Z] Step 6/10 : 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'); 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; $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; [2021-11-17T22:10:32.513Z] ---> Using cache [2021-11-17T22:10:32.513Z] ---> 5eee0c25f7a4 [2021-11-17T22:10:32.513Z] Step 7/10 : RUN Function Build-GoTestSum() { Write-Host "INFO: Building gotestsum version $Env:GOTESTSUM_COMMIT in $Env:GOPATH"; $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; &go get -buildmode=exe "gotest.tools/gotestsum@${Env:GOTESTSUM_COMMIT}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum build failed..."'; } Write-Host "INFO: Build done for gotestsum..."; } Build-GoTestSum [2021-11-17T22:10:32.513Z] ---> Using cache [2021-11-17T22:10:32.513Z] ---> ffd574979f92 [2021-11-17T22:10:32.513Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2021-11-17T22:10:32.513Z] ---> Using cache [2021-11-17T22:10:32.513Z] ---> 9952e13c8e2f [2021-11-17T22:10:32.513Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-11-17T22:10:32.513Z] ---> Using cache [2021-11-17T22:10:32.513Z] ---> 35e648d8aa95 [2021-11-17T22:10:32.513Z] Step 10/10 : COPY . . [2021-11-17T22:10:32.756Z] #49 35.88 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-11-17T22:10:33.015Z] #49 36.09 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-11-17T22:10:33.015Z] #49 36.16 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-11-17T22:10:33.274Z] #49 36.35 go: downloading github.com/ultraware/funlen v0.0.2 [2021-11-17T22:10:33.274Z] #49 36.38 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-11-17T22:10:33.309Z] #49 ... [2021-11-17T22:10:33.309Z] [2021-11-17T22:10:33.309Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-11-17T22:10:33.309Z] #24 sha256:9a97f441fec59123f1ca370ca87838102c24896186cf8919cdc3de0887e14756 [2021-11-17T22:10:33.309Z] #24 20.48 + mkdir -p /build [2021-11-17T22:10:33.309Z] #24 20.51 + mv docker/docker /build/ [2021-11-17T22:10:33.309Z] #24 20.52 + rmdir docker [2021-11-17T22:10:33.309Z] #24 DONE 22.1s [2021-11-17T22:10:33.309Z] [2021-11-17T22:10:33.309Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-11-17T22:10:33.309Z] #53 sha256:f6ab332b92dd91e43eebe38519680860258caace7ec9267b86b61c67600601b0 [2021-11-17T22:10:33.309Z] #53 20.34 Checking out files: 75% (898/1196) Checking out files: 76% (909/1196) Checking out files: 77% (921/1196) Checking out files: 78% (933/1196) Checking out files: 79% (945/1196) Checking out files: 80% (957/1196) Checking out files: 81% (969/1196) Checking out files: 82% (981/1196) Checking out files: 83% (993/1196) Checking out files: 84% (1005/1196) Checking out files: 85% (1017/1196) Checking out files: 86% (1029/1196) Checking out files: 87% (1041/1196) Checking out files: 88% (1053/1196) Checking out files: 89% (1065/1196) Checking out files: 90% (1077/1196) Checking out files: 91% (1089/1196) Checking out files: 92% (1101/1196) Checking out files: 93% (1113/1196) Checking out files: 94% (1125/1196) Checking out files: 95% (1137/1196) Checking out files: 96% (1149/1196) Checking out files: 97% (1161/1196) Checking out files: 98% (1173/1196) Checking out files: 99% (1185/1196) Checking out files: 100% (1196/1196) Checking out files: 100% (1196/1196), done. [2021-11-17T22:10:33.309Z] #53 21.16 + cd /tmp/tmp.a8hfAd3gCc/src/github.com/opencontainers/runc [2021-11-17T22:10:33.309Z] #53 21.16 + git checkout -q 52b36a2dd837e8462de8e01458bf02cf9eea47dd [2021-11-17T22:10:33.309Z] #53 ... [2021-11-17T22:10:33.309Z] [2021-11-17T22:10:33.309Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-11-17T22:10:33.309Z] #37 sha256:143feeadb011996181176c76eac119d02417688b0c743ef183c3d055d201baf8 [2021-11-17T22:10:33.309Z] #37 12.22 -- Detecting C compiler ABI info - done [2021-11-17T22:10:33.309Z] #37 12.31 -- Detecting C compile features [2021-11-17T22:10:33.309Z] #37 16.87 -- Detecting C compile features - done [2021-11-17T22:10:33.309Z] #37 16.92 -- Performing Test HAS_BUILTIN_FORTIFY [2021-11-17T22:10:33.309Z] #37 17.45 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-11-17T22:10:33.309Z] #37 17.67 -- Configuring done [2021-11-17T22:10:33.309Z] #37 17.71 -- Generating done [2021-11-17T22:10:33.309Z] #37 17.71 -- Build files have been written to: /tmp/tmp.dLEfIKiKEc/tini [2021-11-17T22:10:33.309Z] #37 17.77 + make tini-static [2021-11-17T22:10:33.309Z] #37 18.65 Scanning dependencies of target tini-static [2021-11-17T22:10:33.309Z] #37 18.89 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-11-17T22:10:33.309Z] #37 21.97 [100%] Linking C executable tini-static [2021-11-17T22:10:33.532Z] #49 36.47 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-11-17T22:10:33.532Z] #49 36.64 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-11-17T22:10:33.571Z] #37 ... [2021-11-17T22:10:33.571Z] [2021-11-17T22:10:33.571Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-11-17T22:10:33.571Z] #47 sha256:d09283ecc390305f46d5328b30bb644981ba0ac56df046296cac2f9f81eff6a8 [2021-11-17T22:10:33.571Z] #47 12.51 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-11-17T22:10:33.571Z] #47 ... [2021-11-17T22:10:33.571Z] [2021-11-17T22:10:33.571Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-11-17T22:10:33.571Z] #34 sha256:bcc7293f0d3f8ea6f53bb7293504392892c8250439dfb630e6aa9ba2fe5890ef [2021-11-17T22:10:33.571Z] #34 DONE 22.6s [2021-11-17T22:10:33.571Z] [2021-11-17T22:10:33.571Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:10:33.571Z] #51 sha256:fbd2f2f70ba2194f42010d82aab047289a2523ebbd28824baf2e7616b62b0112 [2021-11-17T22:10:33.571Z] #51 20.81 + cd /tmp/tmp.INkOhSmfQg/src/github.com/mvdan/sh [2021-11-17T22:10:33.571Z] #51 20.81 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-11-17T22:10:33.571Z] #51 21.08 + GO111MODULE=on [2021-11-17T22:10:33.571Z] #51 21.08 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-11-17T22:10:33.571Z] #51 22.65 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-11-17T22:10:33.571Z] #51 22.68 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-11-17T22:10:33.571Z] #51 22.78 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-11-17T22:10:34.099Z] #49 ... [2021-11-17T22:10:34.099Z] [2021-11-17T22:10:34.099Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-11-17T22:10:34.099Z] #67 sha256:95fdc3ec2f6c7569e515bfd8ff0bb9674dfaaf34996e760437c7cc9f43f66eca [2021-11-17T22:10:34.099Z] #67 DONE 37.1s [2021-11-17T22:10:34.099Z] [2021-11-17T22:10:34.099Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:10:34.099Z] #51 sha256:a7fc96d6027d62be5517d126eec72a3ccb72d1e0e12893f2d00052bb057ce82e [2021-11-17T22:10:34.099Z] #51 31.51 mvdan.cc/editorconfig [2021-11-17T22:10:34.099Z] #51 33.49 mvdan.cc/sh/v3/fileutil [2021-11-17T22:10:34.099Z] #51 33.73 mvdan.cc/sh/v3/syntax [2021-11-17T22:10:34.249Z] #58 ... [2021-11-17T22:10:34.249Z] [2021-11-17T22:10:34.249Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-11-17T22:10:34.249Z] #24 sha256:15ec005bb10f9edd4ef90ec0f612a9fa1f8baebbd4d091e9a8385e423c21cb2c [2021-11-17T22:10:34.249Z] #24 20.19 + mkdir -p /build [2021-11-17T22:10:34.249Z] #24 20.20 + mv docker/docker /build/ [2021-11-17T22:10:34.249Z] #24 20.26 + rmdir docker [2021-11-17T22:10:34.513Z] #51 ... [2021-11-17T22:10:34.513Z] [2021-11-17T22:10:34.513Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-11-17T22:10:34.513Z] #37 sha256:143feeadb011996181176c76eac119d02417688b0c743ef183c3d055d201baf8 [2021-11-17T22:10:34.513Z] #37 23.19 [100%] Built target tini-static [2021-11-17T22:10:34.513Z] #37 23.32 + mkdir -p /build [2021-11-17T22:10:34.513Z] #37 23.32 + cp tini-static /build/docker-init [2021-11-17T22:10:34.513Z] #37 DONE 23.7s [2021-11-17T22:10:34.665Z] #51 ... [2021-11-17T22:10:34.665Z] [2021-11-17T22:10:34.665Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:10:34.665Z] #49 sha256:ef5d8268b98c9e9877aaa3e3608d14bcbe81740f15d1e3e59c511daa802146a7 [2021-11-17T22:10:34.665Z] #49 37.81 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-11-17T22:10:34.665Z] #49 37.83 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-11-17T22:10:34.774Z] [2021-11-17T22:10:34.774Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:10:34.774Z] #49 sha256:1f1aea5242e74b419815a8c5ffcfca7d9fd6ae6b1423099a9f4e235ead9ad106 [2021-11-17T22:10:34.774Z] #49 23.21 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-11-17T22:10:34.774Z] #49 23.44 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-11-17T22:10:34.828Z] #24 ... [2021-11-17T22:10:34.828Z] [2021-11-17T22:10:34.828Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:10:34.828Z] #45 sha256:cbcbe11533ccb7aa87e4f2ca3bc1a658cee1a592e5fe18419772c34608d0ea05 [2021-11-17T22:10:34.828Z] #45 11.01 github.com/LK4D4/vndr/build [2021-11-17T22:10:34.828Z] #45 11.17 github.com/LK4D4/vndr/godl/singleflight [2021-11-17T22:10:34.828Z] #45 12.00 github.com/LK4D4/vndr/versioned [2021-11-17T22:10:34.828Z] #45 14.69 github.com/LK4D4/vndr/godl [2021-11-17T22:10:34.828Z] #45 19.59 github.com/LK4D4/vndr [2021-11-17T22:10:34.828Z] #45 ... [2021-11-17T22:10:34.828Z] [2021-11-17T22:10:34.828Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-11-17T22:10:34.828Z] #37 sha256:5f4d17bb7f3a89fa043d5aec897220a8caac56d8300a86c388f3f046c1e4f716 [2021-11-17T22:10:34.828Z] #37 11.66 -- Detecting C compiler ABI info - done [2021-11-17T22:10:34.828Z] #37 11.75 -- Detecting C compile features [2021-11-17T22:10:34.828Z] #37 15.83 -- Detecting C compile features - done [2021-11-17T22:10:34.828Z] #37 15.88 -- Performing Test HAS_BUILTIN_FORTIFY [2021-11-17T22:10:34.828Z] #37 16.45 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-11-17T22:10:34.828Z] #37 16.73 -- Configuring done [2021-11-17T22:10:34.828Z] #37 16.76 -- Generating done [2021-11-17T22:10:34.828Z] #37 16.78 -- Build files have been written to: /tmp/tmp.QXn0ZJXXno/tini [2021-11-17T22:10:34.828Z] #37 16.79 + make tini-static [2021-11-17T22:10:34.828Z] #37 17.82 Scanning dependencies of target tini-static [2021-11-17T22:10:34.828Z] #37 18.06 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-11-17T22:10:34.828Z] #37 21.09 [100%] Linking C executable tini-static [2021-11-17T22:10:34.926Z] #49 37.99 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-11-17T22:10:34.926Z] #49 38.00 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-11-17T22:10:34.926Z] #49 38.04 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-11-17T22:10:34.926Z] #49 38.10 go: downloading github.com/stretchr/objx v0.2.0 [2021-11-17T22:10:34.926Z] #49 38.21 go: downloading golang.org/x/text v0.3.2 [2021-11-17T22:10:35.084Z] #37 ... [2021-11-17T22:10:35.084Z] [2021-11-17T22:10:35.084Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-11-17T22:10:35.084Z] #24 sha256:15ec005bb10f9edd4ef90ec0f612a9fa1f8baebbd4d091e9a8385e423c21cb2c [2021-11-17T22:10:35.084Z] #24 DONE 21.2s [2021-11-17T22:10:35.084Z] [2021-11-17T22:10:35.085Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-11-17T22:10:35.085Z] #34 sha256:23e56c7c945ed60ca856c62a0da3ffb65d3185676a0fde69c459bd8aaa1ac64d [2021-11-17T22:10:35.085Z] #34 DONE 21.3s [2021-11-17T22:10:35.085Z] [2021-11-17T22:10:35.085Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-11-17T22:10:35.085Z] #56 sha256:20f1690be27ebaa00d82e2b8e7559c4a84bfde7dd9ce9e4d83351d880bf1eb31 [2021-11-17T22:10:35.652Z] #56 ... [2021-11-17T22:10:35.652Z] [2021-11-17T22:10:35.652Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:10:35.652Z] #51 sha256:43babebd5d8b1ef569c30d6f7109554841e9f9568c4eec0cafddccb08ef5d809 [2021-11-17T22:10:35.652Z] #51 21.64 + cd /tmp/tmp.c6cJzLwZr6/src/github.com/mvdan/sh [2021-11-17T22:10:35.652Z] #51 21.64 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-11-17T22:10:35.652Z] #51 21.92 + GO111MODULE=on [2021-11-17T22:10:35.652Z] #51 21.92 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-11-17T22:10:36.584Z] #51 ... [2021-11-17T22:10:36.584Z] [2021-11-17T22:10:36.584Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-11-17T22:10:36.584Z] #37 sha256:5f4d17bb7f3a89fa043d5aec897220a8caac56d8300a86c388f3f046c1e4f716 [2021-11-17T22:10:36.584Z] #37 22.13 [100%] Built target tini-static [2021-11-17T22:10:36.584Z] #37 22.26 + mkdir -p /build [2021-11-17T22:10:36.584Z] #37 22.26 + cp tini-static /build/docker-init [2021-11-17T22:10:36.584Z] #37 DONE 22.5s [2021-11-17T22:10:36.584Z] [2021-11-17T22:10:36.584Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-11-17T22:10:36.584Z] #58 sha256:a25fc16f9dec3364ef6839e4b0df72f05c19071bc0551393afd7fc955f053a2d [2021-11-17T22:10:36.584Z] #58 21.75 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-11-17T22:10:38.217Z] #49 ... [2021-11-17T22:10:38.217Z] [2021-11-17T22:10:38.217Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-11-17T22:10:38.217Z] #58 sha256:3d59b64bea57c9b9a1f401455d8e103188bb3b6cef393ee22a9dc8069c0d0878 [2021-11-17T22:10:38.217Z] #58 30.95 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-11-17T22:10:38.217Z] #58 31.15 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-11-17T22:10:38.476Z] #58 ... [2021-11-17T22:10:38.476Z] [2021-11-17T22:10:38.476Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:10:38.476Z] #51 sha256:a7fc96d6027d62be5517d126eec72a3ccb72d1e0e12893f2d00052bb057ce82e [2021-11-17T22:10:38.476Z] #51 41.66 golang.org/x/crypto/ssh/terminal [2021-11-17T22:10:39.010Z] #49 27.34 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-11-17T22:10:39.010Z] #49 27.34 go: downloading github.com/stretchr/testify v1.4.0 [2021-11-17T22:10:39.010Z] #49 27.64 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-11-17T22:10:39.010Z] #49 27.69 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-11-17T22:10:39.010Z] #49 27.82 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-11-17T22:10:39.010Z] #49 27.82 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-11-17T22:10:39.271Z] #49 28.26 go: downloading github.com/magiconair/properties v1.8.1 [2021-11-17T22:10:39.271Z] #49 28.30 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-11-17T22:10:39.271Z] #49 28.41 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-11-17T22:10:39.532Z] #49 28.41 go: downloading github.com/spf13/afero v1.1.2 [2021-11-17T22:10:39.793Z] #49 28.78 go: downloading github.com/spf13/cast v1.3.0 [2021-11-17T22:10:39.793Z] #49 28.85 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-11-17T22:10:39.793Z] #49 28.91 go: downloading github.com/subosito/gotenv v1.2.0 [2021-11-17T22:10:39.793Z] #49 28.93 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-11-17T22:10:40.055Z] #49 29.05 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-11-17T22:10:40.055Z] #49 ... [2021-11-17T22:10:40.055Z] [2021-11-17T22:10:40.055Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-11-17T22:10:40.055Z] #67 sha256:6aa0d8f430bc8a9773b946b809602933f2bdeca6af0ea1cda75c0d13224ed03e [2021-11-17T22:10:40.757Z] #58 ... [2021-11-17T22:10:40.757Z] [2021-11-17T22:10:40.757Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-11-17T22:10:40.757Z] #67 sha256:644d90c962bbdc0ab36fe89e222eb4f9932515c65c0323b5a19cf3e0094dfa95 [2021-11-17T22:10:40.757Z] #67 25.76 Checking out files: 55% (1061/1907) Checking out files: 56% (1068/1907) Checking out files: 57% (1087/1907) Checking out files: 58% (1107/1907) Checking out files: 59% (1126/1907) Checking out files: 60% (1145/1907) Checking out files: 61% (1164/1907) Checking out files: 62% (1183/1907) Checking out files: 63% (1202/1907) Checking out files: 64% (1221/1907) Checking out files: 65% (1240/1907) Checking out files: 66% (1259/1907) Checking out files: 67% (1278/1907) Checking out files: 68% (1297/1907) Checking out files: 69% (1316/1907) Checking out files: 70% (1335/1907) Checking out files: 71% (1354/1907) Checking out files: 72% (1374/1907) Checking out files: 73% (1393/1907) Checking out files: 74% (1412/1907) Checking out files: 75% (1431/1907) Checking out files: 76% (1450/1907) Checking out files: 77% (1469/1907) Checking out files: 78% (1488/1907) Checking out files: 79% (1507/1907) Checking out files: 80% (1526/1907) Checking out files: 81% (1545/1907) Checking out files: 82% (1564/1907) Checking out files: 83% (1583/1907) Checking out files: 84% (1602/1907) Checking out files: 85% (1621/1907) Checking out files: 86% (1641/1907) Checking out files: 87% (1660/1907) Checking out files: 88% (1679/1907) Checking out files: 89% (1698/1907) Checking out files: 90% (1717/1907) Checking out files: 91% (1736/1907) Checking out files: 92% (1755/1907) Checking out files: 93% (1774/1907) Checking out files: 94% (1793/1907) Checking out files: 95% (1812/1907) Checking out files: 96% (1831/1907) Checking out files: 97% (1850/1907) Checking out files: 98% (1869/1907) Checking out files: 99% (1888/1907) Checking out files: 100% (1907/1907) Checking out files: 100% (1907/1907), done. [2021-11-17T22:10:40.757Z] #67 26.75 + cd /tmp/tmp.3OQCwtbQqE/src/github.com/docker/libnetwork [2021-11-17T22:10:40.757Z] #67 26.75 + git checkout -q 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-11-17T22:10:41.013Z] #67 27.22 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-11-17T22:10:41.363Z] #67 29.28 Checking out files: 52% (994/1907) Checking out files: 53% (1011/1907) Checking out files: 54% (1030/1907) Checking out files: 55% (1049/1907) Checking out files: 56% (1068/1907) Checking out files: 57% (1087/1907) Checking out files: 58% (1107/1907) Checking out files: 59% (1126/1907) Checking out files: 60% (1145/1907) Checking out files: 61% (1164/1907) Checking out files: 62% (1183/1907) Checking out files: 63% (1202/1907) Checking out files: 64% (1221/1907) Checking out files: 65% (1240/1907) Checking out files: 66% (1259/1907) Checking out files: 67% (1278/1907) Checking out files: 68% (1297/1907) Checking out files: 69% (1316/1907) Checking out files: 70% (1335/1907) Checking out files: 71% (1354/1907) Checking out files: 72% (1374/1907) Checking out files: 73% (1393/1907) Checking out files: 74% (1412/1907) Checking out files: 75% (1431/1907) Checking out files: 76% (1450/1907) Checking out files: 77% (1469/1907) Checking out files: 78% (1488/1907) Checking out files: 79% (1507/1907) Checking out files: 80% (1526/1907) Checking out files: 81% (1545/1907) Checking out files: 82% (1564/1907) Checking out files: 83% (1583/1907) Checking out files: 84% (1602/1907) Checking out files: 85% (1621/1907) Checking out files: 86% (1641/1907) Checking out files: 87% (1660/1907) Checking out files: 88% (1679/1907) Checking out files: 89% (1698/1907) Checking out files: 90% (1717/1907) Checking out files: 91% (1736/1907) Checking out files: 92% (1755/1907) Checking out files: 93% (1774/1907) Checking out files: 94% (1793/1907) Checking out files: 94% (1806/1907) Checking out files: 95% (1812/1907) Checking out files: 96% (1831/1907) [2021-11-17T22:10:41.363Z] #67 ... [2021-11-17T22:10:41.363Z] [2021-11-17T22:10:41.363Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:10:41.363Z] #45 sha256:0512263941b4d6d7ebb662b025cde9e388fdc458012e1a21823bfe5fbb659150 [2021-11-17T22:10:41.363Z] #45 20.27 github.com/LK4D4/vndr [2021-11-17T22:10:41.363Z] #45 ... [2021-11-17T22:10:41.363Z] [2021-11-17T22:10:41.363Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-11-17T22:10:41.363Z] #67 sha256:6aa0d8f430bc8a9773b946b809602933f2bdeca6af0ea1cda75c0d13224ed03e [2021-11-17T22:10:41.624Z] #67 29.28 Checking out files: 52% (994/1907) Checking out files: 53% (1011/1907) Checking out files: 54% (1030/1907) Checking out files: 55% (1049/1907) Checking out files: 56% (1068/1907) Checking out files: 57% (1087/1907) Checking out files: 58% (1107/1907) Checking out files: 59% (1126/1907) Checking out files: 60% (1145/1907) Checking out files: 61% (1164/1907) Checking out files: 62% (1183/1907) Checking out files: 63% (1202/1907) Checking out files: 64% (1221/1907) Checking out files: 65% (1240/1907) Checking out files: 66% (1259/1907) Checking out files: 67% (1278/1907) Checking out files: 68% (1297/1907) Checking out files: 69% (1316/1907) Checking out files: 70% (1335/1907) Checking out files: 71% (1354/1907) Checking out files: 72% (1374/1907) Checking out files: 73% (1393/1907) Checking out files: 74% (1412/1907) Checking out files: 75% (1431/1907) Checking out files: 76% (1450/1907) Checking out files: 77% (1469/1907) Checking out files: 78% (1488/1907) Checking out files: 79% (1507/1907) Checking out files: 80% (1526/1907) Checking out files: 81% (1545/1907) Checking out files: 82% (1564/1907) Checking out files: 83% (1583/1907) Checking out files: 84% (1602/1907) Checking out files: 85% (1621/1907) Checking out files: 86% (1641/1907) Checking out files: 87% (1660/1907) Checking out files: 88% (1679/1907) Checking out files: 89% (1698/1907) Checking out files: 90% (1717/1907) Checking out files: 91% (1736/1907) Checking out files: 92% (1755/1907) Checking out files: 93% (1774/1907) Checking out files: 94% (1793/1907) Checking out files: 94% (1806/1907) Checking out files: 95% (1812/1907) Checking out files: 96% (1831/1907) Checking out files: 97% (1850/1907) Checking out files: 98% (1869/1907) Checking out files: 99% (1888/1907) Checking out files: 100% (1907/1907) #67 ... [2021-11-17T22:10:41.624Z] [2021-11-17T22:10:41.624Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-11-17T22:10:41.624Z] #39 sha256:00a8aedfe8f438f9ad6d7415aee35c937cf3246d711b63133a5a490563bd2e31 [2021-11-17T22:10:41.624Z] #39 CACHED [2021-11-17T22:10:41.624Z] [2021-11-17T22:10:41.624Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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 [2021-11-17T22:10:41.624Z] #40 sha256:2d462ea74ef525c4f75d25a79a9cf1f134c137bff45947dce31175cdabc798fa [2021-11-17T22:10:41.624Z] #40 CACHED [2021-11-17T22:10:41.624Z] [2021-11-17T22:10:41.624Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-11-17T22:10:41.624Z] #42 sha256:458dfcbb019aed25e86f24c62186909e3d0db8f816c9fb3db42bc8e2d47296d9 [2021-11-17T22:10:41.624Z] #42 CACHED [2021-11-17T22:10:41.624Z] [2021-11-17T22:10:41.624Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:10:41.624Z] #43 sha256:9c88665f5323b3954e3d3c9ccebf3a6fb3b18ad29fcde46a84373b30db78ca80 [2021-11-17T22:10:41.624Z] #43 CACHED [2021-11-17T22:10:41.624Z] [2021-11-17T22:10:41.624Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-11-17T22:10:41.624Z] #67 sha256:6aa0d8f430bc8a9773b946b809602933f2bdeca6af0ea1cda75c0d13224ed03e [2021-11-17T22:10:41.625Z] #67 29.28 Checking out files: 52% (994/1907) Checking out files: 53% (1011/1907) Checking out files: 54% (1030/1907) Checking out files: 55% (1049/1907) Checking out files: 56% (1068/1907) Checking out files: 57% (1087/1907) Checking out files: 58% (1107/1907) Checking out files: 59% (1126/1907) Checking out files: 60% (1145/1907) Checking out files: 61% (1164/1907) Checking out files: 62% (1183/1907) Checking out files: 63% (1202/1907) Checking out files: 64% (1221/1907) Checking out files: 65% (1240/1907) Checking out files: 66% (1259/1907) Checking out files: 67% (1278/1907) Checking out files: 68% (1297/1907) Checking out files: 69% (1316/1907) Checking out files: 70% (1335/1907) Checking out files: 71% (1354/1907) Checking out files: 72% (1374/1907) Checking out files: 73% (1393/1907) Checking out files: 74% (1412/1907) Checking out files: 75% (1431/1907) Checking out files: 76% (1450/1907) Checking out files: 77% (1469/1907) Checking out files: 78% (1488/1907) Checking out files: 79% (1507/1907) Checking out files: 80% (1526/1907) Checking out files: 81% (1545/1907) Checking out files: 82% (1564/1907) Checking out files: 83% (1583/1907) Checking out files: 84% (1602/1907) Checking out files: 85% (1621/1907) Checking out files: 86% (1641/1907) Checking out files: 87% (1660/1907) Checking out files: 88% (1679/1907) Checking out files: 89% (1698/1907) Checking out files: 90% (1717/1907) Checking out files: 91% (1736/1907) Checking out files: 92% (1755/1907) Checking out files: 93% (1774/1907) Checking out files: 94% (1793/1907) Checking out files: 94% (1806/1907) Checking out files: 95% (1812/1907) Checking out files: 96% (1831/1907) Checking out files: 97% (1850/1907) Checking out files: 98% (1869/1907) Checking out files: 99% (1888/1907) Checking out files: 100% (1907/1907) Checking out files: 100% (1907/1907), done. [2021-11-17T22:10:41.625Z] #67 30.60 + cd /tmp/tmp.bZ8ntxsnSX/src/github.com/docker/libnetwork [2021-11-17T22:10:41.625Z] #67 30.60 + git checkout -q 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-11-17T22:10:41.625Z] #67 ... [2021-11-17T22:10:41.625Z] [2021-11-17T22:10:41.625Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-11-17T22:10:41.625Z] #29 sha256:6442cf3489ea99e0ff6e0cb700bb5ed4974bb73398538db38d064466b8946bb4 [2021-11-17T22:10:41.625Z] #29 CACHED [2021-11-17T22:10:41.625Z] [2021-11-17T22:10:41.625Z] #32 [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 [2021-11-17T22:10:41.625Z] #32 sha256:ddd67d6f85d538ef6e07aa19cfd9c5c44b4f0df2bbb11681f570a26b980749b1 [2021-11-17T22:10:41.625Z] #32 CACHED [2021-11-17T22:10:41.625Z] [2021-11-17T22:10:41.625Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-11-17T22:10:41.625Z] #18 sha256:c39c76242e80f7c7af775563d13759a41bedf68ce456358eeb70fd635e848fa0 [2021-11-17T22:10:41.625Z] #18 CACHED [2021-11-17T22:10:41.625Z] [2021-11-17T22:10:41.625Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 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 [2021-11-17T22:10:41.625Z] #20 sha256:a6c57e76359cf066208a363bf3b2e2d6ee5440da08a6bd4e042a7b12b8f058ad [2021-11-17T22:10:41.625Z] #20 CACHED [2021-11-17T22:10:41.625Z] [2021-11-17T22:10:41.625Z] #21 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-11-17T22:10:41.625Z] #21 sha256:60091f332eca22cce350bbe88c3bb1ef692eb93676e4ecf858e45a1c3edf2651 [2021-11-17T22:10:41.625Z] #21 CACHED [2021-11-17T22:10:41.625Z] [2021-11-17T22:10:41.625Z] #27 [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 [2021-11-17T22:10:41.625Z] #27 sha256:8e14252d95f59141c0f86364d4ba7bcb998e74dacce9c62a1e6b3d099b9829ae [2021-11-17T22:10:41.625Z] #27 CACHED [2021-11-17T22:10:41.625Z] [2021-11-17T22:10:41.625Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-11-17T22:10:41.625Z] #25 sha256:36f265d18677e68c1c2bf93fbbe5293bbd9caa4e3948226c8e7de1b8e55ea060 [2021-11-17T22:10:41.625Z] #25 CACHED [2021-11-17T22:10:41.625Z] [2021-11-17T22:10:41.625Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-11-17T22:10:41.625Z] #28 sha256:17accc34f51ea8de3a9540a457d947e85e518f6a79c39b86f417ad9c4a9cf6c6 [2021-11-17T22:10:41.625Z] #28 CACHED [2021-11-17T22:10:41.625Z] [2021-11-17T22:10:41.625Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-11-17T22:10:41.625Z] #17 sha256:df538d4e1efd01b9e3546cafd2d10882dac21594286391b0ffd41b924f04f54d [2021-11-17T22:10:41.625Z] #17 CACHED [2021-11-17T22:10:41.625Z] [2021-11-17T22:10:41.625Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-11-17T22:10:41.625Z] #16 sha256:04ae1288de65841634c0124bcaa98d14279f91fc3c74c2dafbc5543ad627ef80 [2021-11-17T22:10:41.625Z] #16 CACHED [2021-11-17T22:10:41.625Z] [2021-11-17T22:10:41.625Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-11-17T22:10:41.625Z] #14 sha256:83753444274c1956240e5de3fc4308f1301e1a6621feb29bb93e2a175f4b23df [2021-11-17T22:10:41.625Z] #14 CACHED [2021-11-17T22:10:41.625Z] [2021-11-17T22:10:41.625Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-11-17T22:10:41.625Z] #15 sha256:d33ca7c6b7c1756b1bcc1b316a69fc1a14c5fae58bcda29cea1574f81516bf6b [2021-11-17T22:10:41.625Z] #15 CACHED [2021-11-17T22:10:41.625Z] [2021-11-17T22:10:41.625Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-11-17T22:10:41.625Z] #22 sha256:568598d536f707cc97574aa61d68db2fc7316fd3e81028bade6ab2c443a99345 [2021-11-17T22:10:41.625Z] #22 CACHED [2021-11-17T22:10:41.625Z] [2021-11-17T22:10:41.625Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-11-17T22:10:41.625Z] #19 sha256:36f8b13f99f583e88edd170393fd2a976fd59b671eadce9052a3ff4d48fc22a4 [2021-11-17T22:10:41.625Z] #19 CACHED [2021-11-17T22:10:41.625Z] [2021-11-17T22:10:41.625Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-11-17T22:10:41.625Z] #30 sha256:44c843531b0021f24c55e72abe972ee93f2ae4edac6524e822db9bd315b3ade3 [2021-11-17T22:10:41.625Z] #30 CACHED [2021-11-17T22:10:41.625Z] [2021-11-17T22:10:41.625Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-11-17T22:10:41.625Z] #31 sha256:b6e96d49d439cb5c43d0c6fdd6688b4b7907d9e4d45306db361013833de8ef01 [2021-11-17T22:10:41.625Z] #31 CACHED [2021-11-17T22:10:41.625Z] [2021-11-17T22:10:41.625Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-11-17T22:10:41.625Z] #33 sha256:c8f2470e1ed0f4d36c8bba5c7f972b8fb2f78001bd2e40908580162e3c86e987 [2021-11-17T22:10:41.625Z] #33 CACHED [2021-11-17T22:10:41.625Z] [2021-11-17T22:10:41.625Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:10:41.625Z] #45 sha256:0512263941b4d6d7ebb662b025cde9e388fdc458012e1a21823bfe5fbb659150 [2021-11-17T22:10:41.625Z] #45 DONE 30.7s [2021-11-17T22:10:41.886Z] [2021-11-17T22:10:41.886Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-11-17T22:10:41.886Z] #35 sha256:24fd01ed4bd8dde824385f8ed7e45a178afcdcc578e219ab71f65502c01eaf4a [2021-11-17T22:10:41.886Z] #35 DONE 0.2s [2021-11-17T22:10:41.886Z] [2021-11-17T22:10:41.886Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-11-17T22:10:41.886Z] #38 sha256:324684bc717a71644c50169a43d5f46b092a2b7ec0d67d0dd8c130fc2fbdade2 [2021-11-17T22:10:41.886Z] #38 DONE 0.2s [2021-11-17T22:10:41.886Z] [2021-11-17T22:10:41.886Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-11-17T22:10:41.886Z] #41 sha256:734fa211d528bccc6b37c83407a64476e32bb247f385886208d4e39888b791dc [2021-11-17T22:10:43.859Z] #41 DONE 1.7s [2021-11-17T22:10:43.859Z] [2021-11-17T22:10:43.859Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-11-17T22:10:43.859Z] #44 sha256:284034e2f8044d87aeb88848c6fe48fa7fd4758aa636278deda26c74f0a76c06 [2021-11-17T22:10:43.859Z] #44 DONE 0.2s [2021-11-17T22:10:43.859Z] [2021-11-17T22:10:43.859Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-11-17T22:10:43.859Z] #46 sha256:4615a90cf5f1b47e33d7922b971903b1ffca6dabc977eab60b09d381e6167908 [2021-11-17T22:10:44.121Z] #46 ... [2021-11-17T22:10:44.121Z] [2021-11-17T22:10:44.121Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-11-17T22:10:44.121Z] #53 sha256:f6ab332b92dd91e43eebe38519680860258caace7ec9267b86b61c67600601b0 [2021-11-17T22:10:44.121Z] #53 23.08 + '[' -z '' ']' [2021-11-17T22:10:44.121Z] #53 23.08 + target=static [2021-11-17T22:10:44.121Z] #53 23.08 + make 'BUILDTAGS=seccomp ' static [2021-11-17T22:10:44.121Z] #53 23.70 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o runc . [2021-11-17T22:10:44.121Z] #53 ... [2021-11-17T22:10:44.121Z] [2021-11-17T22:10:44.121Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-11-17T22:10:44.121Z] #58 sha256:9df2ee7fd49164a17b078c13bb98f966ea1e9bf9064fc9ef81b92231857c6282 [2021-11-17T22:10:44.121Z] #58 23.21 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-11-17T22:10:44.121Z] #58 24.01 go: downloading github.com/google/uuid v1.3.0 [2021-11-17T22:10:44.121Z] #58 24.01 go: downloading github.com/moby/vpnkit v0.5.0 [2021-11-17T22:10:44.121Z] #58 24.08 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2021-11-17T22:10:44.121Z] #58 24.32 go: downloading github.com/gofrs/flock v0.8.1 [2021-11-17T22:10:44.121Z] #58 24.42 go: downloading github.com/gorilla/mux v1.8.0 [2021-11-17T22:10:44.121Z] #58 24.96 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-11-17T22:10:44.121Z] #58 25.56 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-11-17T22:10:44.121Z] #58 25.78 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-11-17T22:10:44.121Z] #58 32.36 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-11-17T22:10:44.121Z] #58 32.52 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-11-17T22:10:44.121Z] #58 ... [2021-11-17T22:10:44.121Z] [2021-11-17T22:10:44.121Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-11-17T22:10:44.121Z] #46 sha256:4615a90cf5f1b47e33d7922b971903b1ffca6dabc977eab60b09d381e6167908 [2021-11-17T22:10:44.121Z] #46 DONE 0.5s [2021-11-17T22:10:44.121Z] [2021-11-17T22:10:44.121Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:10:44.121Z] #49 sha256:1f1aea5242e74b419815a8c5ffcfca7d9fd6ae6b1423099a9f4e235ead9ad106 [2021-11-17T22:10:44.121Z] #49 29.34 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-11-17T22:10:44.121Z] #49 29.53 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-11-17T22:10:44.121Z] #49 29.67 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-11-17T22:10:44.121Z] #49 29.90 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-11-17T22:10:44.121Z] #49 30.21 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-11-17T22:10:44.121Z] #49 30.59 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-11-17T22:10:44.121Z] #49 30.68 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-11-17T22:10:44.121Z] #49 30.80 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-11-17T22:10:44.121Z] #49 31.08 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-11-17T22:10:44.121Z] #49 31.15 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-11-17T22:10:44.121Z] #49 31.36 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-11-17T22:10:44.121Z] #49 31.48 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-11-17T22:10:44.121Z] #49 31.77 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-11-17T22:10:44.121Z] #49 32.16 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-11-17T22:10:44.121Z] #49 32.90 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-11-17T22:10:44.121Z] #49 32.95 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-11-17T22:10:44.121Z] #49 33.01 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-11-17T22:10:44.383Z] #49 33.47 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-11-17T22:10:44.644Z] #49 33.63 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-11-17T22:10:44.644Z] #49 33.69 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-11-17T22:10:44.644Z] #49 33.73 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-11-17T22:10:44.906Z] #49 33.92 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-11-17T22:10:44.906Z] #49 34.01 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-11-17T22:10:44.906Z] #49 34.04 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-11-17T22:10:44.906Z] #49 34.11 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-11-17T22:10:45.041Z] #51 ... [2021-11-17T22:10:45.041Z] [2021-11-17T22:10:45.041Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:10:45.041Z] #49 sha256:ef5d8268b98c9e9877aaa3e3608d14bcbe81740f15d1e3e59c511daa802146a7 [2021-11-17T22:10:45.041Z] #49 44.25 go: downloading github.com/gobwas/glob v0.2.3 [2021-11-17T22:10:45.041Z] #49 44.30 go: downloading github.com/kisielk/gotool v1.0.0 [2021-11-17T22:10:45.041Z] #49 44.42 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-11-17T22:10:45.041Z] #49 44.44 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-11-17T22:10:45.041Z] #49 44.53 go: downloading github.com/gogo/protobuf v1.2.1 [2021-11-17T22:10:45.041Z] #49 45.61 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-11-17T22:10:45.041Z] #49 45.75 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-11-17T22:10:45.041Z] #49 46.17 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-11-17T22:10:45.167Z] #49 34.24 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-11-17T22:10:45.167Z] #49 34.29 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-11-17T22:10:45.180Z] #67 ... [2021-11-17T22:10:45.180Z] [2021-11-17T22:10:45.180Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-11-17T22:10:45.180Z] #39 sha256:00a8aedfe8f438f9ad6d7415aee35c937cf3246d711b63133a5a490563bd2e31 [2021-11-17T22:10:45.180Z] #39 CACHED [2021-11-17T22:10:45.180Z] [2021-11-17T22:10:45.180Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:10:45.180Z] #45 sha256:cbcbe11533ccb7aa87e4f2ca3bc1a658cee1a592e5fe18419772c34608d0ea05 [2021-11-17T22:10:45.180Z] #45 DONE 30.7s [2021-11-17T22:10:45.180Z] [2021-11-17T22:10:45.180Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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 [2021-11-17T22:10:45.180Z] #40 sha256:2d462ea74ef525c4f75d25a79a9cf1f134c137bff45947dce31175cdabc798fa [2021-11-17T22:10:45.180Z] #40 CACHED [2021-11-17T22:10:45.180Z] [2021-11-17T22:10:45.180Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-11-17T22:10:45.180Z] #42 sha256:458dfcbb019aed25e86f24c62186909e3d0db8f816c9fb3db42bc8e2d47296d9 [2021-11-17T22:10:45.180Z] #42 CACHED [2021-11-17T22:10:45.180Z] [2021-11-17T22:10:45.180Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:10:45.180Z] #43 sha256:9c88665f5323b3954e3d3c9ccebf3a6fb3b18ad29fcde46a84373b30db78ca80 [2021-11-17T22:10:45.180Z] #43 CACHED [2021-11-17T22:10:45.180Z] [2021-11-17T22:10:45.180Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-11-17T22:10:45.180Z] #19 sha256:36f8b13f99f583e88edd170393fd2a976fd59b671eadce9052a3ff4d48fc22a4 [2021-11-17T22:10:45.180Z] #19 CACHED [2021-11-17T22:10:45.180Z] [2021-11-17T22:10:45.180Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 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 [2021-11-17T22:10:45.180Z] #20 sha256:a6c57e76359cf066208a363bf3b2e2d6ee5440da08a6bd4e042a7b12b8f058ad [2021-11-17T22:10:45.180Z] #20 CACHED [2021-11-17T22:10:45.180Z] [2021-11-17T22:10:45.180Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-11-17T22:10:45.180Z] #25 sha256:daeef89356db4e1846e3d2a49f7d059e60f029c29387b3c189046788a5057779 [2021-11-17T22:10:45.180Z] #25 CACHED [2021-11-17T22:10:45.180Z] [2021-11-17T22:10:45.180Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-11-17T22:10:45.180Z] #30 sha256:b948d4e031e1559fd9ef0a2f028c0c3cb751f6625c3d2b778f3d51f6c48269c5 [2021-11-17T22:10:45.180Z] #30 CACHED [2021-11-17T22:10:45.180Z] [2021-11-17T22:10:45.180Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-11-17T22:10:45.180Z] #31 sha256:b6e96d49d439cb5c43d0c6fdd6688b4b7907d9e4d45306db361013833de8ef01 [2021-11-17T22:10:45.180Z] #31 CACHED [2021-11-17T22:10:45.180Z] [2021-11-17T22:10:45.180Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-11-17T22:10:45.180Z] #14 sha256:83753444274c1956240e5de3fc4308f1301e1a6621feb29bb93e2a175f4b23df [2021-11-17T22:10:45.180Z] #14 CACHED [2021-11-17T22:10:45.180Z] [2021-11-17T22:10:45.180Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-11-17T22:10:45.180Z] #28 sha256:310f844ed44c349963268674ab5ace4490b83d8565ea9a35fd0f00a8836914cb [2021-11-17T22:10:45.180Z] #28 CACHED [2021-11-17T22:10:45.180Z] [2021-11-17T22:10:45.180Z] #32 [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 [2021-11-17T22:10:45.180Z] #32 sha256:ddd67d6f85d538ef6e07aa19cfd9c5c44b4f0df2bbb11681f570a26b980749b1 [2021-11-17T22:10:45.180Z] #32 CACHED [2021-11-17T22:10:45.180Z] [2021-11-17T22:10:45.180Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-11-17T22:10:45.180Z] #22 sha256:568598d536f707cc97574aa61d68db2fc7316fd3e81028bade6ab2c443a99345 [2021-11-17T22:10:45.180Z] #22 CACHED [2021-11-17T22:10:45.180Z] [2021-11-17T22:10:45.180Z] #21 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-11-17T22:10:45.180Z] #21 sha256:60091f332eca22cce350bbe88c3bb1ef692eb93676e4ecf858e45a1c3edf2651 [2021-11-17T22:10:45.180Z] #21 CACHED [2021-11-17T22:10:45.180Z] [2021-11-17T22:10:45.180Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-11-17T22:10:45.180Z] #15 sha256:d33ca7c6b7c1756b1bcc1b316a69fc1a14c5fae58bcda29cea1574f81516bf6b [2021-11-17T22:10:45.180Z] #15 CACHED [2021-11-17T22:10:45.180Z] [2021-11-17T22:10:45.180Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-11-17T22:10:45.180Z] #29 sha256:f6a93cc965c4cd7e56bece82bee0ffed503a5fd2e185241e13fbe3e8bc21b719 [2021-11-17T22:10:45.180Z] #29 CACHED [2021-11-17T22:10:45.180Z] [2021-11-17T22:10:45.180Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-11-17T22:10:45.180Z] #17 sha256:df538d4e1efd01b9e3546cafd2d10882dac21594286391b0ffd41b924f04f54d [2021-11-17T22:10:45.180Z] #17 CACHED [2021-11-17T22:10:45.180Z] [2021-11-17T22:10:45.180Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-11-17T22:10:45.180Z] #18 sha256:c39c76242e80f7c7af775563d13759a41bedf68ce456358eeb70fd635e848fa0 [2021-11-17T22:10:45.180Z] #18 CACHED [2021-11-17T22:10:45.180Z] [2021-11-17T22:10:45.180Z] #27 [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 [2021-11-17T22:10:45.180Z] #27 sha256:8e14252d95f59141c0f86364d4ba7bcb998e74dacce9c62a1e6b3d099b9829ae [2021-11-17T22:10:45.180Z] #27 CACHED [2021-11-17T22:10:45.180Z] [2021-11-17T22:10:45.180Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-11-17T22:10:45.180Z] #16 sha256:04ae1288de65841634c0124bcaa98d14279f91fc3c74c2dafbc5543ad627ef80 [2021-11-17T22:10:45.180Z] #16 CACHED [2021-11-17T22:10:45.180Z] [2021-11-17T22:10:45.180Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-11-17T22:10:45.180Z] #33 sha256:6f3bde08496c1549cd45b76d23c106f28658a6d009658c53f6860884e159a6df [2021-11-17T22:10:45.180Z] #33 CACHED [2021-11-17T22:10:45.180Z] [2021-11-17T22:10:45.180Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-11-17T22:10:45.180Z] #35 sha256:c604b2f698755a23ea49a525bd1cd2a9ba7a6823c6c781d3335920e703afc229 [2021-11-17T22:10:45.180Z] #35 DONE 0.2s [2021-11-17T22:10:45.180Z] [2021-11-17T22:10:45.180Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-11-17T22:10:45.180Z] #38 sha256:fa22597cdf219f2151446db4068c879270b7330b9dfb55a604c389d1777a7887 [2021-11-17T22:10:45.180Z] #38 DONE 0.2s [2021-11-17T22:10:45.180Z] [2021-11-17T22:10:45.180Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-11-17T22:10:45.180Z] #41 sha256:e4dc087b3ec8d4de674d1a67cee8d716318ce7d3bc8c05f5620b91c34f9454a2 [2021-11-17T22:10:45.429Z] #49 34.66 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-11-17T22:10:45.429Z] #49 34.66 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-11-17T22:10:45.690Z] #49 34.70 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-11-17T22:10:45.690Z] #49 34.86 go: downloading github.com/ultraware/funlen v0.0.2 [2021-11-17T22:10:45.690Z] #49 34.94 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-11-17T22:10:45.952Z] #49 34.97 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-11-17T22:10:45.952Z] #49 35.06 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-11-17T22:10:46.113Z] #41 DONE 1.3s [2021-11-17T22:10:46.113Z] [2021-11-17T22:10:46.113Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-11-17T22:10:46.113Z] #44 sha256:19a33b0fcd0e01d8187193bbd928053fb374438e7c9f009473c35f080811185a [2021-11-17T22:10:46.213Z] #49 ... [2021-11-17T22:10:46.213Z] [2021-11-17T22:10:46.213Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:10:46.213Z] #51 sha256:fbd2f2f70ba2194f42010d82aab047289a2523ebbd28824baf2e7616b62b0112 [2021-11-17T22:10:46.213Z] #51 25.18 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-11-17T22:10:46.213Z] #51 30.27 github.com/pkg/diff [2021-11-17T22:10:46.213Z] #51 30.33 golang.org/x/sys/unix [2021-11-17T22:10:46.213Z] #51 32.95 mvdan.cc/editorconfig [2021-11-17T22:10:46.213Z] #51 34.86 mvdan.cc/sh/v3/fileutil [2021-11-17T22:10:46.213Z] #51 35.20 mvdan.cc/sh/v3/syntax [2021-11-17T22:10:46.676Z] #44 DONE 0.4s [2021-11-17T22:10:46.676Z] [2021-11-17T22:10:46.676Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-11-17T22:10:46.676Z] #46 sha256:701d6de8e0f687cbd069be97fb3b1141560296958c86232bb75e751b98e259c1 [2021-11-17T22:10:46.932Z] #46 ... [2021-11-17T22:10:46.932Z] [2021-11-17T22:10:46.932Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:10:46.932Z] #51 sha256:43babebd5d8b1ef569c30d6f7109554841e9f9568c4eec0cafddccb08ef5d809 [2021-11-17T22:10:46.932Z] #51 23.16 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-11-17T22:10:46.932Z] #51 23.20 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-11-17T22:10:46.932Z] #51 23.30 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-11-17T22:10:46.932Z] #51 25.70 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-11-17T22:10:46.932Z] #51 30.22 golang.org/x/sys/unix [2021-11-17T22:10:46.932Z] #51 30.24 github.com/pkg/diff [2021-11-17T22:10:46.932Z] #51 32.46 mvdan.cc/editorconfig [2021-11-17T22:10:46.947Z] #49 ... [2021-11-17T22:10:46.947Z] [2021-11-17T22:10:46.947Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:10:46.947Z] #51 sha256:a7fc96d6027d62be5517d126eec72a3ccb72d1e0e12893f2d00052bb057ce82e [2021-11-17T22:10:46.947Z] #51 47.21 mvdan.cc/sh/v3/cmd/shfmt [2021-11-17T22:10:46.947Z] #51 DONE 50.1s [2021-11-17T22:10:46.947Z] [2021-11-17T22:10:46.947Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-11-17T22:10:46.947Z] #53 sha256:740333f2de60965ed2b6a7a04a7c652df6b2c93abdd758177131ec748926bb87 [2021-11-17T22:10:46.947Z] #53 49.80 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-11-17T22:10:47.157Z] #51 ... [2021-11-17T22:10:47.157Z] [2021-11-17T22:10:47.157Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:10:47.157Z] #49 sha256:1f1aea5242e74b419815a8c5ffcfca7d9fd6ae6b1423099a9f4e235ead9ad106 [2021-11-17T22:10:47.157Z] #49 36.17 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-11-17T22:10:47.157Z] #49 36.17 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-11-17T22:10:47.157Z] #49 36.33 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-11-17T22:10:47.157Z] #49 36.40 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-11-17T22:10:47.188Z] #51 ... [2021-11-17T22:10:47.189Z] [2021-11-17T22:10:47.189Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-11-17T22:10:47.189Z] #46 sha256:701d6de8e0f687cbd069be97fb3b1141560296958c86232bb75e751b98e259c1 [2021-11-17T22:10:47.189Z] #46 DONE 0.5s [2021-11-17T22:10:47.189Z] [2021-11-17T22:10:47.189Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-11-17T22:10:47.189Z] #67 sha256:644d90c962bbdc0ab36fe89e222eb4f9932515c65c0323b5a19cf3e0094dfa95 [2021-11-17T22:10:47.189Z] #67 DONE 33.4s [2021-11-17T22:10:47.189Z] [2021-11-17T22:10:47.189Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:10:47.189Z] #49 sha256:08d4d267dbbb0e826f5aa644c3cc52c7858167ceacaf6b5e8d5b4ae7bc9e6a0c [2021-11-17T22:10:47.189Z] #49 23.33 go: downloading github.com/fatih/color v1.7.0 [2021-11-17T22:10:47.189Z] #49 23.36 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-11-17T22:10:47.189Z] #49 23.46 go: downloading github.com/pkg/errors v0.8.1 [2021-11-17T22:10:47.189Z] #49 23.51 go: downloading github.com/spf13/cobra v0.0.5 [2021-11-17T22:10:47.189Z] #49 23.51 go: downloading github.com/spf13/pflag v1.0.5 [2021-11-17T22:10:47.189Z] #49 23.88 go: downloading github.com/spf13/viper v1.6.1 [2021-11-17T22:10:47.189Z] #49 24.30 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-11-17T22:10:47.189Z] #49 24.30 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-11-17T22:10:47.189Z] #49 24.42 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-11-17T22:10:47.189Z] #49 24.45 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-11-17T22:10:47.189Z] #49 25.54 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-11-17T22:10:47.189Z] #49 25.82 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-11-17T22:10:47.189Z] #49 30.10 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-11-17T22:10:47.189Z] #49 30.11 go: downloading github.com/stretchr/testify v1.4.0 [2021-11-17T22:10:47.189Z] #49 30.53 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-11-17T22:10:47.189Z] #49 30.64 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-11-17T22:10:47.189Z] #49 30.65 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-11-17T22:10:47.189Z] #49 30.70 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-11-17T22:10:47.189Z] #49 31.19 go: downloading github.com/magiconair/properties v1.8.1 [2021-11-17T22:10:47.189Z] #49 31.19 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-11-17T22:10:47.189Z] #49 31.28 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-11-17T22:10:47.189Z] #49 31.35 go: downloading github.com/spf13/afero v1.1.2 [2021-11-17T22:10:47.189Z] #49 31.59 go: downloading github.com/spf13/cast v1.3.0 [2021-11-17T22:10:47.189Z] #49 31.59 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-11-17T22:10:47.189Z] #49 31.68 go: downloading github.com/subosito/gotenv v1.2.0 [2021-11-17T22:10:47.189Z] #49 31.69 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-11-17T22:10:47.189Z] #49 31.78 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-11-17T22:10:47.189Z] #49 32.34 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-11-17T22:10:47.189Z] #49 32.55 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-11-17T22:10:47.189Z] #49 32.63 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-11-17T22:10:47.189Z] #49 32.82 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-11-17T22:10:47.189Z] #49 32.86 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-11-17T22:10:47.189Z] #49 32.90 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-11-17T22:10:47.189Z] #49 33.16 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-11-17T22:10:47.189Z] #49 33.29 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-11-17T22:10:47.189Z] #49 33.38 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-11-17T22:10:47.189Z] #49 33.47 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-11-17T22:10:47.418Z] #49 36.55 go: downloading github.com/stretchr/objx v0.2.0 [2021-11-17T22:10:47.445Z] #49 33.63 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-11-17T22:10:47.445Z] #49 33.71 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-11-17T22:10:47.678Z] #49 36.58 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-11-17T22:10:47.678Z] #49 36.73 go: downloading golang.org/x/text v0.3.2 [2021-11-17T22:10:47.701Z] #49 33.86 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-11-17T22:10:47.957Z] #49 34.04 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-11-17T22:10:47.957Z] #49 ... [2021-11-17T22:10:47.957Z] [2021-11-17T22:10:47.957Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:10:47.957Z] #51 sha256:43babebd5d8b1ef569c30d6f7109554841e9f9568c4eec0cafddccb08ef5d809 [2021-11-17T22:10:47.957Z] #51 34.11 mvdan.cc/sh/v3/fileutil [2021-11-17T22:10:48.213Z] #51 34.37 mvdan.cc/sh/v3/syntax [2021-11-17T22:10:48.621Z] #49 ... [2021-11-17T22:10:48.621Z] [2021-11-17T22:10:48.621Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-11-17T22:10:48.621Z] #67 sha256:6aa0d8f430bc8a9773b946b809602933f2bdeca6af0ea1cda75c0d13224ed03e [2021-11-17T22:10:48.621Z] #67 30.86 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-11-17T22:10:48.621Z] #67 DONE 37.6s [2021-11-17T22:10:48.621Z] [2021-11-17T22:10:48.621Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:10:48.621Z] #51 sha256:fbd2f2f70ba2194f42010d82aab047289a2523ebbd28824baf2e7616b62b0112 [2021-11-17T22:10:50.236Z] #53 53.40 + mkdir -p /build [2021-11-17T22:10:50.236Z] #53 53.40 + cp runc /build/runc [2021-11-17T22:10:50.495Z] #53 DONE 53.6s [2021-11-17T22:10:50.495Z] [2021-11-17T22:10:50.495Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-11-17T22:10:50.495Z] #47 sha256:2d48f47207da5c07bbe5a72ee81525627467a7758b22240cbd9c9a7a3bf7d38f [2021-11-17T22:10:52.386Z] #51 ... [2021-11-17T22:10:52.387Z] [2021-11-17T22:10:52.387Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-11-17T22:10:52.387Z] #58 sha256:a25fc16f9dec3364ef6839e4b0df72f05c19071bc0551393afd7fc955f053a2d [2021-11-17T22:10:52.387Z] #58 28.44 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-11-17T22:10:52.387Z] #58 ... [2021-11-17T22:10:52.387Z] [2021-11-17T22:10:52.387Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-11-17T22:10:52.387Z] #53 sha256:f9b6add0bfffde6d38bc3da3985d290e8bae9d9112a5be95fd0a976c3e5aba1f [2021-11-17T22:10:52.387Z] #53 28.66 Checking out files: 84% (1012/1196) Checking out files: 85% (1017/1196) Checking out files: 86% (1029/1196) Checking out files: 87% (1041/1196) Checking out files: 88% (1053/1196) Checking out files: 89% (1065/1196) Checking out files: 90% (1077/1196) Checking out files: 91% (1089/1196) Checking out files: 92% (1101/1196) Checking out files: 93% (1113/1196) Checking out files: 94% (1125/1196) Checking out files: 95% (1137/1196) Checking out files: 96% (1149/1196) Checking out files: 97% (1161/1196) Checking out files: 98% (1173/1196) Checking out files: 99% (1185/1196) Checking out files: 100% (1196/1196) Checking out files: 100% (1196/1196), done. [2021-11-17T22:10:52.387Z] #53 28.92 + cd /tmp/tmp.EJstmHF1dE/src/github.com/opencontainers/runc [2021-11-17T22:10:52.387Z] #53 28.92 + git checkout -q 52b36a2dd837e8462de8e01458bf02cf9eea47dd [2021-11-17T22:10:52.387Z] #53 30.25 + '[' -z '' ']' [2021-11-17T22:10:52.387Z] #53 30.25 + target=static [2021-11-17T22:10:52.387Z] #53 30.25 + make 'BUILDTAGS=seccomp ' static [2021-11-17T22:10:52.387Z] #53 31.00 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o runc . [2021-11-17T22:10:52.644Z] #53 ... [2021-11-17T22:10:52.644Z] [2021-11-17T22:10:52.644Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:10:52.644Z] #49 sha256:08d4d267dbbb0e826f5aa644c3cc52c7858167ceacaf6b5e8d5b4ae7bc9e6a0c [2021-11-17T22:10:52.644Z] #49 34.45 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-11-17T22:10:52.644Z] #49 34.56 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-11-17T22:10:52.644Z] #49 34.59 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-11-17T22:10:52.644Z] #49 34.83 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-11-17T22:10:52.644Z] #49 34.88 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-11-17T22:10:52.644Z] #49 35.07 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-11-17T22:10:52.644Z] #49 35.12 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-11-17T22:10:52.644Z] #49 35.53 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-11-17T22:10:52.644Z] #49 35.56 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-11-17T22:10:52.644Z] #49 35.59 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-11-17T22:10:52.644Z] #49 35.63 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-11-17T22:10:52.644Z] #49 35.70 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-11-17T22:10:52.644Z] #49 35.76 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-11-17T22:10:52.644Z] #49 36.06 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-11-17T22:10:52.644Z] #49 36.33 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-11-17T22:10:52.644Z] #49 36.38 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-11-17T22:10:52.644Z] #49 36.50 go: downloading github.com/ultraware/funlen v0.0.2 [2021-11-17T22:10:52.644Z] #49 36.53 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-11-17T22:10:52.644Z] #49 36.55 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-11-17T22:10:52.644Z] #49 36.92 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-11-17T22:10:52.644Z] #49 37.83 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-11-17T22:10:52.644Z] #49 37.83 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-11-17T22:10:52.644Z] #49 37.93 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-11-17T22:10:52.644Z] #49 37.95 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-11-17T22:10:52.644Z] #49 38.01 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-11-17T22:10:52.644Z] #49 38.10 go: downloading github.com/stretchr/objx v0.2.0 [2021-11-17T22:10:52.644Z] #49 38.29 go: downloading golang.org/x/text v0.3.2 [2021-11-17T22:10:52.830Z] #51 41.79 golang.org/x/crypto/ssh/terminal [2021-11-17T22:10:53.771Z] ---> 93a19a93fb63 [2021-11-17T22:10:54.245Z] Successfully built 93a19a93fb63 [2021-11-17T22:10:54.245Z] Successfully tagged docker:latest [2021-11-17T22:10:54.245Z] INFO: Image build ended at 11/17/2021 22:10:53. Duration:00:00:26.4351645 [2021-11-17T22:10:54.245Z] [2021-11-17T22:10:54.245Z] [2021-11-17T22:10:54.245Z] INFO: Building the test binaries at 11/17/2021 22:10:53... [2021-11-17T22:10:54.685Z] #47 DONE 57.5s [2021-11-17T22:10:54.685Z] [2021-11-17T22:10:54.685Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-11-17T22:10:54.685Z] #56 sha256:ade19b65532c1457324d9c65c8af5cfe4f4e3330328c1cdf82d3819eac89e69b [2021-11-17T22:10:55.957Z] #49 ... [2021-11-17T22:10:55.958Z] [2021-11-17T22:10:55.958Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:10:55.958Z] #51 sha256:43babebd5d8b1ef569c30d6f7109554841e9f9568c4eec0cafddccb08ef5d809 [2021-11-17T22:10:55.958Z] #51 41.80 golang.org/x/crypto/ssh/terminal [2021-11-17T22:10:58.025Z] #56 60.36 Checking out files: 72% (3416/4693) Checking out files: 73% (3426/4693) Checking out files: 74% (3473/4693) Checking out files: 75% (3520/4693) Checking out files: 76% (3567/4693) Checking out files: 77% (3614/4693) Checking out files: 78% (3661/4693) Checking out files: 79% (3708/4693) Checking out files: 80% (3755/4693) Checking out files: 81% (3802/4693) Checking out files: 82% (3849/4693) Checking out files: 83% (3896/4693) Checking out files: 84% (3943/4693) Checking out files: 85% (3990/4693) Checking out files: 86% (4036/4693) Checking out files: 87% (4083/4693) Checking out files: 88% (4130/4693) Checking out files: 89% (4177/4693) Checking out files: 90% (4224/4693) Checking out files: 91% (4271/4693) Checking out files: 92% (4318/4693) Checking out files: 93% (4365/4693) Checking out files: 94% (4412/4693) Checking out files: 95% (4459/4693) Checking out files: 96% (4506/4693) Checking out files: 97% (4553/4693) Checking out files: 98% (4600/4693) Checking out files: 99% (4647/4693) #56 ... [2021-11-17T22:10:58.025Z] [2021-11-17T22:10:58.025Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-11-17T22:10:58.025Z] #48 sha256:0e64c3e46b6e9bc0e685abca4ea9884534e51a4df953cb0afda281fe8da917f3 [2021-11-17T22:10:58.025Z] #48 DONE 0.1s [2021-11-17T22:10:58.025Z] [2021-11-17T22:10:58.025Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-11-17T22:10:58.025Z] #56 sha256:ade19b65532c1457324d9c65c8af5cfe4f4e3330328c1cdf82d3819eac89e69b [2021-11-17T22:10:58.025Z] #56 60.36 Checking out files: 72% (3416/4693) Checking out files: 73% (3426/4693) Checking out files: 74% (3473/4693) Checking out files: 75% (3520/4693) Checking out files: 76% (3567/4693) Checking out files: 77% (3614/4693) Checking out files: 78% (3661/4693) Checking out files: 79% (3708/4693) Checking out files: 80% (3755/4693) Checking out files: 81% (3802/4693) Checking out files: 82% (3849/4693) Checking out files: 83% (3896/4693) Checking out files: 84% (3943/4693) Checking out files: 85% (3990/4693) Checking out files: 86% (4036/4693) Checking out files: 87% (4083/4693) Checking out files: 88% (4130/4693) Checking out files: 89% (4177/4693) Checking out files: 90% (4224/4693) Checking out files: 91% (4271/4693) Checking out files: 92% (4318/4693) Checking out files: 93% (4365/4693) Checking out files: 94% (4412/4693) Checking out files: 95% (4459/4693) Checking out files: 96% (4506/4693) Checking out files: 97% (4553/4693) Checking out files: 98% (4600/4693) Checking out files: 99% (4647/4693) Checking out files: 100% (4693/4693) Checking out files: 100% (4693/4693), done. [2021-11-17T22:10:58.025Z] #56 61.01 + cd /tmp/tmp.Watc0IHcs9/src/github.com/containerd/containerd [2021-11-17T22:10:58.025Z] #56 61.01 + git checkout -q 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2021-11-17T22:10:58.151Z] #51 ... [2021-11-17T22:10:58.151Z] [2021-11-17T22:10:58.151Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:10:58.151Z] #49 sha256:1f1aea5242e74b419815a8c5ffcfca7d9fd6ae6b1423099a9f4e235ead9ad106 [2021-11-17T22:10:58.151Z] #49 43.87 go: downloading github.com/gobwas/glob v0.2.3 [2021-11-17T22:10:58.151Z] #49 43.89 go: downloading github.com/kisielk/gotool v1.0.0 [2021-11-17T22:10:58.151Z] #49 43.97 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-11-17T22:10:58.151Z] #49 44.09 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-11-17T22:10:58.151Z] #49 44.09 go: downloading github.com/gogo/protobuf v1.2.1 [2021-11-17T22:10:58.151Z] #49 45.65 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-11-17T22:10:58.151Z] #49 45.98 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-11-17T22:10:58.151Z] #49 46.24 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-11-17T22:10:59.014Z] INFO: make.ps1 starting at 11/17/2021 22:10:58 [2021-11-17T22:10:59.399Z] #56 62.29 + export 'BUILDTAGS=netgo osusergo static_build' [2021-11-17T22:10:59.399Z] #56 62.29 + BUILDTAGS='netgo osusergo static_build' [2021-11-17T22:10:59.399Z] #56 62.29 + export EXTRA_FLAGS=-buildmode=pie [2021-11-17T22:10:59.399Z] #56 62.29 + EXTRA_FLAGS=-buildmode=pie [2021-11-17T22:10:59.399Z] #56 62.29 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-11-17T22:10:59.399Z] #56 62.29 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-11-17T22:10:59.399Z] #56 62.29 + '[' '' = dynamic ']' [2021-11-17T22:10:59.399Z] #56 62.29 + make [2021-11-17T22:10:59.484Z] INFO: Git commit (b7f3546cf1) assumed from DOCKER_GITCOMMIT environment variable [2021-11-17T22:10:59.484Z] INFO: Invoking autogen... [2021-11-17T22:10:59.657Z] #56 62.75 + bin/ctr [2021-11-17T22:10:59.954Z] INFO: Building daemon... [2021-11-17T22:11:01.208Z] #51 ... [2021-11-17T22:11:01.208Z] [2021-11-17T22:11:01.208Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:11:01.208Z] #49 sha256:08d4d267dbbb0e826f5aa644c3cc52c7858167ceacaf6b5e8d5b4ae7bc9e6a0c [2021-11-17T22:11:01.208Z] #49 44.68 go: downloading github.com/gobwas/glob v0.2.3 [2021-11-17T22:11:01.208Z] #49 44.69 go: downloading github.com/kisielk/gotool v1.0.0 [2021-11-17T22:11:01.209Z] #49 44.75 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-11-17T22:11:01.209Z] #49 44.81 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-11-17T22:11:01.209Z] #49 44.91 go: downloading github.com/gogo/protobuf v1.2.1 [2021-11-17T22:11:01.209Z] #49 46.18 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-11-17T22:11:01.209Z] #49 46.45 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-11-17T22:11:01.209Z] #49 46.75 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-11-17T22:11:01.455Z] #49 ... [2021-11-17T22:11:01.455Z] [2021-11-17T22:11:01.455Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-11-17T22:11:01.455Z] #53 sha256:f6ab332b92dd91e43eebe38519680860258caace7ec9267b86b61c67600601b0 [2021-11-17T22:11:01.455Z] #53 44.69 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-11-17T22:11:01.455Z] #53 49.40 + mkdir -p /build [2021-11-17T22:11:01.455Z] #53 49.40 + cp runc /build/runc [2021-11-17T22:11:01.455Z] #53 DONE 49.9s [2021-11-17T22:11:01.455Z] [2021-11-17T22:11:01.455Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:11:01.455Z] #51 sha256:fbd2f2f70ba2194f42010d82aab047289a2523ebbd28824baf2e7616b62b0112 [2021-11-17T22:11:01.455Z] #51 47.88 mvdan.cc/sh/v3/cmd/shfmt [2021-11-17T22:11:01.455Z] #51 DONE 50.6s [2021-11-17T22:11:01.455Z] [2021-11-17T22:11:01.455Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:11:01.455Z] #49 sha256:1f1aea5242e74b419815a8c5ffcfca7d9fd6ae6b1423099a9f4e235ead9ad106 [2021-11-17T22:11:02.508Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-03761074871a3ead5) in /home/ubuntu/workspace/moby_PR-43024 [Pipeline] { [Pipeline] checkout [2021-11-17T22:11:02.705Z] The recommended git tool is: git [2021-11-17T22:11:05.415Z] #49 ... [2021-11-17T22:11:05.416Z] [2021-11-17T22:11:05.416Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:11:05.416Z] #51 sha256:43babebd5d8b1ef569c30d6f7109554841e9f9568c4eec0cafddccb08ef5d809 [2021-11-17T22:11:05.416Z] #51 47.55 mvdan.cc/sh/v3/cmd/shfmt [2021-11-17T22:11:05.416Z] #51 DONE 51.0s [2021-11-17T22:11:05.416Z] [2021-11-17T22:11:05.416Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-11-17T22:11:05.416Z] #53 sha256:f9b6add0bfffde6d38bc3da3985d290e8bae9d9112a5be95fd0a976c3e5aba1f [2021-11-17T22:11:05.416Z] #53 50.26 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-11-17T22:11:06.106Z] using credential docker-jenkins-github-credentials [2021-11-17T22:11:06.116Z] Cloning the remote Git repository [2021-11-17T22:11:06.116Z] Cloning with configured refspecs honoured and without tags [2021-11-17T22:11:06.216Z] #56 ... [2021-11-17T22:11:06.216Z] [2021-11-17T22:11:06.216Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-11-17T22:11:06.216Z] #58 sha256:3d59b64bea57c9b9a1f401455d8e103188bb3b6cef393ee22a9dc8069c0d0878 [2021-11-17T22:11:06.216Z] #58 66.48 + for f in rootlesskit rootlesskit-docker-proxy [2021-11-17T22:11:06.216Z] #58 66.48 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-11-17T22:11:06.216Z] #58 DONE 68.7s [2021-11-17T22:11:06.216Z] [2021-11-17T22:11:06.216Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-11-17T22:11:06.216Z] #59 sha256:500f78874da67897ef4842741f5e51e71322ac294e20b6e3f66c9180f1cf7844 [2021-11-17T22:11:06.216Z] #59 DONE 0.1s [2021-11-17T22:11:06.216Z] [2021-11-17T22:11:06.216Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-11-17T22:11:06.216Z] #60 sha256:228329fc835056b16c58031eb03c42b4f0096f39da0a8c7871be3fc08e338971 [2021-11-17T22:11:06.216Z] #60 DONE 0.1s [2021-11-17T22:11:06.216Z] [2021-11-17T22:11:06.216Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-11-17T22:11:06.216Z] #56 sha256:ade19b65532c1457324d9c65c8af5cfe4f4e3330328c1cdf82d3819eac89e69b [2021-11-17T22:11:06.133Z] Cloning repository https://github.com/moby/moby.git [2021-11-17T22:11:06.225Z] > git init /home/ubuntu/workspace/moby_PR-43024 # timeout=10 [2021-11-17T22:11:06.537Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-17T22:11:06.537Z] > git --version # timeout=10 [2021-11-17T22:11:06.590Z] > git --version # 'git version 2.25.1' [2021-11-17T22:11:06.590Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-17T22:11:06.592Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43024/head:refs/remotes/origin/PR-43024 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-11-17T22:11:07.337Z] #53 53.32 + mkdir -p /build [2021-11-17T22:11:07.337Z] #53 53.32 + cp runc /build/runc [2021-11-17T22:11:07.337Z] #53 DONE 53.5s [2021-11-17T22:11:07.337Z] [2021-11-17T22:11:07.337Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:11:07.337Z] #49 sha256:08d4d267dbbb0e826f5aa644c3cc52c7858167ceacaf6b5e8d5b4ae7bc9e6a0c [2021-11-17T22:11:08.045Z] #49 ... [2021-11-17T22:11:08.046Z] [2021-11-17T22:11:08.046Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-11-17T22:11:08.046Z] #47 sha256:d09283ecc390305f46d5328b30bb644981ba0ac56df046296cac2f9f81eff6a8 [2021-11-17T22:11:08.046Z] #47 DONE 57.1s [2021-11-17T22:11:08.046Z] [2021-11-17T22:11:08.046Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:11:08.046Z] #49 sha256:1f1aea5242e74b419815a8c5ffcfca7d9fd6ae6b1423099a9f4e235ead9ad106 [2021-11-17T22:11:08.117Z] #56 ... [2021-11-17T22:11:08.117Z] [2021-11-17T22:11:08.117Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-11-17T22:11:08.117Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-11-17T22:11:08.117Z] #63 CACHED [2021-11-17T22:11:08.117Z] [2021-11-17T22:11:08.117Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-11-17T22:11:08.117Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-11-17T22:11:08.117Z] #65 CACHED [2021-11-17T22:11:08.375Z] [2021-11-17T22:11:08.375Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-11-17T22:11:08.375Z] #56 sha256:ade19b65532c1457324d9c65c8af5cfe4f4e3330328c1cdf82d3819eac89e69b [2021-11-17T22:11:09.964Z] #49 ... [2021-11-17T22:11:09.964Z] [2021-11-17T22:11:09.964Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-11-17T22:11:09.964Z] #48 sha256:3183007e06f342113bcbcef2b303620ce769c61070dfeacb329e9b497cd82e63 [2021-11-17T22:11:09.964Z] #48 DONE 0.1s [2021-11-17T22:11:09.964Z] [2021-11-17T22:11:09.964Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:11:09.964Z] #49 sha256:1f1aea5242e74b419815a8c5ffcfca7d9fd6ae6b1423099a9f4e235ead9ad106 [2021-11-17T22:11:11.351Z] #49 ... [2021-11-17T22:11:11.351Z] [2021-11-17T22:11:11.351Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-11-17T22:11:11.351Z] #56 sha256:958f013d8045b62ee11cf9bd20e09d814eafe437221ab2a4b34f8d609f9a04e9 [2021-11-17T22:11:11.503Z] #49 ... [2021-11-17T22:11:11.503Z] [2021-11-17T22:11:11.503Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-11-17T22:11:11.503Z] #47 sha256:33e06dc33b105c25ef9c706f514761a5480bebd5a9449f4140fe05cfb76a55ea [2021-11-17T22:11:11.503Z] #47 DONE 57.7s [2021-11-17T22:11:11.612Z] #56 60.24 Checking out files: 72% (3402/4693) Checking out files: 73% (3426/4693) Checking out files: 74% (3473/4693) Checking out files: 75% (3520/4693) Checking out files: 76% (3567/4693) Checking out files: 77% (3614/4693) Checking out files: 78% (3661/4693) Checking out files: 79% (3708/4693) Checking out files: 80% (3755/4693) Checking out files: 81% (3802/4693) Checking out files: 82% (3849/4693) Checking out files: 83% (3896/4693) Checking out files: 84% (3943/4693) Checking out files: 85% (3990/4693) Checking out files: 86% (4036/4693) Checking out files: 87% (4083/4693) Checking out files: 88% (4130/4693) Checking out files: 89% (4177/4693) Checking out files: 90% (4224/4693) Checking out files: 91% (4271/4693) Checking out files: 92% (4318/4693) Checking out files: 93% (4365/4693) Checking out files: 94% (4412/4693) Checking out files: 95% (4459/4693) Checking out files: 96% (4506/4693) Checking out files: 97% (4553/4693) Checking out files: 98% (4600/4693) Checking out files: 99% (4647/4693) Checking out files: 100% (4693/4693) Checking out files: 100% (4693/4693), done. [2021-11-17T22:11:11.612Z] #56 60.65 + cd /tmp/tmp.9IHABmNINb/src/github.com/containerd/containerd [2021-11-17T22:11:11.612Z] #56 60.65 + git checkout -q 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2021-11-17T22:11:11.758Z] [2021-11-17T22:11:11.758Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:11:11.758Z] #49 sha256:08d4d267dbbb0e826f5aa644c3cc52c7858167ceacaf6b5e8d5b4ae7bc9e6a0c [2021-11-17T22:11:12.555Z] #56 61.64 + export 'BUILDTAGS=netgo osusergo static_build' [2021-11-17T22:11:12.555Z] #56 61.64 + BUILDTAGS='netgo osusergo static_build' [2021-11-17T22:11:12.555Z] #56 61.64 + export EXTRA_FLAGS=-buildmode=pie [2021-11-17T22:11:12.555Z] #56 61.64 + EXTRA_FLAGS=-buildmode=pie [2021-11-17T22:11:12.555Z] #56 61.64 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-11-17T22:11:12.555Z] #56 61.64 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-11-17T22:11:12.555Z] #56 61.64 + '[' '' = dynamic ']' [2021-11-17T22:11:12.555Z] #56 61.64 + make [2021-11-17T22:11:13.499Z] #56 62.41 + bin/ctr [2021-11-17T22:11:13.648Z] #49 ... [2021-11-17T22:11:13.648Z] [2021-11-17T22:11:13.648Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-11-17T22:11:13.648Z] #48 sha256:e0b7384fb12f422ce8fb9c3406babffa5fbdb0a11de748a9c1e792852c2fe3d9 [2021-11-17T22:11:13.904Z] #48 DONE 0.4s [2021-11-17T22:11:13.904Z] [2021-11-17T22:11:13.904Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-11-17T22:11:13.904Z] #56 sha256:20f1690be27ebaa00d82e2b8e7559c4a84bfde7dd9ce9e4d83351d880bf1eb31 [2021-11-17T22:11:15.020Z] #56 60.82 Checking out files: 78% (3702/4693) Checking out files: 79% (3708/4693) Checking out files: 80% (3755/4693) Checking out files: 81% (3802/4693) Checking out files: 82% (3849/4693) Checking out files: 83% (3896/4693) Checking out files: 84% (3943/4693) Checking out files: 85% (3990/4693) Checking out files: 86% (4036/4693) Checking out files: 87% (4083/4693) Checking out files: 88% (4130/4693) Checking out files: 89% (4177/4693) Checking out files: 90% (4224/4693) Checking out files: 91% (4271/4693) Checking out files: 92% (4318/4693) Checking out files: 93% (4365/4693) Checking out files: 94% (4412/4693) Checking out files: 95% (4459/4693) Checking out files: 96% (4506/4693) Checking out files: 97% (4553/4693) Checking out files: 98% (4600/4693) Checking out files: 99% (4647/4693) Checking out files: 100% (4693/4693) Checking out files: 100% (4693/4693), done. [2021-11-17T22:11:15.020Z] #56 61.26 + cd /tmp/tmp.QIRmoeARR0/src/github.com/containerd/containerd [2021-11-17T22:11:15.020Z] #56 61.26 + git checkout -q 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2021-11-17T22:11:16.430Z] #56 62.55 + export 'BUILDTAGS=netgo osusergo static_build' [2021-11-17T22:11:16.430Z] #56 62.55 + BUILDTAGS='netgo osusergo static_build' [2021-11-17T22:11:16.430Z] #56 62.55 + export EXTRA_FLAGS=-buildmode=pie [2021-11-17T22:11:16.430Z] #56 62.55 + EXTRA_FLAGS=-buildmode=pie [2021-11-17T22:11:16.430Z] #56 62.55 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-11-17T22:11:16.430Z] #56 62.55 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-11-17T22:11:16.430Z] #56 62.55 + '[' '' = dynamic ']' [2021-11-17T22:11:16.430Z] #56 62.55 + make [2021-11-17T22:11:17.402Z] #56 63.29 + bin/ctr [2021-11-17T22:11:17.710Z] #56 ... [2021-11-17T22:11:17.710Z] [2021-11-17T22:11:17.710Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-11-17T22:11:17.710Z] #58 sha256:9df2ee7fd49164a17b078c13bb98f966ea1e9bf9064fc9ef81b92231857c6282 [2021-11-17T22:11:17.710Z] #58 66.13 + for f in rootlesskit rootlesskit-docker-proxy [2021-11-17T22:11:17.710Z] #58 66.13 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-11-17T22:11:19.091Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-018ef68fe2f7d8ac8) in /home/ubuntu/workspace/moby_PR-43024 [Pipeline] { [Pipeline] checkout [2021-11-17T22:11:19.230Z] The recommended git tool is: git [2021-11-17T22:11:19.629Z] #58 DONE 68.7s [2021-11-17T22:11:19.629Z] [2021-11-17T22:11:19.629Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-11-17T22:11:19.629Z] #59 sha256:0568f0c127448c84c828551b0993c8df7ea6de68fe0dbf0e8bd416f5ed8d112a [2021-11-17T22:11:19.629Z] #59 DONE 0.1s [2021-11-17T22:11:19.629Z] [2021-11-17T22:11:19.629Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-11-17T22:11:19.629Z] #60 sha256:4c120a3b6d58a00a43d57f1b426bfc97c1fb620e53a2a7d5a693f36f2338b43f [2021-11-17T22:11:19.896Z] #60 DONE 0.1s [2021-11-17T22:11:19.897Z] [2021-11-17T22:11:19.897Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:11:19.897Z] #49 sha256:1f1aea5242e74b419815a8c5ffcfca7d9fd6ae6b1423099a9f4e235ead9ad106 [2021-11-17T22:11:21.616Z] #56 ... [2021-11-17T22:11:21.617Z] [2021-11-17T22:11:21.617Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-11-17T22:11:21.617Z] #58 sha256:a25fc16f9dec3364ef6839e4b0df72f05c19071bc0551393afd7fc955f053a2d [2021-11-17T22:11:21.617Z] #58 65.25 + for f in rootlesskit rootlesskit-docker-proxy [2021-11-17T22:11:21.617Z] #58 65.25 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-11-17T22:11:21.617Z] #58 DONE 67.6s [2021-11-17T22:11:21.617Z] [2021-11-17T22:11:21.617Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-11-17T22:11:21.617Z] #59 sha256:d4d64ab8b86cb795474345b850da1bdfbf255b777538deda51b63376f692ad13 [2021-11-17T22:11:21.617Z] #59 DONE 0.1s [2021-11-17T22:11:21.617Z] [2021-11-17T22:11:21.617Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-11-17T22:11:21.617Z] #60 sha256:b8c3642f651943bed22f13bcb7d0ecfac24b37df11b498002e791e1f3b4a8081 [2021-11-17T22:11:21.617Z] #60 DONE 0.1s [2021-11-17T22:11:21.617Z] [2021-11-17T22:11:21.617Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:11:21.617Z] #49 sha256:08d4d267dbbb0e826f5aa644c3cc52c7858167ceacaf6b5e8d5b4ae7bc9e6a0c [2021-11-17T22:11:23.207Z] #49 ... [2021-11-17T22:11:23.207Z] [2021-11-17T22:11:23.207Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-11-17T22:11:23.207Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-11-17T22:11:23.207Z] #63 CACHED [2021-11-17T22:11:23.207Z] [2021-11-17T22:11:23.207Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-11-17T22:11:23.207Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-11-17T22:11:23.207Z] #65 CACHED [2021-11-17T22:11:23.207Z] [2021-11-17T22:11:23.207Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-11-17T22:11:23.207Z] #56 sha256:958f013d8045b62ee11cf9bd20e09d814eafe437221ab2a4b34f8d609f9a04e9 [2021-11-17T22:11:23.345Z] using credential docker-jenkins-github-credentials [2021-11-17T22:11:23.358Z] Cloning the remote Git repository [2021-11-17T22:11:23.358Z] Cloning with configured refspecs honoured and without tags [2021-11-17T22:11:23.400Z] Cloning repository https://github.com/moby/moby.git [2021-11-17T22:11:23.487Z] > git init /home/ubuntu/workspace/moby_PR-43024 # timeout=10 [2021-11-17T22:11:24.183Z] #49 ... [2021-11-17T22:11:24.183Z] [2021-11-17T22:11:24.183Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-11-17T22:11:24.183Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-11-17T22:11:24.183Z] #63 CACHED [2021-11-17T22:11:24.183Z] [2021-11-17T22:11:24.183Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-11-17T22:11:24.183Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-11-17T22:11:24.183Z] #65 CACHED [2021-11-17T22:11:24.183Z] [2021-11-17T22:11:24.183Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:11:24.183Z] #49 sha256:08d4d267dbbb0e826f5aa644c3cc52c7858167ceacaf6b5e8d5b4ae7bc9e6a0c [2021-11-17T22:11:24.288Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-17T22:11:24.288Z] > git --version # timeout=10 [2021-11-17T22:11:24.300Z] > git --version # 'git version 2.25.1' [2021-11-17T22:11:24.301Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-17T22:11:24.304Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43024/head:refs/remotes/origin/PR-43024 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-11-17T22:11:28.681Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-17T22:11:28.689Z] > git config --add remote.origin.fetch +refs/pull/43024/head:refs/remotes/origin/PR-43024 # timeout=10 [2021-11-17T22:11:28.759Z] Fetching without tags [2021-11-17T22:11:29.059Z] Merging remotes/origin/20.10 commit 11b3bfee6ce23624bec77c4e5b8af8860cb3088f into PR head commit d47de2a4c7f9638ab4db17ad8c4d149e771954b9 [2021-11-17T22:11:30.597Z] Merge succeeded, producing 208d218a26750d22a34e64466da3f645c8e2520a [2021-11-17T22:11:30.597Z] Checking out Revision 208d218a26750d22a34e64466da3f645c8e2520a (PR-43024) [2021-11-17T22:11:28.720Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-11-17T22:11:28.745Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-17T22:11:28.762Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-17T22:11:28.763Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-17T22:11:28.773Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43024/head:refs/remotes/origin/PR-43024 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-11-17T22:11:29.070Z] > git config core.sparsecheckout # timeout=10 [2021-11-17T22:11:29.080Z] > git checkout -f d47de2a4c7f9638ab4db17ad8c4d149e771954b9 # timeout=10 [2021-11-17T22:11:30.167Z] > git remote # timeout=10 [2021-11-17T22:11:30.206Z] > git config --get remote.origin.url # timeout=10 [2021-11-17T22:11:30.250Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-17T22:11:30.286Z] > git merge 11b3bfee6ce23624bec77c4e5b8af8860cb3088f # timeout=10 [2021-11-17T22:11:30.578Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-11-17T22:11:30.599Z] > git config core.sparsecheckout # timeout=10 [2021-11-17T22:11:30.619Z] > git checkout -f 208d218a26750d22a34e64466da3f645c8e2520a # timeout=10 [2021-11-17T22:11:34.722Z] Commit message: "Merge commit '11b3bfee6ce23624bec77c4e5b8af8860cb3088f' into HEAD" [2021-11-17T22:11:34.767Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-11-17T22:11:35.799Z] + docker version [2021-11-17T22:11:34.727Z] > git rev-list --no-walk 95afe6995795f592702d22ca98f2d2a72e720f1d # timeout=10 [2021-11-17T22:11:42.363Z] Client: Docker Engine - Community [2021-11-17T22:11:42.363Z] Version: 20.10.10-rc1 [2021-11-17T22:11:42.363Z] API version: 1.41 [2021-11-17T22:11:42.363Z] Go version: go1.16.9 [2021-11-17T22:11:42.363Z] Git commit: b485636 [2021-11-17T22:11:42.363Z] Built: Mon Oct 18 15:22:14 2021 [2021-11-17T22:11:42.363Z] OS/Arch: linux/amd64 [2021-11-17T22:11:42.363Z] Context: default [2021-11-17T22:11:42.363Z] Experimental: true [2021-11-17T22:11:42.363Z] [2021-11-17T22:11:42.363Z] Server: Docker Engine - Community [2021-11-17T22:11:42.363Z] Engine: [2021-11-17T22:11:42.363Z] Version: 20.10.10-rc1 [2021-11-17T22:11:42.363Z] API version: 1.41 (minimum version 1.12) [2021-11-17T22:11:42.363Z] Go version: go1.16.9 [2021-11-17T22:11:42.363Z] Git commit: 9f5b26f [2021-11-17T22:11:42.363Z] Built: Mon Oct 18 15:20:19 2021 [2021-11-17T22:11:42.363Z] OS/Arch: linux/amd64 [2021-11-17T22:11:42.363Z] Experimental: true [2021-11-17T22:11:42.363Z] containerd: [2021-11-17T22:11:42.363Z] Version: 1.4.11 [2021-11-17T22:11:42.363Z] GitCommit: 5b46e404f6b9f661a205e28d59c982d3634148f8 [2021-11-17T22:11:42.363Z] runc: [2021-11-17T22:11:42.363Z] Version: 1.0.2 [2021-11-17T22:11:42.363Z] GitCommit: v1.0.2-0-g52b36a2 [2021-11-17T22:11:42.363Z] docker-init: [2021-11-17T22:11:42.363Z] Version: 0.19.0 [2021-11-17T22:11:42.363Z] GitCommit: de40ad0 [Pipeline] sh [2021-11-17T22:11:42.685Z] + docker info [2021-11-17T22:11:43.593Z] Fetching without tags [2021-11-17T22:11:43.854Z] Merging remotes/origin/20.10 commit 11b3bfee6ce23624bec77c4e5b8af8860cb3088f into PR head commit d47de2a4c7f9638ab4db17ad8c4d149e771954b9 [2021-11-17T22:11:45.146Z] Merge succeeded, producing fd190abbe71c4f86043b23e39000b74bd533d5b3 [2021-11-17T22:11:45.147Z] Checking out Revision fd190abbe71c4f86043b23e39000b74bd533d5b3 (PR-43024) [2021-11-17T22:11:43.530Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-17T22:11:43.541Z] > git config --add remote.origin.fetch +refs/pull/43024/head:refs/remotes/origin/PR-43024 # timeout=10 [2021-11-17T22:11:43.556Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-11-17T22:11:43.575Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-17T22:11:43.595Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-17T22:11:43.595Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-17T22:11:43.596Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43024/head:refs/remotes/origin/PR-43024 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-11-17T22:11:43.859Z] > git config core.sparsecheckout # timeout=10 [2021-11-17T22:11:43.868Z] > git checkout -f d47de2a4c7f9638ab4db17ad8c4d149e771954b9 # timeout=10 [2021-11-17T22:11:44.586Z] > git remote # timeout=10 [2021-11-17T22:11:44.596Z] > git config --get remote.origin.url # timeout=10 [2021-11-17T22:11:44.602Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-17T22:11:44.603Z] > git merge 11b3bfee6ce23624bec77c4e5b8af8860cb3088f # timeout=10 [2021-11-17T22:11:45.137Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-11-17T22:11:45.149Z] > git config core.sparsecheckout # timeout=10 [2021-11-17T22:11:45.157Z] > git checkout -f fd190abbe71c4f86043b23e39000b74bd533d5b3 # timeout=10 [2021-11-17T22:11:47.086Z] #56 ... [2021-11-17T22:11:47.086Z] [2021-11-17T22:11:47.086Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:11:47.086Z] #49 sha256:ef5d8268b98c9e9877aaa3e3608d14bcbe81740f15d1e3e59c511daa802146a7 [2021-11-17T22:11:47.086Z] #49 106.6 + /build/golangci-lint --version [2021-11-17T22:11:47.086Z] #49 106.8 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-11-17T22:11:47.086Z] #49 DONE 107.3s [2021-11-17T22:11:47.086Z] [2021-11-17T22:11:47.086Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-11-17T22:11:47.086Z] #56 sha256:ade19b65532c1457324d9c65c8af5cfe4f4e3330328c1cdf82d3819eac89e69b [2021-11-17T22:11:47.086Z] #56 ... [2021-11-17T22:11:47.086Z] [2021-11-17T22:11:47.086Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-11-17T22:11:47.086Z] #50 sha256:b6d201d2c62492bb2c70a7f99ef274d2b167272b27ef95f9e11493646be14d0a [2021-11-17T22:11:47.086Z] #50 DONE 0.1s [2021-11-17T22:11:47.086Z] [2021-11-17T22:11:47.086Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-11-17T22:11:47.086Z] #56 sha256:ade19b65532c1457324d9c65c8af5cfe4f4e3330328c1cdf82d3819eac89e69b [2021-11-17T22:11:47.086Z] #56 ... [2021-11-17T22:11:47.086Z] [2021-11-17T22:11:47.086Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-11-17T22:11:47.086Z] #52 sha256:6980a2e3c5a51ca298a1e94bc722eb337fb434dd5860f49be579fd4e5c7e755d [2021-11-17T22:11:47.086Z] #52 DONE 0.1s [2021-11-17T22:11:47.086Z] [2021-11-17T22:11:47.086Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-11-17T22:11:47.086Z] #56 sha256:ade19b65532c1457324d9c65c8af5cfe4f4e3330328c1cdf82d3819eac89e69b [2021-11-17T22:11:47.086Z] #56 109.5 + bin/containerd [2021-11-17T22:11:47.086Z] #56 ... [2021-11-17T22:11:47.086Z] [2021-11-17T22:11:47.086Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-11-17T22:11:47.086Z] #54 sha256:c2549b75d4c0aa406528c0433f75c81f3a1a86ff6046ed6f0448afe5b33948cf [2021-11-17T22:11:47.086Z] #54 DONE 0.1s [2021-11-17T22:11:47.086Z] [2021-11-17T22:11:47.086Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-11-17T22:11:47.086Z] #56 sha256:ade19b65532c1457324d9c65c8af5cfe4f4e3330328c1cdf82d3819eac89e69b [2021-11-17T22:11:48.932Z] Commit message: "Merge commit '11b3bfee6ce23624bec77c4e5b8af8860cb3088f' into HEAD" [2021-11-17T22:11:48.962Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-11-17T22:11:50.155Z] + docker version [2021-11-17T22:11:48.934Z] > git rev-list --no-walk 95afe6995795f592702d22ca98f2d2a72e720f1d # timeout=10 [2021-11-17T22:11:58.281Z] Client: Docker Engine - Community [2021-11-17T22:11:58.281Z] Version: 20.10.10-rc1 [2021-11-17T22:11:58.281Z] API version: 1.41 [2021-11-17T22:11:58.281Z] Go version: go1.16.9 [2021-11-17T22:11:58.281Z] Git commit: b485636 [2021-11-17T22:11:58.281Z] Built: Mon Oct 18 15:21:14 2021 [2021-11-17T22:11:58.281Z] OS/Arch: linux/arm64 [2021-11-17T22:11:58.281Z] Context: default [2021-11-17T22:11:58.281Z] Experimental: true [2021-11-17T22:11:58.281Z] [2021-11-17T22:11:58.281Z] Server: Docker Engine - Community [2021-11-17T22:11:58.281Z] Engine: [2021-11-17T22:11:58.281Z] Version: 20.10.10-rc1 [2021-11-17T22:11:58.281Z] API version: 1.41 (minimum version 1.12) [2021-11-17T22:11:58.281Z] Go version: go1.16.9 [2021-11-17T22:11:58.281Z] Git commit: 9f5b26f [2021-11-17T22:11:58.281Z] Built: Mon Oct 18 15:19:46 2021 [2021-11-17T22:11:58.281Z] OS/Arch: linux/arm64 [2021-11-17T22:11:58.281Z] Experimental: true [2021-11-17T22:11:58.281Z] containerd: [2021-11-17T22:11:58.281Z] Version: 1.4.11 [2021-11-17T22:11:58.281Z] GitCommit: 5b46e404f6b9f661a205e28d59c982d3634148f8 [2021-11-17T22:11:58.281Z] runc: [2021-11-17T22:11:58.281Z] Version: 1.0.2 [2021-11-17T22:11:58.281Z] GitCommit: v1.0.2-0-g52b36a2 [2021-11-17T22:11:58.281Z] docker-init: [2021-11-17T22:11:58.281Z] Version: 0.19.0 [2021-11-17T22:11:58.281Z] GitCommit: de40ad0 [Pipeline] sh [2021-11-17T22:11:58.589Z] + docker info [2021-11-17T22:12:02.010Z] #56 ... [2021-11-17T22:12:02.011Z] [2021-11-17T22:12:02.011Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:12:02.011Z] #49 sha256:1f1aea5242e74b419815a8c5ffcfca7d9fd6ae6b1423099a9f4e235ead9ad106 [2021-11-17T22:12:02.011Z] #49 107.4 + /build/golangci-lint --version [2021-11-17T22:12:02.011Z] #49 107.5 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-11-17T22:12:02.011Z] #49 DONE 108.7s [2021-11-17T22:12:02.011Z] [2021-11-17T22:12:02.011Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-11-17T22:12:02.011Z] #56 sha256:958f013d8045b62ee11cf9bd20e09d814eafe437221ab2a4b34f8d609f9a04e9 [2021-11-17T22:12:02.011Z] #56 108.3 + bin/containerd [2021-11-17T22:12:02.584Z] #56 ... [2021-11-17T22:12:02.584Z] [2021-11-17T22:12:02.584Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-11-17T22:12:02.584Z] #50 sha256:7ac8000e5cf79d563bd22bf920b49aa7021ff0131109add9d209fcef88589c05 [2021-11-17T22:12:02.584Z] #50 DONE 0.6s [2021-11-17T22:12:02.584Z] [2021-11-17T22:12:02.584Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-11-17T22:12:02.584Z] #52 sha256:2995a435cf633589e53e3b0c0260351e7a73699ebb2a2d9b84250eb4a5bd8b50 [2021-11-17T22:12:02.584Z] #52 DONE 0.1s [2021-11-17T22:12:02.584Z] [2021-11-17T22:12:02.584Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-11-17T22:12:02.584Z] #54 sha256:6a99dfe2aa6895ab9766461326859af7fc90bce770a59b9e158b16613b4ed880 [2021-11-17T22:12:02.845Z] #54 DONE 0.3s [2021-11-17T22:12:02.845Z] [2021-11-17T22:12:02.845Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-11-17T22:12:02.845Z] #56 sha256:958f013d8045b62ee11cf9bd20e09d814eafe437221ab2a4b34f8d609f9a04e9 [2021-11-17T22:12:02.952Z] #49 107.2 + /build/golangci-lint --version [2021-11-17T22:12:02.952Z] #49 107.3 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-11-17T22:12:02.952Z] #49 DONE 108.0s [2021-11-17T22:12:02.952Z] [2021-11-17T22:12:02.952Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-11-17T22:12:02.952Z] #56 sha256:20f1690be27ebaa00d82e2b8e7559c4a84bfde7dd9ce9e4d83351d880bf1eb31 [2021-11-17T22:12:02.952Z] #56 109.1 + bin/containerd [2021-11-17T22:12:03.894Z] #56 ... [2021-11-17T22:12:03.894Z] [2021-11-17T22:12:03.894Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-11-17T22:12:03.894Z] #50 sha256:ca8bb58b862fbeb37bb844b4ee23024198e6ffb5239ea8f62196f9d7e9f076f8 [2021-11-17T22:12:03.894Z] #50 DONE 0.3s [2021-11-17T22:12:04.169Z] [2021-11-17T22:12:04.169Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-11-17T22:12:04.169Z] #52 sha256:5e1dbeb48b349cf0706a0027b1081b0e1937f773df843aca78d17be78381fa26 [2021-11-17T22:12:04.169Z] #52 DONE 0.1s [2021-11-17T22:12:04.169Z] [2021-11-17T22:12:04.169Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-11-17T22:12:04.169Z] #54 sha256:47714b1d429037e98b0878baff8fa37faeb2c24e6e34ca73e2e1aa4389ef9c01 [2021-11-17T22:12:04.428Z] #54 DONE 0.1s [2021-11-17T22:12:04.428Z] [2021-11-17T22:12:04.428Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-11-17T22:12:04.428Z] #56 sha256:20f1690be27ebaa00d82e2b8e7559c4a84bfde7dd9ce9e4d83351d880bf1eb31 [2021-11-17T22:12:04.617Z] Client: [2021-11-17T22:12:04.617Z] Context: default [2021-11-17T22:12:04.617Z] Debug Mode: false [2021-11-17T22:12:04.617Z] Plugins: [2021-11-17T22:12:04.617Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-11-17T22:12:04.617Z] buildx: Build with BuildKit (Docker Inc., v0.6.3-docker) [2021-11-17T22:12:04.617Z] compose: Docker Compose (Docker Inc., v2.0.1) [2021-11-17T22:12:04.617Z] scan: Docker Scan (Docker Inc., v0.8.0) [2021-11-17T22:12:04.617Z] [2021-11-17T22:12:04.617Z] Server: [2021-11-17T22:12:04.617Z] Containers: 0 [2021-11-17T22:12:04.617Z] Running: 0 [2021-11-17T22:12:04.617Z] Paused: 0 [2021-11-17T22:12:04.617Z] Stopped: 0 [2021-11-17T22:12:04.617Z] Images: 0 [2021-11-17T22:12:04.617Z] Server Version: 20.10.10-rc1 [2021-11-17T22:12:04.617Z] Storage Driver: overlay2 [2021-11-17T22:12:04.617Z] Backing Filesystem: extfs [2021-11-17T22:12:04.617Z] Supports d_type: true [2021-11-17T22:12:04.617Z] Native Overlay Diff: true [2021-11-17T22:12:04.617Z] userxattr: false [2021-11-17T22:12:04.617Z] Logging Driver: json-file [2021-11-17T22:12:04.617Z] Cgroup Driver: systemd [2021-11-17T22:12:04.617Z] Cgroup Version: 2 [2021-11-17T22:12:04.617Z] Plugins: [2021-11-17T22:12:04.617Z] Volume: local [2021-11-17T22:12:04.617Z] Network: bridge host ipvlan macvlan null overlay [2021-11-17T22:12:04.617Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-11-17T22:12:04.617Z] Swarm: inactive [2021-11-17T22:12:04.617Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-11-17T22:12:04.617Z] Default Runtime: runc [2021-11-17T22:12:04.617Z] Init Binary: docker-init [2021-11-17T22:12:04.617Z] containerd version: 5b46e404f6b9f661a205e28d59c982d3634148f8 [2021-11-17T22:12:04.617Z] runc version: v1.0.2-0-g52b36a2 [2021-11-17T22:12:04.617Z] init version: de40ad0 [2021-11-17T22:12:04.617Z] Security Options: [2021-11-17T22:12:04.617Z] apparmor [2021-11-17T22:12:04.617Z] seccomp [2021-11-17T22:12:04.617Z] Profile: default [2021-11-17T22:12:04.617Z] cgroupns [2021-11-17T22:12:04.617Z] Kernel Version: 5.11.0-1020-aws [2021-11-17T22:12:04.617Z] Operating System: Ubuntu 20.04.3 LTS [2021-11-17T22:12:04.617Z] OSType: linux [2021-11-17T22:12:04.617Z] Architecture: x86_64 [2021-11-17T22:12:04.617Z] CPUs: 2 [2021-11-17T22:12:04.617Z] Total Memory: 7.564GiB [2021-11-17T22:12:04.617Z] Name: ip-10-100-96-64 [2021-11-17T22:12:04.617Z] ID: OBED:WFDB:UKZG:ZPKM:WQRJ:WS2Z:2JRM:ODNC:7HJV:6Z63:5KG3:MLVP [2021-11-17T22:12:04.617Z] Docker Root Dir: /var/lib/docker [2021-11-17T22:12:04.617Z] Debug Mode: false [2021-11-17T22:12:04.617Z] Registry: https://index.docker.io/v1/ [2021-11-17T22:12:04.617Z] Labels: [2021-11-17T22:12:04.617Z] Experimental: true [2021-11-17T22:12:04.617Z] Insecure Registries: [2021-11-17T22:12:04.617Z] 127.0.0.0/8 [2021-11-17T22:12:04.617Z] Live Restore Enabled: true [2021-11-17T22:12:04.617Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-11-17T22:12:05.013Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:208d218a26750d22a34e64466da3f645c8e2520a . [2021-11-17T22:12:05.014Z] #2 [internal] load .dockerignore [2021-11-17T22:12:05.014Z] #2 sha256:b1bf829da6dfb1356795130771b0c5f783c34c58c4a5cae51d86e8840e2db2d3 [2021-11-17T22:12:05.275Z] #2 ... [2021-11-17T22:12:05.275Z] [2021-11-17T22:12:05.275Z] #1 [internal] load build definition from Dockerfile [2021-11-17T22:12:05.275Z] #1 sha256:6bcd94fd1b2a6a8b70cab5180765b00793eed90b87fb9ca1db535d49561eaceb [2021-11-17T22:12:05.275Z] #1 transferring dockerfile: 17.04kB done [2021-11-17T22:12:05.275Z] #1 DONE 0.2s [2021-11-17T22:12:05.275Z] [2021-11-17T22:12:05.275Z] #2 [internal] load .dockerignore [2021-11-17T22:12:05.275Z] #2 sha256:b1bf829da6dfb1356795130771b0c5f783c34c58c4a5cae51d86e8840e2db2d3 [2021-11-17T22:12:05.275Z] #2 transferring context: 87B done [2021-11-17T22:12:05.275Z] #2 DONE 0.2s [2021-11-17T22:12:05.275Z] [2021-11-17T22:12:05.275Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-11-17T22:12:05.275Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-11-17T22:12:05.841Z] #3 DONE 0.4s [2021-11-17T22:12:05.841Z] [2021-11-17T22:12:05.841Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-11-17T22:12:05.841Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-11-17T22:12:05.841Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-11-17T22:12:05.841Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-11-17T22:12:05.841Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-11-17T22:12:05.841Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-11-17T22:12:05.841Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 2.10MB / 9.64MB 0.1s [2021-11-17T22:12:05.841Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s [2021-11-17T22:12:06.103Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s done [2021-11-17T22:12:06.103Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 [2021-11-17T22:12:06.362Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.3s done [2021-11-17T22:12:06.362Z] #4 DONE 0.8s [2021-11-17T22:12:06.621Z] [2021-11-17T22:12:06.621Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-11-17T22:12:06.621Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-11-17T22:12:07.557Z] #8 ... [2021-11-17T22:12:07.557Z] [2021-11-17T22:12:07.557Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-11-17T22:12:07.557Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-11-17T22:12:07.557Z] #7 DONE 1.0s [2021-11-17T22:12:07.815Z] [2021-11-17T22:12:07.815Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-11-17T22:12:07.815Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-11-17T22:12:07.815Z] #8 DONE 1.0s [2021-11-17T22:12:07.815Z] [2021-11-17T22:12:07.815Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-11-17T22:12:07.815Z] #5 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-11-17T22:12:07.815Z] #5 DONE 1.0s [2021-11-17T22:12:07.815Z] [2021-11-17T22:12:07.815Z] #6 [internal] load metadata for docker.io/library/golang:1.16.10-buster [2021-11-17T22:12:07.815Z] #6 sha256:705bca3cecfe2ae9b90dd00a18e3b31b540b61c1f84bf1191487a4a560deaf69 [2021-11-17T22:12:07.815Z] #6 DONE 1.2s [2021-11-17T22:12:08.074Z] [2021-11-17T22:12:08.074Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e5333f8697a86fa1be53b2a7e994247083f61885166df0cdda9f812acb514d7c [2021-11-17T22:12:08.074Z] #26 sha256:edea472d48b98e570b16458eaf6333fc2b601119a1c33bfa71806ea14351f008 [2021-11-17T22:12:08.074Z] #26 resolve docker.io/library/debian:buster@sha256:e5333f8697a86fa1be53b2a7e994247083f61885166df0cdda9f812acb514d7c 0.0s done [2021-11-17T22:12:08.333Z] #26 sha256:e5333f8697a86fa1be53b2a7e994247083f61885166df0cdda9f812acb514d7c 1.85kB / 1.85kB done [2021-11-17T22:12:08.333Z] #26 sha256:89c36409980d71271f8b46e327cda450ede47542d182671145e92773b752e153 529B / 529B done [2021-11-17T22:12:08.333Z] #26 sha256:4906f6b1e4402ac10252e2231ea0cb36dd72b494e8d1505bfa23ad79cabb950d 1.46kB / 1.46kB done [2021-11-17T22:12:08.333Z] #26 sha256:1230f17f526cb07307d41462355b10488b994e8bdafe0d8f275a405fa3b33831 1.05MB / 50.44MB 0.2s [2021-11-17T22:12:08.566Z] Client: [2021-11-17T22:12:08.566Z] Context: default [2021-11-17T22:12:08.566Z] Debug Mode: false [2021-11-17T22:12:08.566Z] Plugins: [2021-11-17T22:12:08.566Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-11-17T22:12:08.566Z] buildx: Build with BuildKit (Docker Inc., v0.6.3-docker) [2021-11-17T22:12:08.566Z] [2021-11-17T22:12:08.566Z] Server: [2021-11-17T22:12:08.566Z] Containers: 0 [2021-11-17T22:12:08.566Z] Running: 0 [2021-11-17T22:12:08.566Z] Paused: 0 [2021-11-17T22:12:08.566Z] Stopped: 0 [2021-11-17T22:12:08.566Z] Images: 0 [2021-11-17T22:12:08.566Z] Server Version: 20.10.10-rc1 [2021-11-17T22:12:08.566Z] Storage Driver: overlay2 [2021-11-17T22:12:08.566Z] Backing Filesystem: extfs [2021-11-17T22:12:08.566Z] Supports d_type: true [2021-11-17T22:12:08.566Z] Native Overlay Diff: true [2021-11-17T22:12:08.566Z] userxattr: false [2021-11-17T22:12:08.566Z] Logging Driver: json-file [2021-11-17T22:12:08.566Z] Cgroup Driver: cgroupfs [2021-11-17T22:12:08.566Z] Cgroup Version: 1 [2021-11-17T22:12:08.566Z] Plugins: [2021-11-17T22:12:08.566Z] Volume: local [2021-11-17T22:12:08.566Z] Network: bridge host ipvlan macvlan null overlay [2021-11-17T22:12:08.566Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-11-17T22:12:08.566Z] Swarm: inactive [2021-11-17T22:12:08.566Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-11-17T22:12:08.566Z] Default Runtime: runc [2021-11-17T22:12:08.566Z] Init Binary: docker-init [2021-11-17T22:12:08.566Z] containerd version: 5b46e404f6b9f661a205e28d59c982d3634148f8 [2021-11-17T22:12:08.566Z] runc version: v1.0.2-0-g52b36a2 [2021-11-17T22:12:08.566Z] init version: de40ad0 [2021-11-17T22:12:08.566Z] Security Options: [2021-11-17T22:12:08.566Z] apparmor [2021-11-17T22:12:08.566Z] seccomp [2021-11-17T22:12:08.566Z] Profile: default [2021-11-17T22:12:08.566Z] Kernel Version: 5.11.0-1020-aws [2021-11-17T22:12:08.566Z] Operating System: Ubuntu 20.04.3 LTS [2021-11-17T22:12:08.566Z] OSType: linux [2021-11-17T22:12:08.566Z] Architecture: aarch64 [2021-11-17T22:12:08.566Z] CPUs: 2 [2021-11-17T22:12:08.566Z] Total Memory: 7.582GiB [2021-11-17T22:12:08.566Z] Name: ip-10-100-115-103 [2021-11-17T22:12:08.566Z] ID: 2QJQ:GFB4:R5EH:OJUD:6QSX:VWJY:GI53:DJTV:GPSZ:ID5L:T7WP:MQDN [2021-11-17T22:12:08.566Z] Docker Root Dir: /var/lib/docker [2021-11-17T22:12:08.566Z] Debug Mode: false [2021-11-17T22:12:08.566Z] Registry: https://index.docker.io/v1/ [2021-11-17T22:12:08.566Z] Labels: [2021-11-17T22:12:08.566Z] Experimental: true [2021-11-17T22:12:08.566Z] Insecure Registries: [2021-11-17T22:12:08.566Z] 127.0.0.0/8 [2021-11-17T22:12:08.566Z] Live Restore Enabled: true [2021-11-17T22:12:08.566Z] [Pipeline] sh [2021-11-17T22:12:08.596Z] #26 sha256:1230f17f526cb07307d41462355b10488b994e8bdafe0d8f275a405fa3b33831 6.29MB / 50.44MB 0.3s [2021-11-17T22:12:08.596Z] #26 sha256:1230f17f526cb07307d41462355b10488b994e8bdafe0d8f275a405fa3b33831 11.53MB / 50.44MB 0.4s [2021-11-17T22:12:08.850Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-11-17T22:12:08.850Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-11-17T22:12:08.850Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43024/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-11-17T22:12:08.850Z] + bash /home/ubuntu/workspace/moby_PR-43024/check-config.sh [2021-11-17T22:12:08.850Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-11-17T22:12:08.850Z] info: reading kernel config from /boot/config-5.11.0-1020-aws ... [2021-11-17T22:12:08.850Z] [2021-11-17T22:12:08.850Z] Generally Necessary: [2021-11-17T22:12:08.851Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-11-17T22:12:08.851Z] - apparmor: enabled and tools installed [2021-11-17T22:12:08.851Z] - CONFIG_NAMESPACES: enabled [2021-11-17T22:12:08.851Z] - CONFIG_NET_NS: enabled [2021-11-17T22:12:08.851Z] - CONFIG_PID_NS: enabled [2021-11-17T22:12:08.851Z] - CONFIG_IPC_NS: enabled [2021-11-17T22:12:08.851Z] - CONFIG_UTS_NS: enabled [2021-11-17T22:12:08.851Z] - CONFIG_CGROUPS: enabled [2021-11-17T22:12:08.851Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-11-17T22:12:08.851Z] - CONFIG_CGROUP_DEVICE: enabled [2021-11-17T22:12:08.851Z] - CONFIG_CGROUP_FREEZER: enabled [2021-11-17T22:12:08.851Z] - CONFIG_CGROUP_SCHED: enabled [2021-11-17T22:12:08.851Z] - CONFIG_CPUSETS: enabled [2021-11-17T22:12:08.851Z] - CONFIG_MEMCG: enabled [2021-11-17T22:12:08.851Z] - CONFIG_KEYS: enabled [2021-11-17T22:12:08.851Z] - CONFIG_VETH: enabled (as module) [2021-11-17T22:12:08.851Z] - CONFIG_BRIDGE: enabled (as module) [2021-11-17T22:12:08.851Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-11-17T22:12:08.851Z] - CONFIG_NF_NAT_IPV4: missing [2021-11-17T22:12:08.851Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-11-17T22:12:08.851Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-11-17T22:12:08.851Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-11-17T22:12:08.851Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-11-17T22:12:08.851Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-11-17T22:12:08.851Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-11-17T22:12:08.851Z] - CONFIG_NF_NAT: enabled (as module) [2021-11-17T22:12:08.851Z] - CONFIG_NF_NAT_NEEDED: missing [2021-11-17T22:12:08.851Z] - CONFIG_POSIX_MQUEUE: enabled [2021-11-17T22:12:08.851Z] [2021-11-17T22:12:08.851Z] Optional Features: [2021-11-17T22:12:08.851Z] - CONFIG_USER_NS: enabled [2021-11-17T22:12:08.851Z] - CONFIG_SECCOMP: enabled [2021-11-17T22:12:08.851Z] - CONFIG_CGROUP_PIDS: enabled [2021-11-17T22:12:08.851Z] - CONFIG_MEMCG_SWAP: enabled [2021-11-17T22:12:08.856Z] #26 sha256:1230f17f526cb07307d41462355b10488b994e8bdafe0d8f275a405fa3b33831 17.83MB / 50.44MB 0.5s [2021-11-17T22:12:08.856Z] #26 sha256:1230f17f526cb07307d41462355b10488b994e8bdafe0d8f275a405fa3b33831 22.34MB / 50.44MB 0.6s [2021-11-17T22:12:08.856Z] #26 sha256:1230f17f526cb07307d41462355b10488b994e8bdafe0d8f275a405fa3b33831 31.29MB / 50.44MB 0.7s [2021-11-17T22:12:09.110Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-11-17T22:12:09.110Z] (cgroup swap accounting is currently enabled) [2021-11-17T22:12:09.110Z] - CONFIG_BLK_CGROUP: enabled [2021-11-17T22:12:09.110Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-11-17T22:12:09.110Z] - CONFIG_IOSCHED_CFQ: missing [2021-11-17T22:12:09.110Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-11-17T22:12:09.110Z] - CONFIG_CGROUP_PERF: enabled [2021-11-17T22:12:09.110Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-11-17T22:12:09.110Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-11-17T22:12:09.110Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-11-17T22:12:09.110Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-11-17T22:12:09.110Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-11-17T22:12:09.110Z] - CONFIG_RT_GROUP_SCHED: missing [2021-11-17T22:12:09.110Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-11-17T22:12:09.110Z] - CONFIG_IP_VS: enabled (as module) [2021-11-17T22:12:09.110Z] - CONFIG_IP_VS_NFCT: enabled [2021-11-17T22:12:09.110Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-11-17T22:12:09.110Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-11-17T22:12:09.110Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-11-17T22:12:09.110Z] - CONFIG_EXT4_FS: enabled [2021-11-17T22:12:09.110Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-11-17T22:12:09.110Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-11-17T22:12:09.110Z] - Network Drivers: [2021-11-17T22:12:09.110Z] - "overlay": [2021-11-17T22:12:09.110Z] - CONFIG_VXLAN: enabled (as module) [2021-11-17T22:12:09.110Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-11-17T22:12:09.110Z] Optional (for encrypted networks): [2021-11-17T22:12:09.110Z] - CONFIG_CRYPTO: enabled [2021-11-17T22:12:09.110Z] - CONFIG_CRYPTO_AEAD: enabled [2021-11-17T22:12:09.110Z] - CONFIG_CRYPTO_GCM: enabled [2021-11-17T22:12:09.110Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-11-17T22:12:09.110Z] - CONFIG_CRYPTO_GHASH: enabled [2021-11-17T22:12:09.110Z] - CONFIG_XFRM: enabled [2021-11-17T22:12:09.110Z] - CONFIG_XFRM_USER: enabled (as module) [2021-11-17T22:12:09.110Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-11-17T22:12:09.110Z] - CONFIG_INET_ESP: enabled (as module) [2021-11-17T22:12:09.110Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-11-17T22:12:09.110Z] - "ipvlan": [2021-11-17T22:12:09.110Z] - CONFIG_IPVLAN: enabled (as module) [2021-11-17T22:12:09.110Z] - "macvlan": [2021-11-17T22:12:09.110Z] - CONFIG_MACVLAN: enabled (as module) [2021-11-17T22:12:09.110Z] - CONFIG_DUMMY: enabled (as module) [2021-11-17T22:12:09.110Z] - "ftp,tftp client in container": [2021-11-17T22:12:09.110Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-11-17T22:12:09.110Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-11-17T22:12:09.110Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-11-17T22:12:09.110Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-11-17T22:12:09.110Z] - Storage Drivers: [2021-11-17T22:12:09.110Z] - "aufs": [2021-11-17T22:12:09.110Z] - CONFIG_AUFS_FS: missing [2021-11-17T22:12:09.110Z] - "btrfs": [2021-11-17T22:12:09.115Z] #26 sha256:1230f17f526cb07307d41462355b10488b994e8bdafe0d8f275a405fa3b33831 41.94MB / 50.44MB 0.9s [2021-11-17T22:12:09.115Z] #26 sha256:1230f17f526cb07307d41462355b10488b994e8bdafe0d8f275a405fa3b33831 50.33MB / 50.44MB 1.0s [2021-11-17T22:12:09.369Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-11-17T22:12:09.369Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-11-17T22:12:09.369Z] - "devicemapper": [2021-11-17T22:12:09.369Z] - CONFIG_BLK_DEV_DM: enabled [2021-11-17T22:12:09.369Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-11-17T22:12:09.369Z] - "overlay": [2021-11-17T22:12:09.369Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-11-17T22:12:09.369Z] - "zfs": [2021-11-17T22:12:09.369Z] - /dev/zfs: present [2021-11-17T22:12:09.369Z] - zfs command: missing [2021-11-17T22:12:09.369Z] - zpool command: missing [2021-11-17T22:12:09.369Z] [2021-11-17T22:12:09.369Z] Limits: [2021-11-17T22:12:09.369Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-11-17T22:12:09.369Z] [2021-11-17T22:12:09.369Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-11-17T22:12:09.697Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:fd190abbe71c4f86043b23e39000b74bd533d5b3 . [2021-11-17T22:12:09.697Z] #1 [internal] load build definition from Dockerfile [2021-11-17T22:12:09.697Z] #1 sha256:649980702ec3d59920397f1ade468fe5db90a016f4b1ce9b40528c647a5f856b [2021-11-17T22:12:09.697Z] #1 transferring dockerfile: 17.04kB done [2021-11-17T22:12:09.697Z] #1 DONE 0.1s [2021-11-17T22:12:09.697Z] [2021-11-17T22:12:09.697Z] #2 [internal] load .dockerignore [2021-11-17T22:12:09.697Z] #2 sha256:2378e10da23f0e361e9d7bb4a2096d6a301e377a3b61f7171a685bfe78e2f690 [2021-11-17T22:12:09.697Z] #2 transferring context: 87B done [2021-11-17T22:12:09.697Z] #2 DONE 0.1s [2021-11-17T22:12:09.955Z] [2021-11-17T22:12:09.955Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-11-17T22:12:09.955Z] #3 sha256:294a0880f468e89a28a1e5e4d13ea717bf9a656005ccb802a8dcbf12ae5d5949 [2021-11-17T22:12:10.067Z] #26 sha256:1230f17f526cb07307d41462355b10488b994e8bdafe0d8f275a405fa3b33831 50.44MB / 50.44MB 1.9s done [2021-11-17T22:12:10.334Z] #26 extracting sha256:1230f17f526cb07307d41462355b10488b994e8bdafe0d8f275a405fa3b33831 [2021-11-17T22:12:10.524Z] #3 DONE 0.6s [2021-11-17T22:12:10.524Z] [2021-11-17T22:12:10.524Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-11-17T22:12:10.524Z] #4 sha256:08363c8751d4545d25bea104f7e51e11696d0e0abf10a017a959436e69805043 [2021-11-17T22:12:10.524Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-11-17T22:12:10.524Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-11-17T22:12:10.524Z] #4 sha256:fedac250e13a5a3b8fcd0c6f42857dd78f31052801662f20fc895fd7993eb28a 528B / 528B done [2021-11-17T22:12:10.524Z] #4 sha256:d9b7b6a9d13deb44598f3c9a244fe9e3b10f85457aa34d4e499afaff6a85c631 1.21kB / 1.21kB done [2021-11-17T22:12:10.524Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 0B / 9.01MB 0.1s [2021-11-17T22:12:10.524Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 8.39MB / 9.01MB 0.2s [2021-11-17T22:12:10.784Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 9.01MB / 9.01MB 0.4s [2021-11-17T22:12:10.784Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 9.01MB / 9.01MB 0.4s done [2021-11-17T22:12:10.784Z] #4 extracting sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a [2021-11-17T22:12:11.043Z] #4 extracting sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 0.2s done [2021-11-17T22:12:11.043Z] #4 DONE 0.7s [2021-11-17T22:12:11.273Z] #26 ... [2021-11-17T22:12:11.273Z] [2021-11-17T22:12:11.273Z] #23 [internal] load build context [2021-11-17T22:12:11.273Z] #23 sha256:e0d12b88e724b8024b32526c6270bace69b3fe69cabad80f9ab6e5d9081acb22 [2021-11-17T22:12:11.273Z] #23 transferring context: 53.42MB 2.9s done [2021-11-17T22:12:11.273Z] #23 DONE 3.1s [2021-11-17T22:12:11.273Z] [2021-11-17T22:12:11.273Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e5333f8697a86fa1be53b2a7e994247083f61885166df0cdda9f812acb514d7c [2021-11-17T22:12:11.273Z] #26 sha256:edea472d48b98e570b16458eaf6333fc2b601119a1c33bfa71806ea14351f008 [2021-11-17T22:12:11.302Z] [2021-11-17T22:12:11.302Z] #5 [internal] load metadata for docker.io/library/golang:1.16.10-buster [2021-11-17T22:12:11.302Z] #5 sha256:8560aafd34ea92bd687f1c504bfa17fbb09c7c5703b6316aa7de933b492c9abc [2021-11-17T22:12:12.374Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-11-17T22:12:12.374Z] [2021-11-17T22:12:12.374Z] ________ ____ __. [2021-11-17T22:12:12.374Z] \_____ \ | |/ _| [2021-11-17T22:12:12.374Z] / | \| < [2021-11-17T22:12:12.374Z] / | \ | \ [2021-11-17T22:12:12.374Z] \_______ /____|__ \ [2021-11-17T22:12:12.374Z] \/ \/ [2021-11-17T22:12:12.374Z] [2021-11-17T22:12:12.374Z] INFO: make.ps1 ended at 11/17/2021 22:12:04 [2021-11-17T22:12:12.374Z] INFO: Binaries build ended at 11/17/2021 22:12:05. Duration:00:01:11.4447043 [2021-11-17T22:12:12.374Z] INFO: Copying the built daemon binary to d:\CI\PR-43024\2\binary\dockerd-b7f3546cf1.exe... [2021-11-17T22:12:12.374Z] INFO: Copying the built client binary to d:\CI\PR-43024\2\binary\docker-b7f3546cf1.exe... [2021-11-17T22:12:12.374Z] INFO: Copying dockerversion from the container... [2021-11-17T22:12:12.374Z] INFO: Copying the golang package from the container to d:\CI\PR-43024\2\installer\go.zip... [2021-11-17T22:12:12.374Z] INFO: Extracting go.zip to d:\CI\PR-43024\2\go [2021-11-17T22:12:12.683Z] #5 DONE 1.1s [2021-11-17T22:12:12.683Z] [2021-11-17T22:12:12.683Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-11-17T22:12:12.683Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-11-17T22:12:12.683Z] #7 DONE 1.1s [2021-11-17T22:12:12.683Z] [2021-11-17T22:12:12.683Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-11-17T22:12:12.683Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-11-17T22:12:12.683Z] #8 DONE 1.2s [2021-11-17T22:12:12.683Z] [2021-11-17T22:12:12.683Z] #6 [internal] load metadata for docker.io/library/debian:buster [2021-11-17T22:12:12.683Z] #6 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c [2021-11-17T22:12:12.683Z] #6 DONE 1.2s [2021-11-17T22:12:12.952Z] [2021-11-17T22:12:12.952Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-17T22:12:12.952Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-11-17T22:12:12.952Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-11-17T22:12:12.952Z] #64 DONE 0.0s [2021-11-17T22:12:12.952Z] [2021-11-17T22:12:12.952Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e5333f8697a86fa1be53b2a7e994247083f61885166df0cdda9f812acb514d7c [2021-11-17T22:12:12.952Z] #26 sha256:4e7ca7694391dbe5ba32a36d89e84217a6bbe11e88465e1296b9990d628dff86 [2021-11-17T22:12:12.952Z] #26 resolve docker.io/library/debian:buster@sha256:e5333f8697a86fa1be53b2a7e994247083f61885166df0cdda9f812acb514d7c 0.0s done [2021-11-17T22:12:12.952Z] #26 sha256:e5333f8697a86fa1be53b2a7e994247083f61885166df0cdda9f812acb514d7c 1.85kB / 1.85kB done [2021-11-17T22:12:12.952Z] #26 sha256:a90e90c601b9358c34f18a864c02c4f9e8527cc4f79c2f5d3779e8dd11fd5d53 529B / 529B done [2021-11-17T22:12:12.952Z] #26 sha256:d5af59919bab386fa40f9282adc3769cbfb687d3cf86570a8bd827d8c9ceafce 1.48kB / 1.48kB done [2021-11-17T22:12:13.210Z] #26 sha256:626979e62c56e192812e818d52b82f063d9f9514b1b7bae14e534e4a7c98117a 0B / 49.22MB 0.3s [2021-11-17T22:12:13.470Z] #26 sha256:626979e62c56e192812e818d52b82f063d9f9514b1b7bae14e534e4a7c98117a 3.61MB / 49.22MB 0.6s [2021-11-17T22:12:13.737Z] #26 sha256:626979e62c56e192812e818d52b82f063d9f9514b1b7bae14e534e4a7c98117a 10.49MB / 49.22MB 0.7s [2021-11-17T22:12:13.737Z] #26 sha256:626979e62c56e192812e818d52b82f063d9f9514b1b7bae14e534e4a7c98117a 14.68MB / 49.22MB 0.8s [2021-11-17T22:12:14.000Z] #26 sha256:626979e62c56e192812e818d52b82f063d9f9514b1b7bae14e534e4a7c98117a 28.31MB / 49.22MB 1.0s [2021-11-17T22:12:14.000Z] #26 sha256:626979e62c56e192812e818d52b82f063d9f9514b1b7bae14e534e4a7c98117a 32.51MB / 49.22MB 1.1s [2021-11-17T22:12:14.561Z] #26 ... [2021-11-17T22:12:14.561Z] [2021-11-17T22:12:14.561Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-17T22:12:14.561Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-11-17T22:12:14.561Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done [2021-11-17T22:12:14.561Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-11-17T22:12:14.561Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-11-17T22:12:14.561Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-11-17T22:12:14.561Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.2s done [2021-11-17T22:12:14.561Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.0s done [2021-11-17T22:12:14.561Z] #62 DONE 6.1s [2021-11-17T22:12:14.561Z] [2021-11-17T22:12:14.561Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-17T22:12:14.561Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-11-17T22:12:14.561Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-11-17T22:12:14.561Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-11-17T22:12:14.561Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-11-17T22:12:14.561Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 3.8s done [2021-11-17T22:12:14.561Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.8s done [2021-11-17T22:12:14.561Z] #64 DONE 6.1s [2021-11-17T22:12:14.561Z] [2021-11-17T22:12:14.561Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e5333f8697a86fa1be53b2a7e994247083f61885166df0cdda9f812acb514d7c [2021-11-17T22:12:14.561Z] #26 sha256:edea472d48b98e570b16458eaf6333fc2b601119a1c33bfa71806ea14351f008 [2021-11-17T22:12:14.574Z] #26 sha256:626979e62c56e192812e818d52b82f063d9f9514b1b7bae14e534e4a7c98117a 41.94MB / 49.22MB 1.4s [2021-11-17T22:12:14.574Z] #26 sha256:626979e62c56e192812e818d52b82f063d9f9514b1b7bae14e534e4a7c98117a 49.22MB / 49.22MB 1.6s [2021-11-17T22:12:15.498Z] #26 extracting sha256:1230f17f526cb07307d41462355b10488b994e8bdafe0d8f275a405fa3b33831 5.0s [2021-11-17T22:12:15.510Z] #26 ... [2021-11-17T22:12:15.510Z] [2021-11-17T22:12:15.510Z] #23 [internal] load build context [2021-11-17T22:12:15.510Z] #23 sha256:085eef6bc220544de4cc42688243c4bcc5c5a055d50a361778e32996273fb3b1 [2021-11-17T22:12:15.510Z] #23 transferring context: 53.43MB 2.1s done [2021-11-17T22:12:15.510Z] #23 DONE 2.6s [2021-11-17T22:12:15.510Z] [2021-11-17T22:12:15.510Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e5333f8697a86fa1be53b2a7e994247083f61885166df0cdda9f812acb514d7c [2021-11-17T22:12:15.510Z] #26 sha256:4e7ca7694391dbe5ba32a36d89e84217a6bbe11e88465e1296b9990d628dff86 [2021-11-17T22:12:15.510Z] #26 ... [2021-11-17T22:12:15.510Z] [2021-11-17T22:12:15.510Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-17T22:12:15.510Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-11-17T22:12:15.510Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-11-17T22:12:15.510Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-11-17T22:12:15.510Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-11-17T22:12:15.510Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-11-17T22:12:15.510Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.5s done [2021-11-17T22:12:15.510Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.9s done [2021-11-17T22:12:15.510Z] #62 DONE 2.7s [2021-11-17T22:12:15.510Z] [2021-11-17T22:12:15.510Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e5333f8697a86fa1be53b2a7e994247083f61885166df0cdda9f812acb514d7c [2021-11-17T22:12:15.510Z] #26 sha256:4e7ca7694391dbe5ba32a36d89e84217a6bbe11e88465e1296b9990d628dff86 [2021-11-17T22:12:15.769Z] #26 sha256:626979e62c56e192812e818d52b82f063d9f9514b1b7bae14e534e4a7c98117a 49.22MB / 49.22MB 2.6s done [2021-11-17T22:12:15.769Z] #26 extracting sha256:626979e62c56e192812e818d52b82f063d9f9514b1b7bae14e534e4a7c98117a [2021-11-17T22:12:16.880Z] #26 extracting sha256:1230f17f526cb07307d41462355b10488b994e8bdafe0d8f275a405fa3b33831 6.7s done [2021-11-17T22:12:17.357Z] #26 DONE 9.1s [2021-11-17T22:12:17.357Z] [2021-11-17T22:12:17.357Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-11-17T22:12:17.357Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-11-17T22:12:17.357Z] #63 DONE 0.9s [2021-11-17T22:12:17.357Z] [2021-11-17T22:12:17.357Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.10-buster@sha256:c7eca30132701a36c0cbf1044d13762a5834debbf9d6bd27d3637f529f85c09c [2021-11-17T22:12:17.357Z] #9 sha256:ae993606a9f65624c0f89197724a1b6e0ee28e21b8dfb02d94848cfaf15c0e72 [2021-11-17T22:12:17.357Z] #9 resolve docker.io/library/golang:1.16.10-buster@sha256:c7eca30132701a36c0cbf1044d13762a5834debbf9d6bd27d3637f529f85c09c 0.0s done [2021-11-17T22:12:17.357Z] #9 sha256:c7eca30132701a36c0cbf1044d13762a5834debbf9d6bd27d3637f529f85c09c 1.86kB / 1.86kB done [2021-11-17T22:12:17.357Z] #9 sha256:1ed2ae132fff2a449fe2f360d14cecb3853453b8bd758a1f3161f8c6fe02b04c 1.79kB / 1.79kB done [2021-11-17T22:12:17.357Z] #9 sha256:7e699d219e8af7319c377f1e65f0ca1b2bfdff8ac7e4cc91e2837b67e95844a0 6.96kB / 6.96kB done [2021-11-17T22:12:17.357Z] #9 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 50.44MB / 50.44MB 2.3s done [2021-11-17T22:12:17.357Z] #9 sha256:c6cef1aa2170c001b320769bf8b018ed82d2c94a673e3010ea1ffe152e107419 7.83MB / 7.83MB 0.5s done [2021-11-17T22:12:17.357Z] #9 sha256:13a51f13be8e69cfc526b671d0bbf621b985b0932acd1523050e2995777b5926 10.00MB / 10.00MB 1.0s done [2021-11-17T22:12:17.357Z] #9 sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 51.84MB / 51.84MB 2.8s done [2021-11-17T22:12:17.357Z] #9 extracting sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 6.3s done [2021-11-17T22:12:17.357Z] #9 sha256:a910e26cc9dfc33c0c852afb0166d42fb55fa531d060e854d2d43807d3e75b09 129.07MB / 129.07MB 5.9s [2021-11-17T22:12:17.357Z] #9 sha256:10ec185a6eec706a8b4386dd770b8f2cd078b0ab30ca9b046d6b2d1a2d8ffac5 155B / 155B 2.8s done [2021-11-17T22:12:17.357Z] #9 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 68.78MB / 68.78MB 4.7s done [2021-11-17T22:12:17.363Z] #26 ... [2021-11-17T22:12:17.363Z] [2021-11-17T22:12:17.363Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-17T22:12:17.363Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-11-17T22:12:17.363Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-11-17T22:12:17.363Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-11-17T22:12:17.363Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-11-17T22:12:17.363Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.3s done [2021-11-17T22:12:17.363Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.8s done [2021-11-17T22:12:17.363Z] #64 DONE 4.0s [2021-11-17T22:12:17.363Z] [2021-11-17T22:12:17.363Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e5333f8697a86fa1be53b2a7e994247083f61885166df0cdda9f812acb514d7c [2021-11-17T22:12:17.363Z] #26 sha256:4e7ca7694391dbe5ba32a36d89e84217a6bbe11e88465e1296b9990d628dff86 [2021-11-17T22:12:17.617Z] #9 extracting sha256:c6cef1aa2170c001b320769bf8b018ed82d2c94a673e3010ea1ffe152e107419 [2021-11-17T22:12:17.624Z] #26 extracting sha256:626979e62c56e192812e818d52b82f063d9f9514b1b7bae14e534e4a7c98117a 2.0s done [2021-11-17T22:12:18.186Z] #9 ... [2021-11-17T22:12:18.187Z] [2021-11-17T22:12:18.187Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-11-17T22:12:18.187Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-11-17T22:12:18.187Z] #65 DONE 0.8s [2021-11-17T22:12:18.187Z] [2021-11-17T22:12:18.187Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.10-buster@sha256:c7eca30132701a36c0cbf1044d13762a5834debbf9d6bd27d3637f529f85c09c [2021-11-17T22:12:18.187Z] #9 sha256:ae993606a9f65624c0f89197724a1b6e0ee28e21b8dfb02d94848cfaf15c0e72 [2021-11-17T22:12:18.187Z] #9 ... [2021-11-17T22:12:18.187Z] [2021-11-17T22:12:18.187Z] #27 [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 [2021-11-17T22:12:18.187Z] #27 sha256:8e14252d95f59141c0f86364d4ba7bcb998e74dacce9c62a1e6b3d099b9829ae [2021-11-17T22:12:19.178Z] #56 137.9 + bin/containerd-stress [2021-11-17T22:12:19.178Z] #56 138.9 + bin/containerd-shim [2021-11-17T22:12:19.565Z] #27 2.066 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] [2021-11-17T22:12:19.565Z] #27 2.097 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-11-17T22:12:19.565Z] #27 2.097 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-11-17T22:12:19.565Z] #27 2.246 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2021-11-17T22:12:19.826Z] #27 2.517 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-11-17T22:12:20.085Z] #27 2.933 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [309 kB] [2021-11-17T22:12:21.993Z] #27 4.398 Fetched 8469 kB in 3s (3273 kB/s) [2021-11-17T22:12:22.562Z] #27 4.398 Reading package lists... [2021-11-17T22:12:22.898Z] #26 ... [2021-11-17T22:12:22.898Z] [2021-11-17T22:12:22.898Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.10-buster@sha256:c7eca30132701a36c0cbf1044d13762a5834debbf9d6bd27d3637f529f85c09c [2021-11-17T22:12:22.898Z] #9 sha256:3691218b0119731218e7db49c8f54d430133fc548420d44e06910b9e7200b95b [2021-11-17T22:12:22.898Z] #9 resolve docker.io/library/golang:1.16.10-buster@sha256:c7eca30132701a36c0cbf1044d13762a5834debbf9d6bd27d3637f529f85c09c 0.0s done [2021-11-17T22:12:22.898Z] #9 sha256:484e04949d2f18148c3db756eaef0f5de1c56e778fa2089bafc24191550628a9 1.79kB / 1.79kB done [2021-11-17T22:12:22.898Z] #9 sha256:3bcbd1d84d43c9c9c460248b4dd4b33adb58fbf6227d26455c33edaaff3cfe06 6.98kB / 6.98kB done [2021-11-17T22:12:22.898Z] #9 sha256:c7eca30132701a36c0cbf1044d13762a5834debbf9d6bd27d3637f529f85c09c 1.86kB / 1.86kB done [2021-11-17T22:12:22.898Z] #9 sha256:626979e62c56e192812e818d52b82f063d9f9514b1b7bae14e534e4a7c98117a 49.22MB / 49.22MB 2.6s done [2021-11-17T22:12:22.898Z] #9 sha256:134a528370d5dcbf5b6ba2d8c20f576504448e8f2d1debb5d2a4950a38a3ff2d 7.70MB / 7.70MB 1.5s done [2021-11-17T22:12:22.898Z] #9 sha256:92e12e3364b52ad043d8e79f750863ed4ca2878c4fdf45ded974508febc55fdd 9.77MB / 9.77MB 2.8s done [2021-11-17T22:12:22.898Z] #9 sha256:1a7f2500f9574b0a495bfb031c2d52e83c96dd545ef2185737f8032567e70677 52.17MB / 52.17MB 3.8s [2021-11-17T22:12:22.898Z] #9 sha256:27d044af3d1e78b0222219f31b17781464c1fc62356a50fd3616b505c6711459 126B / 126B 3.8s done [2021-11-17T22:12:22.898Z] #9 sha256:fd8e03018dc68eea24e0364993f860ebafc721cea3e8ddda865644589c6de5ac 62.42MB / 62.42MB 6.3s done [2021-11-17T22:12:22.898Z] #9 sha256:2dd11a49dffe30802e7ca1b3bc81fc1e42fe376cfc0498d41ee7d3f47ea3cd33 99.62MB / 99.62MB 9.4s [2021-11-17T22:12:22.899Z] #9 extracting sha256:134a528370d5dcbf5b6ba2d8c20f576504448e8f2d1debb5d2a4950a38a3ff2d 0.2s done [2021-11-17T22:12:22.899Z] #9 extracting sha256:92e12e3364b52ad043d8e79f750863ed4ca2878c4fdf45ded974508febc55fdd 0.3s done [2021-11-17T22:12:22.899Z] #9 extracting sha256:1a7f2500f9574b0a495bfb031c2d52e83c96dd545ef2185737f8032567e70677 1.7s done [2021-11-17T22:12:22.899Z] #9 ... [2021-11-17T22:12:22.899Z] [2021-11-17T22:12:22.899Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e5333f8697a86fa1be53b2a7e994247083f61885166df0cdda9f812acb514d7c [2021-11-17T22:12:22.899Z] #26 sha256:4e7ca7694391dbe5ba32a36d89e84217a6bbe11e88465e1296b9990d628dff86 [2021-11-17T22:12:22.899Z] #26 DONE 9.8s [2021-11-17T22:12:22.899Z] [2021-11-17T22:12:22.899Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.10-buster@sha256:c7eca30132701a36c0cbf1044d13762a5834debbf9d6bd27d3637f529f85c09c [2021-11-17T22:12:22.899Z] #9 sha256:3691218b0119731218e7db49c8f54d430133fc548420d44e06910b9e7200b95b [2021-11-17T22:12:22.899Z] #9 extracting sha256:fd8e03018dc68eea24e0364993f860ebafc721cea3e8ddda865644589c6de5ac [2021-11-17T22:12:23.132Z] #27 5.323 Reading package lists... [2021-11-17T22:12:23.132Z] #27 ... [2021-11-17T22:12:23.132Z] [2021-11-17T22:12:23.132Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.10-buster@sha256:c7eca30132701a36c0cbf1044d13762a5834debbf9d6bd27d3637f529f85c09c [2021-11-17T22:12:23.132Z] #9 sha256:ae993606a9f65624c0f89197724a1b6e0ee28e21b8dfb02d94848cfaf15c0e72 [2021-11-17T22:12:23.132Z] #9 extracting sha256:c6cef1aa2170c001b320769bf8b018ed82d2c94a673e3010ea1ffe152e107419 1.2s done [2021-11-17T22:12:23.132Z] #9 extracting sha256:13a51f13be8e69cfc526b671d0bbf621b985b0932acd1523050e2995777b5926 0.7s done [2021-11-17T22:12:23.132Z] #9 extracting sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 3.6s [2021-11-17T22:12:23.364Z] #56 145.7 + bin/containerd-shim-runc-v1 [2021-11-17T22:12:24.520Z] #9 extracting sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 4.6s done [2021-11-17T22:12:24.520Z] #9 extracting sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb [2021-11-17T22:12:24.807Z] #9 ... [2021-11-17T22:12:24.807Z] [2021-11-17T22:12:24.807Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-11-17T22:12:24.807Z] #63 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2021-11-17T22:12:24.807Z] #63 DONE 1.7s [2021-11-17T22:12:24.807Z] [2021-11-17T22:12:24.807Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.10-buster@sha256:c7eca30132701a36c0cbf1044d13762a5834debbf9d6bd27d3637f529f85c09c [2021-11-17T22:12:24.807Z] #9 sha256:3691218b0119731218e7db49c8f54d430133fc548420d44e06910b9e7200b95b [2021-11-17T22:12:25.463Z] #9 ... [2021-11-17T22:12:25.463Z] [2021-11-17T22:12:25.463Z] #27 [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 [2021-11-17T22:12:25.463Z] #27 sha256:8e14252d95f59141c0f86364d4ba7bcb998e74dacce9c62a1e6b3d099b9829ae [2021-11-17T22:12:25.463Z] #27 5.323 Reading package lists... [2021-11-17T22:12:25.463Z] #27 6.235 Building dependency tree... [2021-11-17T22:12:25.463Z] #27 6.549 The following additional packages will be installed: [2021-11-17T22:12:25.463Z] #27 6.550 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-11-17T22:12:25.463Z] #27 6.550 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-11-17T22:12:25.463Z] #27 6.550 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-11-17T22:12:25.463Z] #27 6.551 Suggested packages: [2021-11-17T22:12:25.463Z] #27 6.551 krb5-doc krb5-user [2021-11-17T22:12:25.463Z] #27 6.551 Recommended packages: [2021-11-17T22:12:25.463Z] #27 6.551 krb5-locales publicsuffix libsasl2-modules [2021-11-17T22:12:25.463Z] #27 6.813 The following NEW packages will be installed: [2021-11-17T22:12:25.463Z] #27 6.813 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-11-17T22:12:25.463Z] #27 6.813 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-11-17T22:12:25.463Z] #27 6.813 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-11-17T22:12:25.463Z] #27 6.818 libssh2-1 libssl1.1 openssl [2021-11-17T22:12:25.463Z] #27 7.088 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2021-11-17T22:12:25.463Z] #27 7.088 Need to get 5061 kB of archives. [2021-11-17T22:12:25.463Z] #27 7.088 After this operation, 12.1 MB of additional disk space will be used. [2021-11-17T22:12:25.463Z] #27 7.088 Get:1 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u7 [1539 kB] [2021-11-17T22:12:25.463Z] #27 7.130 Get:2 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u7 [845 kB] [2021-11-17T22:12:25.463Z] #27 7.137 Get:3 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-11-17T22:12:25.463Z] #27 7.137 Get:4 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-11-17T22:12:25.464Z] #27 7.137 Get:5 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u3 [65.8 kB] [2021-11-17T22:12:25.464Z] #27 7.137 Get:6 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u3 [122 kB] [2021-11-17T22:12:25.464Z] #27 7.145 Get:7 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u3 [370 kB] [2021-11-17T22:12:25.464Z] #27 7.164 Get:8 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u3 [158 kB] [2021-11-17T22:12:25.464Z] #27 7.164 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-11-17T22:12:25.464Z] #27 7.164 Get:10 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-11-17T22:12:25.464Z] #27 7.164 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-11-17T22:12:25.464Z] #27 7.164 Get:12 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-11-17T22:12:25.464Z] #27 7.164 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-11-17T22:12:25.464Z] #27 7.164 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-11-17T22:12:25.464Z] #27 7.164 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-11-17T22:12:25.464Z] #27 7.178 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-11-17T22:12:25.464Z] #27 7.178 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] [2021-11-17T22:12:25.464Z] #27 7.178 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] [2021-11-17T22:12:25.464Z] #27 7.179 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-11-17T22:12:25.464Z] #27 7.183 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-11-17T22:12:25.464Z] #27 7.199 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-11-17T22:12:25.464Z] #27 7.343 debconf: delaying package configuration, since apt-utils is not installed [2021-11-17T22:12:25.464Z] #27 7.368 Fetched 5061 kB in 0s (14.1 MB/s) [2021-11-17T22:12:25.464Z] #27 7.419 Selecting previously unselected package libssl1.1:amd64. [2021-11-17T22:12:25.464Z] #27 7.419 (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 ... 6677 files and directories currently installed.) [2021-11-17T22:12:25.464Z] #27 7.419 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u7_amd64.deb ... [2021-11-17T22:12:25.464Z] #27 7.431 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u7) ... [2021-11-17T22:12:25.464Z] #27 7.648 Selecting previously unselected package openssl. [2021-11-17T22:12:25.464Z] #27 7.648 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u7_amd64.deb ... [2021-11-17T22:12:25.464Z] #27 7.654 Unpacking openssl (1.1.1d-0+deb10u7) ... [2021-11-17T22:12:25.464Z] #27 7.862 Selecting previously unselected package ca-certificates. [2021-11-17T22:12:25.464Z] #27 7.862 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-11-17T22:12:25.464Z] #27 7.870 Unpacking ca-certificates (20200601~deb10u2) ... [2021-11-17T22:12:25.464Z] #27 7.960 Selecting previously unselected package libkeyutils1:amd64. [2021-11-17T22:12:25.464Z] #27 7.960 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2021-11-17T22:12:25.464Z] #27 7.965 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-11-17T22:12:25.464Z] #27 8.003 Selecting previously unselected package libkrb5support0:amd64. [2021-11-17T22:12:25.464Z] #27 8.003 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u3_amd64.deb ... [2021-11-17T22:12:25.464Z] #27 8.007 Unpacking libkrb5support0:amd64 (1.17-3+deb10u3) ... [2021-11-17T22:12:25.464Z] #27 8.061 Selecting previously unselected package libk5crypto3:amd64. [2021-11-17T22:12:25.464Z] #27 8.061 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u3_amd64.deb ... [2021-11-17T22:12:25.464Z] #27 8.071 Unpacking libk5crypto3:amd64 (1.17-3+deb10u3) ... [2021-11-17T22:12:25.464Z] #27 8.122 Selecting previously unselected package libkrb5-3:amd64. [2021-11-17T22:12:25.464Z] #27 8.123 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u3_amd64.deb ... [2021-11-17T22:12:25.464Z] #27 8.127 Unpacking libkrb5-3:amd64 (1.17-3+deb10u3) ... [2021-11-17T22:12:25.464Z] #27 8.232 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-11-17T22:12:25.464Z] #27 8.232 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u3_amd64.deb ... [2021-11-17T22:12:25.464Z] #27 8.243 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u3) ... [2021-11-17T22:12:25.464Z] #27 8.297 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-11-17T22:12:25.464Z] #27 8.299 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-11-17T22:12:25.464Z] #27 8.303 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-11-17T22:12:25.464Z] #27 8.356 Selecting previously unselected package libsasl2-2:amd64. [2021-11-17T22:12:25.464Z] #27 8.356 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-11-17T22:12:25.723Z] #27 8.359 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-11-17T22:12:25.723Z] #27 8.407 Selecting previously unselected package libldap-common. [2021-11-17T22:12:25.723Z] #27 8.408 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-11-17T22:12:25.723Z] #27 8.417 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-11-17T22:12:25.723Z] #27 8.464 Selecting previously unselected package libldap-2.4-2:amd64. [2021-11-17T22:12:25.723Z] #27 8.464 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-11-17T22:12:25.723Z] #27 8.468 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-11-17T22:12:25.723Z] #27 8.549 Selecting previously unselected package libnghttp2-14:amd64. [2021-11-17T22:12:25.723Z] #27 8.549 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-11-17T22:12:25.723Z] #27 8.553 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-11-17T22:12:25.744Z] #9 extracting sha256:fd8e03018dc68eea24e0364993f860ebafc721cea3e8ddda865644589c6de5ac 3.2s done [2021-11-17T22:12:25.982Z] #27 8.607 Selecting previously unselected package libpsl5:amd64. [2021-11-17T22:12:25.982Z] #27 8.608 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-11-17T22:12:25.982Z] #27 8.611 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-11-17T22:12:25.982Z] #27 8.658 Selecting previously unselected package librtmp1:amd64. [2021-11-17T22:12:25.982Z] #27 8.658 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-11-17T22:12:25.982Z] #27 8.667 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-11-17T22:12:25.982Z] #27 8.706 Selecting previously unselected package libssh2-1:amd64. [2021-11-17T22:12:25.982Z] #27 8.706 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-11-17T22:12:25.982Z] #27 8.709 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-11-17T22:12:25.982Z] #27 8.761 Selecting previously unselected package libcurl4:amd64. [2021-11-17T22:12:25.982Z] #27 8.761 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ... [2021-11-17T22:12:25.982Z] #27 8.766 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-11-17T22:12:25.982Z] #27 8.833 Selecting previously unselected package curl. [2021-11-17T22:12:25.982Z] #27 8.833 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ... [2021-11-17T22:12:26.241Z] #27 8.837 Unpacking curl (7.64.0-4+deb10u2) ... [2021-11-17T22:12:26.241Z] #27 8.911 Selecting previously unselected package libonig5:amd64. [2021-11-17T22:12:26.241Z] #27 8.911 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-11-17T22:12:26.241Z] #27 8.914 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-11-17T22:12:26.241Z] #27 8.974 Selecting previously unselected package libjq1:amd64. [2021-11-17T22:12:26.241Z] #27 8.974 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-11-17T22:12:26.241Z] #27 8.979 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-11-17T22:12:26.241Z] #27 9.028 Selecting previously unselected package jq. [2021-11-17T22:12:26.241Z] #27 9.028 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-11-17T22:12:26.241Z] #27 9.030 Unpacking jq (1.5+dfsg-2+b1) ... [2021-11-17T22:12:26.241Z] #27 9.067 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-11-17T22:12:26.241Z] #27 9.077 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-11-17T22:12:26.241Z] #27 9.089 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u7) ... [2021-11-17T22:12:26.314Z] #9 extracting sha256:2dd11a49dffe30802e7ca1b3bc81fc1e42fe376cfc0498d41ee7d3f47ea3cd33 [2021-11-17T22:12:26.500Z] #27 9.198 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-11-17T22:12:26.500Z] #27 9.207 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-11-17T22:12:26.500Z] #27 9.223 Setting up libkrb5support0:amd64 (1.17-3+deb10u3) ... [2021-11-17T22:12:26.500Z] #27 9.235 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-11-17T22:12:26.500Z] #27 9.247 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-11-17T22:12:26.500Z] #27 9.255 Setting up libk5crypto3:amd64 (1.17-3+deb10u3) ... [2021-11-17T22:12:26.500Z] #27 9.265 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-11-17T22:12:26.500Z] #27 9.275 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-11-17T22:12:26.500Z] #27 9.288 Setting up libkrb5-3:amd64 (1.17-3+deb10u3) ... [2021-11-17T22:12:26.500Z] #27 9.299 Setting up openssl (1.1.1d-0+deb10u7) ... [2021-11-17T22:12:26.500Z] #27 9.315 Setting up libonig5:amd64 (6.9.1-1) ... [2021-11-17T22:12:26.500Z] #27 9.325 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-11-17T22:12:26.500Z] #27 9.336 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-11-17T22:12:26.500Z] #27 9.348 Setting up ca-certificates (20200601~deb10u2) ... [2021-11-17T22:12:27.437Z] #27 9.984 Updating certificates in /etc/ssl/certs... [2021-11-17T22:12:27.553Z] #56 150.1 + bin/containerd-shim-runc-v2 [2021-11-17T22:12:27.553Z] #56 150.7 + binaries [2021-11-17T22:12:27.811Z] #56 150.7 + install -D bin/containerd /build/containerd [2021-11-17T22:12:27.811Z] #56 150.8 + install -D bin/containerd-shim /build/containerd-shim [2021-11-17T22:12:27.811Z] #56 150.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-11-17T22:12:27.811Z] #56 150.8 + install -D bin/ctr /build/ctr [2021-11-17T22:12:28.010Z] #27 10.75 137 added, 0 removed; done. [2021-11-17T22:12:28.011Z] #27 10.78 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u3) ... [2021-11-17T22:12:28.011Z] #27 10.79 Setting up jq (1.5+dfsg-2+b1) ... [2021-11-17T22:12:28.011Z] #27 10.80 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-11-17T22:12:28.011Z] #27 10.81 Setting up curl (7.64.0-4+deb10u2) ... [2021-11-17T22:12:28.011Z] #27 10.82 Processing triggers for libc-bin (2.28-10) ... [2021-11-17T22:12:28.011Z] #27 10.85 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-11-17T22:12:28.071Z] #56 DONE 151.1s [2021-11-17T22:12:28.270Z] #27 10.86 Updating certificates in /etc/ssl/certs... [2021-11-17T22:12:28.839Z] #27 11.54 0 added, 0 removed; done. [2021-11-17T22:12:28.839Z] #27 11.54 Running hooks in /etc/ca-certificates/update.d... [2021-11-17T22:12:28.839Z] #27 11.54 done. [2021-11-17T22:12:29.427Z] #56 137.8 + bin/containerd-stress [2021-11-17T22:12:29.687Z] #56 138.8 + bin/containerd-shim [2021-11-17T22:12:29.973Z] [2021-11-17T22:12:29.973Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-11-17T22:12:29.973Z] #57 sha256:ece1fd782c1a0e1560c89fd8ded2a3ae1f6ec1ebc9b457901d49a19134c69ee5 [2021-11-17T22:12:29.973Z] #57 DONE 0.2s [2021-11-17T22:12:29.973Z] [2021-11-17T22:12:29.973Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-11-17T22:12:29.973Z] #61 sha256:17a629b9057bf272c426ef722b5a9a3892132525d042e88eb69e98a7d0c15caf [2021-11-17T22:12:29.973Z] #61 DONE 0.1s [2021-11-17T22:12:29.973Z] [2021-11-17T22:12:29.973Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-11-17T22:12:29.973Z] #66 sha256:2a2b43d15143ff00fd333724f00e7609dd7156c2985c179934f080778b7d99c8 [2021-11-17T22:12:30.216Z] #27 DONE 13.1s [2021-11-17T22:12:30.216Z] [2021-11-17T22:12:30.216Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-11-17T22:12:30.216Z] #28 sha256:2add5327b9711d78a7863900280edc061eb91e32d3e71bb2d2d56b2d15b0bb78 [2021-11-17T22:12:30.353Z] INFO: Extraction ended at 11/17/2021 22:12:28. Duration:00:00:21.1356546 [2021-11-17T22:12:30.353Z] INFO: Updating the golang and path environment variables [2021-11-17T22:12:30.353Z] INFO: GOPATH=d:\gopath [2021-11-17T22:12:30.353Z] INFO: go version go1.16.10 windows/amd64 [2021-11-17T22:12:30.353Z] INFO: Running the daemon under test in debug mode [2021-11-17T22:12:30.353Z] INFO: Starting a daemon under test... [2021-11-17T22:12:30.353Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43024\2\daemon --pidfile d:\CI\PR-43024\2\docker.pid -D [2021-11-17T22:12:30.353Z] INFO: Process started successfully. [2021-11-17T22:12:30.353Z] INFO: Start tailing logs of the daemon under tests [2021-11-17T22:12:30.353Z] INFO: Waiting for the daemon under test to start... [2021-11-17T22:12:30.477Z] #28 DONE 0.2s [2021-11-17T22:12:30.477Z] [2021-11-17T22:12:30.477Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-11-17T22:12:30.477Z] #29 sha256:446d3a1230a279347ce102fa2a7b825833f464ed63d2dd993899ff76a2ddfeb5 [2021-11-17T22:12:30.525Z] #9 ... [2021-11-17T22:12:30.525Z] [2021-11-17T22:12:30.525Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-11-17T22:12:30.525Z] #65 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2021-11-17T22:12:30.525Z] #65 DONE 4.9s [2021-11-17T22:12:30.525Z] [2021-11-17T22:12:30.525Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.10-buster@sha256:c7eca30132701a36c0cbf1044d13762a5834debbf9d6bd27d3637f529f85c09c [2021-11-17T22:12:30.525Z] #9 sha256:3691218b0119731218e7db49c8f54d430133fc548420d44e06910b9e7200b95b [2021-11-17T22:12:30.538Z] #66 DONE 0.5s [2021-11-17T22:12:30.538Z] [2021-11-17T22:12:30.538Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-11-17T22:12:30.538Z] #68 sha256:def7fe9bbeef4d1a712e197402ebca01bf9184009826094eeb7d4297c55d8d66 [2021-11-17T22:12:30.538Z] #68 DONE 0.0s [2021-11-17T22:12:30.538Z] [2021-11-17T22:12:30.538Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-11-17T22:12:30.538Z] #69 sha256:efddd54c0aee2e0c23370a9f35fde4ddff673774574166dc98f8b8c014e59287 [2021-11-17T22:12:30.538Z] #69 DONE 0.0s [2021-11-17T22:12:30.538Z] [2021-11-17T22:12:30.538Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-11-17T22:12:30.538Z] #70 sha256:baf3d0eab712f161f81f9f73e3ca576b1c0028731d61fa2face1b5d742144614 [2021-11-17T22:12:30.791Z] #9 extracting sha256:2dd11a49dffe30802e7ca1b3bc81fc1e42fe376cfc0498d41ee7d3f47ea3cd33 4.6s done [2021-11-17T22:12:31.049Z] #9 extracting sha256:27d044af3d1e78b0222219f31b17781464c1fc62356a50fd3616b505c6711459 done [2021-11-17T22:12:31.308Z] #9 DONE 18.4s [2021-11-17T22:12:31.308Z] [2021-11-17T22:12:31.308Z] #27 [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 [2021-11-17T22:12:31.308Z] #27 sha256:8f65e01b862c3cc05a11d9e9fd62a39cad8b717e45addacb9460e52a0e255031 [2021-11-17T22:12:31.308Z] #27 1.647 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] [2021-11-17T22:12:31.308Z] #27 1.662 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-11-17T22:12:31.308Z] #27 1.662 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-11-17T22:12:31.308Z] #27 1.786 Get:4 http://deb.debian.org/debian buster/main arm64 Packages [7735 kB] [2021-11-17T22:12:31.308Z] #27 2.041 Get:5 http://security.debian.org/debian-security buster/updates/main arm64 Packages [304 kB] [2021-11-17T22:12:31.308Z] #27 2.127 Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB] [2021-11-17T22:12:31.308Z] #27 3.186 Fetched 8292 kB in 2s (4625 kB/s) [2021-11-17T22:12:31.308Z] #27 3.186 Reading package lists... [2021-11-17T22:12:31.308Z] #27 3.819 Reading package lists... [2021-11-17T22:12:31.308Z] #27 4.445 Building dependency tree... [2021-11-17T22:12:31.308Z] #27 4.751 The following additional packages will be installed: [2021-11-17T22:12:31.308Z] #27 4.753 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-11-17T22:12:31.308Z] #27 4.753 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-11-17T22:12:31.308Z] #27 4.753 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-11-17T22:12:31.308Z] #27 4.753 Suggested packages: [2021-11-17T22:12:31.308Z] #27 4.753 krb5-doc krb5-user [2021-11-17T22:12:31.308Z] #27 4.753 Recommended packages: [2021-11-17T22:12:31.308Z] #27 4.753 krb5-locales publicsuffix libsasl2-modules [2021-11-17T22:12:31.308Z] #27 4.949 The following NEW packages will be installed: [2021-11-17T22:12:31.308Z] #27 4.949 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-11-17T22:12:31.308Z] #27 4.949 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-11-17T22:12:31.308Z] #27 4.950 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-11-17T22:12:31.308Z] #27 4.950 libssh2-1 libssl1.1 openssl [2021-11-17T22:12:31.308Z] #27 5.225 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2021-11-17T22:12:31.308Z] #27 5.225 Need to get 4779 kB of archives. [2021-11-17T22:12:31.308Z] #27 5.225 After this operation, 11.5 MB of additional disk space will be used. [2021-11-17T22:12:31.308Z] #27 5.225 Get:1 http://deb.debian.org/debian buster/main arm64 libssl1.1 arm64 1.1.1d-0+deb10u7 [1382 kB] [2021-11-17T22:12:31.308Z] #27 5.252 Get:2 http://deb.debian.org/debian buster/main arm64 openssl arm64 1.1.1d-0+deb10u7 [824 kB] [2021-11-17T22:12:31.308Z] #27 5.262 Get:3 http://deb.debian.org/debian buster/main arm64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-11-17T22:12:31.308Z] #27 5.284 Get:4 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB] [2021-11-17T22:12:31.308Z] #27 5.288 Get:5 http://deb.debian.org/debian buster/main arm64 libkrb5support0 arm64 1.17-3+deb10u3 [65.0 kB] [2021-11-17T22:12:31.308Z] #27 5.292 Get:6 http://deb.debian.org/debian buster/main arm64 libk5crypto3 arm64 1.17-3+deb10u3 [123 kB] [2021-11-17T22:12:31.308Z] #27 5.298 Get:7 http://deb.debian.org/debian buster/main arm64 libkrb5-3 arm64 1.17-3+deb10u3 [351 kB] [2021-11-17T22:12:31.308Z] #27 5.300 Get:8 http://deb.debian.org/debian buster/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u3 [150 kB] [2021-11-17T22:12:31.308Z] #27 5.319 Get:9 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u1 [69.3 kB] [2021-11-17T22:12:31.308Z] #27 5.324 Get:10 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u1 [105 kB] [2021-11-17T22:12:31.308Z] #27 5.328 Get:11 http://deb.debian.org/debian buster/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-11-17T22:12:31.308Z] #27 5.352 Get:12 http://deb.debian.org/debian buster/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u6 [216 kB] [2021-11-17T22:12:31.308Z] #27 5.415 Get:13 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB] [2021-11-17T22:12:31.308Z] #27 5.474 Get:14 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB] [2021-11-17T22:12:31.308Z] #27 5.526 Get:15 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB] [2021-11-17T22:12:31.308Z] #27 5.581 Get:16 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB] [2021-11-17T22:12:31.308Z] #27 5.588 Get:17 http://deb.debian.org/debian buster/main arm64 libcurl4 arm64 7.64.0-4+deb10u2 [312 kB] [2021-11-17T22:12:31.308Z] #27 5.592 Get:18 http://deb.debian.org/debian buster/main arm64 curl arm64 7.64.0-4+deb10u2 [260 kB] [2021-11-17T22:12:31.308Z] #27 5.595 Get:19 http://deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2021-11-17T22:12:31.308Z] #27 5.599 Get:20 http://deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2021-11-17T22:12:31.308Z] #27 5.603 Get:21 http://deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2021-11-17T22:12:31.308Z] #27 5.900 debconf: delaying package configuration, since apt-utils is not installed [2021-11-17T22:12:31.308Z] #27 5.927 Fetched 4779 kB in 1s (7492 kB/s) [2021-11-17T22:12:31.308Z] #27 6.267 Selecting previously unselected package libssl1.1:arm64. [2021-11-17T22:12:31.308Z] #27 6.267 (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 ... 6670 files and directories currently installed.) [2021-11-17T22:12:31.308Z] #27 6.267 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u7_arm64.deb ... [2021-11-17T22:12:31.308Z] #27 6.290 Unpacking libssl1.1:arm64 (1.1.1d-0+deb10u7) ... [2021-11-17T22:12:31.308Z] #27 6.966 Selecting previously unselected package openssl. [2021-11-17T22:12:31.308Z] #27 6.966 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u7_arm64.deb ... [2021-11-17T22:12:31.308Z] #27 6.981 Unpacking openssl (1.1.1d-0+deb10u7) ... [2021-11-17T22:12:31.308Z] #27 7.194 Selecting previously unselected package ca-certificates. [2021-11-17T22:12:31.308Z] #27 7.194 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-11-17T22:12:31.308Z] #27 7.198 Unpacking ca-certificates (20200601~deb10u2) ... [2021-11-17T22:12:31.308Z] #27 7.288 Selecting previously unselected package libkeyutils1:arm64. [2021-11-17T22:12:31.308Z] #27 7.288 Preparing to unpack .../03-libkeyutils1_1.6-6_arm64.deb ... [2021-11-17T22:12:31.308Z] #27 7.298 Unpacking libkeyutils1:arm64 (1.6-6) ... [2021-11-17T22:12:31.308Z] #27 7.341 Selecting previously unselected package libkrb5support0:arm64. [2021-11-17T22:12:31.308Z] #27 7.341 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u3_arm64.deb ... [2021-11-17T22:12:31.308Z] #27 7.344 Unpacking libkrb5support0:arm64 (1.17-3+deb10u3) ... [2021-11-17T22:12:31.308Z] #27 7.386 Selecting previously unselected package libk5crypto3:arm64. [2021-11-17T22:12:31.308Z] #27 7.386 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u3_arm64.deb ... [2021-11-17T22:12:31.308Z] #27 7.389 Unpacking libk5crypto3:arm64 (1.17-3+deb10u3) ... [2021-11-17T22:12:31.308Z] #27 7.437 Selecting previously unselected package libkrb5-3:arm64. [2021-11-17T22:12:31.309Z] #27 7.437 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u3_arm64.deb ... [2021-11-17T22:12:31.309Z] #27 7.441 Unpacking libkrb5-3:arm64 (1.17-3+deb10u3) ... [2021-11-17T22:12:31.309Z] #27 7.521 Selecting previously unselected package libgssapi-krb5-2:arm64. [2021-11-17T22:12:31.309Z] #27 7.522 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u3_arm64.deb ... [2021-11-17T22:12:31.309Z] #27 7.529 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u3) ... [2021-11-17T22:12:31.309Z] #27 7.630 Selecting previously unselected package libsasl2-modules-db:arm64. [2021-11-17T22:12:31.309Z] #27 7.630 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2021-11-17T22:12:31.309Z] #27 7.635 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-11-17T22:12:31.309Z] #27 7.677 Selecting previously unselected package libsasl2-2:arm64. [2021-11-17T22:12:31.309Z] #27 7.677 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2021-11-17T22:12:31.309Z] #27 7.685 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-11-17T22:12:31.309Z] #27 7.730 Selecting previously unselected package libldap-common. [2021-11-17T22:12:31.309Z] #27 7.730 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-11-17T22:12:31.309Z] #27 7.742 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-11-17T22:12:31.309Z] #27 7.787 Selecting previously unselected package libldap-2.4-2:arm64. [2021-11-17T22:12:31.309Z] #27 7.787 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_arm64.deb ... [2021-11-17T22:12:31.309Z] #27 7.797 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ... [2021-11-17T22:12:31.309Z] #27 7.856 Selecting previously unselected package libnghttp2-14:arm64. [2021-11-17T22:12:31.309Z] #27 7.856 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ... [2021-11-17T22:12:31.309Z] #27 7.860 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2021-11-17T22:12:31.309Z] #27 7.910 Selecting previously unselected package libpsl5:arm64. [2021-11-17T22:12:31.309Z] #27 7.910 Preparing to unpack .../13-libpsl5_0.20.2-2_arm64.deb ... [2021-11-17T22:12:31.309Z] #27 7.914 Unpacking libpsl5:arm64 (0.20.2-2) ... [2021-11-17T22:12:31.309Z] #27 7.964 Selecting previously unselected package librtmp1:arm64. [2021-11-17T22:12:31.309Z] #27 7.964 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ... [2021-11-17T22:12:31.309Z] #27 7.973 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2021-11-17T22:12:31.309Z] #27 8.014 Selecting previously unselected package libssh2-1:arm64. [2021-11-17T22:12:31.309Z] #27 8.014 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_arm64.deb ... [2021-11-17T22:12:31.309Z] #27 8.020 Unpacking libssh2-1:arm64 (1.8.0-2.1) ... [2021-11-17T22:12:31.309Z] #27 8.075 Selecting previously unselected package libcurl4:arm64. [2021-11-17T22:12:31.309Z] #27 8.075 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_arm64.deb ... [2021-11-17T22:12:31.309Z] #27 8.084 Unpacking libcurl4:arm64 (7.64.0-4+deb10u2) ... [2021-11-17T22:12:31.309Z] #27 8.149 Selecting previously unselected package curl. [2021-11-17T22:12:31.309Z] #27 8.149 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_arm64.deb ... [2021-11-17T22:12:31.309Z] #27 8.154 Unpacking curl (7.64.0-4+deb10u2) ... [2021-11-17T22:12:31.309Z] #27 8.242 Selecting previously unselected package libonig5:arm64. [2021-11-17T22:12:31.309Z] #27 8.242 Preparing to unpack .../18-libonig5_6.9.1-1_arm64.deb ... [2021-11-17T22:12:31.309Z] #27 8.260 Unpacking libonig5:arm64 (6.9.1-1) ... [2021-11-17T22:12:31.309Z] #27 8.314 Selecting previously unselected package libjq1:arm64. [2021-11-17T22:12:31.309Z] #27 8.314 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2021-11-17T22:12:31.309Z] #27 8.318 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-11-17T22:12:31.309Z] #27 8.376 Selecting previously unselected package jq. [2021-11-17T22:12:31.309Z] #27 8.376 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_arm64.deb ... [2021-11-17T22:12:31.309Z] #27 8.379 Unpacking jq (1.5+dfsg-2+b1) ... [2021-11-17T22:12:31.309Z] #27 8.417 Setting up libkeyutils1:arm64 (1.6-6) ... [2021-11-17T22:12:31.309Z] #27 8.427 Setting up libpsl5:arm64 (0.20.2-2) ... [2021-11-17T22:12:31.309Z] #27 8.439 Setting up libssl1.1:arm64 (1.1.1d-0+deb10u7) ... [2021-11-17T22:12:31.309Z] #27 8.587 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2021-11-17T22:12:31.309Z] #27 8.599 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-11-17T22:12:31.309Z] #27 8.612 Setting up libkrb5support0:arm64 (1.17-3+deb10u3) ... [2021-11-17T22:12:31.309Z] #27 8.624 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-11-17T22:12:31.309Z] #27 8.635 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2021-11-17T22:12:31.309Z] #27 8.647 Setting up libk5crypto3:arm64 (1.17-3+deb10u3) ... [2021-11-17T22:12:31.309Z] #27 8.659 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-11-17T22:12:31.309Z] #27 8.678 Setting up libssh2-1:arm64 (1.8.0-2.1) ... [2021-11-17T22:12:31.309Z] #27 8.700 Setting up libkrb5-3:arm64 (1.17-3+deb10u3) ... [2021-11-17T22:12:31.309Z] #27 8.713 Setting up openssl (1.1.1d-0+deb10u7) ... [2021-11-17T22:12:31.309Z] #27 8.733 Setting up libonig5:arm64 (6.9.1-1) ... [2021-11-17T22:12:31.309Z] #27 8.753 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-11-17T22:12:31.472Z] #70 DONE 0.7s [2021-11-17T22:12:31.472Z] [2021-11-17T22:12:31.472Z] #71 exporting to image [2021-11-17T22:12:31.472Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-11-17T22:12:31.472Z] #71 exporting layers [2021-11-17T22:12:31.568Z] #27 8.768 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ... [2021-11-17T22:12:31.568Z] #27 8.779 Setting up ca-certificates (20200601~deb10u2) ... [2021-11-17T22:12:32.137Z] #27 ... [2021-11-17T22:12:32.137Z] [2021-11-17T22:12:32.137Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-11-17T22:12:32.137Z] #10 sha256:a8223f67753ebe26fea3ed14f1615f6da8f84d6275a23db1c3ec1fa8889c334c [2021-11-17T22:12:32.137Z] #10 DONE 0.7s [2021-11-17T22:12:32.137Z] [2021-11-17T22:12:32.137Z] #27 [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 [2021-11-17T22:12:32.137Z] #27 sha256:8f65e01b862c3cc05a11d9e9fd62a39cad8b717e45addacb9460e52a0e255031 [2021-11-17T22:12:32.137Z] #27 9.469 Updating certificates in /etc/ssl/certs... [2021-11-17T22:12:32.137Z] #27 ... [2021-11-17T22:12:32.137Z] [2021-11-17T22:12:32.137Z] #11 [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 [2021-11-17T22:12:32.137Z] #11 sha256:9fa55a5b4fc232b2dce0c297c9ab009dc969941706a9938c391ba093347f847d [2021-11-17T22:12:32.393Z] #29 1.968 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-11-17T22:12:32.652Z] #29 2.109 [2021-11-17T22:12:33.116Z] #11 DONE 0.7s [2021-11-17T22:12:33.116Z] [2021-11-17T22:12:33.116Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-11-17T22:12:33.116Z] #31 sha256:4b4ade5c9d59f03b2b46b4959ceb55f20801433bc57f5641aab556a099727f0c [2021-11-17T22:12:33.116Z] #31 ... [2021-11-17T22:12:33.116Z] [2021-11-17T22:12:33.116Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-11-17T22:12:33.116Z] #39 sha256:cbffc8ac826cfb3d1737a2d98c7ec4523ec526e15c7f7e6910364a0b0f73676c [2021-11-17T22:12:33.116Z] #39 DONE 0.3s [2021-11-17T22:12:33.116Z] [2021-11-17T22:12:33.116Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-11-17T22:12:33.116Z] #31 sha256:4b4ade5c9d59f03b2b46b4959ceb55f20801433bc57f5641aab556a099727f0c [2021-11-17T22:12:33.116Z] #31 DONE 0.3s [2021-11-17T22:12:33.116Z] [2021-11-17T22:12:33.116Z] #32 [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 [2021-11-17T22:12:33.116Z] #32 sha256:827db25541513e73c7970e2c4d643a6df3a3e4ffdaab3539419f2bba02b1aa84 [2021-11-17T22:12:33.372Z] #71 exporting layers 1.8s done [2021-11-17T22:12:33.372Z] #71 writing image sha256:5f610dd4516037811baa081d0739c1667d245c36403a3666e68e466fc5e4bb56 done [2021-11-17T22:12:33.372Z] #71 naming to docker.io/library/docker:c49a46d4fbdb96b0df63130d2c346d9a8aa251dc done [2021-11-17T22:12:33.372Z] #71 DONE 1.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2021-11-17T22:12:33.431Z] #29 2.342 #=#=# ######### 12.7% ########################### 37.7% ########################################## 58.6% ######################################################## 78.3% ###################################################################### 98.1% ######################################################################## 100.0% [2021-11-17T22:12:33.431Z] #29 2.991 [2021-11-17T22:12:33.690Z] #29 3.234 #=#=# ######################################################## 78.8% ######################################################################## 100.0% [2021-11-17T22:12:33.704Z] + trap exit INT TERM [2021-11-17T22:12:33.704Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2021-11-17T22:12:33.704Z] + CONTAINER_NAME=docker-pr2 [2021-11-17T22:12:33.704Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43024/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43024/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c49a46d4fbdb96b0df63130d2c346d9a8aa251dc -e DOCKER_GRAPHDRIVER docker:c49a46d4fbdb96b0df63130d2c346d9a8aa251dc hack/make.sh dynbinary-daemon [2021-11-17T22:12:33.951Z] #29 3.474 [2021-11-17T22:12:34.270Z] [2021-11-17T22:12:34.471Z] #29 3.701 #=#=# 0.2% ######################################################################## 100.0% [2021-11-17T22:12:34.471Z] #29 3.998 [2021-11-17T22:12:34.529Z] Removing bundles/ [2021-11-17T22:12:34.529Z] [2021-11-17T22:12:34.529Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-11-17T22:12:34.529Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-11-17T22:12:34.529Z] GOOS="" GOARCH="" GOARM="" [2021-11-17T22:12:35.146Z] #32 ... [2021-11-17T22:12:35.146Z] [2021-11-17T22:12:35.146Z] #27 [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 [2021-11-17T22:12:35.146Z] #27 sha256:8f65e01b862c3cc05a11d9e9fd62a39cad8b717e45addacb9460e52a0e255031 [2021-11-17T22:12:35.146Z] #27 10.43 137 added, 0 removed; done. [2021-11-17T22:12:35.146Z] #27 10.56 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u3) ... [2021-11-17T22:12:35.146Z] #27 10.60 Setting up jq (1.5+dfsg-2+b1) ... [2021-11-17T22:12:35.146Z] #27 10.64 Setting up libcurl4:arm64 (7.64.0-4+deb10u2) ... [2021-11-17T22:12:35.146Z] #27 10.66 Setting up curl (7.64.0-4+deb10u2) ... [2021-11-17T22:12:35.146Z] #27 10.67 Processing triggers for libc-bin (2.28-10) ... [2021-11-17T22:12:35.146Z] #27 10.72 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-11-17T22:12:35.146Z] #27 10.72 Updating certificates in /etc/ssl/certs... [2021-11-17T22:12:35.146Z] #27 12.01 0 added, 0 removed; done. [2021-11-17T22:12:35.146Z] #27 12.01 Running hooks in /etc/ca-certificates/update.d... [2021-11-17T22:12:35.146Z] #27 12.01 done. [2021-11-17T22:12:35.146Z] #27 DONE 12.4s [2021-11-17T22:12:35.146Z] [2021-11-17T22:12:35.146Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-11-17T22:12:35.146Z] #28 sha256:e8e6e86a4f4bbacd6e828b60790f642020aa3cf0a035e6c4511d7966159e3a2d [2021-11-17T22:12:35.254Z] #29 4.216 #=#=# ########### 16.7% ########################## 37.2% ######################################## 56.4% ###################################################### 75.8% #################################################################### 95.0% ######################################################################## 100.0% [2021-11-17T22:12:35.254Z] #29 4.832 [2021-11-17T22:12:35.405Z] #28 DONE 0.2s [2021-11-17T22:12:35.405Z] [2021-11-17T22:12:35.405Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-11-17T22:12:35.405Z] #29 sha256:1091aa5c17f5e56d3f13c4505e05242f066b173d39e5949585514ac641063e62 [2021-11-17T22:12:35.513Z] #29 5.056 #=#=# ### 4.8% [2021-11-17T22:12:35.513Z] #29 ... [2021-11-17T22:12:35.513Z] [2021-11-17T22:12:35.513Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.10-buster@sha256:c7eca30132701a36c0cbf1044d13762a5834debbf9d6bd27d3637f529f85c09c [2021-11-17T22:12:35.513Z] #9 sha256:ae993606a9f65624c0f89197724a1b6e0ee28e21b8dfb02d94848cfaf15c0e72 [2021-11-17T22:12:35.513Z] #9 extracting sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 4.0s done [2021-11-17T22:12:35.513Z] #9 extracting sha256:a910e26cc9dfc33c0c852afb0166d42fb55fa531d060e854d2d43807d3e75b09 6.8s [2021-11-17T22:12:35.772Z] #9 ... [2021-11-17T22:12:35.772Z] [2021-11-17T22:12:35.772Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-11-17T22:12:35.772Z] #29 sha256:446d3a1230a279347ce102fa2a7b825833f464ed63d2dd993899ff76a2ddfeb5 [2021-11-17T22:12:35.974Z] #29 ... [2021-11-17T22:12:35.974Z] [2021-11-17T22:12:35.974Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-11-17T22:12:35.974Z] #12 sha256:3c7bf1888abce24812eed15589b9e8ba876d75551d8b63f81a127dd346001274 [2021-11-17T22:12:35.974Z] #12 DONE 3.2s [2021-11-17T22:12:35.974Z] [2021-11-17T22:12:35.974Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-11-17T22:12:35.974Z] #13 sha256:b07f44288fc6d3e923a03491fec747205594a17974f55e81c41033427f1ea7b7 [2021-11-17T22:12:36.471Z] #56 138.0 + bin/containerd-stress [2021-11-17T22:12:36.471Z] #56 139.0 + bin/containerd-shim [2021-11-17T22:12:37.330Z] #29 5.056 #=#=# ### 4.8% ####### 10.0% ########## 15.2% ############## 20.4% ################## 25.6% ###################### 30.9% ######################### 36.1% ############################# 41.3% ################################# 46.5% ##################################### 51.7% ######################################## 56.9% ############################################ 62.1% ################################################ 67.3% #################################################### 72.5% ####################################################### 77.7% ########################################################### 82.9% ############################################################### 88.1% ################################################################### 93.3% ###################################################################### 98.6% ######################################################################## 100.0% [2021-11-17T22:12:37.590Z] #29 7.010 [2021-11-17T22:12:37.825Z] #56 145.7 + bin/containerd-shim-runc-v1 [2021-11-17T22:12:37.849Z] #29 7.513 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-11-17T22:12:38.108Z] #29 7.606 [2021-11-17T22:12:38.108Z] [2021-11-17T22:12:38.108Z] #29 ... [2021-11-17T22:12:38.108Z] [2021-11-17T22:12:38.108Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.10-buster@sha256:c7eca30132701a36c0cbf1044d13762a5834debbf9d6bd27d3637f529f85c09c [2021-11-17T22:12:38.108Z] #9 sha256:ae993606a9f65624c0f89197724a1b6e0ee28e21b8dfb02d94848cfaf15c0e72 [2021-11-17T22:12:38.108Z] #9 extracting sha256:a910e26cc9dfc33c0c852afb0166d42fb55fa531d060e854d2d43807d3e75b09 9.1s done [2021-11-17T22:12:38.108Z] #9 extracting sha256:10ec185a6eec706a8b4386dd770b8f2cd078b0ab30ca9b046d6b2d1a2d8ffac5 done [2021-11-17T22:12:38.108Z] #9 DONE 30.1s [2021-11-17T22:12:38.108Z] [2021-11-17T22:12:38.108Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-11-17T22:12:38.108Z] #29 sha256:446d3a1230a279347ce102fa2a7b825833f464ed63d2dd993899ff76a2ddfeb5 [2021-11-17T22:12:38.369Z] #29 7.824 #=#=# ######################################################################## 100.0% [2021-11-17T22:12:38.369Z] #29 7.917 [2021-11-17T22:12:38.937Z] #29 8.543 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-11-17T22:12:38.937Z] #29 8.653 [2021-11-17T22:12:39.505Z] #29 8.884 #=#=# ######################################################################## 100.0% [2021-11-17T22:12:39.505Z] #29 8.995 [2021-11-17T22:12:39.737Z] #56 145.7 + bin/containerd-shim-runc-v1 [2021-11-17T22:12:40.073Z] #29 9.472 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-11-17T22:12:40.073Z] #29 9.529 [2021-11-17T22:12:40.168Z] #13 4.005 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-11-17T22:12:40.168Z] #13 4.104 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-11-17T22:12:40.168Z] #13 4.104 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-11-17T22:12:40.168Z] #13 4.104 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-11-17T22:12:41.110Z] #13 ... [2021-11-17T22:12:41.110Z] [2021-11-17T22:12:41.110Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-11-17T22:12:41.110Z] #29 sha256:1091aa5c17f5e56d3f13c4505e05242f066b173d39e5949585514ac641063e62 [2021-11-17T22:12:41.110Z] #29 5.746 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-11-17T22:12:41.147Z] #56 150.1 + bin/containerd-shim-runc-v2 [2021-11-17T22:12:41.367Z] #29 9.741 #=#=# 0.6% ############ 17.0% ############################## 42.8% #################################### 50.4% ###################################### 53.0% ########################################### 60.4% ############################################### 66.2% ##################################################### 74.2% ######################################################################## 100.0% [2021-11-17T22:12:41.367Z] #29 10.77 [2021-11-17T22:12:41.626Z] #29 11.20 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-11-17T22:12:41.626Z] #29 11.26 [2021-11-17T22:12:41.718Z] #56 150.7 + binaries [2021-11-17T22:12:41.718Z] #56 150.7 + install -D bin/containerd /build/containerd [2021-11-17T22:12:41.718Z] #56 150.7 + install -D bin/containerd-shim /build/containerd-shim [2021-11-17T22:12:41.718Z] #56 150.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-11-17T22:12:41.718Z] #56 150.8 + install -D bin/ctr /build/ctr [2021-11-17T22:12:41.758Z] #29 6.291 [2021-11-17T22:12:42.142Z] #29 11.47 #=#=# ######################################################################## 100.0% [2021-11-17T22:12:42.142Z] #29 11.56 [2021-11-17T22:12:42.400Z] #29 11.93 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-11-17T22:12:42.400Z] #29 11.98 [2021-11-17T22:12:42.660Z] #29 12.19 #=#=# ######################################################################## 100.0% [2021-11-17T22:12:42.660Z] #29 12.25 [2021-11-17T22:12:42.660Z] #29 12.26 Download of images into '/build' complete. [2021-11-17T22:12:42.660Z] #29 12.26 Use something like the following to load the result into a Docker daemon: [2021-11-17T22:12:42.660Z] #29 12.26 tar -cC '/build' . | docker load [2021-11-17T22:12:42.815Z] #29 6.613 #=#=# 0.3% ### 5.0% ###### 8.5% ######## 11.6% ########## 14.8% ############ 16.9% [2021-11-17T22:12:42.815Z] #29 ... [2021-11-17T22:12:42.815Z] [2021-11-17T22:12:42.815Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-11-17T22:12:42.815Z] #58 sha256:051625bfd43c710f79f71f43c0911192a453c2a2d9dd0d83bd5079ac64dc1fa2 [2021-11-17T22:12:42.815Z] #58 4.873 + RM_GOPATH=0 [2021-11-17T22:12:42.815Z] #58 4.873 + TMP_GOPATH= [2021-11-17T22:12:42.815Z] #58 4.873 + : /build [2021-11-17T22:12:42.815Z] #58 4.873 + '[' -z '' ']' [2021-11-17T22:12:42.815Z] #58 4.873 ++ mktemp -d [2021-11-17T22:12:42.815Z] #58 4.873 + export GOPATH=/tmp/tmp.Vvmajc2Yf2 [2021-11-17T22:12:42.815Z] #58 4.873 + GOPATH=/tmp/tmp.Vvmajc2Yf2 [2021-11-17T22:12:42.815Z] #58 4.873 + RM_GOPATH=1 [2021-11-17T22:12:42.815Z] #58 4.873 + case "$(go env GOARCH)" in [2021-11-17T22:12:42.815Z] #58 4.873 ++ go env GOARCH [2021-11-17T22:12:42.815Z] #58 4.873 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:12:42.815Z] #58 4.873 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:12:42.815Z] #58 4.873 ++ dirname /tmp/install/install.sh [2021-11-17T22:12:42.815Z] #58 4.873 + dir=/tmp/install [2021-11-17T22:12:42.815Z] #58 4.873 + bin=rootlesskit [2021-11-17T22:12:42.815Z] #58 4.873 + shift [2021-11-17T22:12:42.815Z] #58 4.873 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-11-17T22:12:42.815Z] #58 4.873 + . /tmp/install/rootlesskit.installer [2021-11-17T22:12:42.815Z] #58 4.873 ++ : 87d443683ac1e8aba4110b8081f15aaae432aaa2 [2021-11-17T22:12:42.815Z] #58 4.873 + install_rootlesskit [2021-11-17T22:12:42.815Z] #58 4.873 + case "$1" in [2021-11-17T22:12:42.815Z] #58 4.873 + export CGO_ENABLED=0 [2021-11-17T22:12:42.815Z] #58 4.873 + CGO_ENABLED=0 [2021-11-17T22:12:42.815Z] #58 4.873 + _install_rootlesskit [2021-11-17T22:12:42.815Z] #58 4.873 + echo 'Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2' [2021-11-17T22:12:42.815Z] #58 4.873 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.Vvmajc2Yf2/src/github.com/rootless-containers/rootlesskit [2021-11-17T22:12:42.815Z] #58 4.873 Cloning into '/tmp/tmp.Vvmajc2Yf2/src/github.com/rootless-containers/rootlesskit'... [2021-11-17T22:12:42.815Z] #58 4.873 Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2 [2021-11-17T22:12:42.815Z] #58 7.421 + cd /tmp/tmp.Vvmajc2Yf2/src/github.com/rootless-containers/rootlesskit [2021-11-17T22:12:42.815Z] #58 7.421 + git checkout -q 87d443683ac1e8aba4110b8081f15aaae432aaa2 [2021-11-17T22:12:42.815Z] #58 7.510 + export GO111MODULE=on [2021-11-17T22:12:42.815Z] #58 7.516 + GO111MODULE=on [2021-11-17T22:12:42.815Z] #58 7.516 + export GOPROXY=https://proxy.golang.org [2021-11-17T22:12:42.815Z] #58 7.516 + GOPROXY=https://proxy.golang.org [2021-11-17T22:12:42.815Z] #58 7.516 + for f in rootlesskit rootlesskit-docker-proxy [2021-11-17T22:12:42.815Z] #58 7.516 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-11-17T22:12:42.815Z] #58 ... [2021-11-17T22:12:42.815Z] [2021-11-17T22:12:42.815Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-11-17T22:12:42.815Z] #42 sha256:b078e7edfa1a8e332981599a6386260169e27a11bf9be2f396349a64530c7b9e [2021-11-17T22:12:42.815Z] #42 6.008 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-11-17T22:12:42.815Z] #42 6.044 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-11-17T22:12:42.815Z] #42 6.183 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-11-17T22:12:42.816Z] #42 7.483 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] [2021-11-17T22:12:43.076Z] #42 ... [2021-11-17T22:12:43.076Z] [2021-11-17T22:12:43.076Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:12:43.076Z] #45 sha256:44427e0cda29539b860d742a51908d3dc2f5857a0ffb47fe00208f012ce41ed8 [2021-11-17T22:12:43.076Z] #45 6.191 + RM_GOPATH=0 [2021-11-17T22:12:43.076Z] #45 6.191 + TMP_GOPATH= [2021-11-17T22:12:43.076Z] #45 6.191 + : /build [2021-11-17T22:12:43.076Z] #45 6.191 + '[' -z '' ']' [2021-11-17T22:12:43.076Z] #45 6.191 ++ mktemp -d [2021-11-17T22:12:43.076Z] #45 6.191 + export GOPATH=/tmp/tmp.ljy614GaPS [2021-11-17T22:12:43.076Z] #45 6.191 + GOPATH=/tmp/tmp.ljy614GaPS [2021-11-17T22:12:43.076Z] #45 6.191 + RM_GOPATH=1 [2021-11-17T22:12:43.076Z] #45 6.191 + case "$(go env GOARCH)" in [2021-11-17T22:12:43.076Z] #45 6.191 ++ go env GOARCH [2021-11-17T22:12:43.076Z] #45 6.209 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-11-17T22:12:43.076Z] #45 6.209 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:12:43.076Z] #45 6.209 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:12:43.076Z] #45 6.209 ++ dirname /tmp/install/install.sh [2021-11-17T22:12:43.076Z] #45 6.209 + dir=/tmp/install [2021-11-17T22:12:43.076Z] #45 6.209 + bin=vndr [2021-11-17T22:12:43.076Z] #45 6.209 + shift [2021-11-17T22:12:43.076Z] #45 6.209 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-11-17T22:12:43.076Z] #45 6.209 + . /tmp/install/vndr.installer [2021-11-17T22:12:43.076Z] #45 6.209 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-11-17T22:12:43.076Z] #45 6.209 + install_vndr [2021-11-17T22:12:43.076Z] #45 6.209 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-11-17T22:12:43.076Z] #45 6.209 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.ljy614GaPS/src/github.com/LK4D4/vndr [2021-11-17T22:12:43.076Z] #45 6.209 Cloning into '/tmp/tmp.ljy614GaPS/src/github.com/LK4D4/vndr'... [2021-11-17T22:12:43.076Z] #45 7.420 + cd /tmp/tmp.ljy614GaPS/src/github.com/LK4D4/vndr [2021-11-17T22:12:43.076Z] #45 7.420 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-11-17T22:12:43.076Z] #45 7.420 + go build -buildmode=pie -v -o /build/vndr . [2021-11-17T22:12:43.076Z] #45 9.519 internal/unsafeheader [2021-11-17T22:12:43.076Z] #45 9.616 internal/cpu [2021-11-17T22:12:43.076Z] #45 9.760 runtime/internal/atomic [2021-11-17T22:12:43.076Z] #45 ... [2021-11-17T22:12:43.076Z] [2021-11-17T22:12:43.076Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-11-17T22:12:43.076Z] #67 sha256:cd29b0b35338a60de94ce3145f147b9a76b31fa4f704d6bb64374733f770455b [2021-11-17T22:12:43.076Z] #67 5.574 + RM_GOPATH=0 [2021-11-17T22:12:43.076Z] #67 5.574 + TMP_GOPATH= [2021-11-17T22:12:43.076Z] #67 5.574 + : /build [2021-11-17T22:12:43.076Z] #67 5.574 + '[' -z '' ']' [2021-11-17T22:12:43.076Z] #67 5.574 ++ mktemp -d [2021-11-17T22:12:43.076Z] #67 5.608 + export GOPATH=/tmp/tmp.dEvZQ2bf0K [2021-11-17T22:12:43.076Z] #67 5.608 + GOPATH=/tmp/tmp.dEvZQ2bf0K [2021-11-17T22:12:43.076Z] #67 5.608 + RM_GOPATH=1 [2021-11-17T22:12:43.076Z] #67 5.608 + case "$(go env GOARCH)" in [2021-11-17T22:12:43.076Z] #67 5.608 ++ go env GOARCH [2021-11-17T22:12:43.076Z] #67 5.608 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:12:43.076Z] #67 5.608 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:12:43.076Z] #67 5.608 ++ dirname /tmp/install/install.sh [2021-11-17T22:12:43.076Z] #67 5.608 + dir=/tmp/install [2021-11-17T22:12:43.076Z] #67 5.608 + bin=proxy [2021-11-17T22:12:43.076Z] #67 5.608 + shift [2021-11-17T22:12:43.076Z] #67 5.608 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-11-17T22:12:43.076Z] #67 5.608 + . /tmp/install/proxy.installer [2021-11-17T22:12:43.076Z] #67 5.608 ++ : 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-11-17T22:12:43.076Z] #67 5.608 + install_proxy [2021-11-17T22:12:43.076Z] #67 5.608 + case "$1" in [2021-11-17T22:12:43.076Z] #67 5.608 + export CGO_ENABLED=0 [2021-11-17T22:12:43.076Z] #67 5.608 + CGO_ENABLED=0 [2021-11-17T22:12:43.076Z] #67 5.608 + _install_proxy [2021-11-17T22:12:43.076Z] #67 5.608 + echo 'Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8' [2021-11-17T22:12:43.076Z] #67 5.608 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.dEvZQ2bf0K/src/github.com/docker/libnetwork [2021-11-17T22:12:43.076Z] #67 5.608 Cloning into '/tmp/tmp.dEvZQ2bf0K/src/github.com/docker/libnetwork'... [2021-11-17T22:12:43.076Z] #67 5.609 Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-11-17T22:12:43.355Z] #67 ... [2021-11-17T22:12:43.355Z] [2021-11-17T22:12:43.355Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-11-17T22:12:43.355Z] #24 sha256:ad113c6576d283c7cc60eedc32c6b7c19fe5152cc058e53877292346035382eb [2021-11-17T22:12:43.355Z] #24 5.911 + RM_GOPATH=0 [2021-11-17T22:12:43.355Z] #24 5.911 + TMP_GOPATH= [2021-11-17T22:12:43.355Z] #24 5.911 + : /build [2021-11-17T22:12:43.355Z] #24 5.911 + '[' -z '' ']' [2021-11-17T22:12:43.355Z] #24 5.911 ++ mktemp -d [2021-11-17T22:12:43.355Z] #24 5.912 + export GOPATH=/tmp/tmp.e4B5f065Xe [2021-11-17T22:12:43.355Z] #24 5.912 + GOPATH=/tmp/tmp.e4B5f065Xe [2021-11-17T22:12:43.355Z] #24 5.912 + RM_GOPATH=1 [2021-11-17T22:12:43.355Z] #24 5.912 + case "$(go env GOARCH)" in [2021-11-17T22:12:43.355Z] #24 5.912 ++ go env GOARCH [2021-11-17T22:12:43.355Z] #24 5.929 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:12:43.355Z] #24 5.929 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:12:43.355Z] #24 5.929 ++ dirname /tmp/install/install.sh [2021-11-17T22:12:43.356Z] #24 5.929 + dir=/tmp/install [2021-11-17T22:12:43.356Z] #24 5.929 + bin=dockercli [2021-11-17T22:12:43.356Z] #24 5.929 + shift [2021-11-17T22:12:43.356Z] #24 5.929 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-11-17T22:12:43.356Z] #24 5.929 + . /tmp/install/dockercli.installer [2021-11-17T22:12:43.356Z] #24 5.929 ++ : stable [2021-11-17T22:12:43.356Z] #24 5.929 ++ : 17.06.2-ce [2021-11-17T22:12:43.356Z] #24 5.929 + install_dockercli [2021-11-17T22:12:43.356Z] #24 5.929 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-11-17T22:12:43.356Z] #24 5.929 Install docker/cli version 17.06.2-ce from stable [2021-11-17T22:12:43.356Z] #24 5.933 ++ uname -m [2021-11-17T22:12:43.356Z] #24 5.936 + arch=aarch64 [2021-11-17T22:12:43.356Z] #24 5.936 + '[' aarch64 '!=' x86_64 ']' [2021-11-17T22:12:43.356Z] #24 5.936 + '[' aarch64 '!=' s390x ']' [2021-11-17T22:12:43.356Z] #24 5.936 + '[' aarch64 '!=' armhf ']' [2021-11-17T22:12:43.356Z] #24 5.936 + build_dockercli [2021-11-17T22:12:43.356Z] #24 5.936 + git clone https://github.com/docker/docker-ce /tmp/tmp.e4B5f065Xe/tmp/docker-ce [2021-11-17T22:12:43.356Z] #24 5.941 Cloning into '/tmp/tmp.e4B5f065Xe/tmp/docker-ce'... [2021-11-17T22:12:43.356Z] #24 ... [2021-11-17T22:12:43.356Z] [2021-11-17T22:12:43.356Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-11-17T22:12:43.356Z] #34 sha256:27dcc55ee98eb48e4c1c767d1fdac7d061697c304196d7c608ccd1ba3e9410d5 [2021-11-17T22:12:43.356Z] #34 5.956 + RM_GOPATH=0 [2021-11-17T22:12:43.356Z] #34 5.956 + TMP_GOPATH= [2021-11-17T22:12:43.356Z] #34 5.956 + : /build [2021-11-17T22:12:43.356Z] #34 5.956 + '[' -z '' ']' [2021-11-17T22:12:43.356Z] #34 5.956 ++ mktemp -d [2021-11-17T22:12:43.356Z] #34 5.956 + export GOPATH=/tmp/tmp.UkoDPOdU9c [2021-11-17T22:12:43.356Z] #34 5.956 + GOPATH=/tmp/tmp.UkoDPOdU9c [2021-11-17T22:12:43.356Z] #34 5.956 + RM_GOPATH=1 [2021-11-17T22:12:43.356Z] #34 5.956 + case "$(go env GOARCH)" in [2021-11-17T22:12:43.356Z] #34 5.956 ++ go env GOARCH [2021-11-17T22:12:43.356Z] #34 5.990 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:12:43.356Z] #34 5.990 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:12:43.356Z] #34 5.990 ++ dirname /tmp/install/install.sh [2021-11-17T22:12:43.356Z] #34 5.990 + dir=/tmp/install [2021-11-17T22:12:43.356Z] #34 5.990 + bin=tomlv [2021-11-17T22:12:43.356Z] #34 5.990 + shift [2021-11-17T22:12:43.356Z] #34 5.990 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-11-17T22:12:43.356Z] #34 5.990 + . /tmp/install/tomlv.installer [2021-11-17T22:12:43.356Z] #34 5.990 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-11-17T22:12:43.356Z] #34 5.990 + install_tomlv [2021-11-17T22:12:43.356Z] #34 5.990 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-11-17T22:12:43.356Z] #34 5.990 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.UkoDPOdU9c/src/github.com/BurntSushi/toml [2021-11-17T22:12:43.356Z] #34 5.992 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-11-17T22:12:43.356Z] #34 5.992 Cloning into '/tmp/tmp.UkoDPOdU9c/src/github.com/BurntSushi/toml'... [2021-11-17T22:12:43.356Z] #34 7.940 + cd /tmp/tmp.UkoDPOdU9c/src/github.com/BurntSushi/toml [2021-11-17T22:12:43.356Z] #34 7.940 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-11-17T22:12:43.356Z] #34 8.165 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-11-17T22:12:43.356Z] #34 9.486 internal/cpu [2021-11-17T22:12:43.356Z] #34 9.549 internal/unsafeheader [2021-11-17T22:12:43.356Z] #34 9.894 runtime/internal/atomic [2021-11-17T22:12:43.356Z] #34 10.35 internal/bytealg [2021-11-17T22:12:43.615Z] #34 ... [2021-11-17T22:12:43.615Z] [2021-11-17T22:12:43.615Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-11-17T22:12:43.615Z] #47 sha256:50cef05b51f8f0bee1f43cc328abd798c37d978619822f2cd94c3b8f334e7cee [2021-11-17T22:12:43.615Z] #47 6.209 + RM_GOPATH=0 [2021-11-17T22:12:43.615Z] #47 6.209 + TMP_GOPATH= [2021-11-17T22:12:43.615Z] #47 6.209 + : /build [2021-11-17T22:12:43.615Z] #47 6.209 + '[' -z '' ']' [2021-11-17T22:12:43.615Z] #47 6.219 ++ mktemp -d [2021-11-17T22:12:43.615Z] #47 6.219 + export GOPATH=/tmp/tmp.pzk01LBraL [2021-11-17T22:12:43.615Z] #47 6.219 + GOPATH=/tmp/tmp.pzk01LBraL [2021-11-17T22:12:43.615Z] #47 6.219 + RM_GOPATH=1 [2021-11-17T22:12:43.615Z] #47 6.219 + case "$(go env GOARCH)" in [2021-11-17T22:12:43.615Z] #47 6.224 ++ go env GOARCH [2021-11-17T22:12:43.615Z] #47 6.236 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:12:43.615Z] #47 6.236 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:12:43.615Z] #47 6.240 ++ dirname /tmp/install/install.sh [2021-11-17T22:12:43.615Z] #47 6.252 + dir=/tmp/install [2021-11-17T22:12:43.615Z] #47 6.252 + bin=gotestsum [2021-11-17T22:12:43.615Z] #47 6.252 + shift [2021-11-17T22:12:43.615Z] #47 6.252 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-11-17T22:12:43.615Z] #47 6.252 + . /tmp/install/gotestsum.installer [2021-11-17T22:12:43.615Z] #47 6.252 ++ : v0.5.3 [2021-11-17T22:12:43.615Z] #47 6.252 + install_gotestsum [2021-11-17T22:12:43.615Z] #47 6.252 + set -e [2021-11-17T22:12:43.615Z] #47 6.252 + export GO111MODULE=on [2021-11-17T22:12:43.615Z] #47 6.252 + GO111MODULE=on [2021-11-17T22:12:43.615Z] #47 6.252 + GOBIN=/build [2021-11-17T22:12:43.615Z] #47 6.252 + go get gotest.tools/gotestsum@v0.5.3 [2021-11-17T22:12:43.615Z] #47 7.115 go: downloading gotest.tools/gotestsum v0.5.3 [2021-11-17T22:12:43.615Z] #47 10.01 go: downloading github.com/fatih/color v1.9.0 [2021-11-17T22:12:43.615Z] #47 10.02 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-11-17T22:12:43.615Z] #47 10.17 go: downloading github.com/pkg/errors v0.9.1 [2021-11-17T22:12:43.615Z] #47 10.19 go: downloading github.com/spf13/pflag v1.0.3 [2021-11-17T22:12:43.615Z] #47 10.52 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-11-17T22:12:43.615Z] #47 10.79 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-11-17T22:12:43.615Z] #47 ... [2021-11-17T22:12:43.615Z] [2021-11-17T22:12:43.615Z] #36 [tini 1/2] 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 [2021-11-17T22:12:43.615Z] #36 sha256:065ca12eb2c38826d96765a3bcea4e89b3a60a65b276fd0a9e4a12c18bf8f44e [2021-11-17T22:12:43.615Z] #36 6.704 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-11-17T22:12:43.615Z] #36 6.783 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-11-17T22:12:43.615Z] #36 6.783 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-11-17T22:12:43.615Z] #36 8.254 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] [2021-11-17T22:12:43.615Z] #36 ... [2021-11-17T22:12:43.615Z] [2021-11-17T22:12:43.615Z] #55 [containerd 1/2] 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 [2021-11-17T22:12:43.615Z] #55 sha256:2aa35fc92e1e1683cb3f0ac876478ac5966e770f82588dec56e4251c8937152d [2021-11-17T22:12:43.615Z] #55 9.719 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-11-17T22:12:43.615Z] #55 9.844 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-11-17T22:12:43.615Z] #55 9.883 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-11-17T22:12:43.874Z] #55 ... [2021-11-17T22:12:43.874Z] [2021-11-17T22:12:43.874Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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 [2021-11-17T22:12:43.874Z] #40 sha256:90d150dc4a6b17f5986cc7591822c8cdf3597940a98fc025078f228cff0c0c7c [2021-11-17T22:12:43.874Z] #40 6.274 + git clone https://github.com/docker/distribution.git . [2021-11-17T22:12:43.874Z] #40 6.281 Cloning into '.'... [2021-11-17T22:12:43.874Z] #40 ... [2021-11-17T22:12:43.874Z] [2021-11-17T22:12:43.874Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:12:43.874Z] #51 sha256:9cb72d25743676e11aa6439c9651c7fa1046c8875e43edf9030a7e11922992ad [2021-11-17T22:12:43.874Z] #51 5.661 + RM_GOPATH=0 [2021-11-17T22:12:43.874Z] #51 5.661 + TMP_GOPATH= [2021-11-17T22:12:43.874Z] #51 5.662 + : /build [2021-11-17T22:12:43.874Z] #51 5.662 + '[' -z '' ']' [2021-11-17T22:12:43.874Z] #51 5.672 ++ mktemp -d [2021-11-17T22:12:43.874Z] #51 5.672 + export GOPATH=/tmp/tmp.BFbhVC7eNC [2021-11-17T22:12:43.874Z] #51 5.672 + GOPATH=/tmp/tmp.BFbhVC7eNC [2021-11-17T22:12:43.874Z] #51 5.672 + RM_GOPATH=1 [2021-11-17T22:12:43.874Z] #51 5.672 + case "$(go env GOARCH)" in [2021-11-17T22:12:43.874Z] #51 5.672 ++ go env GOARCH [2021-11-17T22:12:43.874Z] #51 5.674 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:12:43.874Z] #51 5.674 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:12:43.874Z] #51 5.674 ++ dirname /tmp/install/install.sh [2021-11-17T22:12:43.875Z] #51 5.674 + dir=/tmp/install [2021-11-17T22:12:43.875Z] #51 5.674 + bin=shfmt [2021-11-17T22:12:43.875Z] #51 5.674 + shift [2021-11-17T22:12:43.875Z] #51 5.674 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-11-17T22:12:43.875Z] #51 5.674 + . /tmp/install/shfmt.installer [2021-11-17T22:12:43.875Z] #51 5.674 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-11-17T22:12:43.875Z] #51 5.674 + install_shfmt [2021-11-17T22:12:43.875Z] #51 5.674 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-11-17T22:12:43.875Z] #51 5.674 + git clone https://github.com/mvdan/sh.git /tmp/tmp.BFbhVC7eNC/src/github.com/mvdan/sh [2021-11-17T22:12:43.875Z] #51 5.674 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-11-17T22:12:43.875Z] #51 5.675 Cloning into '/tmp/tmp.BFbhVC7eNC/src/github.com/mvdan/sh'... [2021-11-17T22:12:43.906Z] #56 150.1 + bin/containerd-shim-runc-v2 [2021-11-17T22:12:44.035Z] #29 DONE 13.3s [2021-11-17T22:12:44.035Z] [2021-11-17T22:12:44.035Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-11-17T22:12:44.035Z] #10 sha256:5f4065678065e094c0189c52e78d17bfb74add524fcbfed2396ade1c30ccb40d [2021-11-17T22:12:44.035Z] #10 DONE 5.5s [2021-11-17T22:12:44.035Z] [2021-11-17T22:12:44.035Z] #11 [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 [2021-11-17T22:12:44.035Z] #11 sha256:b257263610dcead0aeb36612c341a63b1d7f5edecf65f5c8b98a4c179b1995c5 [2021-11-17T22:12:44.134Z] #51 ... [2021-11-17T22:12:44.134Z] [2021-11-17T22:12:44.134Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:12:44.134Z] #49 sha256:612a33872ad6219a512d73a934b11122b4cd07df7ab2d825f066b77c763f8256 [2021-11-17T22:12:44.134Z] #49 4.653 + RM_GOPATH=0 [2021-11-17T22:12:44.134Z] #49 4.653 + TMP_GOPATH= [2021-11-17T22:12:44.134Z] #49 4.653 + : /build [2021-11-17T22:12:44.134Z] #49 4.653 + '[' -z '' ']' [2021-11-17T22:12:44.134Z] #49 4.654 ++ mktemp -d [2021-11-17T22:12:44.134Z] #49 4.664 + export GOPATH=/tmp/tmp.GovyBami9Z [2021-11-17T22:12:44.134Z] #49 4.664 + GOPATH=/tmp/tmp.GovyBami9Z [2021-11-17T22:12:44.134Z] #49 4.664 + RM_GOPATH=1 [2021-11-17T22:12:44.134Z] #49 4.664 + case "$(go env GOARCH)" in [2021-11-17T22:12:44.134Z] #49 4.664 ++ go env GOARCH [2021-11-17T22:12:44.134Z] #49 4.664 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:12:44.134Z] #49 4.664 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:12:44.134Z] #49 4.664 ++ dirname /tmp/install/install.sh [2021-11-17T22:12:44.134Z] #49 4.664 + dir=/tmp/install [2021-11-17T22:12:44.134Z] #49 4.664 + bin=golangci_lint [2021-11-17T22:12:44.134Z] #49 4.664 + shift [2021-11-17T22:12:44.134Z] #49 4.664 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-11-17T22:12:44.134Z] #49 4.664 + . /tmp/install/golangci_lint.installer [2021-11-17T22:12:44.134Z] #49 4.664 ++ : v1.23.8 [2021-11-17T22:12:44.134Z] #49 4.664 + install_golangci_lint [2021-11-17T22:12:44.134Z] #49 4.664 + set -e [2021-11-17T22:12:44.134Z] #49 4.664 + export GO111MODULE=on [2021-11-17T22:12:44.134Z] #49 4.664 + GO111MODULE=on [2021-11-17T22:12:44.134Z] #49 4.664 + GOBIN=/build [2021-11-17T22:12:44.134Z] #49 4.664 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-11-17T22:12:44.134Z] #49 5.088 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-11-17T22:12:44.134Z] #49 ... [2021-11-17T22:12:44.134Z] [2021-11-17T22:12:44.134Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-11-17T22:12:44.134Z] #29 sha256:1091aa5c17f5e56d3f13c4505e05242f066b173d39e5949585514ac641063e62 [2021-11-17T22:12:44.258Z] #56 DONE 153.0s [2021-11-17T22:12:44.467Z] #56 150.7 + binaries [2021-11-17T22:12:44.467Z] #56 150.7 + install -D bin/containerd /build/containerd [2021-11-17T22:12:44.467Z] #56 150.7 + install -D bin/containerd-shim /build/containerd-shim [2021-11-17T22:12:44.467Z] #56 150.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-11-17T22:12:44.467Z] #56 150.7 + install -D bin/ctr /build/ctr [2021-11-17T22:12:44.678Z] #29 6.613 #=#=# 0.3% ### 5.0% ###### 8.5% ######## 11.6% ########## 14.8% ############ 16.9% ############## 19.9% ##################### 30.3% ######################## 33.8% ########################## 37.2% ############################### 43.2% ################################### 50.0% ##################################### 52.4% ######################################## 56.7% ########################################### 60.0% ################################################ 66.8% ################################################## 70.8% ##################################################### 74.9% ########################################################## 81.1% ############################################################## 86.4% ################################################################ 89.7% ################################################################## 92.1% ######################################################################## 100.0% [2021-11-17T22:12:44.971Z] #11 DONE 1.2s [2021-11-17T22:12:44.971Z] [2021-11-17T22:12:44.971Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-11-17T22:12:44.971Z] #58 sha256:2d3fcadc992eab87acde1e61b412d729146bd343fb23e14eca0a013df35e2fff [2021-11-17T22:12:45.199Z] [2021-11-17T22:12:45.199Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-11-17T22:12:45.199Z] #57 sha256:0b0143064fcb9a919dfea53555ca337854838f99ef7d7f48d029ff54c8051a0d [2021-11-17T22:12:45.230Z] #58 ... [2021-11-17T22:12:45.230Z] [2021-11-17T22:12:45.230Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-11-17T22:12:45.230Z] #31 sha256:b6e96d49d439cb5c43d0c6fdd6688b4b7907d9e4d45306db361013833de8ef01 [2021-11-17T22:12:45.230Z] #31 DONE 0.3s [2021-11-17T22:12:45.230Z] [2021-11-17T22:12:45.230Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-11-17T22:12:45.230Z] #39 sha256:00a8aedfe8f438f9ad6d7415aee35c937cf3246d711b63133a5a490563bd2e31 [2021-11-17T22:12:45.230Z] #39 DONE 0.3s [2021-11-17T22:12:45.246Z] #29 9.907 [2021-11-17T22:12:45.393Z] #56 DONE 151.5s [2021-11-17T22:12:45.489Z] [2021-11-17T22:12:45.489Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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 [2021-11-17T22:12:45.489Z] #40 sha256:2d462ea74ef525c4f75d25a79a9cf1f134c137bff45947dce31175cdabc798fa [2021-11-17T22:12:46.073Z] #29 10.14 #=#=# ##O#- # ## 3.2% ########################### 38.8% #################################### 51.2% ########################################################### 83.0% ######################################################################## 100.0% [2021-11-17T22:12:46.139Z] #57 DONE 0.9s [2021-11-17T22:12:46.139Z] [2021-11-17T22:12:46.139Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-11-17T22:12:46.139Z] #61 sha256:eb1b1dfd009b07c62b6bae8b06f8ad6fb82d976858d69f0a5ff7a6ea2992f683 [2021-11-17T22:12:46.139Z] #61 DONE 0.3s [2021-11-17T22:12:46.401Z] [2021-11-17T22:12:46.401Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-11-17T22:12:46.401Z] #66 sha256:a9e179d400cc25e05adbed72815a07c9afa0060402695a48ab5c1c5c20b35b8b [2021-11-17T22:12:46.760Z] [2021-11-17T22:12:46.760Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-11-17T22:12:46.760Z] #57 sha256:1f228babf4acd4a08427a78ede4b1ee91e7dc68f7ea3a2780cffee85e4dc602c [2021-11-17T22:12:46.973Z] #66 DONE 0.7s [2021-11-17T22:12:47.011Z] #29 11.53 [2021-11-17T22:12:47.235Z] [2021-11-17T22:12:47.235Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-11-17T22:12:47.235Z] #68 sha256:5dd25caed4a943af777375e7a7996d2c9acc4cb8701f35597a767e62748a9594 [2021-11-17T22:12:47.235Z] #68 DONE 0.0s [2021-11-17T22:12:47.235Z] [2021-11-17T22:12:47.235Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-11-17T22:12:47.235Z] #69 sha256:9deb9ac82d70ba2386aad5417567ddb8aa99fa4fb918be10403bf1e275293612 [2021-11-17T22:12:47.235Z] #69 DONE 0.0s [2021-11-17T22:12:47.235Z] [2021-11-17T22:12:47.235Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-11-17T22:12:47.235Z] #70 sha256:4d1aede3fafb4864606ad545e126269d8f5742e1b17e5b0e4e71503b8c2bef70 [2021-11-17T22:12:47.320Z] #57 DONE 0.5s [2021-11-17T22:12:47.320Z] [2021-11-17T22:12:47.320Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-11-17T22:12:47.320Z] #61 sha256:9f1f0d180a7c6e7a0f2e4eefa56e06f5d2fd9845d20e59874734534a0f61a6da [2021-11-17T22:12:47.320Z] #61 DONE 0.1s [2021-11-17T22:12:47.320Z] [2021-11-17T22:12:47.320Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-11-17T22:12:47.320Z] #66 sha256:50f10910253b35fd8bbe8ee97c57c4d4a10164e6020275b912c6da78888d92c7 [2021-11-17T22:12:47.788Z] #29 11.97 #=#=# 0.1% ################### 26.4% #################################### 50.5% ######################################################## 78.7% ######################################################################## 100.0% [2021-11-17T22:12:47.788Z] #29 ... [2021-11-17T22:12:47.788Z] [2021-11-17T22:12:47.788Z] #32 [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 [2021-11-17T22:12:47.788Z] #32 sha256:827db25541513e73c7970e2c4d643a6df3a3e4ffdaab3539419f2bba02b1aa84 [2021-11-17T22:12:47.788Z] #32 4.849 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-11-17T22:12:47.788Z] #32 4.849 Cloning into '.'... [2021-11-17T22:12:47.806Z] #70 DONE 0.8s [2021-11-17T22:12:47.806Z] [2021-11-17T22:12:47.806Z] #71 exporting to image [2021-11-17T22:12:47.806Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-11-17T22:12:47.806Z] #71 exporting layers [2021-11-17T22:12:48.056Z] #32 ... [2021-11-17T22:12:48.056Z] [2021-11-17T22:12:48.056Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:12:48.056Z] #45 sha256:44427e0cda29539b860d742a51908d3dc2f5857a0ffb47fe00208f012ce41ed8 [2021-11-17T22:12:48.056Z] #45 10.48 runtime/internal/sys [2021-11-17T22:12:48.056Z] #45 11.09 runtime/internal/math [2021-11-17T22:12:48.056Z] #45 11.09 internal/bytealg [2021-11-17T22:12:48.056Z] #45 11.25 internal/race [2021-11-17T22:12:48.056Z] #45 11.42 sync/atomic [2021-11-17T22:12:48.056Z] #45 12.32 unicode [2021-11-17T22:12:48.056Z] #45 13.61 runtime [2021-11-17T22:12:48.193Z] .....INFO: Daemon under test started and replied! [2021-11-17T22:12:48.193Z] INFO: Docker version of the daemon under test [2021-11-17T22:12:48.193Z] [2021-11-17T22:12:48.193Z] Client: [2021-11-17T22:12:48.193Z] Version: 17.06.2-ce [2021-11-17T22:12:48.193Z] API version: 1.30 [2021-11-17T22:12:48.193Z] Go version: go1.8.3 [2021-11-17T22:12:48.193Z] Git commit: cec0b72 [2021-11-17T22:12:48.193Z] Built: Tue Sep 5 19:57:19 2017 [2021-11-17T22:12:48.193Z] OS/Arch: windows/amd64 [2021-11-17T22:12:48.193Z] [2021-11-17T22:12:48.193Z] Server: [2021-11-17T22:12:48.193Z] Version: 0.0.0-dev [2021-11-17T22:12:48.193Z] API version: 1.41 (minimum version 1.24) [2021-11-17T22:12:48.193Z] Go version: go1.16.10 [2021-11-17T22:12:48.193Z] Git commit: b7f3546cf1 [2021-11-17T22:12:48.193Z] Built: 11/17/2021 22:10:59 [2021-11-17T22:12:48.193Z] OS/Arch: windows/amd64 [2021-11-17T22:12:48.193Z] Experimental: false [2021-11-17T22:12:48.193Z] [2021-11-17T22:12:48.193Z] INFO: Docker info of the daemon under test [2021-11-17T22:12:48.193Z] [2021-11-17T22:12:48.193Z] Containers: 0 [2021-11-17T22:12:48.193Z] Running: 0 [2021-11-17T22:12:48.193Z] Paused: 0 [2021-11-17T22:12:48.193Z] Stopped: 0 [2021-11-17T22:12:48.193Z] Images: 0 [2021-11-17T22:12:48.193Z] Server Version: 0.0.0-dev [2021-11-17T22:12:48.193Z] Storage Driver: windowsfilter [2021-11-17T22:12:48.193Z] Windows: [2021-11-17T22:12:48.193Z] Logging Driver: json-file [2021-11-17T22:12:48.193Z] Plugins: [2021-11-17T22:12:48.193Z] Volume: local [2021-11-17T22:12:48.193Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-11-17T22:12:48.193Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-11-17T22:12:48.193Z] Swarm: inactive [2021-11-17T22:12:48.193Z] Default Isolation: process [2021-11-17T22:12:48.193Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-11-17T22:12:48.193Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2021-11-17T22:12:48.193Z] OSType: windows [2021-11-17T22:12:48.193Z] Architecture: x86_64 [2021-11-17T22:12:48.193Z] CPUs: 4 [2021-11-17T22:12:48.193Z] Total Memory: 32GiB [2021-11-17T22:12:48.193Z] Name: azwin-2-108ca0 [2021-11-17T22:12:48.193Z] ID: 2V36:KFAY:YVZB:OULZ:FFHK:OK3F:GFUI:KJZW:ECE7:5OUE:X2CM:V2MV [2021-11-17T22:12:48.193Z] Docker Root Dir: D:\CI\PR-43024\2\daemon [2021-11-17T22:12:48.193Z] Debug Mode (client): false [2021-11-17T22:12:48.193Z] Debug Mode (server): true [2021-11-17T22:12:48.193Z] File Descriptors: -1 [2021-11-17T22:12:48.193Z] Goroutines: 16 [2021-11-17T22:12:48.193Z] System Time: 2021-11-17T22:12:48.0247961Z [2021-11-17T22:12:48.193Z] EventsListeners: 0 [2021-11-17T22:12:48.193Z] Registry: https://index.docker.io/v1/ [2021-11-17T22:12:48.193Z] Labels: [2021-11-17T22:12:48.193Z] Experimental: false [2021-11-17T22:12:48.193Z] Insecure Registries: [2021-11-17T22:12:48.193Z] 127.0.0.0/8 [2021-11-17T22:12:48.193Z] Live Restore Enabled: false [2021-11-17T22:12:48.193Z] [2021-11-17T22:12:48.193Z] [2021-11-17T22:12:48.193Z] INFO: Docker images of the daemon under test [2021-11-17T22:12:48.193Z] [2021-11-17T22:12:48.193Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-11-17T22:12:48.193Z] [2021-11-17T22:12:48.193Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-11-17T22:12:48.193Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2021-11-17T22:12:48.250Z] #66 DONE 0.8s [2021-11-17T22:12:48.250Z] [2021-11-17T22:12:48.250Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-11-17T22:12:48.250Z] #68 sha256:c87ca241f48c0be53f763e70d99811862cd57c0067657981817544c8306e4e2f [2021-11-17T22:12:48.250Z] #68 DONE 0.1s [2021-11-17T22:12:48.250Z] [2021-11-17T22:12:48.250Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-11-17T22:12:48.250Z] #69 sha256:6679d4848389d94b5cdd29c8cebaabf0f9824ce6cc08f9e4c687034cc02d73f5 [2021-11-17T22:12:48.250Z] #69 DONE 0.0s [2021-11-17T22:12:48.250Z] [2021-11-17T22:12:48.250Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-11-17T22:12:48.250Z] #70 sha256:a54586a1945539fcba6bbd11ce177bcf5201c48d425ad545165e50e8585771e1 [2021-11-17T22:12:48.624Z] #45 ... [2021-11-17T22:12:48.624Z] [2021-11-17T22:12:48.624Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-11-17T22:12:48.624Z] #29 sha256:1091aa5c17f5e56d3f13c4505e05242f066b173d39e5949585514ac641063e62 [2021-11-17T22:12:48.624Z] #29 13.25 [2021-11-17T22:12:48.664Z] ltsc2019: Pulling from windows/servercore [2021-11-17T22:12:48.664Z] 4612f6d0b889: Pulling fs layer [2021-11-17T22:12:48.664Z] c1f4c7287c99: Pulling fs layer [2021-11-17T22:12:48.811Z] #70 DONE 0.7s [2021-11-17T22:12:49.067Z] [2021-11-17T22:12:49.067Z] #71 exporting to image [2021-11-17T22:12:49.067Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-11-17T22:12:49.067Z] #71 exporting layers [2021-11-17T22:12:49.718Z] #71 exporting layers 1.5s done [2021-11-17T22:12:49.718Z] #71 writing image sha256:f751f024a87d5e9c39a6d08edd625305a35184f38ed64a34997fd50d7c98b64c [2021-11-17T22:12:49.718Z] #71 writing image sha256:f751f024a87d5e9c39a6d08edd625305a35184f38ed64a34997fd50d7c98b64c done [2021-11-17T22:12:49.718Z] #71 naming to docker.io/library/docker:781229ebb92184d01e91497b8a94e88934f8afc3 done [2021-11-17T22:12:49.718Z] #71 DONE 1.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2021-11-17T22:12:50.055Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43024/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43024/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=781229ebb92184d01e91497b8a94e88934f8afc3 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:781229ebb92184d01e91497b8a94e88934f8afc3 hack/validate/default [2021-11-17T22:12:50.820Z] #40 ... [2021-11-17T22:12:50.820Z] [2021-11-17T22:12:50.820Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-11-17T22:12:50.820Z] #12 sha256:2967b6543b50d5c1a7aa936931a82d3381e584b4501741300be2efec17c65992 [2021-11-17T22:12:50.820Z] #12 DONE 5.3s [2021-11-17T22:12:50.820Z] [2021-11-17T22:12:50.820Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-11-17T22:12:50.820Z] #13 sha256:c49801e2dce6d2ae9af8a4bf01e3f723d69e295b76ebdbe9590ac3e266c23ffb [2021-11-17T22:12:50.956Z] #71 exporting layers 1.8s done [2021-11-17T22:12:50.956Z] #71 writing image sha256:cbbc2237cdbd81d3b104c42b881272e6e4911656d60663c831ed654899425226 done [2021-11-17T22:12:50.956Z] #71 naming to docker.io/library/docker:434f1438ec517517507334d21c7683418b28663a done [2021-11-17T22:12:50.956Z] #71 DONE 1.9s [Pipeline] } [Pipeline] // stage [2021-11-17T22:12:51.209Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-11-17T22:12:51.475Z] #29 13.72 #=#=# ## 3.0% #### 6.7% ###### 9.4% ######### 13.5% ############ 17.0% ############## 19.8% ################ 22.8% ################## 26.2% #################### 29.1% ####################### 32.0% ######################### 35.8% ########################## 37.4% ############################## 41.7% ############################### 44.3% ################################### 48.8% ####################################### 54.6% ########################################## 59.7% ############################################## 65.0% ################################################# 68.1% #################################################### 72.9% ####################################################### 76.7% [2021-11-17T22:12:51.475Z] #29 ... [2021-11-17T22:12:51.475Z] [2021-11-17T22:12:51.475Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-11-17T22:12:51.475Z] #13 sha256:b07f44288fc6d3e923a03491fec747205594a17974f55e81c41033427f1ea7b7 [2021-11-17T22:12:51.475Z] #13 5.351 Get:5 http://deb.debian.org/debian buster-backports/main arm64 Packages [481 kB] [2021-11-17T22:12:51.475Z] #13 8.430 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] [2021-11-17T22:12:51.475Z] #13 12.03 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [304 kB] [2021-11-17T22:12:51.475Z] #13 ... [2021-11-17T22:12:51.475Z] [2021-11-17T22:12:51.475Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-11-17T22:12:51.475Z] #29 sha256:1091aa5c17f5e56d3f13c4505e05242f066b173d39e5949585514ac641063e62 [2021-11-17T22:12:51.561Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43024/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=434f1438ec517517507334d21c7683418b28663a -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=20.10 docker:434f1438ec517517507334d21c7683418b28663a hack/make.sh dynbinary test-integration [2021-11-17T22:12:52.142Z] [2021-11-17T22:12:52.152Z] Congratulations! Seccomp profile generation is done correctly. [2021-11-17T22:12:52.152Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2021-11-17T22:12:52.251Z] #29 13.72 #=#=# ## 3.0% #### 6.7% ###### 9.4% ######### 13.5% ############ 17.0% ############## 19.8% ################ 22.8% ################## 26.2% #################### 29.1% ####################### 32.0% ######################### 35.8% ########################## 37.4% ############################## 41.7% ############################### 44.3% ################################### 48.8% ####################################### 54.6% ########################################## 59.7% ############################################## 65.0% ################################################# 68.1% #################################################### 72.9% ####################################################### 76.7% ########################################################## 80.9% ############################################################ 84.5% ############################################################### 87.6% ################################################################## 93.0% ###################################################################### 98.4% ######################################################################## 100.0% [2021-11-17T22:12:52.399Z] Removing bundles/ [2021-11-17T22:12:52.399Z] [2021-11-17T22:12:52.399Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-11-17T22:12:52.399Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-11-17T22:12:52.399Z] GOOS="" GOARCH="" GOARM="" [2021-11-17T22:12:52.819Z] #29 17.39 #=#=# [2021-11-17T22:12:53.368Z] #29 17.86 #=#=# 0.0% # [2021-11-17T22:12:53.368Z] #29 ... [2021-11-17T22:12:53.368Z] [2021-11-17T22:12:53.368Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-11-17T22:12:53.368Z] #58 sha256:051625bfd43c710f79f71f43c0911192a453c2a2d9dd0d83bd5079ac64dc1fa2 [2021-11-17T22:12:53.368Z] #58 10.58 go: downloading github.com/pkg/errors v0.9.1 [2021-11-17T22:12:53.368Z] #58 10.66 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-11-17T22:12:53.368Z] #58 10.72 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-11-17T22:12:53.368Z] #58 11.93 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-11-17T22:12:53.368Z] #58 17.65 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-11-17T22:12:53.368Z] #58 18.61 go: downloading github.com/google/uuid v1.3.0 [2021-11-17T22:12:53.368Z] #58 18.62 go: downloading github.com/moby/vpnkit v0.5.0 [2021-11-17T22:12:53.368Z] #58 18.70 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2021-11-17T22:12:53.368Z] #58 19.52 go: downloading github.com/gofrs/flock v0.8.1 [2021-11-17T22:12:53.368Z] #58 19.67 go: downloading github.com/gorilla/mux v1.8.0 [2021-11-17T22:12:53.368Z] #58 20.13 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-11-17T22:12:53.368Z] #58 ... [2021-11-17T22:12:53.368Z] [2021-11-17T22:12:53.368Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-11-17T22:12:53.368Z] #42 sha256:b078e7edfa1a8e332981599a6386260169e27a11bf9be2f396349a64530c7b9e [2021-11-17T22:12:53.368Z] #42 10.75 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [304 kB] [2021-11-17T22:12:53.368Z] #42 14.58 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB] [2021-11-17T22:12:53.629Z] #42 ... [2021-11-17T22:12:53.629Z] [2021-11-17T22:12:53.629Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-11-17T22:12:53.629Z] #29 sha256:1091aa5c17f5e56d3f13c4505e05242f066b173d39e5949585514ac641063e62 [2021-11-17T22:12:53.629Z] #29 17.86 #=#=# 0.0% # 1.6% # 2.0% # 2.7% ### 4.3% [2021-11-17T22:12:53.629Z] #29 ... [2021-11-17T22:12:53.629Z] [2021-11-17T22:12:53.629Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-11-17T22:12:53.629Z] #34 sha256:27dcc55ee98eb48e4c1c767d1fdac7d061697c304196d7c608ccd1ba3e9410d5 [2021-11-17T22:12:53.629Z] #34 10.91 runtime/internal/sys [2021-11-17T22:12:53.629Z] #34 11.41 math/bits [2021-11-17T22:12:53.629Z] #34 12.16 runtime [2021-11-17T22:12:53.629Z] #34 12.54 math [2021-11-17T22:12:53.629Z] #34 20.35 encoding [2021-11-17T22:12:53.888Z] #34 ... [2021-11-17T22:12:53.888Z] [2021-11-17T22:12:53.888Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-11-17T22:12:53.888Z] #29 sha256:1091aa5c17f5e56d3f13c4505e05242f066b173d39e5949585514ac641063e62 [2021-11-17T22:12:54.148Z] #29 17.86 #=#=# 0.0% # 1.6% # 2.0% # 2.7% ### 4.3% ### 5.4% #### 6.6% ##### 7.2% [2021-11-17T22:12:54.148Z] #29 ... [2021-11-17T22:12:54.148Z] [2021-11-17T22:12:54.148Z] #36 [tini 1/2] 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 [2021-11-17T22:12:54.148Z] #36 sha256:065ca12eb2c38826d96765a3bcea4e89b3a60a65b276fd0a9e4a12c18bf8f44e [2021-11-17T22:12:54.148Z] #36 11.38 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [304 kB] [2021-11-17T22:12:54.148Z] #36 14.84 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB] [2021-11-17T22:12:54.148Z] #36 ... [2021-11-17T22:12:54.148Z] [2021-11-17T22:12:54.148Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-11-17T22:12:54.148Z] #47 sha256:50cef05b51f8f0bee1f43cc328abd798c37d978619822f2cd94c3b8f334e7cee [2021-11-17T22:12:54.148Z] #47 11.30 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-11-17T22:12:54.148Z] #47 11.51 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-11-17T22:12:54.148Z] #47 11.63 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-11-17T22:12:54.148Z] #47 12.79 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-11-17T22:12:54.148Z] #47 16.55 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-11-17T22:12:54.407Z] #47 ... [2021-11-17T22:12:54.407Z] [2021-11-17T22:12:54.407Z] #55 [containerd 1/2] 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 [2021-11-17T22:12:54.407Z] #55 sha256:2aa35fc92e1e1683cb3f0ac876478ac5966e770f82588dec56e4251c8937152d [2021-11-17T22:12:54.407Z] #55 11.62 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] [2021-11-17T22:12:54.407Z] #55 14.93 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [304 kB] [2021-11-17T22:12:54.407Z] #55 19.03 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB] [2021-11-17T22:12:54.666Z] #55 ... [2021-11-17T22:12:54.666Z] [2021-11-17T22:12:54.666Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-11-17T22:12:54.666Z] #29 sha256:1091aa5c17f5e56d3f13c4505e05242f066b173d39e5949585514ac641063e62 [2021-11-17T22:12:55.234Z] #13 ... [2021-11-17T22:12:55.234Z] [2021-11-17T22:12:55.234Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-11-17T22:12:55.234Z] #67 sha256:390b6a3bbf3960c19d60e8a219e1a633a5b956283ca3dc40231abaee1565a7ec [2021-11-17T22:12:55.234Z] #67 5.762 + RM_GOPATH=0 [2021-11-17T22:12:55.234Z] #67 5.764 + TMP_GOPATH= [2021-11-17T22:12:55.234Z] #67 5.764 + : /build [2021-11-17T22:12:55.234Z] #67 5.764 + '[' -z '' ']' [2021-11-17T22:12:55.234Z] #67 5.764 ++ mktemp -d [2021-11-17T22:12:55.234Z] #67 5.771 + export GOPATH=/tmp/tmp.14ISy7nXXV [2021-11-17T22:12:55.234Z] #67 5.771 + GOPATH=/tmp/tmp.14ISy7nXXV [2021-11-17T22:12:55.234Z] #67 5.771 + RM_GOPATH=1 [2021-11-17T22:12:55.234Z] #67 5.771 + case "$(go env GOARCH)" in [2021-11-17T22:12:55.234Z] #67 5.771 ++ go env GOARCH [2021-11-17T22:12:55.234Z] #67 5.775 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:12:55.234Z] #67 5.775 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:12:55.234Z] #67 5.775 ++ dirname /tmp/install/install.sh [2021-11-17T22:12:55.234Z] #67 5.789 + dir=/tmp/install [2021-11-17T22:12:55.234Z] #67 5.789 + bin=proxy [2021-11-17T22:12:55.234Z] #67 5.789 + shift [2021-11-17T22:12:55.234Z] #67 5.789 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-11-17T22:12:55.234Z] #67 5.789 + . /tmp/install/proxy.installer [2021-11-17T22:12:55.234Z] #67 5.789 ++ : 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-11-17T22:12:55.234Z] #67 5.789 + install_proxy [2021-11-17T22:12:55.234Z] #67 5.789 + case "$1" in [2021-11-17T22:12:55.234Z] #67 5.789 + export CGO_ENABLED=0 [2021-11-17T22:12:55.234Z] #67 5.789 + CGO_ENABLED=0 [2021-11-17T22:12:55.234Z] #67 5.789 + _install_proxy [2021-11-17T22:12:55.234Z] #67 5.789 + echo 'Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8' [2021-11-17T22:12:55.234Z] #67 5.789 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.14ISy7nXXV/src/github.com/docker/libnetwork [2021-11-17T22:12:55.234Z] #67 5.789 Cloning into '/tmp/tmp.14ISy7nXXV/src/github.com/docker/libnetwork'... [2021-11-17T22:12:55.234Z] #67 5.789 Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-11-17T22:12:55.234Z] #67 ... [2021-11-17T22:12:55.234Z] [2021-11-17T22:12:55.234Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-11-17T22:12:55.234Z] #47 sha256:a30cd4d2c5081eff79a6e1898a5a7309e0b0060bc0c27c4a813497ff231f1a20 [2021-11-17T22:12:55.234Z] #47 9.485 + RM_GOPATH=0 [2021-11-17T22:12:55.234Z] #47 9.487 + TMP_GOPATH= [2021-11-17T22:12:55.234Z] #47 9.487 + : /build [2021-11-17T22:12:55.234Z] #47 9.487 + '[' -z '' ']' [2021-11-17T22:12:55.234Z] #47 9.489 ++ mktemp -d [2021-11-17T22:12:55.234Z] #47 9.498 + export GOPATH=/tmp/tmp.WpEl06ssLa [2021-11-17T22:12:55.234Z] #47 9.498 + GOPATH=/tmp/tmp.WpEl06ssLa [2021-11-17T22:12:55.234Z] #47 9.498 + RM_GOPATH=1 [2021-11-17T22:12:55.234Z] #47 9.498 + case "$(go env GOARCH)" in [2021-11-17T22:12:55.234Z] #47 9.498 ++ go env GOARCH [2021-11-17T22:12:55.234Z] #47 9.529 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:12:55.234Z] #47 9.529 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:12:55.234Z] #47 9.529 ++ dirname /tmp/install/install.sh [2021-11-17T22:12:55.234Z] #47 9.535 + dir=/tmp/install [2021-11-17T22:12:55.234Z] #47 9.535 + bin=gotestsum [2021-11-17T22:12:55.234Z] #47 9.535 + shift [2021-11-17T22:12:55.234Z] #47 9.535 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-11-17T22:12:55.234Z] #47 9.535 + . /tmp/install/gotestsum.installer [2021-11-17T22:12:55.234Z] #47 9.560 ++ : v0.5.3 [2021-11-17T22:12:55.234Z] #47 9.560 + install_gotestsum [2021-11-17T22:12:55.234Z] #47 9.560 + set -e [2021-11-17T22:12:55.234Z] #47 9.560 + export GO111MODULE=on [2021-11-17T22:12:55.234Z] #47 9.560 + GO111MODULE=on [2021-11-17T22:12:55.234Z] #47 9.560 + GOBIN=/build [2021-11-17T22:12:55.234Z] #47 9.560 + go get gotest.tools/gotestsum@v0.5.3 [2021-11-17T22:12:55.234Z] #47 ... [2021-11-17T22:12:55.234Z] [2021-11-17T22:12:55.234Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:12:55.234Z] #45 sha256:5c836e09b66d03207e970ffcbd218a5f75e0d81b5d74791034a6b8f163f1b3b0 [2021-11-17T22:12:55.234Z] #45 10.37 + RM_GOPATH=0 [2021-11-17T22:12:55.234Z] #45 10.37 + TMP_GOPATH= [2021-11-17T22:12:55.234Z] #45 10.37 + : /build [2021-11-17T22:12:55.234Z] #45 10.37 + '[' -z '' ']' [2021-11-17T22:12:55.234Z] #45 10.37 ++ mktemp -d [2021-11-17T22:12:55.234Z] #45 10.38 + export GOPATH=/tmp/tmp.bZRrn5ycAn [2021-11-17T22:12:55.234Z] #45 10.38 + GOPATH=/tmp/tmp.bZRrn5ycAn [2021-11-17T22:12:55.234Z] #45 10.38 + RM_GOPATH=1 [2021-11-17T22:12:55.234Z] #45 10.38 + case "$(go env GOARCH)" in [2021-11-17T22:12:55.234Z] #45 10.38 ++ go env GOARCH [2021-11-17T22:12:55.234Z] #45 10.43 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:12:55.234Z] #45 10.43 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:12:55.234Z] #45 10.43 ++ dirname /tmp/install/install.sh [2021-11-17T22:12:55.234Z] #45 ... [2021-11-17T22:12:55.234Z] [2021-11-17T22:12:55.234Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:12:55.234Z] #49 sha256:4cc09f60a58c4888d9ae4af88025c53bc40affafcc48d7a6fa00ae2038cf79a8 [2021-11-17T22:12:55.234Z] #49 7.560 + RM_GOPATH=0 [2021-11-17T22:12:55.234Z] #49 7.560 + TMP_GOPATH= [2021-11-17T22:12:55.234Z] #49 7.560 + : /build [2021-11-17T22:12:55.234Z] #49 7.561 + '[' -z '' ']' [2021-11-17T22:12:55.234Z] #49 7.561 ++ mktemp -d [2021-11-17T22:12:55.234Z] #49 7.584 + export GOPATH=/tmp/tmp.8c5oHnjAYj [2021-11-17T22:12:55.234Z] #49 7.584 + GOPATH=/tmp/tmp.8c5oHnjAYj [2021-11-17T22:12:55.234Z] #49 7.584 + RM_GOPATH=1 [2021-11-17T22:12:55.234Z] #49 7.584 + case "$(go env GOARCH)" in [2021-11-17T22:12:55.234Z] #49 7.584 ++ go env GOARCH [2021-11-17T22:12:55.234Z] #49 7.584 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:12:55.234Z] #49 7.584 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:12:55.234Z] #49 7.584 ++ dirname /tmp/install/install.sh [2021-11-17T22:12:55.234Z] #49 7.584 + dir=/tmp/install [2021-11-17T22:12:55.234Z] #49 7.584 + bin=golangci_lint [2021-11-17T22:12:55.234Z] #49 7.584 + shift [2021-11-17T22:12:55.234Z] #49 7.584 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-11-17T22:12:55.234Z] #49 7.584 + . /tmp/install/golangci_lint.installer [2021-11-17T22:12:55.234Z] #49 7.584 ++ : v1.23.8 [2021-11-17T22:12:55.234Z] #49 7.584 + install_golangci_lint [2021-11-17T22:12:55.234Z] #49 7.584 + set -e [2021-11-17T22:12:55.234Z] #49 7.584 + export GO111MODULE=on [2021-11-17T22:12:55.234Z] #49 7.584 + GO111MODULE=on [2021-11-17T22:12:55.234Z] #49 7.584 + GOBIN=/build [2021-11-17T22:12:55.234Z] #49 7.584 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-11-17T22:12:55.234Z] #49 8.279 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-11-17T22:12:55.493Z] #49 ... [2021-11-17T22:12:55.493Z] [2021-11-17T22:12:55.493Z] #36 [tini 1/2] 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 [2021-11-17T22:12:55.493Z] #36 sha256:b2e8030f1d3e6b76a273518953eb3f95355461261f5319e0bdc1ab365c1aaca8 [2021-11-17T22:12:55.493Z] #36 10.38 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-11-17T22:12:55.493Z] #36 10.46 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-11-17T22:12:55.493Z] #36 10.46 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-11-17T22:12:55.493Z] #36 ... [2021-11-17T22:12:55.493Z] [2021-11-17T22:12:55.493Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:12:55.493Z] #51 sha256:9a2993bb4ee6343aff015bab6baec7e6b004a3b1a9a266639c8c209c96019fdb [2021-11-17T22:12:55.493Z] #51 7.094 + RM_GOPATH=0 [2021-11-17T22:12:55.493Z] #51 7.094 + TMP_GOPATH= [2021-11-17T22:12:55.493Z] #51 7.094 + : /build [2021-11-17T22:12:55.493Z] #51 7.094 + '[' -z '' ']' [2021-11-17T22:12:55.493Z] #51 7.094 ++ mktemp -d [2021-11-17T22:12:55.493Z] #51 7.094 + export GOPATH=/tmp/tmp.9BqDmErJfv [2021-11-17T22:12:55.493Z] #51 7.094 + GOPATH=/tmp/tmp.9BqDmErJfv [2021-11-17T22:12:55.493Z] #51 7.094 + RM_GOPATH=1 [2021-11-17T22:12:55.493Z] #51 7.094 + case "$(go env GOARCH)" in [2021-11-17T22:12:55.493Z] #51 7.094 ++ go env GOARCH [2021-11-17T22:12:55.493Z] #51 7.113 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-11-17T22:12:55.493Z] #51 7.113 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:12:55.493Z] #51 7.113 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:12:55.493Z] #51 7.113 ++ dirname /tmp/install/install.sh [2021-11-17T22:12:55.493Z] #51 7.113 + dir=/tmp/install [2021-11-17T22:12:55.493Z] #51 7.113 + bin=shfmt [2021-11-17T22:12:55.493Z] #51 7.113 + shift [2021-11-17T22:12:55.493Z] #51 7.113 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-11-17T22:12:55.493Z] #51 7.113 + . /tmp/install/shfmt.installer [2021-11-17T22:12:55.493Z] #51 7.113 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-11-17T22:12:55.493Z] #51 7.113 + install_shfmt [2021-11-17T22:12:55.493Z] #51 7.113 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-11-17T22:12:55.493Z] #51 7.113 + git clone https://github.com/mvdan/sh.git /tmp/tmp.9BqDmErJfv/src/github.com/mvdan/sh [2021-11-17T22:12:55.493Z] #51 7.113 Cloning into '/tmp/tmp.9BqDmErJfv/src/github.com/mvdan/sh'... [2021-11-17T22:12:55.755Z] #51 ... [2021-11-17T22:12:55.755Z] [2021-11-17T22:12:55.755Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-11-17T22:12:55.755Z] #24 sha256:f0ae84ad338dbc2fe6eec63c1657d6a03be33c9fc666c01cedbfe2dc953d8db8 [2021-11-17T22:12:55.755Z] #24 6.240 + RM_GOPATH=0 [2021-11-17T22:12:55.755Z] #24 6.240 + TMP_GOPATH= [2021-11-17T22:12:55.755Z] #24 6.240 + : /build [2021-11-17T22:12:55.755Z] #24 6.240 + '[' -z '' ']' [2021-11-17T22:12:55.755Z] #24 6.240 ++ mktemp -d [2021-11-17T22:12:55.755Z] #24 6.240 + export GOPATH=/tmp/tmp.daINjIeOgt [2021-11-17T22:12:55.755Z] #24 6.240 + GOPATH=/tmp/tmp.daINjIeOgt [2021-11-17T22:12:55.755Z] #24 6.240 + RM_GOPATH=1 [2021-11-17T22:12:55.755Z] #24 6.240 + case "$(go env GOARCH)" in [2021-11-17T22:12:55.755Z] #24 6.240 ++ go env GOARCH [2021-11-17T22:12:55.755Z] #24 6.240 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:12:55.755Z] #24 6.240 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:12:55.755Z] #24 6.240 ++ dirname /tmp/install/install.sh [2021-11-17T22:12:55.755Z] #24 6.240 + dir=/tmp/install [2021-11-17T22:12:55.755Z] #24 6.240 + bin=dockercli [2021-11-17T22:12:55.755Z] #24 6.240 + shift [2021-11-17T22:12:55.755Z] #24 6.240 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-11-17T22:12:55.755Z] #24 6.240 + . /tmp/install/dockercli.installer [2021-11-17T22:12:55.755Z] #24 6.240 ++ : stable [2021-11-17T22:12:55.755Z] #24 6.240 ++ : 17.06.2-ce [2021-11-17T22:12:55.755Z] #24 6.240 + install_dockercli [2021-11-17T22:12:55.755Z] #24 6.240 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-11-17T22:12:55.755Z] #24 6.240 ++ uname -m [2021-11-17T22:12:55.755Z] #24 6.240 + arch=x86_64 [2021-11-17T22:12:55.755Z] #24 6.240 + '[' x86_64 '!=' x86_64 ']' [2021-11-17T22:12:55.755Z] #24 6.240 + url=https://download.docker.com/linux/static [2021-11-17T22:12:55.755Z] #24 6.240 + tar -xz docker/docker [2021-11-17T22:12:55.755Z] #24 6.240 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-11-17T22:12:55.755Z] #24 6.246 Install docker/cli version 17.06.2-ce from stable [2021-11-17T22:12:55.846Z] c1f4c7287c99: Verifying Checksum [2021-11-17T22:12:55.846Z] c1f4c7287c99: Download complete [2021-11-17T22:12:56.019Z] #24 ... [2021-11-17T22:12:56.019Z] [2021-11-17T22:12:56.019Z] #32 [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 [2021-11-17T22:12:56.019Z] #32 sha256:ddd67d6f85d538ef6e07aa19cfd9c5c44b4f0df2bbb11681f570a26b980749b1 [2021-11-17T22:12:56.019Z] #32 7.131 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-11-17T22:12:56.019Z] #32 7.131 Cloning into '.'... [2021-11-17T22:12:56.019Z] #32 ... [2021-11-17T22:12:56.019Z] [2021-11-17T22:12:56.019Z] #55 [containerd 1/2] 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 [2021-11-17T22:12:56.019Z] #55 sha256:8e0525b109a1e0f7a0b21a83028ffee6aa17ef909a907da8fbbbfde8bd37a167 [2021-11-17T22:12:56.019Z] #55 8.331 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-11-17T22:12:56.019Z] #55 8.351 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-11-17T22:12:56.019Z] #55 8.356 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-11-17T22:12:56.019Z] #55 9.048 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2021-11-17T22:12:56.019Z] #55 10.56 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [309 kB] [2021-11-17T22:12:56.280Z] #55 ... [2021-11-17T22:12:56.280Z] [2021-11-17T22:12:56.280Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-11-17T22:12:56.280Z] #42 sha256:458dfcbb019aed25e86f24c62186909e3d0db8f816c9fb3db42bc8e2d47296d9 [2021-11-17T22:12:56.280Z] #42 10.58 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-11-17T22:12:56.280Z] #42 10.70 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-11-17T22:12:56.280Z] #42 10.70 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-11-17T22:12:56.544Z] #42 ... [2021-11-17T22:12:56.544Z] [2021-11-17T22:12:56.544Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-11-17T22:12:56.544Z] #34 sha256:792f6f88bbc0b3c945bb7d81f73c057c96797973c8c5805b21e8a710973cd59e [2021-11-17T22:12:56.544Z] #34 9.425 + RM_GOPATH=0 [2021-11-17T22:12:56.544Z] #34 9.425 + TMP_GOPATH= [2021-11-17T22:12:56.544Z] #34 9.425 + : /build [2021-11-17T22:12:56.544Z] #34 9.425 + '[' -z '' ']' [2021-11-17T22:12:56.544Z] #34 9.426 ++ mktemp -d [2021-11-17T22:12:56.544Z] #34 9.446 + export GOPATH=/tmp/tmp.SnZxL8osrS [2021-11-17T22:12:56.544Z] #34 9.446 + GOPATH=/tmp/tmp.SnZxL8osrS [2021-11-17T22:12:56.544Z] #34 9.446 + RM_GOPATH=1 [2021-11-17T22:12:56.544Z] #34 9.446 + case "$(go env GOARCH)" in [2021-11-17T22:12:56.544Z] #34 9.446 ++ go env GOARCH [2021-11-17T22:12:56.544Z] #34 9.460 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-11-17T22:12:56.544Z] #34 9.460 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:12:56.544Z] #34 9.460 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:12:56.544Z] #34 9.460 ++ dirname /tmp/install/install.sh [2021-11-17T22:12:56.544Z] #34 9.460 + dir=/tmp/install [2021-11-17T22:12:56.544Z] #34 9.460 + bin=tomlv [2021-11-17T22:12:56.544Z] #34 9.460 + shift [2021-11-17T22:12:56.544Z] #34 9.460 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-11-17T22:12:56.544Z] #34 9.460 + . /tmp/install/tomlv.installer [2021-11-17T22:12:56.544Z] #34 9.460 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-11-17T22:12:56.544Z] #34 9.460 + install_tomlv [2021-11-17T22:12:56.544Z] #34 9.460 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-11-17T22:12:56.544Z] #34 9.460 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.SnZxL8osrS/src/github.com/BurntSushi/toml [2021-11-17T22:12:56.544Z] #34 9.460 Cloning into '/tmp/tmp.SnZxL8osrS/src/github.com/BurntSushi/toml'... [2021-11-17T22:12:56.544Z] #34 10.90 + cd /tmp/tmp.SnZxL8osrS/src/github.com/BurntSushi/toml [2021-11-17T22:12:56.544Z] #34 10.90 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-11-17T22:12:56.544Z] #34 11.19 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-11-17T22:12:56.544Z] #34 ... [2021-11-17T22:12:56.544Z] [2021-11-17T22:12:56.544Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:12:56.544Z] #45 sha256:5c836e09b66d03207e970ffcbd218a5f75e0d81b5d74791034a6b8f163f1b3b0 [2021-11-17T22:12:56.544Z] #45 10.44 + dir=/tmp/install [2021-11-17T22:12:56.544Z] #45 10.44 + bin=vndr [2021-11-17T22:12:56.544Z] #45 10.44 + shift [2021-11-17T22:12:56.544Z] #45 10.44 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-11-17T22:12:56.544Z] #45 10.45 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-11-17T22:12:56.544Z] #45 10.45 + . /tmp/install/vndr.installer [2021-11-17T22:12:56.544Z] #45 10.45 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-11-17T22:12:56.544Z] #45 10.45 + install_vndr [2021-11-17T22:12:56.544Z] #45 10.45 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-11-17T22:12:56.544Z] #45 10.45 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.bZRrn5ycAn/src/github.com/LK4D4/vndr [2021-11-17T22:12:56.544Z] #45 10.45 Cloning into '/tmp/tmp.bZRrn5ycAn/src/github.com/LK4D4/vndr'... [2021-11-17T22:12:56.544Z] #45 ... [2021-11-17T22:12:56.544Z] [2021-11-17T22:12:56.544Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-11-17T22:12:56.544Z] #24 sha256:f0ae84ad338dbc2fe6eec63c1657d6a03be33c9fc666c01cedbfe2dc953d8db8 [2021-11-17T22:12:56.544Z] #24 11.22 + mkdir -p /build [2021-11-17T22:12:56.544Z] #24 11.22 + mv docker/docker /build/ [2021-11-17T22:12:56.544Z] #24 11.22 + rmdir docker [2021-11-17T22:12:56.544Z] #24 DONE 11.7s [2021-11-17T22:12:56.544Z] [2021-11-17T22:12:56.544Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:12:56.544Z] #45 sha256:5c836e09b66d03207e970ffcbd218a5f75e0d81b5d74791034a6b8f163f1b3b0 [2021-11-17T22:12:56.544Z] #45 11.66 + cd /tmp/tmp.bZRrn5ycAn/src/github.com/LK4D4/vndr [2021-11-17T22:12:56.544Z] #45 11.66 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-11-17T22:12:56.544Z] #45 11.67 + go build -buildmode=pie -v -o /build/vndr . [2021-11-17T22:12:58.452Z] #45 13.30 internal/race [2021-11-17T22:12:58.452Z] #45 13.30 internal/bytealg [2021-11-17T22:12:58.452Z] #45 13.39 sync/atomic [2021-11-17T22:12:58.711Z] #45 13.92 unicode [2021-11-17T22:12:59.280Z] #45 14.38 runtime [2021-11-17T22:13:00.290Z] Congratulations! The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0 [2021-11-17T22:13:00.297Z] #29 17.86 #=#=# 0.0% # 1.6% # 2.0% # 2.7% ### 4.3% ### 5.4% #### 6.6% ##### 7.2% ##### 7.9% ###### 8.4% ###### 9.5% ####### 11.1% ######## 11.6% ######### 12.6% ######### 13.1% ########## 14.6% ########### 15.4% ########### 16.5% ############ 17.2% ############ 17.9% ############# 19.2% ############### 21.0% ############### 22.0% ################# 23.8% ################## 25.4% ################### 27.0% #################### 28.5% ##################### 29.7% ###################### 30.7% ###################### 31.6% ####################### 32.6% ######################## 34.7% ######################### 35.9% ########################## 36.7% ########################## 37.4% ########################### 38.5% ############################ 39.7% ############################# 40.4% ############################# 40.7% ############################## 42.4% ############################### 44.1% ################################# 45.8% ################################# 46.9% ################################## 47.5% ################################### 49.8% #################################### 51.2% ##################################### 52.5% ###################################### 53.7% ####################################### 55.3% ######################################### 57.1% ######################################### 58.0% ########################################### 59.8% ########################################### 60.7% ############################################ 62.2% ############################################# 63.5% ############################################## 64.9% ################################################ 66.8% ################################################# 68.6% ################################################## 69.9% [2021-11-17T22:13:00.297Z] #29 ... [2021-11-17T22:13:00.297Z] [2021-11-17T22:13:00.297Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:13:00.297Z] #45 sha256:44427e0cda29539b860d742a51908d3dc2f5857a0ffb47fe00208f012ce41ed8 [2021-11-17T22:13:00.297Z] #45 17.59 unicode/utf8 [2021-11-17T22:13:00.297Z] #45 18.92 math [2021-11-17T22:13:00.297Z] #45 25.96 unicode/utf16 [2021-11-17T22:13:00.297Z] #45 26.56 container/list [2021-11-17T22:13:00.297Z] #45 27.37 crypto/internal/subtle [2021-11-17T22:13:00.297Z] #45 27.64 crypto/subtle [2021-11-17T22:13:00.557Z] #45 ... [2021-11-17T22:13:00.557Z] [2021-11-17T22:13:00.557Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-11-17T22:13:00.557Z] #29 sha256:1091aa5c17f5e56d3f13c4505e05242f066b173d39e5949585514ac641063e62 [2021-11-17T22:13:02.205Z] Congratulations! All API changes are done the right way. [2021-11-17T22:13:02.205Z] Congratulations! All TOML source files changed here have valid syntax. [2021-11-17T22:13:02.205Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2021-11-17T22:13:02.205Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2021-11-17T22:13:02.205Z] Congratulations! No new tests were added to integration-cli. [2021-11-17T22:13:02.205Z] [2021-11-17T22:13:02.205Z] INFO Start validation with golang-ci-lint [2021-11-17T22:13:02.205Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2021-11-17T22:13:02.205Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-11-17T22:13:02.205Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-11-17T22:13:02.383Z] #29 17.86 #=#=# 0.0% # 1.6% # 2.0% # 2.7% ### 4.3% ### 5.4% #### 6.6% ##### 7.2% ##### 7.9% ###### 8.4% ###### 9.5% ####### 11.1% ######## 11.6% ######### 12.6% ######### 13.1% ########## 14.6% ########### 15.4% ########### 16.5% ############ 17.2% ############ 17.9% ############# 19.2% ############### 21.0% ############### 22.0% ################# 23.8% ################## 25.4% ################### 27.0% #################### 28.5% ##################### 29.7% ###################### 30.7% ###################### 31.6% ####################### 32.6% ######################## 34.7% ######################### 35.9% ########################## 36.7% ########################## 37.4% ########################### 38.5% ############################ 39.7% ############################# 40.4% ############################# 40.7% ############################## 42.4% ############################### 44.1% ################################# 45.8% ################################# 46.9% ################################## 47.5% ################################### 49.8% #################################### 51.2% ##################################### 52.5% ###################################### 53.7% ####################################### 55.3% ######################################### 57.1% ######################################### 58.0% ########################################### 59.8% ########################################### 60.7% ############################################ 62.2% ############################################# 63.5% ############################################## 64.9% ################################################ 66.8% ################################################# 68.6% ################################################## 69.9% ################################################### 71.3% #################################################### 72.9% ##################################################### 74.6% ###################################################### 76.2% ####################################################### 76.9% ######################################################## 77.9% ######################################################## 79.0% ######################################################### 80.0% ########################################################## 81.9% ########################################################### 83.1% ############################################################# 84.8% ############################################################# 84.9% ############################################################## 86.8% ############################################################### 88.6% ################################################################ 89.8% ################################################################# 91.0% ################################################################## 92.3% [2021-11-17T22:13:02.383Z] #29 ... [2021-11-17T22:13:02.383Z] [2021-11-17T22:13:02.383Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-11-17T22:13:02.383Z] #13 sha256:b07f44288fc6d3e923a03491fec747205594a17974f55e81c41033427f1ea7b7 [2021-11-17T22:13:02.383Z] #13 16.39 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB] [2021-11-17T22:13:02.383Z] #13 ... [2021-11-17T22:13:02.383Z] [2021-11-17T22:13:02.383Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-11-17T22:13:02.383Z] #29 sha256:1091aa5c17f5e56d3f13c4505e05242f066b173d39e5949585514ac641063e62 [2021-11-17T22:13:03.162Z] #29 17.86 #=#=# 0.0% # 1.6% # 2.0% # 2.7% ### 4.3% ### 5.4% #### 6.6% ##### 7.2% ##### 7.9% ###### 8.4% ###### 9.5% ####### 11.1% ######## 11.6% ######### 12.6% ######### 13.1% ########## 14.6% ########### 15.4% ########### 16.5% ############ 17.2% ############ 17.9% ############# 19.2% ############### 21.0% ############### 22.0% ################# 23.8% ################## 25.4% ################### 27.0% #################### 28.5% ##################### 29.7% ###################### 30.7% ###################### 31.6% ####################### 32.6% ######################## 34.7% ######################### 35.9% ########################## 36.7% ########################## 37.4% ########################### 38.5% ############################ 39.7% ############################# 40.4% ############################# 40.7% ############################## 42.4% ############################### 44.1% ################################# 45.8% ################################# 46.9% ################################## 47.5% ################################### 49.8% #################################### 51.2% ##################################### 52.5% ###################################### 53.7% ####################################### 55.3% ######################################### 57.1% ######################################### 58.0% ########################################### 59.8% ########################################### 60.7% ############################################ 62.2% ############################################# 63.5% ############################################## 64.9% ################################################ 66.8% ################################################# 68.6% ################################################## 69.9% ################################################### 71.3% #################################################### 72.9% ##################################################### 74.6% ###################################################### 76.2% ####################################################### 76.9% ######################################################## 77.9% ######################################################## 79.0% ######################################################### 80.0% ########################################################## 81.9% ########################################################### 83.1% ############################################################# 84.8% ############################################################# 84.9% ############################################################## 86.8% ############################################################### 88.6% ################################################################ 89.8% ################################################################# 91.0% ################################################################## 92.3% ################################################################### 93.3% #################################################################### 95.5% ##################################################################### 96.9% ###################################################################### 98.0% ####################################################################### 99.5% ######################################################################## 100.0% [2021-11-17T22:13:03.162Z] #29 27.89 [2021-11-17T22:13:03.421Z] #29 ... [2021-11-17T22:13:03.421Z] [2021-11-17T22:13:03.421Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:13:03.421Z] #51 sha256:9cb72d25743676e11aa6439c9651c7fa1046c8875e43edf9030a7e11922992ad [2021-11-17T22:13:03.421Z] #51 20.62 + cd /tmp/tmp.BFbhVC7eNC/src/github.com/mvdan/sh [2021-11-17T22:13:03.421Z] #51 20.62 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-11-17T22:13:03.421Z] #51 20.90 + GO111MODULE=on [2021-11-17T22:13:03.421Z] #51 20.90 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-11-17T22:13:03.421Z] #51 22.96 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-11-17T22:13:03.421Z] #51 22.96 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-11-17T22:13:03.421Z] #51 23.20 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-11-17T22:13:03.421Z] #51 26.81 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-11-17T22:13:03.421Z] #51 ... [2021-11-17T22:13:03.421Z] [2021-11-17T22:13:03.421Z] #36 [tini 1/2] 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 [2021-11-17T22:13:03.421Z] #36 sha256:065ca12eb2c38826d96765a3bcea4e89b3a60a65b276fd0a9e4a12c18bf8f44e [2021-11-17T22:13:03.421Z] #36 30.78 Fetched 8292 kB in 24s (341 kB/s) [2021-11-17T22:13:03.469Z] #45 17.81 unicode/utf8 [2021-11-17T22:13:03.680Z] #36 30.78 Reading package lists... [2021-11-17T22:13:03.680Z] #36 ... [2021-11-17T22:13:03.680Z] [2021-11-17T22:13:03.680Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-11-17T22:13:03.680Z] #58 sha256:051625bfd43c710f79f71f43c0911192a453c2a2d9dd0d83bd5079ac64dc1fa2 [2021-11-17T22:13:03.680Z] #58 20.91 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-11-17T22:13:03.680Z] #58 21.44 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-11-17T22:13:03.680Z] #58 25.95 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-11-17T22:13:03.680Z] #58 ... [2021-11-17T22:13:03.680Z] [2021-11-17T22:13:03.680Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:13:03.680Z] #49 sha256:612a33872ad6219a512d73a934b11122b4cd07df7ab2d825f066b77c763f8256 [2021-11-17T22:13:03.680Z] #49 20.88 go: downloading github.com/fatih/color v1.7.0 [2021-11-17T22:13:03.680Z] #49 20.89 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-11-17T22:13:03.680Z] #49 21.08 go: downloading github.com/pkg/errors v0.8.1 [2021-11-17T22:13:03.680Z] #49 21.15 go: downloading github.com/spf13/cobra v0.0.5 [2021-11-17T22:13:03.680Z] #49 21.29 go: downloading github.com/spf13/pflag v1.0.5 [2021-11-17T22:13:03.680Z] #49 21.72 go: downloading github.com/spf13/viper v1.6.1 [2021-11-17T22:13:03.680Z] #49 22.70 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-11-17T22:13:03.680Z] #49 22.70 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-11-17T22:13:03.680Z] #49 22.97 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-11-17T22:13:03.680Z] #49 22.98 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-11-17T22:13:03.680Z] #49 25.05 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-11-17T22:13:03.680Z] #49 25.56 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-11-17T22:13:03.680Z] #49 25.85 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-11-17T22:13:03.680Z] #49 26.30 go: downloading github.com/stretchr/testify v1.4.0 [2021-11-17T22:13:03.728Z] #45 18.77 encoding [2021-11-17T22:13:03.998Z] #45 18.94 unicode/utf16 [2021-11-17T22:13:04.258Z] #45 ... [2021-11-17T22:13:04.258Z] [2021-11-17T22:13:04.258Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:13:04.258Z] #51 sha256:9a2993bb4ee6343aff015bab6baec7e6b004a3b1a9a266639c8c209c96019fdb [2021-11-17T22:13:04.258Z] #51 16.39 + cd /tmp/tmp.9BqDmErJfv/src/github.com/mvdan/sh [2021-11-17T22:13:04.258Z] #51 16.39 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-11-17T22:13:04.258Z] #51 16.58 + GO111MODULE=on [2021-11-17T22:13:04.258Z] #51 16.58 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-11-17T22:13:04.258Z] #51 17.79 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-11-17T22:13:04.258Z] #51 17.82 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-11-17T22:13:04.258Z] #51 18.00 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-11-17T22:13:04.617Z] #49 ... [2021-11-17T22:13:04.617Z] [2021-11-17T22:13:04.617Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-11-17T22:13:04.617Z] #67 sha256:cd29b0b35338a60de94ce3145f147b9a76b31fa4f704d6bb64374733f770455b [2021-11-17T22:13:05.204Z] #51 ... [2021-11-17T22:13:05.204Z] [2021-11-17T22:13:05.204Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-11-17T22:13:05.204Z] #58 sha256:2d3fcadc992eab87acde1e61b412d729146bd343fb23e14eca0a013df35e2fff [2021-11-17T22:13:05.204Z] #58 10.02 + RM_GOPATH=0 [2021-11-17T22:13:05.204Z] #58 10.02 + TMP_GOPATH= [2021-11-17T22:13:05.204Z] #58 10.02 + : /build [2021-11-17T22:13:05.204Z] #58 10.02 + '[' -z '' ']' [2021-11-17T22:13:05.204Z] #58 10.02 ++ mktemp -d [2021-11-17T22:13:05.204Z] #58 10.02 + export GOPATH=/tmp/tmp.IbDOoY3L1w [2021-11-17T22:13:05.204Z] #58 10.02 + GOPATH=/tmp/tmp.IbDOoY3L1w [2021-11-17T22:13:05.204Z] #58 10.02 + RM_GOPATH=1 [2021-11-17T22:13:05.204Z] #58 10.02 + case "$(go env GOARCH)" in [2021-11-17T22:13:05.204Z] #58 10.02 ++ go env GOARCH [2021-11-17T22:13:05.204Z] #58 10.02 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:13:05.204Z] #58 10.02 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:13:05.204Z] #58 10.02 ++ dirname /tmp/install/install.sh [2021-11-17T22:13:05.204Z] #58 10.02 + dir=/tmp/install [2021-11-17T22:13:05.204Z] #58 10.02 + bin=rootlesskit [2021-11-17T22:13:05.205Z] #58 10.02 + shift [2021-11-17T22:13:05.205Z] #58 10.02 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-11-17T22:13:05.205Z] #58 10.02 + . /tmp/install/rootlesskit.installer [2021-11-17T22:13:05.205Z] #58 10.02 ++ : 87d443683ac1e8aba4110b8081f15aaae432aaa2 [2021-11-17T22:13:05.205Z] #58 10.02 + install_rootlesskit [2021-11-17T22:13:05.205Z] #58 10.02 + case "$1" in [2021-11-17T22:13:05.205Z] #58 10.02 + export CGO_ENABLED=0 [2021-11-17T22:13:05.205Z] #58 10.02 + CGO_ENABLED=0 [2021-11-17T22:13:05.205Z] #58 10.02 + _install_rootlesskit [2021-11-17T22:13:05.205Z] #58 10.02 + echo 'Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2' [2021-11-17T22:13:05.205Z] #58 10.02 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.IbDOoY3L1w/src/github.com/rootless-containers/rootlesskit [2021-11-17T22:13:05.205Z] #58 10.02 Cloning into '/tmp/tmp.IbDOoY3L1w/src/github.com/rootless-containers/rootlesskit'... [2021-11-17T22:13:05.205Z] #58 10.02 Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2 [2021-11-17T22:13:05.205Z] #58 16.01 + cd /tmp/tmp.IbDOoY3L1w/src/github.com/rootless-containers/rootlesskit [2021-11-17T22:13:05.205Z] #58 16.01 + git checkout -q 87d443683ac1e8aba4110b8081f15aaae432aaa2 [2021-11-17T22:13:05.205Z] #58 16.10 + export GO111MODULE=on [2021-11-17T22:13:05.205Z] #58 16.10 + GO111MODULE=on [2021-11-17T22:13:05.205Z] #58 16.10 + export GOPROXY=https://proxy.golang.org [2021-11-17T22:13:05.205Z] #58 16.10 + GOPROXY=https://proxy.golang.org [2021-11-17T22:13:05.205Z] #58 16.10 + for f in rootlesskit rootlesskit-docker-proxy [2021-11-17T22:13:05.205Z] #58 16.10 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-11-17T22:13:05.205Z] #58 17.68 go: downloading github.com/pkg/errors v0.9.1 [2021-11-17T22:13:05.205Z] #58 17.72 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-11-17T22:13:05.205Z] #58 17.89 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-11-17T22:13:05.205Z] #58 18.54 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-11-17T22:13:05.205Z] #58 ... [2021-11-17T22:13:05.205Z] [2021-11-17T22:13:05.205Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-11-17T22:13:05.205Z] #67 sha256:390b6a3bbf3960c19d60e8a219e1a633a5b956283ca3dc40231abaee1565a7ec [2021-11-17T22:13:05.205Z] #67 19.63 Checking out files: 49% (951/1907) Checking out files: 50% (954/1907) Checking out files: 51% (973/1907) Checking out files: 52% (992/1907) Checking out files: 53% (1011/1907) Checking out files: 54% (1030/1907) Checking out files: 55% (1049/1907) Checking out files: 56% (1068/1907) Checking out files: 57% (1087/1907) Checking out files: 58% (1107/1907) Checking out files: 59% (1126/1907) Checking out files: 60% (1145/1907) Checking out files: 61% (1164/1907) Checking out files: 62% (1183/1907) Checking out files: 63% (1202/1907) Checking out files: 64% (1221/1907) Checking out files: 65% (1240/1907) Checking out files: 66% (1259/1907) Checking out files: 67% (1278/1907) Checking out files: 68% (1297/1907) Checking out files: 69% (1316/1907) Checking out files: 70% (1335/1907) Checking out files: 71% (1354/1907) Checking out files: 72% (1374/1907) Checking out files: 73% (1393/1907) Checking out files: 74% (1412/1907) Checking out files: 75% (1431/1907) Checking out files: 76% (1450/1907) Checking out files: 77% (1469/1907) Checking out files: 78% (1488/1907) Checking out files: 79% (1507/1907) Checking out files: 80% (1526/1907) Checking out files: 81% (1545/1907) Checking out files: 82% (1564/1907) Checking out files: 83% (1583/1907) Checking out files: 84% (1602/1907) Checking out files: 85% (1621/1907) Checking out files: 86% (1641/1907) Checking out files: 87% (1660/1907) [2021-11-17T22:13:05.205Z] #67 ... [2021-11-17T22:13:05.205Z] [2021-11-17T22:13:05.205Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-11-17T22:13:05.205Z] #47 sha256:a30cd4d2c5081eff79a6e1898a5a7309e0b0060bc0c27c4a813497ff231f1a20 [2021-11-17T22:13:05.205Z] #47 10.33 go: downloading gotest.tools/gotestsum v0.5.3 [2021-11-17T22:13:05.205Z] #47 13.30 go: downloading github.com/fatih/color v1.9.0 [2021-11-17T22:13:05.205Z] #47 13.30 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-11-17T22:13:05.205Z] #47 13.30 go: downloading github.com/pkg/errors v0.9.1 [2021-11-17T22:13:05.205Z] #47 13.30 go: downloading github.com/spf13/pflag v1.0.3 [2021-11-17T22:13:05.205Z] #47 13.71 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-11-17T22:13:05.205Z] #47 13.71 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-11-17T22:13:05.205Z] #47 13.92 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-11-17T22:13:05.205Z] #47 13.92 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-11-17T22:13:05.205Z] #47 14.06 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-11-17T22:13:05.205Z] #47 14.38 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-11-17T22:13:05.205Z] #47 16.93 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-11-17T22:13:05.464Z] #47 ... [2021-11-17T22:13:05.464Z] [2021-11-17T22:13:05.464Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:13:05.464Z] #51 sha256:9a2993bb4ee6343aff015bab6baec7e6b004a3b1a9a266639c8c209c96019fdb [2021-11-17T22:13:05.464Z] #51 20.45 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-11-17T22:13:06.032Z] #51 ... [2021-11-17T22:13:06.032Z] [2021-11-17T22:13:06.032Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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 [2021-11-17T22:13:06.032Z] #40 sha256:2d462ea74ef525c4f75d25a79a9cf1f134c137bff45947dce31175cdabc798fa [2021-11-17T22:13:06.032Z] #40 10.46 + git clone https://github.com/docker/distribution.git . [2021-11-17T22:13:06.032Z] #40 10.46 Cloning into '.'... [2021-11-17T22:13:06.032Z] #40 ... [2021-11-17T22:13:06.032Z] [2021-11-17T22:13:06.032Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-11-17T22:13:06.032Z] #67 sha256:390b6a3bbf3960c19d60e8a219e1a633a5b956283ca3dc40231abaee1565a7ec [2021-11-17T22:13:06.032Z] #67 19.63 Checking out files: 49% (951/1907) Checking out files: 50% (954/1907) Checking out files: 51% (973/1907) Checking out files: 52% (992/1907) Checking out files: 53% (1011/1907) Checking out files: 54% (1030/1907) Checking out files: 55% (1049/1907) Checking out files: 56% (1068/1907) Checking out files: 57% (1087/1907) Checking out files: 58% (1107/1907) Checking out files: 59% (1126/1907) Checking out files: 60% (1145/1907) Checking out files: 61% (1164/1907) Checking out files: 62% (1183/1907) Checking out files: 63% (1202/1907) Checking out files: 64% (1221/1907) Checking out files: 65% (1240/1907) Checking out files: 66% (1259/1907) Checking out files: 67% (1278/1907) Checking out files: 68% (1297/1907) Checking out files: 69% (1316/1907) Checking out files: 70% (1335/1907) Checking out files: 71% (1354/1907) Checking out files: 72% (1374/1907) Checking out files: 73% (1393/1907) Checking out files: 74% (1412/1907) Checking out files: 75% (1431/1907) Checking out files: 76% (1450/1907) Checking out files: 77% (1469/1907) Checking out files: 78% (1488/1907) Checking out files: 79% (1507/1907) Checking out files: 80% (1526/1907) Checking out files: 81% (1545/1907) Checking out files: 82% (1564/1907) Checking out files: 83% (1583/1907) Checking out files: 84% (1602/1907) Checking out files: 85% (1621/1907) Checking out files: 86% (1641/1907) Checking out files: 87% (1660/1907) Checking out files: 88% (1679/1907) Checking out files: 89% (1698/1907) Checking out files: 90% (1717/1907) Checking out files: 91% (1736/1907) Checking out files: 92% (1755/1907) Checking out files: 92% (1772/1907) Checking out files: 93% (1774/1907) Checking out files: 94% (1793/1907) Checking out files: 95% (1812/1907) Checking out files: 96% (1831/1907) Checking out files: 97% (1850/1907) Checking out files: 98% (1869/1907) Checking out files: 99% (1888/1907) Checking out files: 100% (1907/1907) Checking out files: 100% (1907/1907), done. [2021-11-17T22:13:06.032Z] #67 20.90 + cd /tmp/tmp.14ISy7nXXV/src/github.com/docker/libnetwork [2021-11-17T22:13:06.032Z] #67 20.90 + git checkout -q 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-11-17T22:13:06.291Z] #67 21.49 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-11-17T22:13:06.674Z] #67 ... [2021-11-17T22:13:06.674Z] [2021-11-17T22:13:06.674Z] #36 [tini 1/2] 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 [2021-11-17T22:13:06.674Z] #36 sha256:b2e8030f1d3e6b76a273518953eb3f95355461261f5319e0bdc1ab365c1aaca8 [2021-11-17T22:13:06.674Z] #36 11.75 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2021-11-17T22:13:06.674Z] #36 14.77 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [309 kB] [2021-11-17T22:13:06.674Z] #36 17.50 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-11-17T22:13:06.707Z] #67 31.78 Checking out files: 40% (774/1907) Checking out files: 41% (782/1907) Checking out files: 42% (801/1907) Checking out files: 43% (821/1907) Checking out files: 44% (840/1907) Checking out files: 45% (859/1907) Checking out files: 46% (878/1907) Checking out files: 47% (897/1907) Checking out files: 48% (916/1907) Checking out files: 49% (935/1907) Checking out files: 50% (954/1907) Checking out files: 51% (973/1907) Checking out files: 52% (992/1907) Checking out files: 53% (1011/1907) Checking out files: 54% (1030/1907) Checking out files: 55% (1049/1907) Checking out files: 56% (1068/1907) Checking out files: 57% (1087/1907) Checking out files: 58% (1107/1907) Checking out files: 59% (1126/1907) Checking out files: 60% (1145/1907) Checking out files: 61% (1164/1907) Checking out files: 62% (1183/1907) Checking out files: 63% (1202/1907) Checking out files: 64% (1221/1907) Checking out files: 65% (1240/1907) Checking out files: 66% (1259/1907) Checking out files: 67% (1278/1907) Checking out files: 67% (1282/1907) Checking out files: 68% (1297/1907) Checking out files: 69% (1316/1907) Checking out files: 70% (1335/1907) Checking out files: 71% (1354/1907) Checking out files: 72% (1374/1907) Checking out files: 73% (1393/1907) Checking out files: 74% (1412/1907) Checking out files: 75% (1431/1907) Checking out files: 76% (1450/1907) Checking out files: 77% (1469/1907) Checking out files: 78% (1488/1907) Checking out files: 79% (1507/1907) Checking out files: 80% (1526/1907) Checking out files: 81% (1545/1907) Checking out files: 82% (1564/1907) Checking out files: 83% (1583/1907) Checking out files: 84% (1602/1907) Checking out files: 85% (1621/1907) Checking out files: 86% (1641/1907) Checking out files: 87% (1660/1907) Checking out files: 88% (1679/1907) Checking out files: 89% (1698/1907) Checking out files: 90% (1717/1907) Checking out files: 91% (1736/1907) Checking out files: 92% (1755/1907) Checking out files: 93% (1774/1907) Checking out files: 94% (1793/1907) Checking out files: 95% (1812/1907) Checking out files: 96% (1831/1907) Checking out files: 97% (1850/1907) Checking out files: 98% (1869/1907) Checking out files: 99% (1888/1907) Checking out files: 99% (1891/1907) Checking out files: 100% (1907/1907) Checking out files: 100% (1907/1907), done. [2021-11-17T22:13:06.707Z] #67 33.92 + cd /tmp/tmp.dEvZQ2bf0K/src/github.com/docker/libnetwork [2021-11-17T22:13:06.707Z] #67 33.93 + git checkout -q 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-11-17T22:13:06.933Z] #36 ... [2021-11-17T22:13:06.933Z] [2021-11-17T22:13:06.933Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:13:06.933Z] #49 sha256:4cc09f60a58c4888d9ae4af88025c53bc40affafcc48d7a6fa00ae2038cf79a8 [2021-11-17T22:13:06.933Z] #49 21.71 go: downloading github.com/fatih/color v1.7.0 [2021-11-17T22:13:06.933Z] #49 21.71 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-11-17T22:13:06.933Z] #49 21.82 go: downloading github.com/pkg/errors v0.8.1 [2021-11-17T22:13:06.933Z] #49 21.87 go: downloading github.com/spf13/cobra v0.0.5 [2021-11-17T22:13:06.933Z] #49 21.87 go: downloading github.com/spf13/pflag v1.0.5 [2021-11-17T22:13:06.966Z] #67 34.36 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-11-17T22:13:07.192Z] #49 ... [2021-11-17T22:13:07.192Z] [2021-11-17T22:13:07.192Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-11-17T22:13:07.192Z] #34 sha256:792f6f88bbc0b3c945bb7d81f73c057c96797973c8c5805b21e8a710973cd59e [2021-11-17T22:13:07.192Z] #34 12.08 internal/unsafeheader [2021-11-17T22:13:07.192Z] #34 12.08 internal/cpu [2021-11-17T22:13:07.192Z] #34 12.27 runtime/internal/atomic [2021-11-17T22:13:07.192Z] #34 12.66 runtime/internal/sys [2021-11-17T22:13:07.192Z] #34 12.92 internal/bytealg [2021-11-17T22:13:07.192Z] #34 12.92 runtime/internal/math [2021-11-17T22:13:07.192Z] #34 13.30 math/bits [2021-11-17T22:13:07.192Z] #34 13.78 math [2021-11-17T22:13:07.192Z] #34 14.16 runtime [2021-11-17T22:13:07.192Z] #34 18.71 unicode/utf8 [2021-11-17T22:13:07.192Z] #34 ... [2021-11-17T22:13:07.192Z] [2021-11-17T22:13:07.192Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-11-17T22:13:07.192Z] #42 sha256:458dfcbb019aed25e86f24c62186909e3d0db8f816c9fb3db42bc8e2d47296d9 [2021-11-17T22:13:07.192Z] #42 12.19 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2021-11-17T22:13:07.192Z] #42 14.23 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [309 kB] [2021-11-17T22:13:07.192Z] #42 17.30 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-11-17T22:13:07.451Z] #42 ... [2021-11-17T22:13:07.451Z] [2021-11-17T22:13:07.451Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:13:07.451Z] #49 sha256:4cc09f60a58c4888d9ae4af88025c53bc40affafcc48d7a6fa00ae2038cf79a8 [2021-11-17T22:13:07.451Z] #49 22.24 go: downloading github.com/spf13/viper v1.6.1 [2021-11-17T22:13:08.019Z] #49 22.83 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-11-17T22:13:08.019Z] #49 22.87 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-11-17T22:13:08.019Z] #49 22.94 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-11-17T22:13:08.019Z] #49 22.97 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-11-17T22:13:08.278Z] #49 ... [2021-11-17T22:13:08.278Z] [2021-11-17T22:13:08.278Z] #55 [containerd 1/2] 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 [2021-11-17T22:13:08.278Z] #55 sha256:8e0525b109a1e0f7a0b21a83028ffee6aa17ef909a907da8fbbbfde8bd37a167 [2021-11-17T22:13:08.278Z] #55 13.33 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-11-17T22:13:08.536Z] #55 ... [2021-11-17T22:13:08.536Z] [2021-11-17T22:13:08.536Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-11-17T22:13:08.536Z] #58 sha256:2d3fcadc992eab87acde1e61b412d729146bd343fb23e14eca0a013df35e2fff [2021-11-17T22:13:08.536Z] #58 22.54 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-11-17T22:13:08.536Z] #58 23.30 go: downloading github.com/google/uuid v1.3.0 [2021-11-17T22:13:08.536Z] #58 23.35 go: downloading github.com/moby/vpnkit v0.5.0 [2021-11-17T22:13:08.536Z] #58 23.36 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2021-11-17T22:13:08.536Z] #58 23.57 go: downloading github.com/gofrs/flock v0.8.1 [2021-11-17T22:13:08.536Z] #58 23.57 go: downloading github.com/gorilla/mux v1.8.0 [2021-11-17T22:13:09.104Z] #58 24.10 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-11-17T22:13:09.678Z] #58 24.60 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-11-17T22:13:09.937Z] #58 24.76 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-11-17T22:13:11.163Z] #67 ... [2021-11-17T22:13:11.163Z] [2021-11-17T22:13:11.163Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:13:11.163Z] #45 sha256:44427e0cda29539b860d742a51908d3dc2f5857a0ffb47fe00208f012ce41ed8 [2021-11-17T22:13:11.163Z] #45 27.96 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-11-17T22:13:11.163Z] #45 28.05 internal/nettrace [2021-11-17T22:13:11.163Z] #45 28.41 runtime/cgo [2021-11-17T22:13:11.163Z] #45 ... [2021-11-17T22:13:11.163Z] [2021-11-17T22:13:11.163Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-11-17T22:13:11.163Z] #29 sha256:1091aa5c17f5e56d3f13c4505e05242f066b173d39e5949585514ac641063e62 [2021-11-17T22:13:11.163Z] #29 29.83 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-11-17T22:13:11.163Z] #29 30.29 [2021-11-17T22:13:11.163Z] #29 30.73 #=#=# ######################################################################## 100.0% [2021-11-17T22:13:11.163Z] #29 30.92 [2021-11-17T22:13:11.163Z] #29 32.77 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-11-17T22:13:11.163Z] #29 33.05 [2021-11-17T22:13:11.163Z] #29 33.38 #=#=# ######################################################################## 100.0% [2021-11-17T22:13:11.163Z] #29 33.59 [2021-11-17T22:13:11.163Z] #29 34.74 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-11-17T22:13:11.163Z] #29 35.12 [2021-11-17T22:13:11.856Z] #58 ... [2021-11-17T22:13:11.856Z] [2021-11-17T22:13:11.856Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-11-17T22:13:11.856Z] #13 sha256:c49801e2dce6d2ae9af8a4bf01e3f723d69e295b76ebdbe9590ac3e266c23ffb [2021-11-17T22:13:11.856Z] #13 11.45 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-11-17T22:13:11.856Z] #13 11.57 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-11-17T22:13:11.856Z] #13 11.57 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-11-17T22:13:11.856Z] #13 11.57 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-11-17T22:13:11.856Z] #13 12.74 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [486 kB] [2021-11-17T22:13:11.856Z] #13 14.83 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2021-11-17T22:13:11.856Z] #13 16.99 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [309 kB] [2021-11-17T22:13:11.856Z] #13 20.02 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-11-17T22:13:11.856Z] #13 ... [2021-11-17T22:13:11.856Z] [2021-11-17T22:13:11.856Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:13:11.856Z] #45 sha256:5c836e09b66d03207e970ffcbd218a5f75e0d81b5d74791034a6b8f163f1b3b0 [2021-11-17T22:13:11.856Z] #45 19.44 container/list [2021-11-17T22:13:11.856Z] #45 20.08 crypto/internal/subtle [2021-11-17T22:13:11.856Z] #45 20.16 crypto/subtle [2021-11-17T22:13:11.856Z] #45 20.33 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-11-17T22:13:11.856Z] #45 20.56 internal/nettrace [2021-11-17T22:13:11.856Z] #45 20.77 runtime/cgo [2021-11-17T22:13:12.425Z] #45 ... [2021-11-17T22:13:12.425Z] [2021-11-17T22:13:12.425Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-11-17T22:13:12.425Z] #58 sha256:2d3fcadc992eab87acde1e61b412d729146bd343fb23e14eca0a013df35e2fff [2021-11-17T22:13:12.425Z] #58 27.30 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-11-17T22:13:12.466Z] #29 35.43 #=#=# # 2.2% ####### 10.9% ############# 18.4% ################# 23.7% ###################### 30.6% ############################ 40.0% ################################## 47.3% ######################################## 56.1% ############################################## 64.6% #################################################### 72.8% ########################################################## 81.8% ############################################################## 87.0% ################################################################### 93.8% ######################################################################## 100.0% [2021-11-17T22:13:12.726Z] #29 37.32 [2021-11-17T22:13:12.985Z] #29 ... [2021-11-17T22:13:12.985Z] [2021-11-17T22:13:12.986Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-11-17T22:13:12.986Z] #42 sha256:b078e7edfa1a8e332981599a6386260169e27a11bf9be2f396349a64530c7b9e [2021-11-17T22:13:12.986Z] #42 30.19 Fetched 8292 kB in 24s (340 kB/s) [2021-11-17T22:13:12.986Z] #42 30.19 Reading package lists... [2021-11-17T22:13:13.245Z] #42 38.50 Reading package lists... [2021-11-17T22:13:13.245Z] #42 ... [2021-11-17T22:13:13.245Z] [2021-11-17T22:13:13.245Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:13:13.245Z] #49 sha256:612a33872ad6219a512d73a934b11122b4cd07df7ab2d825f066b77c763f8256 [2021-11-17T22:13:13.245Z] #49 31.99 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-11-17T22:13:13.245Z] #49 32.02 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-11-17T22:13:13.245Z] #49 32.22 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-11-17T22:13:13.245Z] #49 32.24 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-11-17T22:13:13.245Z] #49 32.96 go: downloading github.com/magiconair/properties v1.8.1 [2021-11-17T22:13:13.245Z] #49 32.96 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-11-17T22:13:13.245Z] #49 33.17 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-11-17T22:13:13.245Z] #49 33.19 go: downloading github.com/spf13/afero v1.1.2 [2021-11-17T22:13:13.245Z] #49 33.53 go: downloading github.com/spf13/cast v1.3.0 [2021-11-17T22:13:13.245Z] #49 33.60 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-11-17T22:13:13.245Z] #49 33.68 go: downloading github.com/subosito/gotenv v1.2.0 [2021-11-17T22:13:13.245Z] #49 33.72 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-11-17T22:13:13.245Z] #49 33.90 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-11-17T22:13:13.245Z] #49 34.16 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-11-17T22:13:13.245Z] #49 34.45 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-11-17T22:13:13.245Z] #49 34.73 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-11-17T22:13:13.245Z] #49 34.84 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-11-17T22:13:13.245Z] #49 34.97 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-11-17T22:13:13.245Z] #49 35.00 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-11-17T22:13:13.245Z] #49 35.05 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-11-17T22:13:13.245Z] #49 35.23 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-11-17T22:13:13.245Z] #49 35.32 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-11-17T22:13:13.245Z] #49 35.47 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-11-17T22:13:13.245Z] #49 35.52 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-11-17T22:13:13.245Z] #49 35.71 go: downloading github.com/stretchr/objx v0.2.0 [2021-11-17T22:13:13.245Z] #49 35.89 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-11-17T22:13:13.245Z] #49 36.04 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-11-17T22:13:13.245Z] #49 36.16 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-11-17T22:13:13.245Z] #49 36.19 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-11-17T22:13:13.245Z] #49 36.33 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-11-17T22:13:13.245Z] #49 36.41 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-11-17T22:13:13.245Z] #49 36.88 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-11-17T22:13:13.245Z] #49 36.90 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-11-17T22:13:13.245Z] #49 36.98 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-11-17T22:13:13.245Z] #49 37.18 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-11-17T22:13:13.245Z] #49 37.21 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-11-17T22:13:13.245Z] #49 37.32 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-11-17T22:13:13.245Z] #49 37.50 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-11-17T22:13:13.245Z] #49 37.62 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-11-17T22:13:13.245Z] #49 37.70 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-11-17T22:13:13.245Z] #49 37.73 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-11-17T22:13:13.245Z] #49 37.76 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-11-17T22:13:13.245Z] #49 37.80 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-11-17T22:13:13.245Z] #49 37.87 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-11-17T22:13:13.245Z] #49 38.03 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-11-17T22:13:13.245Z] #49 38.03 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-11-17T22:13:13.245Z] #49 38.06 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-11-17T22:13:13.245Z] #49 38.17 go: downloading github.com/ultraware/funlen v0.0.2 [2021-11-17T22:13:13.245Z] #49 38.20 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-11-17T22:13:13.245Z] #49 38.23 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-11-17T22:13:13.245Z] #49 38.32 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-11-17T22:13:13.245Z] #49 39.17 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-11-17T22:13:13.245Z] #49 39.21 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-11-17T22:13:13.245Z] #49 39.38 go: downloading golang.org/x/text v0.3.2 [2021-11-17T22:13:13.683Z] 4612f6d0b889: Verifying Checksum [2021-11-17T22:13:13.683Z] 4612f6d0b889: Download complete [2021-11-17T22:13:14.184Z] #49 ... [2021-11-17T22:13:14.184Z] [2021-11-17T22:13:14.185Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-11-17T22:13:14.185Z] #29 sha256:1091aa5c17f5e56d3f13c4505e05242f066b173d39e5949585514ac641063e62 [2021-11-17T22:13:14.185Z] #29 38.65 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-11-17T22:13:14.444Z] #29 39.14 #=#=# [2021-11-17T22:13:15.014Z] #29 39.47 #=#=# ######################################################################## 100.0% [2021-11-17T22:13:15.014Z] #29 39.61 [2021-11-17T22:13:15.683Z] #29 ... [2021-11-17T22:13:15.683Z] [2021-11-17T22:13:15.683Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:13:15.683Z] #51 sha256:9cb72d25743676e11aa6439c9651c7fa1046c8875e43edf9030a7e11922992ad [2021-11-17T22:13:15.683Z] #51 32.68 runtime [2021-11-17T22:13:15.683Z] #51 ... [2021-11-17T22:13:15.683Z] [2021-11-17T22:13:15.683Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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 [2021-11-17T22:13:15.683Z] #40 sha256:90d150dc4a6b17f5986cc7591822c8cdf3597940a98fc025078f228cff0c0c7c [2021-11-17T22:13:15.684Z] #40 33.93 Checking out files: 70% (1242/1750) Checking out files: 71% (1243/1750) Checking out files: 72% (1260/1750) Checking out files: 73% (1278/1750) Checking out files: 74% (1295/1750) Checking out files: 75% (1313/1750) Checking out files: 76% (1330/1750) Checking out files: 77% (1348/1750) Checking out files: 78% (1365/1750) Checking out files: 79% (1383/1750) Checking out files: 80% (1400/1750) Checking out files: 81% (1418/1750) Checking out files: 82% (1435/1750) Checking out files: 83% (1453/1750) Checking out files: 84% (1470/1750) Checking out files: 85% (1488/1750) Checking out files: 86% (1505/1750) Checking out files: 87% (1523/1750) Checking out files: 88% (1540/1750) Checking out files: 89% (1558/1750) Checking out files: 90% (1575/1750) Checking out files: 91% (1593/1750) Checking out files: 92% (1610/1750) Checking out files: 93% (1628/1750) Checking out files: 94% (1645/1750) Checking out files: 95% (1663/1750) Checking out files: 96% (1680/1750) Checking out files: 97% (1698/1750) Checking out files: 98% (1715/1750) Checking out files: 99% (1733/1750) Checking out files: 100% (1750/1750) Checking out files: 100% (1750/1750), done. [2021-11-17T22:13:15.684Z] #40 34.65 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-11-17T22:13:15.684Z] #40 36.26 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-11-17T22:13:15.943Z] #40 ... [2021-11-17T22:13:15.943Z] [2021-11-17T22:13:15.943Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-11-17T22:13:15.943Z] #29 sha256:1091aa5c17f5e56d3f13c4505e05242f066b173d39e5949585514ac641063e62 [2021-11-17T22:13:15.943Z] #29 40.61 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-11-17T22:13:16.518Z] #29 40.98 [2021-11-17T22:13:16.786Z] #29 41.33 #=#=# ######################################################################## 100.0% [2021-11-17T22:13:16.786Z] #29 41.47 [2021-11-17T22:13:16.786Z] #29 ... [2021-11-17T22:13:16.786Z] [2021-11-17T22:13:16.786Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-11-17T22:13:16.786Z] #58 sha256:051625bfd43c710f79f71f43c0911192a453c2a2d9dd0d83bd5079ac64dc1fa2 [2021-11-17T22:13:16.786Z] #58 34.02 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-11-17T22:13:16.786Z] #58 ... [2021-11-17T22:13:16.786Z] [2021-11-17T22:13:16.786Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-11-17T22:13:16.786Z] #29 sha256:1091aa5c17f5e56d3f13c4505e05242f066b173d39e5949585514ac641063e62 [2021-11-17T22:13:16.786Z] #29 41.53 Download of images into '/build' complete. [2021-11-17T22:13:16.786Z] #29 41.53 Use something like the following to load the result into a Docker daemon: [2021-11-17T22:13:16.786Z] #29 41.53 tar -cC '/build' . | docker load [2021-11-17T22:13:17.714Z] #58 ... [2021-11-17T22:13:17.714Z] [2021-11-17T22:13:17.714Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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 [2021-11-17T22:13:17.714Z] #40 sha256:2d462ea74ef525c4f75d25a79a9cf1f134c137bff45947dce31175cdabc798fa [2021-11-17T22:13:17.714Z] #40 31.09 Checking out files: 82% (1447/1750) Checking out files: 83% (1453/1750) Checking out files: 84% (1470/1750) Checking out files: 85% (1488/1750) Checking out files: 86% (1505/1750) Checking out files: 87% (1523/1750) Checking out files: 88% (1540/1750) Checking out files: 89% (1558/1750) Checking out files: 90% (1575/1750) Checking out files: 91% (1593/1750) Checking out files: 92% (1610/1750) Checking out files: 93% (1628/1750) Checking out files: 94% (1645/1750) Checking out files: 95% (1663/1750) Checking out files: 96% (1680/1750) Checking out files: 97% (1698/1750) Checking out files: 98% (1715/1750) Checking out files: 99% (1733/1750) Checking out files: 100% (1750/1750) Checking out files: 100% (1750/1750), done. [2021-11-17T22:13:17.714Z] #40 31.40 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-11-17T22:13:17.728Z] #29 ... [2021-11-17T22:13:17.728Z] [2021-11-17T22:13:17.728Z] #55 [containerd 1/2] 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 [2021-11-17T22:13:17.728Z] #55 sha256:2aa35fc92e1e1683cb3f0ac876478ac5966e770f82588dec56e4251c8937152d [2021-11-17T22:13:17.728Z] #55 34.68 Fetched 8292 kB in 30s (276 kB/s) [2021-11-17T22:13:17.728Z] #55 34.68 Reading package lists... [2021-11-17T22:13:17.728Z] #55 40.63 Reading package lists... [2021-11-17T22:13:17.728Z] #55 ... [2021-11-17T22:13:17.728Z] [2021-11-17T22:13:17.728Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-11-17T22:13:17.728Z] #13 sha256:b07f44288fc6d3e923a03491fec747205594a17974f55e81c41033427f1ea7b7 [2021-11-17T22:13:17.728Z] #13 31.61 Fetched 8820 kB in 28s (317 kB/s) [2021-11-17T22:13:17.728Z] #13 31.61 Reading package lists... [2021-11-17T22:13:17.728Z] #13 38.11 Reading package lists... [2021-11-17T22:13:17.728Z] #13 ... [2021-11-17T22:13:17.728Z] [2021-11-17T22:13:17.728Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-11-17T22:13:17.728Z] #42 sha256:b078e7edfa1a8e332981599a6386260169e27a11bf9be2f396349a64530c7b9e [2021-11-17T22:13:17.728Z] #42 38.50 Reading package lists... [2021-11-17T22:13:17.987Z] #42 43.98 Building dependency tree... [2021-11-17T22:13:19.099Z] #40 33.79 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-11-17T22:13:19.099Z] #40 ... [2021-11-17T22:13:19.099Z] [2021-11-17T22:13:19.099Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:13:19.099Z] #49 sha256:4cc09f60a58c4888d9ae4af88025c53bc40affafcc48d7a6fa00ae2038cf79a8 [2021-11-17T22:13:19.099Z] #49 24.21 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-11-17T22:13:19.099Z] #49 24.60 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-11-17T22:13:19.099Z] #49 28.42 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-11-17T22:13:19.099Z] #49 28.43 go: downloading github.com/stretchr/testify v1.4.0 [2021-11-17T22:13:19.099Z] #49 28.81 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-11-17T22:13:19.099Z] #49 29.27 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-11-17T22:13:19.099Z] #49 29.28 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-11-17T22:13:19.099Z] #49 29.32 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-11-17T22:13:19.099Z] #49 29.70 go: downloading github.com/magiconair/properties v1.8.1 [2021-11-17T22:13:19.099Z] #49 29.70 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-11-17T22:13:19.099Z] #49 29.79 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-11-17T22:13:19.099Z] #49 29.84 go: downloading github.com/spf13/afero v1.1.2 [2021-11-17T22:13:19.099Z] #49 30.16 go: downloading github.com/spf13/cast v1.3.0 [2021-11-17T22:13:19.099Z] #49 30.19 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-11-17T22:13:19.099Z] #49 30.24 go: downloading github.com/subosito/gotenv v1.2.0 [2021-11-17T22:13:19.099Z] #49 30.31 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-11-17T22:13:19.099Z] #49 30.31 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-11-17T22:13:19.099Z] #49 30.61 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-11-17T22:13:19.099Z] #49 30.70 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-11-17T22:13:19.099Z] #49 30.72 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-11-17T22:13:19.099Z] #49 30.76 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-11-17T22:13:19.099Z] #49 30.78 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-11-17T22:13:19.099Z] #49 30.86 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-11-17T22:13:19.099Z] #49 30.89 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-11-17T22:13:19.099Z] #49 30.96 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-11-17T22:13:19.099Z] #49 31.12 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-11-17T22:13:19.099Z] #49 31.18 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-11-17T22:13:19.099Z] #49 31.24 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-11-17T22:13:19.099Z] #49 31.36 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-11-17T22:13:19.099Z] #49 31.59 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-11-17T22:13:19.099Z] #49 31.63 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-11-17T22:13:19.099Z] #49 32.24 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-11-17T22:13:19.099Z] #49 32.29 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-11-17T22:13:19.099Z] #49 32.38 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-11-17T22:13:19.099Z] #49 32.72 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-11-17T22:13:19.099Z] #49 32.78 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-11-17T22:13:19.099Z] #49 33.04 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-11-17T22:13:19.099Z] #49 33.08 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-11-17T22:13:19.099Z] #49 33.74 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-11-17T22:13:19.099Z] #49 33.80 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-11-17T22:13:19.099Z] #49 33.85 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-11-17T22:13:19.099Z] #49 34.00 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-11-17T22:13:19.099Z] #49 34.14 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-11-17T22:13:19.099Z] #49 34.21 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-11-17T22:13:19.367Z] #49 ... [2021-11-17T22:13:19.367Z] [2021-11-17T22:13:19.367Z] #55 [containerd 1/2] 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 [2021-11-17T22:13:19.367Z] #55 sha256:8e0525b109a1e0f7a0b21a83028ffee6aa17ef909a907da8fbbbfde8bd37a167 [2021-11-17T22:13:19.367Z] #55 24.27 Fetched 8469 kB in 16s (522 kB/s) [2021-11-17T22:13:19.367Z] #55 24.27 Reading package lists... [2021-11-17T22:13:19.367Z] #55 32.33 Reading package lists... [2021-11-17T22:13:19.367Z] #55 ... [2021-11-17T22:13:19.367Z] [2021-11-17T22:13:19.367Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:13:19.367Z] #51 sha256:9a2993bb4ee6343aff015bab6baec7e6b004a3b1a9a266639c8c209c96019fdb [2021-11-17T22:13:19.367Z] #51 24.48 runtime [2021-11-17T22:13:19.626Z] #51 ... [2021-11-17T22:13:19.626Z] [2021-11-17T22:13:19.626Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:13:19.626Z] #49 sha256:4cc09f60a58c4888d9ae4af88025c53bc40affafcc48d7a6fa00ae2038cf79a8 [2021-11-17T22:13:19.626Z] #49 34.60 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-11-17T22:13:19.885Z] #49 34.99 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-11-17T22:13:20.144Z] #49 35.11 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-11-17T22:13:20.403Z] #49 35.28 go: downloading github.com/ultraware/funlen v0.0.2 [2021-11-17T22:13:20.403Z] #49 35.30 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-11-17T22:13:20.403Z] #49 35.34 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-11-17T22:13:20.403Z] #49 35.45 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-11-17T22:13:20.525Z] #42 47.36 The following additional packages will be installed: [2021-11-17T22:13:20.525Z] #42 47.36 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-11-17T22:13:20.525Z] #42 47.36 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-11-17T22:13:20.525Z] #42 47.37 Suggested packages: [2021-11-17T22:13:20.525Z] #42 47.37 manpages-dev python-setuptools [2021-11-17T22:13:21.099Z] #42 ... [2021-11-17T22:13:21.099Z] [2021-11-17T22:13:21.099Z] #36 [tini 1/2] 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 [2021-11-17T22:13:21.099Z] #36 sha256:065ca12eb2c38826d96765a3bcea4e89b3a60a65b276fd0a9e4a12c18bf8f44e [2021-11-17T22:13:21.099Z] #36 30.78 Reading package lists... [2021-11-17T22:13:21.099Z] #36 38.70 Reading package lists... [2021-11-17T22:13:21.099Z] #36 44.19 Building dependency tree... [2021-11-17T22:13:21.099Z] #36 47.40 The following additional packages will be installed: [2021-11-17T22:13:21.099Z] #36 47.41 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-11-17T22:13:21.099Z] #36 47.43 Suggested packages: [2021-11-17T22:13:21.099Z] #36 47.44 cmake-doc ninja-build lrzip [2021-11-17T22:13:21.099Z] #36 47.44 Recommended packages: [2021-11-17T22:13:21.099Z] #36 47.44 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-11-17T22:13:21.099Z] #36 48.24 The following NEW packages will be installed: [2021-11-17T22:13:21.099Z] #36 48.26 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-11-17T22:13:21.099Z] #36 48.27 vim-common xxd [2021-11-17T22:13:21.099Z] #36 ... [2021-11-17T22:13:21.099Z] [2021-11-17T22:13:21.099Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-11-17T22:13:21.099Z] #42 sha256:b078e7edfa1a8e332981599a6386260169e27a11bf9be2f396349a64530c7b9e [2021-11-17T22:13:21.099Z] #42 48.35 The following NEW packages will be installed: [2021-11-17T22:13:21.100Z] #42 48.36 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-11-17T22:13:21.100Z] #42 48.37 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-11-17T22:13:21.100Z] #42 48.37 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-11-17T22:13:21.100Z] #42 48.37 python-six zlib1g-dev [2021-11-17T22:13:21.668Z] #42 48.79 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2021-11-17T22:13:21.668Z] #42 48.79 Need to get 3798 kB of archives. [2021-11-17T22:13:21.668Z] #42 48.79 After this operation, 21.6 MB of additional disk space will be used. [2021-11-17T22:13:21.668Z] #42 48.79 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB] [2021-11-17T22:13:21.668Z] #42 48.84 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2021-11-17T22:13:21.668Z] #42 48.87 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB] [2021-11-17T22:13:21.668Z] #42 48.88 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2021-11-17T22:13:21.668Z] #42 48.88 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB] [2021-11-17T22:13:21.668Z] #42 48.90 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2021-11-17T22:13:21.668Z] #42 48.94 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c-dev arm64 1.3.1-1+b1 [33.4 kB] [2021-11-17T22:13:21.668Z] #42 48.94 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB] [2021-11-17T22:13:21.668Z] #42 48.95 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB] [2021-11-17T22:13:21.668Z] #42 49.03 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB] [2021-11-17T22:13:21.784Z] #49 36.61 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-11-17T22:13:21.784Z] #49 36.71 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-11-17T22:13:21.784Z] #49 36.81 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-11-17T22:13:21.784Z] #49 36.83 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-11-17T22:13:21.784Z] #49 36.88 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-11-17T22:13:21.928Z] #42 49.06 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB] [2021-11-17T22:13:21.928Z] #42 49.13 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB] [2021-11-17T22:13:21.928Z] #42 49.15 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-c-compiler arm64 1.3.1-1+b1 [70.4 kB] [2021-11-17T22:13:21.928Z] #42 49.16 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB] [2021-11-17T22:13:21.928Z] #42 49.20 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-11-17T22:13:21.928Z] #42 49.20 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB] [2021-11-17T22:13:21.928Z] #42 49.21 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB] [2021-11-17T22:13:22.045Z] #49 36.97 go: downloading github.com/stretchr/objx v0.2.0 [2021-11-17T22:13:22.045Z] #49 37.23 go: downloading golang.org/x/text v0.3.2 [2021-11-17T22:13:22.869Z] #42 50.16 debconf: delaying package configuration, since apt-utils is not installed [2021-11-17T22:13:23.129Z] #42 50.41 Fetched 3798 kB in 1s (5013 kB/s) [2021-11-17T22:13:23.431Z] #49 ... [2021-11-17T22:13:23.431Z] [2021-11-17T22:13:23.431Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-11-17T22:13:23.431Z] #42 sha256:458dfcbb019aed25e86f24c62186909e3d0db8f816c9fb3db42bc8e2d47296d9 [2021-11-17T22:13:23.431Z] #42 28.38 Fetched 8469 kB in 18s (468 kB/s) [2021-11-17T22:13:23.431Z] #42 28.38 Reading package lists... [2021-11-17T22:13:23.431Z] #42 36.52 Reading package lists... [2021-11-17T22:13:23.431Z] #42 ... [2021-11-17T22:13:23.431Z] [2021-11-17T22:13:23.431Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-11-17T22:13:23.431Z] #13 sha256:c49801e2dce6d2ae9af8a4bf01e3f723d69e295b76ebdbe9590ac3e266c23ffb [2021-11-17T22:13:23.431Z] #13 31.41 Fetched 9002 kB in 20s (446 kB/s) [2021-11-17T22:13:23.749Z] #42 50.74 Selecting previously unselected package libcap-dev:arm64. [2021-11-17T22:13:23.749Z] #42 50.74 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15394 files and directories currently installed.) [2021-11-17T22:13:23.749Z] #42 50.77 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ... [2021-11-17T22:13:23.749Z] #42 50.80 Unpacking libcap-dev:arm64 (1:2.25-2) ... [2021-11-17T22:13:24.369Z] #13 31.41 Reading package lists... [2021-11-17T22:13:24.369Z] #13 ... [2021-11-17T22:13:24.369Z] [2021-11-17T22:13:24.369Z] #36 [tini 1/2] 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 [2021-11-17T22:13:24.369Z] #36 sha256:b2e8030f1d3e6b76a273518953eb3f95355461261f5319e0bdc1ab365c1aaca8 [2021-11-17T22:13:24.369Z] #36 29.48 Fetched 8469 kB in 19s (438 kB/s) [2021-11-17T22:13:24.369Z] #36 29.48 Reading package lists... [2021-11-17T22:13:24.628Z] #36 37.33 Reading package lists... [2021-11-17T22:13:24.628Z] #36 ... [2021-11-17T22:13:24.628Z] [2021-11-17T22:13:24.628Z] #55 [containerd 1/2] 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 [2021-11-17T22:13:24.628Z] #55 sha256:8e0525b109a1e0f7a0b21a83028ffee6aa17ef909a907da8fbbbfde8bd37a167 [2021-11-17T22:13:24.628Z] #55 32.33 Reading package lists... [2021-11-17T22:13:25.132Z] #42 ... [2021-11-17T22:13:25.132Z] [2021-11-17T22:13:25.132Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:13:25.132Z] #45 sha256:44427e0cda29539b860d742a51908d3dc2f5857a0ffb47fe00208f012ce41ed8 [2021-11-17T22:13:25.132Z] #45 42.27 vendor/golang.org/x/crypto/internal/subtle [2021-11-17T22:13:25.132Z] #45 ... [2021-11-17T22:13:25.132Z] [2021-11-17T22:13:25.132Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-11-17T22:13:25.132Z] #42 sha256:b078e7edfa1a8e332981599a6386260169e27a11bf9be2f396349a64530c7b9e [2021-11-17T22:13:25.132Z] #42 52.39 Selecting previously unselected package libnet1:arm64. [2021-11-17T22:13:25.132Z] #42 52.40 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2021-11-17T22:13:25.132Z] #42 52.45 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-11-17T22:13:25.392Z] #42 52.63 Selecting previously unselected package libnet1-dev. [2021-11-17T22:13:25.392Z] #42 52.64 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ... [2021-11-17T22:13:25.392Z] #42 52.67 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-11-17T22:13:26.012Z] #55 39.30 Building dependency tree... [2021-11-17T22:13:26.272Z] #55 ... [2021-11-17T22:13:26.272Z] [2021-11-17T22:13:26.272Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-11-17T22:13:26.272Z] #67 sha256:390b6a3bbf3960c19d60e8a219e1a633a5b956283ca3dc40231abaee1565a7ec [2021-11-17T22:13:26.272Z] #67 DONE 41.1s [2021-11-17T22:13:26.272Z] [2021-11-17T22:13:26.272Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:13:26.272Z] #45 sha256:5c836e09b66d03207e970ffcbd218a5f75e0d81b5d74791034a6b8f163f1b3b0 [2021-11-17T22:13:26.272Z] #45 36.08 vendor/golang.org/x/crypto/internal/subtle [2021-11-17T22:13:27.394Z] #42 54.47 Selecting previously unselected package libnl-3-200:arm64. [2021-11-17T22:13:27.394Z] #42 54.47 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ... [2021-11-17T22:13:27.394Z] #42 54.50 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2021-11-17T22:13:28.179Z] #45 ... [2021-11-17T22:13:28.179Z] [2021-11-17T22:13:28.179Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-11-17T22:13:28.179Z] #58 sha256:2d3fcadc992eab87acde1e61b412d729146bd343fb23e14eca0a013df35e2fff [2021-11-17T22:13:28.179Z] #58 32.95 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-11-17T22:13:28.179Z] #58 ... [2021-11-17T22:13:28.179Z] [2021-11-17T22:13:28.179Z] #55 [containerd 1/2] 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 [2021-11-17T22:13:28.179Z] #55 sha256:8e0525b109a1e0f7a0b21a83028ffee6aa17ef909a907da8fbbbfde8bd37a167 [2021-11-17T22:13:28.179Z] #55 42.99 The following additional packages will be installed: [2021-11-17T22:13:28.179Z] #55 43.01 libbtrfs0 [2021-11-17T22:13:28.179Z] #55 43.20 The following NEW packages will be installed: [2021-11-17T22:13:28.179Z] #55 43.22 libbtrfs-dev libbtrfs0 [2021-11-17T22:13:28.336Z] #42 ... [2021-11-17T22:13:28.336Z] [2021-11-17T22:13:28.336Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:13:28.336Z] #49 sha256:612a33872ad6219a512d73a934b11122b4cd07df7ab2d825f066b77c763f8256 [2021-11-17T22:13:28.336Z] #49 45.35 go: downloading github.com/gobwas/glob v0.2.3 [2021-11-17T22:13:28.336Z] #49 45.36 go: downloading github.com/kisielk/gotool v1.0.0 [2021-11-17T22:13:28.336Z] #49 45.61 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-11-17T22:13:28.336Z] #49 45.64 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-11-17T22:13:28.336Z] #49 45.75 go: downloading github.com/gogo/protobuf v1.2.1 [2021-11-17T22:13:28.336Z] #49 46.94 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-11-17T22:13:28.336Z] #49 47.38 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-11-17T22:13:28.336Z] #49 47.89 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-11-17T22:13:28.336Z] #49 ... [2021-11-17T22:13:28.336Z] [2021-11-17T22:13:28.336Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:13:28.336Z] #51 sha256:9cb72d25743676e11aa6439c9651c7fa1046c8875e43edf9030a7e11922992ad [2021-11-17T22:13:28.336Z] #51 55.63 bytes [2021-11-17T22:13:28.595Z] #51 55.63 syscall [2021-11-17T22:13:28.747Z] #55 43.63 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2021-11-17T22:13:28.747Z] #55 43.63 Need to get 119 kB of archives. [2021-11-17T22:13:28.747Z] #55 43.63 After this operation, 387 kB of additional disk space will be used. [2021-11-17T22:13:28.747Z] #55 43.63 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-11-17T22:13:28.747Z] #55 43.63 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-11-17T22:13:29.164Z] #51 ... [2021-11-17T22:13:29.164Z] [2021-11-17T22:13:29.164Z] #55 [containerd 1/2] 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 [2021-11-17T22:13:29.164Z] #55 sha256:2aa35fc92e1e1683cb3f0ac876478ac5966e770f82588dec56e4251c8937152d [2021-11-17T22:13:29.164Z] #55 40.63 Reading package lists... [2021-11-17T22:13:29.164Z] #55 46.45 Building dependency tree... [2021-11-17T22:13:29.164Z] #55 49.38 The following additional packages will be installed: [2021-11-17T22:13:29.164Z] #55 49.40 libbtrfs0 [2021-11-17T22:13:29.164Z] #55 49.52 The following NEW packages will be installed: [2021-11-17T22:13:29.164Z] #55 49.54 libbtrfs-dev libbtrfs0 [2021-11-17T22:13:29.164Z] #55 49.89 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2021-11-17T22:13:29.164Z] #55 49.89 Need to get 119 kB of archives. [2021-11-17T22:13:29.164Z] #55 49.89 After this operation, 387 kB of additional disk space will be used. [2021-11-17T22:13:29.164Z] #55 49.89 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2021-11-17T22:13:29.164Z] #55 49.90 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2021-11-17T22:13:29.164Z] #55 50.89 debconf: delaying package configuration, since apt-utils is not installed [2021-11-17T22:13:29.164Z] #55 51.54 Fetched 119 kB in 0s (418 kB/s) [2021-11-17T22:13:29.164Z] #55 52.38 Selecting previously unselected package libbtrfs0. [2021-11-17T22:13:29.164Z] #55 52.38 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15394 files and directories currently installed.) [2021-11-17T22:13:29.164Z] #55 52.42 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ... [2021-11-17T22:13:29.164Z] #55 52.46 Unpacking libbtrfs0 (4.20.1-2) ... [2021-11-17T22:13:29.164Z] #55 52.62 Selecting previously unselected package libbtrfs-dev. [2021-11-17T22:13:29.164Z] #55 52.62 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ... [2021-11-17T22:13:29.164Z] #55 52.65 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-11-17T22:13:29.164Z] #55 53.99 Setting up libbtrfs0 (4.20.1-2) ... [2021-11-17T22:13:29.164Z] #55 54.44 Setting up libbtrfs-dev (4.20.1-2) ... [2021-11-17T22:13:29.164Z] #55 54.65 Processing triggers for libc-bin (2.28-10) ... [2021-11-17T22:13:29.164Z] #55 ... [2021-11-17T22:13:29.164Z] [2021-11-17T22:13:29.164Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-11-17T22:13:29.164Z] #42 sha256:b078e7edfa1a8e332981599a6386260169e27a11bf9be2f396349a64530c7b9e [2021-11-17T22:13:29.164Z] #42 55.66 Selecting previously unselected package libnl-3-dev:arm64. [2021-11-17T22:13:29.164Z] #42 55.66 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ... [2021-11-17T22:13:29.164Z] #42 55.68 Unpacking libnl-3-dev:arm64 (3.4.0-1) ... [2021-11-17T22:13:29.164Z] #42 56.11 Selecting previously unselected package libprotobuf-c1:arm64. [2021-11-17T22:13:29.164Z] #42 56.12 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2021-11-17T22:13:29.164Z] #42 56.13 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-11-17T22:13:29.438Z] #42 ... [2021-11-17T22:13:29.438Z] [2021-11-17T22:13:29.438Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-11-17T22:13:29.438Z] #13 sha256:b07f44288fc6d3e923a03491fec747205594a17974f55e81c41033427f1ea7b7 [2021-11-17T22:13:29.438Z] #13 38.11 Reading package lists... [2021-11-17T22:13:29.438Z] #13 43.73 Building dependency tree... [2021-11-17T22:13:29.438Z] #13 46.72 The following additional packages will be installed: [2021-11-17T22:13:29.438Z] #13 46.73 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-11-17T22:13:29.438Z] #13 46.73 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-11-17T22:13:29.438Z] #13 46.73 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-11-17T22:13:29.438Z] #13 46.73 libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common [2021-11-17T22:13:29.438Z] #13 46.74 mingw-w64-x86-64-dev [2021-11-17T22:13:29.438Z] #13 46.74 Suggested packages: [2021-11-17T22:13:29.438Z] #13 46.75 gcc-8-locales seccomp wine64 [2021-11-17T22:13:29.438Z] #13 47.40 The following NEW packages will be installed: [2021-11-17T22:13:29.438Z] #13 47.40 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-11-17T22:13:29.438Z] #13 47.40 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-11-17T22:13:29.438Z] #13 47.40 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-11-17T22:13:29.438Z] #13 47.40 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-11-17T22:13:29.438Z] #13 47.40 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-11-17T22:13:29.438Z] #13 47.41 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-11-17T22:13:29.438Z] #13 47.41 The following packages will be upgraded: [2021-11-17T22:13:29.438Z] #13 47.41 libseccomp2 [2021-11-17T22:13:29.438Z] #13 47.73 1 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2021-11-17T22:13:29.438Z] #13 47.73 Need to get 73.4 MB of archives. [2021-11-17T22:13:29.438Z] #13 47.73 After this operation, 471 MB of additional disk space will be used. [2021-11-17T22:13:29.438Z] #13 47.73 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-i686 arm64 2.31.1-11+8.3 [2188 kB] [2021-11-17T22:13:29.438Z] #13 47.73 Get:2 http://deb.debian.org/debian buster-backports/main arm64 libseccomp2 arm64 2.5.1-1~bpo10+1 [46.8 kB] [2021-11-17T22:13:29.438Z] #13 47.95 Get:3 http://deb.debian.org/debian buster-backports/main arm64 libseccomp-dev arm64 2.5.1-1~bpo10+1 [88.6 kB] [2021-11-17T22:13:29.438Z] #13 48.29 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-x86-64 arm64 2.31.1-11+8.3 [2429 kB] [2021-11-17T22:13:29.438Z] #13 48.54 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-11-17T22:13:29.438Z] #13 48.79 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB] [2021-11-17T22:13:29.438Z] #13 48.96 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB] [2021-11-17T22:13:29.438Z] #13 48.97 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-11-17T22:13:29.438Z] #13 50.28 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-11-17T22:13:29.438Z] #13 51.05 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-base arm64 8.3.0-6+21.3~deb10u2 [175 kB] [2021-11-17T22:13:29.438Z] #13 51.06 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u2 [33.2 MB] [2021-11-17T22:13:29.697Z] #13 ... [2021-11-17T22:13:29.697Z] [2021-11-17T22:13:29.697Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:13:29.697Z] #51 sha256:9cb72d25743676e11aa6439c9651c7fa1046c8875e43edf9030a7e11922992ad [2021-11-17T22:13:29.697Z] #51 56.79 encoding/binary [2021-11-17T22:13:29.957Z] #51 ... [2021-11-17T22:13:29.957Z] [2021-11-17T22:13:29.957Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-11-17T22:13:29.957Z] #29 sha256:1091aa5c17f5e56d3f13c4505e05242f066b173d39e5949585514ac641063e62 [2021-11-17T22:13:29.957Z] #29 DONE 54.5s [2021-11-17T22:13:29.957Z] [2021-11-17T22:13:29.957Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-11-17T22:13:29.957Z] #67 sha256:cd29b0b35338a60de94ce3145f147b9a76b31fa4f704d6bb64374733f770455b [2021-11-17T22:13:29.957Z] #67 DONE 57.2s [2021-11-17T22:13:29.957Z] [2021-11-17T22:13:29.957Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-11-17T22:13:29.957Z] #42 sha256:b078e7edfa1a8e332981599a6386260169e27a11bf9be2f396349a64530c7b9e [2021-11-17T22:13:29.957Z] #42 56.94 Selecting previously unselected package libprotobuf-c-dev:arm64. [2021-11-17T22:13:29.957Z] #42 56.94 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ... [2021-11-17T22:13:29.957Z] #42 57.03 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2021-11-17T22:13:29.957Z] #42 57.23 Selecting previously unselected package zlib1g-dev:arm64. [2021-11-17T22:13:29.957Z] #42 57.23 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ... [2021-11-17T22:13:30.144Z] #55 44.82 debconf: delaying package configuration, since apt-utils is not installed [2021-11-17T22:13:30.144Z] #55 45.13 Fetched 119 kB in 0s (384 kB/s) [2021-11-17T22:13:30.144Z] #55 45.23 Selecting previously unselected package libbtrfs0. [2021-11-17T22:13:30.144Z] #55 45.23 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2021-11-17T22:13:30.144Z] #55 45.29 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-11-17T22:13:30.144Z] #55 45.34 Unpacking libbtrfs0 (4.20.1-2) ... [2021-11-17T22:13:30.236Z] #42 ... [2021-11-17T22:13:30.236Z] [2021-11-17T22:13:30.236Z] #55 [containerd 1/2] 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 [2021-11-17T22:13:30.236Z] #55 sha256:2aa35fc92e1e1683cb3f0ac876478ac5966e770f82588dec56e4251c8937152d [2021-11-17T22:13:30.236Z] #55 DONE 57.4s [2021-11-17T22:13:30.236Z] [2021-11-17T22:13:30.236Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-11-17T22:13:30.237Z] #42 sha256:b078e7edfa1a8e332981599a6386260169e27a11bf9be2f396349a64530c7b9e [2021-11-17T22:13:30.237Z] #42 57.37 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2021-11-17T22:13:30.420Z] #55 45.47 Selecting previously unselected package libbtrfs-dev. [2021-11-17T22:13:30.420Z] #55 45.47 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-11-17T22:13:30.420Z] #55 45.48 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-11-17T22:13:30.496Z] #42 57.65 Selecting previously unselected package libprotobuf17:arm64. [2021-11-17T22:13:30.496Z] #42 57.65 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ... [2021-11-17T22:13:30.496Z] #42 57.66 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ... [2021-11-17T22:13:30.701Z] #55 45.80 Setting up libbtrfs0 (4.20.1-2) ... [2021-11-17T22:13:30.701Z] #55 45.88 Setting up libbtrfs-dev (4.20.1-2) ... [2021-11-17T22:13:30.962Z] #55 45.90 Processing triggers for libc-bin (2.28-10) ... [2021-11-17T22:13:31.529Z] #55 DONE 46.5s [2021-11-17T22:13:31.529Z] [2021-11-17T22:13:31.529Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-11-17T22:13:31.529Z] #56 sha256:c5024e286d02f1704d4d91226211c475a37b54873974aee995e57798953b879c [2021-11-17T22:13:31.876Z] #42 58.91 Selecting previously unselected package libprotobuf-lite17:arm64. [2021-11-17T22:13:31.876Z] #42 58.92 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ... [2021-11-17T22:13:31.876Z] #42 58.92 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2021-11-17T22:13:31.876Z] #42 ... [2021-11-17T22:13:31.876Z] [2021-11-17T22:13:31.876Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-11-17T22:13:31.876Z] #34 sha256:27dcc55ee98eb48e4c1c767d1fdac7d061697c304196d7c608ccd1ba3e9410d5 [2021-11-17T22:13:31.876Z] #34 49.26 internal/reflectlite [2021-11-17T22:13:31.876Z] #34 49.28 sync [2021-11-17T22:13:31.876Z] #34 50.32 internal/testlog [2021-11-17T22:13:31.876Z] #34 51.24 sort [2021-11-17T22:13:31.876Z] #34 51.24 errors [2021-11-17T22:13:31.876Z] #34 51.59 strconv [2021-11-17T22:13:31.876Z] #34 52.01 io [2021-11-17T22:13:31.876Z] #34 52.63 reflect [2021-11-17T22:13:31.876Z] #34 52.84 internal/oserror [2021-11-17T22:13:31.876Z] #34 53.08 syscall [2021-11-17T22:13:31.876Z] #34 55.64 internal/fmtsort [2021-11-17T22:13:31.876Z] #34 55.92 path [2021-11-17T22:13:31.876Z] #34 56.46 strings [2021-11-17T22:13:31.876Z] #34 57.23 internal/syscall/unix [2021-11-17T22:13:31.876Z] #34 57.73 time [2021-11-17T22:13:31.876Z] #34 59.15 internal/syscall/execenv [2021-11-17T22:13:32.135Z] #34 59.44 bufio [2021-11-17T22:13:32.136Z] #34 ... [2021-11-17T22:13:32.136Z] [2021-11-17T22:13:32.136Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-11-17T22:13:32.136Z] #42 sha256:b078e7edfa1a8e332981599a6386260169e27a11bf9be2f396349a64530c7b9e [2021-11-17T22:13:32.136Z] #42 59.34 Selecting previously unselected package libprotobuf-dev:arm64. [2021-11-17T22:13:32.136Z] #42 59.36 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ... [2021-11-17T22:13:32.136Z] #42 59.36 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ... [2021-11-17T22:13:33.079Z] #42 ... [2021-11-17T22:13:33.079Z] [2021-11-17T22:13:33.079Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-11-17T22:13:33.079Z] #47 sha256:50cef05b51f8f0bee1f43cc328abd798c37d978619822f2cd94c3b8f334e7cee [2021-11-17T22:13:33.079Z] #47 DONE 60.2s [2021-11-17T22:13:33.079Z] [2021-11-17T22:13:33.079Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:13:33.079Z] #51 sha256:9cb72d25743676e11aa6439c9651c7fa1046c8875e43edf9030a7e11922992ad [2021-11-17T22:13:33.079Z] #51 60.36 encoding/base64 [2021-11-17T22:13:34.470Z] #51 61.64 regexp/syntax [2021-11-17T22:13:34.470Z] #51 ... [2021-11-17T22:13:34.470Z] [2021-11-17T22:13:34.470Z] #32 [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 [2021-11-17T22:13:34.470Z] #32 sha256:827db25541513e73c7970e2c4d643a6df3a3e4ffdaab3539419f2bba02b1aa84 [2021-11-17T22:13:34.470Z] #32 51.36 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2021-11-17T22:13:34.470Z] #32 51.58 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-11-17T22:13:34.729Z] #32 ... [2021-11-17T22:13:34.729Z] [2021-11-17T22:13:34.729Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-11-17T22:13:34.729Z] #42 sha256:b078e7edfa1a8e332981599a6386260169e27a11bf9be2f396349a64530c7b9e [2021-11-17T22:13:34.729Z] #42 61.69 Selecting previously unselected package libprotoc17:arm64. [2021-11-17T22:13:34.729Z] #42 61.70 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ... [2021-11-17T22:13:34.729Z] #42 61.72 Unpacking libprotoc17:arm64 (3.6.1.3-2) ... [2021-11-17T22:13:35.298Z] #42 62.64 Selecting previously unselected package protobuf-c-compiler. [2021-11-17T22:13:35.557Z] #42 62.65 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ... [2021-11-17T22:13:35.558Z] #42 62.66 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-11-17T22:13:35.558Z] #42 62.89 Selecting previously unselected package protobuf-compiler. [2021-11-17T22:13:35.558Z] #42 62.89 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ... [2021-11-17T22:13:35.558Z] #42 62.89 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-11-17T22:13:35.817Z] #42 63.15 Selecting previously unselected package python-pkg-resources. [2021-11-17T22:13:35.817Z] #42 63.15 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-11-17T22:13:36.076Z] #42 63.18 Unpacking python-pkg-resources (40.8.0-1) ... [2021-11-17T22:13:36.336Z] #42 63.55 Selecting previously unselected package python-six. [2021-11-17T22:13:36.336Z] #42 63.56 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-11-17T22:13:36.336Z] #42 63.57 Unpacking python-six (1.12.0-1) ... [2021-11-17T22:13:36.336Z] #42 63.70 Selecting previously unselected package python-protobuf. [2021-11-17T22:13:36.336Z] #42 63.70 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ... [2021-11-17T22:13:36.595Z] #42 63.77 Unpacking python-protobuf (3.6.1.3-2) ... [2021-11-17T22:13:36.595Z] #42 ... [2021-11-17T22:13:36.595Z] [2021-11-17T22:13:36.596Z] #36 [tini 1/2] 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 [2021-11-17T22:13:36.596Z] #36 sha256:065ca12eb2c38826d96765a3bcea4e89b3a60a65b276fd0a9e4a12c18bf8f44e [2021-11-17T22:13:36.596Z] #36 53.76 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2021-11-17T22:13:36.596Z] #36 53.76 Need to get 14.2 MB of archives. [2021-11-17T22:13:36.596Z] #36 53.76 After this operation, 60.0 MB of additional disk space will be used. [2021-11-17T22:13:36.596Z] #36 53.76 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2021-11-17T22:13:36.596Z] #36 53.83 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2021-11-17T22:13:36.596Z] #36 53.87 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB] [2021-11-17T22:13:36.596Z] #36 54.03 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2021-11-17T22:13:36.596Z] #36 55.52 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+deb10u2 [625 kB] [2021-11-17T22:13:36.596Z] #36 55.65 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB] [2021-11-17T22:13:36.596Z] #36 55.68 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] [2021-11-17T22:13:36.596Z] #36 55.70 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB] [2021-11-17T22:13:36.596Z] #36 55.70 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1+deb10u1 [105 kB] [2021-11-17T22:13:36.596Z] #36 55.70 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB] [2021-11-17T22:13:36.596Z] #36 56.92 debconf: delaying package configuration, since apt-utils is not installed [2021-11-17T22:13:36.596Z] #36 57.17 Fetched 14.2 MB in 8s (1857 kB/s) [2021-11-17T22:13:36.596Z] #36 57.37 Selecting previously unselected package xxd. [2021-11-17T22:13:36.596Z] #36 57.37 (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 ... 15394 files and directories currently installed.) [2021-11-17T22:13:36.596Z] #36 57.57 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ... [2021-11-17T22:13:36.596Z] #36 57.57 Unpacking xxd (2:8.1.0875-5) ... [2021-11-17T22:13:36.596Z] #36 57.94 Selecting previously unselected package vim-common. [2021-11-17T22:13:36.596Z] #36 57.94 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-11-17T22:13:36.596Z] #36 58.00 Unpacking vim-common (2:8.1.0875-5) ... [2021-11-17T22:13:36.596Z] #36 58.54 Selecting previously unselected package cmake-data. [2021-11-17T22:13:36.596Z] #36 58.54 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-11-17T22:13:36.596Z] #36 58.55 Unpacking cmake-data (3.13.4-1) ... [2021-11-17T22:13:36.596Z] #36 63.89 Selecting previously unselected package libicu63:arm64. [2021-11-17T22:13:36.596Z] #36 63.89 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ... [2021-11-17T22:13:36.596Z] #36 63.91 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2021-11-17T22:13:36.811Z] #56 4.637 + RM_GOPATH=0 [2021-11-17T22:13:36.811Z] #56 4.637 + TMP_GOPATH= [2021-11-17T22:13:36.811Z] #56 4.637 + : /build [2021-11-17T22:13:36.811Z] #56 4.638 + '[' -z '' ']' [2021-11-17T22:13:36.811Z] #56 4.641 ++ mktemp -d [2021-11-17T22:13:36.811Z] #56 4.643 + export GOPATH=/tmp/tmp.WMIslcF089 [2021-11-17T22:13:36.811Z] #56 4.647 + GOPATH=/tmp/tmp.WMIslcF089 [2021-11-17T22:13:36.811Z] #56 4.650 + RM_GOPATH=1 [2021-11-17T22:13:36.811Z] #56 4.650 + case "$(go env GOARCH)" in [2021-11-17T22:13:36.811Z] #56 4.651 ++ go env GOARCH [2021-11-17T22:13:36.811Z] #56 4.679 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:13:36.811Z] #56 4.679 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:13:36.811Z] #56 4.680 ++ dirname /tmp/install/install.sh [2021-11-17T22:13:36.811Z] #56 4.687 + dir=/tmp/install [2021-11-17T22:13:36.811Z] #56 4.687 + bin=containerd [2021-11-17T22:13:36.811Z] #56 4.688 + shift [2021-11-17T22:13:36.811Z] #56 4.688 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-11-17T22:13:36.811Z] #56 4.689 + . /tmp/install/containerd.installer [2021-11-17T22:13:36.811Z] #56 4.689 ++ set -e [2021-11-17T22:13:36.811Z] #56 4.690 ++ : 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2021-11-17T22:13:36.811Z] #56 4.690 + install_containerd [2021-11-17T22:13:36.811Z] #56 4.697 + echo 'Install containerd version 7b11cfaabd73bb80907dd23182b9347b4245eb5d' [2021-11-17T22:13:36.811Z] #56 4.703 Install containerd version 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2021-11-17T22:13:36.811Z] #56 4.704 + git clone https://github.com/containerd/containerd.git /tmp/tmp.WMIslcF089/src/github.com/containerd/containerd [2021-11-17T22:13:36.811Z] #56 4.709 Cloning into '/tmp/tmp.WMIslcF089/src/github.com/containerd/containerd'... [2021-11-17T22:13:37.167Z] #36 ... [2021-11-17T22:13:37.167Z] [2021-11-17T22:13:37.167Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-11-17T22:13:37.167Z] #13 sha256:b07f44288fc6d3e923a03491fec747205594a17974f55e81c41033427f1ea7b7 [2021-11-17T22:13:37.167Z] #13 55.62 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 g++-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u2 [24.0 MB] [2021-11-17T22:13:37.167Z] #13 58.37 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB] [2021-11-17T22:13:37.167Z] #13 58.37 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB] [2021-11-17T22:13:37.167Z] #13 58.45 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2021-11-17T22:13:37.167Z] #13 58.45 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2021-11-17T22:13:37.167Z] #13 58.45 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB] [2021-11-17T22:13:37.167Z] #13 58.50 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u8 [110 kB] [2021-11-17T22:13:37.167Z] #13 58.50 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB] [2021-11-17T22:13:37.167Z] #13 58.54 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB] [2021-11-17T22:13:37.167Z] #13 58.54 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB] [2021-11-17T22:13:37.167Z] #13 58.54 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB] [2021-11-17T22:13:37.167Z] #13 58.57 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB] [2021-11-17T22:13:37.167Z] #13 58.62 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB] [2021-11-17T22:13:37.167Z] #13 58.72 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB] [2021-11-17T22:13:37.167Z] #13 58.72 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u8 [322 kB] [2021-11-17T22:13:37.167Z] #13 60.55 debconf: delaying package configuration, since apt-utils is not installed [2021-11-17T22:13:37.168Z] #13 60.90 Fetched 73.4 MB in 11s (6517 kB/s) [2021-11-17T22:13:37.168Z] #13 60.99 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15394 files and directories currently installed.) [2021-11-17T22:13:37.168Z] #13 61.11 Preparing to unpack .../libseccomp2_2.5.1-1~bpo10+1_arm64.deb ... [2021-11-17T22:13:37.168Z] #13 61.14 Unpacking libseccomp2:arm64 (2.5.1-1~bpo10+1) over (2.3.3-4) ... [2021-11-17T22:13:37.379Z] #56 ... [2021-11-17T22:13:37.379Z] [2021-11-17T22:13:37.379Z] #32 [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 [2021-11-17T22:13:37.379Z] #32 sha256:ddd67d6f85d538ef6e07aa19cfd9c5c44b4f0df2bbb11681f570a26b980749b1 [2021-11-17T22:13:37.380Z] #32 51.32 Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-11-17T22:13:37.380Z] #32 52.02 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2021-11-17T22:13:37.380Z] #32 52.14 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-11-17T22:13:37.447Z] #13 61.53 Setting up libseccomp2:arm64 (2.5.1-1~bpo10+1) ... [2021-11-17T22:13:37.706Z] #13 61.70 Selecting previously unselected package binutils-mingw-w64-i686. [2021-11-17T22:13:37.964Z] #13 61.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 ... 15394 files and directories currently installed.) [2021-11-17T22:13:37.964Z] #13 61.83 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ... [2021-11-17T22:13:37.964Z] #13 61.85 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-11-17T22:13:38.532Z] #13 ... [2021-11-17T22:13:38.532Z] [2021-11-17T22:13:38.532Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:13:38.532Z] #45 sha256:44427e0cda29539b860d742a51908d3dc2f5857a0ffb47fe00208f012ce41ed8 [2021-11-17T22:13:38.532Z] #45 55.68 github.com/LK4D4/vndr/godl/singleflight [2021-11-17T22:13:38.532Z] #45 55.71 bytes [2021-11-17T22:13:38.532Z] #45 56.05 strings [2021-11-17T22:13:38.532Z] #45 56.77 syscall [2021-11-17T22:13:38.532Z] #45 57.85 bufio [2021-11-17T22:13:38.532Z] #45 60.31 regexp/syntax [2021-11-17T22:13:38.532Z] #45 ... [2021-11-17T22:13:38.532Z] [2021-11-17T22:13:38.532Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:13:38.532Z] #51 sha256:9cb72d25743676e11aa6439c9651c7fa1046c8875e43edf9030a7e11922992ad [2021-11-17T22:13:38.532Z] #51 65.90 context [2021-11-17T22:13:38.759Z] #32 ... [2021-11-17T22:13:38.759Z] [2021-11-17T22:13:38.759Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-11-17T22:13:38.759Z] #42 sha256:458dfcbb019aed25e86f24c62186909e3d0db8f816c9fb3db42bc8e2d47296d9 [2021-11-17T22:13:38.759Z] #42 36.52 Reading package lists... [2021-11-17T22:13:38.759Z] #42 43.81 Building dependency tree... [2021-11-17T22:13:38.759Z] #42 47.54 The following additional packages will be installed: [2021-11-17T22:13:38.759Z] #42 47.54 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-11-17T22:13:38.759Z] #42 47.54 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-11-17T22:13:38.759Z] #42 47.54 Suggested packages: [2021-11-17T22:13:38.759Z] #42 47.54 manpages-dev python-setuptools [2021-11-17T22:13:38.759Z] #42 49.01 The following NEW packages will be installed: [2021-11-17T22:13:38.759Z] #42 49.01 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-11-17T22:13:38.759Z] #42 49.01 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-11-17T22:13:38.759Z] #42 49.01 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-11-17T22:13:38.759Z] #42 49.01 python-six zlib1g-dev [2021-11-17T22:13:38.759Z] #42 49.43 0 upgraded, 17 newly installed, 0 to remove and 1 not upgraded. [2021-11-17T22:13:38.759Z] #42 49.43 Need to get 4095 kB of archives. [2021-11-17T22:13:38.759Z] #42 49.43 After this operation, 22.5 MB of additional disk space will be used. [2021-11-17T22:13:38.759Z] #42 49.43 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-11-17T22:13:38.759Z] #42 49.43 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-11-17T22:13:38.759Z] #42 49.43 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2021-11-17T22:13:38.759Z] #42 49.43 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-11-17T22:13:38.759Z] #42 49.43 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-11-17T22:13:38.759Z] #42 49.46 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-11-17T22:13:38.759Z] #42 49.46 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2021-11-17T22:13:38.759Z] #42 49.46 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2021-11-17T22:13:38.759Z] #42 49.49 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-11-17T22:13:38.759Z] #42 49.57 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-11-17T22:13:38.759Z] #42 49.60 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-11-17T22:13:38.759Z] #42 49.88 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-11-17T22:13:38.759Z] #42 49.88 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2021-11-17T22:13:38.759Z] #42 49.88 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2021-11-17T22:13:38.759Z] #42 49.88 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-11-17T22:13:38.759Z] #42 49.88 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-11-17T22:13:38.759Z] #42 49.88 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-11-17T22:13:38.759Z] #42 51.22 debconf: delaying package configuration, since apt-utils is not installed [2021-11-17T22:13:38.759Z] #42 51.43 Fetched 4095 kB in 1s (5484 kB/s) [2021-11-17T22:13:38.759Z] #42 51.58 Selecting previously unselected package libcap-dev:amd64. [2021-11-17T22:13:38.759Z] #42 51.58 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2021-11-17T22:13:38.759Z] #42 51.72 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-11-17T22:13:38.759Z] #42 51.72 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-11-17T22:13:38.759Z] #42 51.88 Selecting previously unselected package libnet1:amd64. [2021-11-17T22:13:38.759Z] #42 51.89 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-11-17T22:13:38.759Z] #42 51.91 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-11-17T22:13:38.759Z] #42 52.05 Selecting previously unselected package libnet1-dev. [2021-11-17T22:13:38.759Z] #42 52.06 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-11-17T22:13:38.759Z] #42 52.07 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-11-17T22:13:38.759Z] #42 52.25 Selecting previously unselected package libnl-3-200:amd64. [2021-11-17T22:13:38.759Z] #42 52.27 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-11-17T22:13:38.759Z] #42 52.29 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-11-17T22:13:38.759Z] #42 52.44 Selecting previously unselected package libnl-3-dev:amd64. [2021-11-17T22:13:38.759Z] #42 52.47 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-11-17T22:13:38.759Z] #42 52.49 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-11-17T22:13:38.759Z] #42 52.88 Selecting previously unselected package libprotobuf-c1:amd64. [2021-11-17T22:13:38.759Z] #42 52.89 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-11-17T22:13:38.759Z] #42 52.89 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-11-17T22:13:38.759Z] #42 53.04 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-11-17T22:13:38.759Z] #42 53.06 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-11-17T22:13:38.759Z] #42 53.08 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-11-17T22:13:38.759Z] #42 53.23 Selecting previously unselected package zlib1g-dev:amd64. [2021-11-17T22:13:38.759Z] #42 53.25 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-11-17T22:13:38.759Z] #42 53.26 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-11-17T22:13:38.759Z] #42 53.51 Selecting previously unselected package libprotobuf17:amd64. [2021-11-17T22:13:38.759Z] #42 53.51 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-11-17T22:13:38.759Z] #42 53.52 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-11-17T22:13:38.759Z] #42 ... [2021-11-17T22:13:38.759Z] [2021-11-17T22:13:38.759Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:13:38.759Z] #45 sha256:5c836e09b66d03207e970ffcbd218a5f75e0d81b5d74791034a6b8f163f1b3b0 [2021-11-17T22:13:38.759Z] #45 53.31 github.com/LK4D4/vndr/godl/singleflight [2021-11-17T22:13:38.759Z] #45 53.32 io [2021-11-17T22:13:38.759Z] #45 53.70 strconv [2021-11-17T22:13:39.018Z] #45 ... [2021-11-17T22:13:39.018Z] [2021-11-17T22:13:39.018Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-11-17T22:13:39.018Z] #13 sha256:c49801e2dce6d2ae9af8a4bf01e3f723d69e295b76ebdbe9590ac3e266c23ffb [2021-11-17T22:13:39.018Z] #13 31.41 Reading package lists... [2021-11-17T22:13:39.018Z] #13 39.16 Reading package lists... [2021-11-17T22:13:39.018Z] #13 46.71 Building dependency tree... [2021-11-17T22:13:39.278Z] #13 ... [2021-11-17T22:13:39.278Z] [2021-11-17T22:13:39.278Z] #36 [tini 1/2] 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 [2021-11-17T22:13:39.278Z] #36 sha256:b2e8030f1d3e6b76a273518953eb3f95355461261f5319e0bdc1ab365c1aaca8 [2021-11-17T22:13:39.278Z] #36 37.33 Reading package lists... [2021-11-17T22:13:39.278Z] #36 44.46 Building dependency tree... [2021-11-17T22:13:39.278Z] #36 48.58 The following additional packages will be installed: [2021-11-17T22:13:39.278Z] #36 48.58 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-11-17T22:13:39.278Z] #36 48.60 Suggested packages: [2021-11-17T22:13:39.278Z] #36 48.60 cmake-doc ninja-build lrzip [2021-11-17T22:13:39.278Z] #36 48.60 Recommended packages: [2021-11-17T22:13:39.278Z] #36 48.60 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-11-17T22:13:39.278Z] #36 49.56 The following NEW packages will be installed: [2021-11-17T22:13:39.278Z] #36 49.63 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-11-17T22:13:39.278Z] #36 49.63 vim-common xxd [2021-11-17T22:13:39.278Z] #36 50.02 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2021-11-17T22:13:39.278Z] #36 50.02 Need to get 14.9 MB of archives. [2021-11-17T22:13:39.278Z] #36 50.02 After this operation, 61.8 MB of additional disk space will be used. [2021-11-17T22:13:39.278Z] #36 50.02 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-11-17T22:13:39.278Z] #36 50.02 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-11-17T22:13:39.278Z] #36 50.02 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-11-17T22:13:39.278Z] #36 50.16 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-11-17T22:13:39.278Z] #36 51.03 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u2 [689 kB] [2021-11-17T22:13:39.278Z] #36 51.11 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-11-17T22:13:39.278Z] #36 51.17 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-11-17T22:13:39.278Z] #36 51.18 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-11-17T22:13:39.278Z] #36 51.20 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1+deb10u1 [110 kB] [2021-11-17T22:13:39.278Z] #36 51.20 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-11-17T22:13:39.278Z] #36 52.67 debconf: delaying package configuration, since apt-utils is not installed [2021-11-17T22:13:39.278Z] #36 52.91 Fetched 14.9 MB in 2s (8334 kB/s) [2021-11-17T22:13:39.278Z] #36 53.08 Selecting previously unselected package xxd. [2021-11-17T22:13:39.278Z] #36 53.08 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2021-11-17T22:13:39.278Z] #36 53.17 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-11-17T22:13:39.278Z] #36 53.18 Unpacking xxd (2:8.1.0875-5) ... [2021-11-17T22:13:39.278Z] #36 53.43 Selecting previously unselected package vim-common. [2021-11-17T22:13:39.278Z] #36 53.44 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-11-17T22:13:39.278Z] #36 53.48 Unpacking vim-common (2:8.1.0875-5) ... [2021-11-17T22:13:39.278Z] #36 53.95 Selecting previously unselected package cmake-data. [2021-11-17T22:13:39.278Z] #36 53.96 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-11-17T22:13:39.278Z] #36 53.96 Unpacking cmake-data (3.13.4-1) ... [2021-11-17T22:13:39.537Z] #36 ... [2021-11-17T22:13:39.537Z] [2021-11-17T22:13:39.537Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:13:39.537Z] #49 sha256:4cc09f60a58c4888d9ae4af88025c53bc40affafcc48d7a6fa00ae2038cf79a8 [2021-11-17T22:13:39.537Z] #49 44.42 go: downloading github.com/gobwas/glob v0.2.3 [2021-11-17T22:13:39.537Z] #49 44.45 go: downloading github.com/kisielk/gotool v1.0.0 [2021-11-17T22:13:39.537Z] #49 44.61 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-11-17T22:13:39.537Z] #49 44.66 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-11-17T22:13:39.537Z] #49 44.70 go: downloading github.com/gogo/protobuf v1.2.1 [2021-11-17T22:13:39.537Z] #49 46.71 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-11-17T22:13:39.537Z] #49 46.90 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-11-17T22:13:39.537Z] #49 47.22 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-11-17T22:13:39.537Z] #49 ... [2021-11-17T22:13:39.537Z] [2021-11-17T22:13:39.537Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-11-17T22:13:39.537Z] #42 sha256:458dfcbb019aed25e86f24c62186909e3d0db8f816c9fb3db42bc8e2d47296d9 [2021-11-17T22:13:39.537Z] #42 54.42 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-11-17T22:13:39.537Z] #42 54.44 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-11-17T22:13:39.537Z] #42 54.49 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-11-17T22:13:39.798Z] #42 54.72 Selecting previously unselected package libprotobuf-dev:amd64. [2021-11-17T22:13:39.798Z] #42 54.72 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-11-17T22:13:39.798Z] #42 54.74 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-11-17T22:13:39.908Z] #51 67.22 internal/poll [2021-11-17T22:13:40.167Z] #51 ... [2021-11-17T22:13:40.167Z] [2021-11-17T22:13:40.167Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-11-17T22:13:40.167Z] #56 sha256:b575b0cf6baa26216de6fd93016626356fd9efa515fc5fbc8dd119c10bb26466 [2021-11-17T22:13:40.167Z] #56 2.488 + RM_GOPATH=0 [2021-11-17T22:13:40.167Z] #56 2.488 + TMP_GOPATH= [2021-11-17T22:13:40.167Z] #56 2.488 + : /build [2021-11-17T22:13:40.167Z] #56 2.488 + '[' -z '' ']' [2021-11-17T22:13:40.167Z] #56 2.488 ++ mktemp -d [2021-11-17T22:13:40.167Z] #56 2.488 + export GOPATH=/tmp/tmp.p8FyMaJywH [2021-11-17T22:13:40.167Z] #56 2.488 + GOPATH=/tmp/tmp.p8FyMaJywH [2021-11-17T22:13:40.167Z] #56 2.488 + RM_GOPATH=1 [2021-11-17T22:13:40.167Z] #56 2.488 + case "$(go env GOARCH)" in [2021-11-17T22:13:40.167Z] #56 2.488 ++ go env GOARCH [2021-11-17T22:13:40.167Z] #56 2.488 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:13:40.167Z] #56 2.488 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:13:40.167Z] #56 2.488 ++ dirname /tmp/install/install.sh [2021-11-17T22:13:40.167Z] #56 2.488 + dir=/tmp/install [2021-11-17T22:13:40.167Z] #56 2.488 + bin=containerd [2021-11-17T22:13:40.167Z] #56 2.488 + shift [2021-11-17T22:13:40.167Z] #56 2.488 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-11-17T22:13:40.167Z] #56 2.488 + . /tmp/install/containerd.installer [2021-11-17T22:13:40.167Z] #56 2.488 ++ set -e [2021-11-17T22:13:40.167Z] #56 2.488 ++ : 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2021-11-17T22:13:40.167Z] #56 2.488 + install_containerd [2021-11-17T22:13:40.167Z] #56 2.488 + echo 'Install containerd version 7b11cfaabd73bb80907dd23182b9347b4245eb5d' [2021-11-17T22:13:40.167Z] #56 2.488 + git clone https://github.com/containerd/containerd.git /tmp/tmp.p8FyMaJywH/src/github.com/containerd/containerd [2021-11-17T22:13:40.167Z] #56 2.488 Install containerd version 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2021-11-17T22:13:40.167Z] #56 2.529 Cloning into '/tmp/tmp.p8FyMaJywH/src/github.com/containerd/containerd'... [2021-11-17T22:13:40.427Z] #56 ... [2021-11-17T22:13:40.427Z] [2021-11-17T22:13:40.427Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-11-17T22:13:40.427Z] #42 sha256:b078e7edfa1a8e332981599a6386260169e27a11bf9be2f396349a64530c7b9e [2021-11-17T22:13:40.427Z] #42 64.76 Setting up python-pkg-resources (40.8.0-1) ... [2021-11-17T22:13:40.686Z] #42 67.79 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2021-11-17T22:13:40.686Z] #42 67.80 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-11-17T22:13:40.686Z] #42 67.82 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-11-17T22:13:40.686Z] #42 67.83 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2021-11-17T22:13:40.686Z] #42 67.84 Setting up python-six (1.12.0-1) ... [2021-11-17T22:13:41.447Z] #42 56.25 Selecting previously unselected package libprotoc17:amd64. [2021-11-17T22:13:41.447Z] #42 56.27 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-11-17T22:13:41.447Z] #42 56.30 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-11-17T22:13:42.015Z] #42 57.07 Selecting previously unselected package protobuf-c-compiler. [2021-11-17T22:13:42.015Z] #42 57.07 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-11-17T22:13:42.015Z] #42 57.09 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-11-17T22:13:42.063Z] #42 69.36 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2021-11-17T22:13:42.063Z] #42 69.38 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2021-11-17T22:13:42.063Z] #42 69.40 Setting up libprotobuf17:arm64 (3.6.1.3-2) ... [2021-11-17T22:13:42.291Z] #42 57.22 Selecting previously unselected package protobuf-compiler. [2021-11-17T22:13:42.291Z] #42 57.22 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-11-17T22:13:42.291Z] #42 57.23 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-11-17T22:13:42.322Z] #42 69.41 Setting up libcap-dev:arm64 (1:2.25-2) ... [2021-11-17T22:13:42.322Z] #42 69.43 Setting up libprotoc17:arm64 (3.6.1.3-2) ... [2021-11-17T22:13:42.322Z] #42 69.44 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-11-17T22:13:42.322Z] #42 69.45 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-11-17T22:13:42.322Z] #42 69.46 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ... [2021-11-17T22:13:42.322Z] #42 69.47 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-11-17T22:13:42.322Z] #42 69.48 Setting up python-protobuf (3.6.1.3-2) ... [2021-11-17T22:13:42.550Z] #42 57.45 Selecting previously unselected package python-pkg-resources. [2021-11-17T22:13:42.551Z] #42 57.45 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-11-17T22:13:42.551Z] #42 57.46 Unpacking python-pkg-resources (40.8.0-1) ... [2021-11-17T22:13:42.810Z] #42 57.74 Selecting previously unselected package python-six. [2021-11-17T22:13:42.810Z] #42 57.74 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-11-17T22:13:42.810Z] #42 57.75 Unpacking python-six (1.12.0-1) ... [2021-11-17T22:13:42.810Z] #42 ... [2021-11-17T22:13:42.810Z] [2021-11-17T22:13:42.810Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-11-17T22:13:42.810Z] #34 sha256:792f6f88bbc0b3c945bb7d81f73c057c96797973c8c5805b21e8a710973cd59e [2021-11-17T22:13:42.810Z] #34 47.81 internal/reflectlite [2021-11-17T22:13:42.810Z] #34 47.81 sync [2021-11-17T22:13:42.810Z] #34 49.64 internal/testlog [2021-11-17T22:13:42.810Z] #34 51.03 sort [2021-11-17T22:13:42.810Z] #34 51.03 errors [2021-11-17T22:13:42.810Z] #34 51.39 strconv [2021-11-17T22:13:42.810Z] #34 52.30 io [2021-11-17T22:13:42.810Z] #34 53.89 internal/oserror [2021-11-17T22:13:42.810Z] #34 54.11 syscall [2021-11-17T22:13:42.810Z] #34 55.64 reflect [2021-11-17T22:13:42.810Z] #34 ... [2021-11-17T22:13:42.810Z] [2021-11-17T22:13:42.810Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-11-17T22:13:42.810Z] #42 sha256:458dfcbb019aed25e86f24c62186909e3d0db8f816c9fb3db42bc8e2d47296d9 [2021-11-17T22:13:42.810Z] #42 57.87 Selecting previously unselected package python-protobuf. [2021-11-17T22:13:42.810Z] #42 57.88 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-11-17T22:13:42.810Z] #42 57.89 Unpacking python-protobuf (3.6.1.3-2) ... [2021-11-17T22:13:43.259Z] #42 ... [2021-11-17T22:13:43.259Z] [2021-11-17T22:13:43.259Z] #36 [tini 1/2] 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 [2021-11-17T22:13:43.259Z] #36 sha256:065ca12eb2c38826d96765a3bcea4e89b3a60a65b276fd0a9e4a12c18bf8f44e [2021-11-17T22:13:43.259Z] #36 70.50 Selecting previously unselected package libxml2:arm64. [2021-11-17T22:13:43.259Z] #36 70.50 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u2_arm64.deb ... [2021-11-17T22:13:43.259Z] #36 70.51 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+deb10u2) ... [2021-11-17T22:13:43.637Z] #42 58.56 Setting up python-pkg-resources (40.8.0-1) ... [2021-11-17T22:13:43.828Z] #36 70.99 Selecting previously unselected package libarchive13:arm64. [2021-11-17T22:13:43.828Z] #36 71.00 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ... [2021-11-17T22:13:43.828Z] #36 71.00 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ... [2021-11-17T22:13:44.087Z] #36 71.26 Selecting previously unselected package libjsoncpp1:arm64. [2021-11-17T22:13:44.087Z] #36 71.26 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ... [2021-11-17T22:13:44.087Z] #36 71.27 Unpacking libjsoncpp1:arm64 (1.7.4-3) ... [2021-11-17T22:13:44.346Z] #36 71.43 Selecting previously unselected package librhash0:arm64. [2021-11-17T22:13:44.346Z] #36 71.44 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ... [2021-11-17T22:13:44.346Z] #36 71.44 Unpacking librhash0:arm64 (1.3.8-1) ... [2021-11-17T22:13:44.346Z] #36 71.63 Selecting previously unselected package libuv1:arm64. [2021-11-17T22:13:44.346Z] #36 71.64 Preparing to unpack .../8-libuv1_1.24.1-1+deb10u1_arm64.deb ... [2021-11-17T22:13:44.346Z] #36 71.65 Unpacking libuv1:arm64 (1.24.1-1+deb10u1) ... [2021-11-17T22:13:44.605Z] #36 71.81 Selecting previously unselected package cmake. [2021-11-17T22:13:44.605Z] #36 71.81 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ... [2021-11-17T22:13:44.605Z] #36 71.83 Unpacking cmake (3.13.4-1) ... [2021-11-17T22:13:45.176Z] #36 ... [2021-11-17T22:13:45.176Z] [2021-11-17T22:13:45.176Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-11-17T22:13:45.176Z] #34 sha256:27dcc55ee98eb48e4c1c767d1fdac7d061697c304196d7c608ccd1ba3e9410d5 [2021-11-17T22:13:45.176Z] #34 62.32 text/tabwriter [2021-11-17T22:13:45.176Z] #34 65.98 io/fs [2021-11-17T22:13:45.176Z] #34 65.98 internal/poll [2021-11-17T22:13:45.176Z] #34 68.42 os [2021-11-17T22:13:45.176Z] #34 70.52 path/filepath [2021-11-17T22:13:45.176Z] #34 70.54 fmt [2021-11-17T22:13:45.176Z] #34 72.08 io/ioutil [2021-11-17T22:13:45.176Z] #34 ... [2021-11-17T22:13:45.176Z] [2021-11-17T22:13:45.176Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-11-17T22:13:45.176Z] #42 sha256:b078e7edfa1a8e332981599a6386260169e27a11bf9be2f396349a64530c7b9e [2021-11-17T22:13:45.435Z] #42 72.52 Setting up libnl-3-dev:arm64 (3.4.0-1) ... [2021-11-17T22:13:45.435Z] #42 72.53 Processing triggers for libc-bin (2.28-10) ... [2021-11-17T22:13:46.005Z] #42 DONE 73.3s [2021-11-17T22:13:46.005Z] [2021-11-17T22:13:46.005Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:13:46.005Z] #43 sha256:774b307447da09c42cf2a683e2d87dcb916bac872d5c12005f4ebd3c6aa11bf4 [2021-11-17T22:13:48.543Z] #43 ... [2021-11-17T22:13:48.543Z] [2021-11-17T22:13:48.543Z] #36 [tini 1/2] 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 [2021-11-17T22:13:48.543Z] #36 sha256:065ca12eb2c38826d96765a3bcea4e89b3a60a65b276fd0a9e4a12c18bf8f44e [2021-11-17T22:13:48.543Z] #36 74.55 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2021-11-17T22:13:48.543Z] #36 74.61 Setting up xxd (2:8.1.0875-5) ... [2021-11-17T22:13:48.543Z] #36 74.70 Setting up libuv1:arm64 (1.24.1-1+deb10u1) ... [2021-11-17T22:13:48.543Z] #36 74.77 Setting up vim-common (2:8.1.0875-5) ... [2021-11-17T22:13:48.543Z] #36 74.86 Setting up librhash0:arm64 (1.3.8-1) ... [2021-11-17T22:13:48.543Z] #36 74.90 Setting up cmake-data (3.13.4-1) ... [2021-11-17T22:13:48.543Z] #36 74.94 Setting up libxml2:arm64 (2.9.4+dfsg1-7+deb10u2) ... [2021-11-17T22:13:48.543Z] #36 74.95 Setting up libjsoncpp1:arm64 (1.7.4-3) ... [2021-11-17T22:13:48.543Z] #36 74.96 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ... [2021-11-17T22:13:48.543Z] #36 74.98 Setting up cmake (3.13.4-1) ... [2021-11-17T22:13:48.543Z] #36 74.99 Processing triggers for libc-bin (2.28-10) ... [2021-11-17T22:13:48.543Z] #36 75.13 Processing triggers for mime-support (3.62) ... [2021-11-17T22:13:48.543Z] #36 DONE 75.6s [2021-11-17T22:13:48.543Z] [2021-11-17T22:13:48.543Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-11-17T22:13:48.543Z] #37 sha256:8c1fdf16f166611242bd6e5dd4f214bd71b52447114de99ce3d94fd1b15d017a [2021-11-17T22:13:48.914Z] #42 ... [2021-11-17T22:13:48.914Z] [2021-11-17T22:13:48.914Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:13:48.914Z] #51 sha256:9a2993bb4ee6343aff015bab6baec7e6b004a3b1a9a266639c8c209c96019fdb [2021-11-17T22:13:48.914Z] #51 53.82 io [2021-11-17T22:13:48.914Z] #51 53.87 internal/oserror [2021-11-17T22:13:48.914Z] #51 53.97 syscall [2021-11-17T22:13:48.914Z] #51 55.70 bytes [2021-11-17T22:13:48.914Z] #51 58.57 reflect [2021-11-17T22:13:48.914Z] #51 ... [2021-11-17T22:13:48.914Z] [2021-11-17T22:13:48.914Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-11-17T22:13:48.915Z] #42 sha256:458dfcbb019aed25e86f24c62186909e3d0db8f816c9fb3db42bc8e2d47296d9 [2021-11-17T22:13:48.915Z] #42 64.03 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-11-17T22:13:49.175Z] #42 64.04 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-11-17T22:13:49.175Z] #42 64.07 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-11-17T22:13:49.175Z] #42 64.10 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-11-17T22:13:49.175Z] #42 64.12 Setting up python-six (1.12.0-1) ... [2021-11-17T22:13:49.480Z] #37 1.065 + RM_GOPATH=0 [2021-11-17T22:13:49.480Z] #37 1.065 + TMP_GOPATH= [2021-11-17T22:13:49.480Z] #37 1.065 + : /build [2021-11-17T22:13:49.480Z] #37 1.065 + '[' -z '' ']' [2021-11-17T22:13:49.480Z] #37 1.081 ++ mktemp -d [2021-11-17T22:13:49.480Z] #37 1.097 + export GOPATH=/tmp/tmp.wlycW7jiau [2021-11-17T22:13:49.480Z] #37 1.097 + GOPATH=/tmp/tmp.wlycW7jiau [2021-11-17T22:13:49.480Z] #37 1.097 + RM_GOPATH=1 [2021-11-17T22:13:49.480Z] #37 1.097 + case "$(go env GOARCH)" in [2021-11-17T22:13:49.480Z] #37 1.097 ++ go env GOARCH [2021-11-17T22:13:49.480Z] #37 1.115 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:13:49.480Z] #37 1.115 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:13:49.480Z] #37 1.115 ++ dirname /tmp/install/install.sh [2021-11-17T22:13:49.480Z] #37 1.145 + dir=/tmp/install [2021-11-17T22:13:49.480Z] #37 1.145 + bin=tini [2021-11-17T22:13:49.480Z] #37 1.145 + shift [2021-11-17T22:13:49.480Z] #37 1.145 + '[' '!' -f /tmp/install/tini.installer ']' [2021-11-17T22:13:49.480Z] #37 1.145 + . /tmp/install/tini.installer [2021-11-17T22:13:49.480Z] #37 1.145 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-11-17T22:13:49.480Z] #37 1.145 + install_tini [2021-11-17T22:13:49.480Z] #37 1.145 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-11-17T22:13:49.480Z] #37 1.145 + git clone https://github.com/krallin/tini.git /tmp/tmp.wlycW7jiau/tini [2021-11-17T22:13:49.480Z] #37 1.145 Cloning into '/tmp/tmp.wlycW7jiau/tini'... [2021-11-17T22:13:49.739Z] #37 1.145 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-11-17T22:13:50.114Z] #42 ... [2021-11-17T22:13:50.114Z] [2021-11-17T22:13:50.114Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:13:50.114Z] #45 sha256:5c836e09b66d03207e970ffcbd218a5f75e0d81b5d74791034a6b8f163f1b3b0 [2021-11-17T22:13:50.114Z] #45 54.98 bytes [2021-11-17T22:13:50.114Z] #45 57.73 strings [2021-11-17T22:13:50.114Z] #45 58.64 reflect [2021-11-17T22:13:50.114Z] #45 61.08 bufio [2021-11-17T22:13:50.114Z] #45 63.24 syscall [2021-11-17T22:13:50.114Z] #45 ... [2021-11-17T22:13:50.114Z] [2021-11-17T22:13:50.114Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-11-17T22:13:50.114Z] #47 sha256:a30cd4d2c5081eff79a6e1898a5a7309e0b0060bc0c27c4a813497ff231f1a20 [2021-11-17T22:13:50.114Z] #47 DONE 65.2s [2021-11-17T22:13:50.114Z] [2021-11-17T22:13:50.114Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-11-17T22:13:50.114Z] #13 sha256:c49801e2dce6d2ae9af8a4bf01e3f723d69e295b76ebdbe9590ac3e266c23ffb [2021-11-17T22:13:50.114Z] #13 50.19 The following additional packages will be installed: [2021-11-17T22:13:50.114Z] #13 50.20 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-11-17T22:13:50.114Z] #13 50.20 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-11-17T22:13:50.114Z] #13 50.20 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-11-17T22:13:50.114Z] #13 50.21 libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common [2021-11-17T22:13:50.114Z] #13 50.21 mingw-w64-x86-64-dev [2021-11-17T22:13:50.114Z] #13 50.21 Suggested packages: [2021-11-17T22:13:50.114Z] #13 50.24 gcc-8-locales seccomp wine64 [2021-11-17T22:13:50.114Z] #13 51.56 The following NEW packages will be installed: [2021-11-17T22:13:50.114Z] #13 51.57 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-11-17T22:13:50.114Z] #13 51.57 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-11-17T22:13:50.114Z] #13 51.57 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-11-17T22:13:50.114Z] #13 51.57 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-11-17T22:13:50.114Z] #13 51.57 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-11-17T22:13:50.114Z] #13 51.58 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-11-17T22:13:50.114Z] #13 51.58 The following packages will be upgraded: [2021-11-17T22:13:50.114Z] #13 51.59 libseccomp2 [2021-11-17T22:13:50.114Z] #13 52.00 1 upgraded, 25 newly installed, 0 to remove and 1 not upgraded. [2021-11-17T22:13:50.114Z] #13 52.00 Need to get 77.8 MB of archives. [2021-11-17T22:13:50.114Z] #13 52.00 After this operation, 487 MB of additional disk space will be used. [2021-11-17T22:13:50.114Z] #13 52.00 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-11-17T22:13:50.114Z] #13 52.07 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.5.1-1~bpo10+1 [47.7 kB] [2021-11-17T22:13:50.114Z] #13 52.07 Get:3 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.5.1-1~bpo10+1 [90.3 kB] [2021-11-17T22:13:50.114Z] #13 52.28 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2021-11-17T22:13:50.114Z] #13 52.57 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-11-17T22:13:50.114Z] #13 52.58 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-11-17T22:13:50.114Z] #13 52.61 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-11-17T22:13:50.114Z] #13 52.61 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-11-17T22:13:50.114Z] #13 53.19 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-11-17T22:13:50.114Z] #13 53.57 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u2 [175 kB] [2021-11-17T22:13:50.114Z] #13 53.59 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u2 [35.8 MB] [2021-11-17T22:13:50.114Z] #13 57.90 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u2 [25.3 MB] [2021-11-17T22:13:50.677Z] #37 2.193 + cd /tmp/tmp.wlycW7jiau/tini [2021-11-17T22:13:50.677Z] #37 2.193 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-11-17T22:13:50.677Z] #37 ... [2021-11-17T22:13:50.677Z] [2021-11-17T22:13:50.677Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:13:50.677Z] #45 sha256:44427e0cda29539b860d742a51908d3dc2f5857a0ffb47fe00208f012ce41ed8 [2021-11-17T22:13:50.677Z] #45 67.81 internal/poll [2021-11-17T22:13:50.677Z] #45 68.88 regexp [2021-11-17T22:13:50.677Z] #45 70.48 os [2021-11-17T22:13:50.677Z] #45 71.95 github.com/LK4D4/vndr/versioned [2021-11-17T22:13:50.677Z] #45 72.10 hash/crc32 [2021-11-17T22:13:50.677Z] #45 72.57 crypto/sha256 [2021-11-17T22:13:50.677Z] #45 73.55 vendor/golang.org/x/net/dns/dnsmessage [2021-11-17T22:13:50.677Z] #45 75.83 flag [2021-11-17T22:13:50.677Z] #45 ... [2021-11-17T22:13:50.677Z] [2021-11-17T22:13:50.677Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-11-17T22:13:50.677Z] #37 sha256:8c1fdf16f166611242bd6e5dd4f214bd71b52447114de99ce3d94fd1b15d017a [2021-11-17T22:13:50.677Z] #37 2.197 + cmake . [2021-11-17T22:13:51.053Z] #13 60.90 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-11-17T22:13:51.053Z] #13 60.91 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-11-17T22:13:51.053Z] #13 60.92 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-11-17T22:13:51.053Z] #13 60.93 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-11-17T22:13:51.053Z] #13 60.96 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-11-17T22:13:51.053Z] #13 60.96 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u8 [110 kB] [2021-11-17T22:13:51.053Z] #13 60.96 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-11-17T22:13:51.245Z] #37 ... [2021-11-17T22:13:51.245Z] [2021-11-17T22:13:51.245Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-11-17T22:13:51.245Z] #13 sha256:b07f44288fc6d3e923a03491fec747205594a17974f55e81c41033427f1ea7b7 [2021-11-17T22:13:51.245Z] #13 65.05 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-11-17T22:13:51.245Z] #13 65.06 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ... [2021-11-17T22:13:51.245Z] #13 65.07 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-11-17T22:13:51.245Z] #13 67.06 Selecting previously unselected package binutils-mingw-w64. [2021-11-17T22:13:51.245Z] #13 67.07 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-11-17T22:13:51.245Z] #13 67.08 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-11-17T22:13:51.245Z] #13 67.25 Selecting previously unselected package libdevmapper1.02.1:arm64. [2021-11-17T22:13:51.245Z] #13 67.26 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ... [2021-11-17T22:13:51.245Z] #13 67.26 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2021-11-17T22:13:51.245Z] #13 67.41 Selecting previously unselected package dmsetup. [2021-11-17T22:13:51.245Z] #13 67.41 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ... [2021-11-17T22:13:51.245Z] #13 67.42 Unpacking dmsetup (2:1.02.155-3) ... [2021-11-17T22:13:51.245Z] #13 67.62 Selecting previously unselected package mingw-w64-common. [2021-11-17T22:13:51.245Z] #13 67.62 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-11-17T22:13:51.245Z] #13 67.63 Unpacking mingw-w64-common (6.0.0-3) ... [2021-11-17T22:13:51.313Z] #13 61.02 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-11-17T22:13:51.313Z] #13 61.02 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-11-17T22:13:51.313Z] #13 61.05 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-11-17T22:13:51.505Z] #13 ... [2021-11-17T22:13:51.505Z] [2021-11-17T22:13:51.505Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-11-17T22:13:51.505Z] #37 sha256:8c1fdf16f166611242bd6e5dd4f214bd71b52447114de99ce3d94fd1b15d017a [2021-11-17T22:13:51.505Z] #37 3.009 -- The C compiler identification is GNU 8.3.0 [2021-11-17T22:13:51.505Z] #37 3.120 -- Check for working C compiler: /usr/bin/cc [2021-11-17T22:13:51.505Z] #37 ... [2021-11-17T22:13:51.505Z] [2021-11-17T22:13:51.505Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:13:51.505Z] #51 sha256:9cb72d25743676e11aa6439c9651c7fa1046c8875e43edf9030a7e11922992ad [2021-11-17T22:13:51.505Z] #51 68.77 golang.org/x/sys/unix [2021-11-17T22:13:51.505Z] #51 69.44 os [2021-11-17T22:13:51.505Z] #51 73.54 fmt [2021-11-17T22:13:51.573Z] #13 61.11 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-11-17T22:13:51.573Z] #13 61.20 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-11-17T22:13:51.573Z] #13 61.20 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-11-17T22:13:51.573Z] #13 61.20 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u8 [322 kB] [2021-11-17T22:13:51.765Z] #51 ... [2021-11-17T22:13:51.765Z] [2021-11-17T22:13:51.765Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:13:51.765Z] #45 sha256:44427e0cda29539b860d742a51908d3dc2f5857a0ffb47fe00208f012ce41ed8 [2021-11-17T22:13:51.765Z] #45 78.85 go/token [2021-11-17T22:13:52.952Z] #13 ... [2021-11-17T22:13:52.952Z] [2021-11-17T22:13:52.952Z] #36 [tini 1/2] 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 [2021-11-17T22:13:52.952Z] #36 sha256:b2e8030f1d3e6b76a273518953eb3f95355461261f5319e0bdc1ab365c1aaca8 [2021-11-17T22:13:52.952Z] #36 57.74 Selecting previously unselected package libicu63:amd64. [2021-11-17T22:13:52.952Z] #36 57.74 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-11-17T22:13:52.952Z] #36 57.76 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-11-17T22:13:52.952Z] #36 66.17 Selecting previously unselected package libxml2:amd64. [2021-11-17T22:13:52.952Z] #36 66.17 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u2_amd64.deb ... [2021-11-17T22:13:52.952Z] #36 66.19 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ... [2021-11-17T22:13:52.952Z] #36 66.84 Selecting previously unselected package libarchive13:amd64. [2021-11-17T22:13:52.952Z] #36 66.84 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-11-17T22:13:52.952Z] #36 66.84 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-11-17T22:13:52.952Z] #36 67.21 Selecting previously unselected package libjsoncpp1:amd64. [2021-11-17T22:13:52.952Z] #36 67.27 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-11-17T22:13:52.952Z] #36 67.27 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-11-17T22:13:52.952Z] #36 67.46 Selecting previously unselected package librhash0:amd64. [2021-11-17T22:13:52.952Z] #36 67.46 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-11-17T22:13:52.952Z] #36 67.48 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-11-17T22:13:52.952Z] #36 67.68 Selecting previously unselected package libuv1:amd64. [2021-11-17T22:13:52.952Z] #36 67.68 Preparing to unpack .../8-libuv1_1.24.1-1+deb10u1_amd64.deb ... [2021-11-17T22:13:52.952Z] #36 67.70 Unpacking libuv1:amd64 (1.24.1-1+deb10u1) ... [2021-11-17T22:13:52.952Z] #36 67.88 Selecting previously unselected package cmake. [2021-11-17T22:13:52.952Z] #36 67.89 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-11-17T22:13:52.952Z] #36 67.92 Unpacking cmake (3.13.4-1) ... [2021-11-17T22:13:52.952Z] #36 ... [2021-11-17T22:13:52.952Z] [2021-11-17T22:13:52.952Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-11-17T22:13:52.952Z] #13 sha256:c49801e2dce6d2ae9af8a4bf01e3f723d69e295b76ebdbe9590ac3e266c23ffb [2021-11-17T22:13:52.952Z] #13 62.63 debconf: delaying package configuration, since apt-utils is not installed [2021-11-17T22:13:53.175Z] #45 80.39 go/scanner [2021-11-17T22:13:53.212Z] #13 62.91 Fetched 77.8 MB in 9s (8243 kB/s) [2021-11-17T22:13:53.472Z] #13 63.01 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2021-11-17T22:13:53.472Z] #13 63.12 Preparing to unpack .../libseccomp2_2.5.1-1~bpo10+1_amd64.deb ... [2021-11-17T22:13:53.472Z] #13 63.14 Unpacking libseccomp2:amd64 (2.5.1-1~bpo10+1) over (2.3.3-4) ... [2021-11-17T22:13:53.733Z] #13 63.41 Setting up libseccomp2:amd64 (2.5.1-1~bpo10+1) ... [2021-11-17T22:13:53.786Z] #45 80.77 internal/lazyregexp [2021-11-17T22:13:53.992Z] #13 63.61 Selecting previously unselected package binutils-mingw-w64-i686. [2021-11-17T22:13:53.992Z] #13 63.61 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2021-11-17T22:13:53.992Z] #13 63.71 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-11-17T22:13:53.992Z] #13 63.73 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-11-17T22:13:54.046Z] #45 81.08 net/url [2021-11-17T22:13:54.305Z] #45 81.60 go/ast [2021-11-17T22:13:55.243Z] #45 ... [2021-11-17T22:13:55.243Z] [2021-11-17T22:13:55.243Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-11-17T22:13:55.243Z] #34 sha256:27dcc55ee98eb48e4c1c767d1fdac7d061697c304196d7c608ccd1ba3e9410d5 [2021-11-17T22:13:55.243Z] #34 73.64 github.com/BurntSushi/toml [2021-11-17T22:13:55.243Z] #34 73.64 flag [2021-11-17T22:13:55.243Z] #34 76.11 log [2021-11-17T22:13:55.243Z] #34 80.25 github.com/BurntSushi/toml/cmd/tomlv [2021-11-17T22:13:55.243Z] #34 DONE 82.3s [2021-11-17T22:13:55.243Z] [2021-11-17T22:13:55.243Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:13:55.243Z] #43 sha256:774b307447da09c42cf2a683e2d87dcb916bac872d5c12005f4ebd3c6aa11bf4 [2021-11-17T22:13:55.243Z] #43 3.220 Note: Building without setproctitle() and strlcpy() support. [2021-11-17T22:13:55.243Z] #43 3.220 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-11-17T22:13:55.243Z] #43 3.220 Note: Building without GnuTLS support [2021-11-17T22:13:55.243Z] #43 3.222 Makefile.config:39: Warn: you have no libnftables installed [2021-11-17T22:13:55.243Z] #43 3.222 Makefile.config:40: Warn: Building without nftables support [2021-11-17T22:13:55.243Z] #43 5.555 fatal: not a git repository (or any of the parent directories): .git [2021-11-17T22:13:55.243Z] #43 5.667 GEN .gitid [2021-11-17T22:13:55.243Z] #43 5.747 GEN criu/include/version.h [2021-11-17T22:13:55.243Z] #43 5.991 GEN include/common/asm [2021-11-17T22:13:55.243Z] #43 7.952 PBCC images/timens.pb-c.c [2021-11-17T22:13:55.243Z] #43 7.978 DEP images/timens.pb-c.d [2021-11-17T22:13:55.243Z] #43 8.006 PBCC images/fown.pb-c.c [2021-11-17T22:13:55.243Z] #43 8.036 PBCC images/google/protobuf/descriptor.pb-c.c [2021-11-17T22:13:55.243Z] #43 8.104 PBCC images/opts.pb-c.c [2021-11-17T22:13:55.243Z] #43 8.140 PBCC images/memfd.pb-c.c [2021-11-17T22:13:55.243Z] #43 8.242 DEP images/fown.pb-c.d [2021-11-17T22:13:55.243Z] #43 8.303 DEP images/google/protobuf/descriptor.pb-c.d [2021-11-17T22:13:55.243Z] #43 8.343 DEP images/opts.pb-c.d [2021-11-17T22:13:55.243Z] #43 8.399 DEP images/memfd.pb-c.d [2021-11-17T22:13:55.243Z] #43 8.443 PBCC images/sit.pb-c.c [2021-11-17T22:13:55.243Z] #43 8.487 DEP images/sit.pb-c.d [2021-11-17T22:13:55.243Z] #43 8.532 PBCC images/macvlan.pb-c.c [2021-11-17T22:13:55.243Z] #43 8.562 DEP images/macvlan.pb-c.d [2021-11-17T22:13:55.243Z] #43 8.598 PBCC images/autofs.pb-c.c [2021-11-17T22:13:55.243Z] #43 8.631 DEP images/autofs.pb-c.d [2021-11-17T22:13:55.243Z] #43 8.679 PBCC images/sysctl.pb-c.c [2021-11-17T22:13:55.243Z] #43 8.726 DEP images/sysctl.pb-c.d [2021-11-17T22:13:55.243Z] #43 8.768 PBCC images/time.pb-c.c [2021-11-17T22:13:55.243Z] #43 8.810 DEP images/time.pb-c.d [2021-11-17T22:13:55.243Z] #43 8.827 PBCC images/binfmt-misc.pb-c.c [2021-11-17T22:13:55.243Z] #43 8.890 DEP images/binfmt-misc.pb-c.d [2021-11-17T22:13:55.243Z] #43 8.925 PBCC images/seccomp.pb-c.c [2021-11-17T22:13:55.243Z] #43 8.950 DEP images/seccomp.pb-c.d [2021-11-17T22:13:55.243Z] #43 9.000 PBCC images/userns.pb-c.c [2021-11-17T22:13:55.243Z] #43 9.025 DEP images/userns.pb-c.d [2021-11-17T22:13:55.243Z] #43 9.126 PBCC images/cgroup.pb-c.c [2021-11-17T22:13:55.243Z] #43 9.187 DEP images/cgroup.pb-c.d [2021-11-17T22:13:55.243Z] #43 9.355 PBCC images/ext-file.pb-c.c [2021-11-17T22:13:55.502Z] #43 9.463 DEP images/ext-file.pb-c.d [2021-11-17T22:13:55.502Z] #43 9.543 PBCC images/rpc.pb-c.c [2021-11-17T22:13:55.502Z] #43 9.579 DEP images/rpc.pb-c.d [2021-11-17T22:13:55.762Z] #43 9.679 PBCC images/siginfo.pb-c.c [2021-11-17T22:13:55.762Z] #43 9.818 DEP images/siginfo.pb-c.d [2021-11-17T22:13:56.021Z] #43 10.01 PBCC images/pagemap.pb-c.c [2021-11-17T22:13:56.280Z] #43 ... [2021-11-17T22:13:56.280Z] [2021-11-17T22:13:56.280Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:13:56.280Z] #45 sha256:44427e0cda29539b860d742a51908d3dc2f5857a0ffb47fe00208f012ce41ed8 [2021-11-17T22:13:56.280Z] #45 83.51 text/template/parse [2021-11-17T22:13:57.285Z] #13 66.62 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-11-17T22:13:57.285Z] #13 66.62 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-11-17T22:13:57.285Z] #13 66.66 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-11-17T22:13:57.285Z] #13 ... [2021-11-17T22:13:57.285Z] [2021-11-17T22:13:57.285Z] #36 [tini 1/2] 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 [2021-11-17T22:13:57.285Z] #36 sha256:b2e8030f1d3e6b76a273518953eb3f95355461261f5319e0bdc1ab365c1aaca8 [2021-11-17T22:13:57.285Z] #36 71.22 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-11-17T22:13:57.285Z] #36 71.25 Setting up xxd (2:8.1.0875-5) ... [2021-11-17T22:13:57.285Z] #36 71.28 Setting up libuv1:amd64 (1.24.1-1+deb10u1) ... [2021-11-17T22:13:57.286Z] #36 71.28 Setting up vim-common (2:8.1.0875-5) ... [2021-11-17T22:13:57.286Z] #36 71.30 Setting up librhash0:amd64 (1.3.8-1) ... [2021-11-17T22:13:57.286Z] #36 71.33 Setting up cmake-data (3.13.4-1) ... [2021-11-17T22:13:57.286Z] #36 71.34 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ... [2021-11-17T22:13:57.286Z] #36 71.35 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-11-17T22:13:57.286Z] #36 71.37 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-11-17T22:13:57.286Z] #36 71.38 Setting up cmake (3.13.4-1) ... [2021-11-17T22:13:57.286Z] #36 71.39 Processing triggers for libc-bin (2.28-10) ... [2021-11-17T22:13:57.286Z] #36 71.53 Processing triggers for mime-support (3.62) ... [2021-11-17T22:13:57.286Z] #36 DONE 72.1s [2021-11-17T22:13:57.545Z] [2021-11-17T22:13:57.545Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-11-17T22:13:57.545Z] #42 sha256:458dfcbb019aed25e86f24c62186909e3d0db8f816c9fb3db42bc8e2d47296d9 [2021-11-17T22:13:57.545Z] #42 69.17 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-11-17T22:13:57.545Z] #42 69.18 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-11-17T22:13:57.545Z] #42 69.20 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-11-17T22:13:57.545Z] #42 69.21 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-11-17T22:13:57.545Z] #42 69.23 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-11-17T22:13:57.545Z] #42 69.29 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-11-17T22:13:57.545Z] #42 69.30 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-11-17T22:13:57.545Z] #42 69.34 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-11-17T22:13:57.545Z] #42 69.35 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-11-17T22:13:57.545Z] #42 69.36 Setting up python-protobuf (3.6.1.3-2) ... [2021-11-17T22:13:58.924Z] #42 ... [2021-11-17T22:13:58.924Z] [2021-11-17T22:13:58.924Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-11-17T22:13:58.924Z] #34 sha256:792f6f88bbc0b3c945bb7d81f73c057c96797973c8c5805b21e8a710973cd59e [2021-11-17T22:13:58.924Z] #34 63.93 internal/syscall/unix [2021-11-17T22:13:58.924Z] #34 64.34 time [2021-11-17T22:13:58.924Z] #34 71.62 internal/fmtsort [2021-11-17T22:13:58.924Z] #34 72.51 internal/syscall/execenv [2021-11-17T22:13:58.924Z] #34 72.74 path [2021-11-17T22:13:58.924Z] #34 72.77 internal/poll [2021-11-17T22:13:58.924Z] #34 73.66 io/fs [2021-11-17T22:13:58.924Z] #34 ... [2021-11-17T22:13:58.924Z] [2021-11-17T22:13:58.924Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:13:58.924Z] #45 sha256:5c836e09b66d03207e970ffcbd218a5f75e0d81b5d74791034a6b8f163f1b3b0 [2021-11-17T22:13:58.924Z] #45 73.26 internal/poll [2021-11-17T22:13:59.577Z] #45 ... [2021-11-17T22:13:59.577Z] [2021-11-17T22:13:59.577Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-11-17T22:13:59.577Z] #37 sha256:8c1fdf16f166611242bd6e5dd4f214bd71b52447114de99ce3d94fd1b15d017a [2021-11-17T22:13:59.577Z] #37 4.176 -- Check for working C compiler: /usr/bin/cc -- works [2021-11-17T22:13:59.577Z] #37 4.177 -- Detecting C compiler ABI info [2021-11-17T22:13:59.577Z] #37 4.862 -- Detecting C compiler ABI info - done [2021-11-17T22:13:59.577Z] #37 4.868 -- Detecting C compile features [2021-11-17T22:13:59.577Z] #37 6.858 -- Detecting C compile features - done [2021-11-17T22:13:59.577Z] #37 6.937 -- Performing Test HAS_BUILTIN_FORTIFY [2021-11-17T22:13:59.577Z] #37 7.229 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-11-17T22:13:59.577Z] #37 7.353 -- Configuring done [2021-11-17T22:13:59.577Z] #37 7.393 -- Generating done [2021-11-17T22:13:59.577Z] #37 7.393 -- Build files have been written to: /tmp/tmp.wlycW7jiau/tini [2021-11-17T22:13:59.577Z] #37 7.433 + make tini-static [2021-11-17T22:13:59.577Z] #37 8.147 Scanning dependencies of target tini-static [2021-11-17T22:13:59.577Z] #37 8.362 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-11-17T22:13:59.577Z] #37 9.911 [100%] Linking C executable tini-static [2021-11-17T22:13:59.577Z] #37 10.39 [100%] Built target tini-static [2021-11-17T22:13:59.577Z] #37 10.47 + mkdir -p /build [2021-11-17T22:13:59.577Z] #37 10.47 + cp tini-static /build/docker-init [2021-11-17T22:13:59.577Z] #37 DONE 10.6s [2021-11-17T22:13:59.577Z] [2021-11-17T22:13:59.577Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:13:59.577Z] #43 sha256:774b307447da09c42cf2a683e2d87dcb916bac872d5c12005f4ebd3c6aa11bf4 [2021-11-17T22:13:59.577Z] #43 10.25 DEP images/pagemap.pb-c.d [2021-11-17T22:13:59.577Z] #43 10.36 PBCC images/rlimit.pb-c.c [2021-11-17T22:13:59.577Z] #43 10.53 DEP images/rlimit.pb-c.d [2021-11-17T22:13:59.577Z] #43 10.59 PBCC images/file-lock.pb-c.c [2021-11-17T22:13:59.577Z] #43 10.64 DEP images/file-lock.pb-c.d [2021-11-17T22:13:59.577Z] #43 10.73 PBCC images/tty.pb-c.c [2021-11-17T22:13:59.577Z] #43 10.78 DEP images/tty.pb-c.d [2021-11-17T22:13:59.577Z] #43 10.95 PBCC images/tun.pb-c.c [2021-11-17T22:13:59.577Z] #43 11.11 PBCC images/netdev.pb-c.c [2021-11-17T22:13:59.577Z] #43 11.17 DEP images/tun.pb-c.d [2021-11-17T22:13:59.577Z] #43 11.26 DEP images/netdev.pb-c.d [2021-11-17T22:13:59.577Z] #43 11.38 PBCC images/vma.pb-c.c [2021-11-17T22:13:59.577Z] #43 11.41 DEP images/vma.pb-c.d [2021-11-17T22:13:59.577Z] #43 11.42 PBCC images/creds.pb-c.c [2021-11-17T22:13:59.577Z] #43 11.42 DEP images/creds.pb-c.d [2021-11-17T22:13:59.577Z] #43 11.43 PBCC images/utsns.pb-c.c [2021-11-17T22:13:59.577Z] #43 11.44 DEP images/utsns.pb-c.d [2021-11-17T22:13:59.577Z] #43 11.44 PBCC images/ipc-desc.pb-c.c [2021-11-17T22:13:59.577Z] #43 11.45 PBCC images/ipc-sem.pb-c.c [2021-11-17T22:13:59.577Z] #43 11.49 DEP images/ipc-desc.pb-c.d [2021-11-17T22:13:59.577Z] #43 11.52 DEP images/ipc-sem.pb-c.d [2021-11-17T22:13:59.577Z] #43 11.54 PBCC images/ipc-msg.pb-c.c [2021-11-17T22:13:59.577Z] #43 11.56 DEP images/ipc-msg.pb-c.d [2021-11-17T22:13:59.577Z] #43 11.57 PBCC images/ipc-shm.pb-c.c [2021-11-17T22:13:59.577Z] #43 11.60 DEP images/ipc-shm.pb-c.d [2021-11-17T22:13:59.577Z] #43 11.65 PBCC images/ipc-var.pb-c.c [2021-11-17T22:13:59.577Z] #43 11.67 DEP images/ipc-var.pb-c.d [2021-11-17T22:13:59.577Z] #43 11.70 PBCC images/sk-opts.pb-c.c [2021-11-17T22:13:59.577Z] #43 11.72 PBCC images/packet-sock.pb-c.c [2021-11-17T22:13:59.577Z] #43 11.76 DEP images/sk-opts.pb-c.d [2021-11-17T22:13:59.577Z] #43 11.81 DEP images/packet-sock.pb-c.d [2021-11-17T22:13:59.577Z] #43 11.86 PBCC images/sk-netlink.pb-c.c [2021-11-17T22:13:59.577Z] #43 11.90 DEP images/sk-netlink.pb-c.d [2021-11-17T22:13:59.577Z] #43 11.91 PBCC images/sk-inet.pb-c.c [2021-11-17T22:13:59.577Z] #43 11.95 DEP images/sk-inet.pb-c.d [2021-11-17T22:13:59.577Z] #43 11.98 PBCC images/sk-unix.pb-c.c [2021-11-17T22:13:59.577Z] #43 12.01 DEP images/sk-unix.pb-c.d [2021-11-17T22:13:59.577Z] #43 12.07 PBCC images/mm.pb-c.c [2021-11-17T22:13:59.577Z] #43 12.11 DEP images/mm.pb-c.d [2021-11-17T22:13:59.577Z] #43 12.15 PBCC images/timerfd.pb-c.c [2021-11-17T22:13:59.577Z] #43 12.20 DEP images/timerfd.pb-c.d [2021-11-17T22:13:59.577Z] #43 12.25 PBCC images/timer.pb-c.c [2021-11-17T22:13:59.577Z] #43 12.27 DEP images/timer.pb-c.d [2021-11-17T22:13:59.577Z] #43 12.30 PBCC images/sa.pb-c.c [2021-11-17T22:13:59.577Z] #43 12.36 DEP images/sa.pb-c.d [2021-11-17T22:13:59.577Z] #43 12.41 PBCC images/pipe-data.pb-c.c [2021-11-17T22:13:59.577Z] #43 12.43 DEP images/pipe-data.pb-c.d [2021-11-17T22:13:59.577Z] #43 12.46 PBCC images/mnt.pb-c.c [2021-11-17T22:13:59.577Z] #43 12.51 DEP images/mnt.pb-c.d [2021-11-17T22:13:59.577Z] #43 12.55 PBCC images/sk-packet.pb-c.c [2021-11-17T22:13:59.577Z] #43 12.57 DEP images/sk-packet.pb-c.d [2021-11-17T22:13:59.577Z] #43 12.60 PBCC images/tcp-stream.pb-c.c [2021-11-17T22:13:59.577Z] #43 12.64 DEP images/tcp-stream.pb-c.d [2021-11-17T22:13:59.577Z] #43 12.68 PBCC images/pipe.pb-c.c [2021-11-17T22:13:59.577Z] #43 12.77 DEP images/pipe.pb-c.d [2021-11-17T22:13:59.577Z] #43 12.81 PBCC images/pstree.pb-c.c [2021-11-17T22:13:59.577Z] #43 12.86 DEP images/pstree.pb-c.d [2021-11-17T22:13:59.577Z] #43 12.90 PBCC images/fs.pb-c.c [2021-11-17T22:13:59.577Z] #43 12.96 DEP images/fs.pb-c.d [2021-11-17T22:13:59.577Z] #43 13.03 PBCC images/signalfd.pb-c.c [2021-11-17T22:13:59.577Z] #43 13.09 DEP images/signalfd.pb-c.d [2021-11-17T22:13:59.577Z] #43 13.15 PBCC images/fh.pb-c.c [2021-11-17T22:13:59.577Z] #43 13.21 PBCC images/fsnotify.pb-c.c [2021-11-17T22:13:59.577Z] #43 13.37 DEP images/fh.pb-c.d [2021-11-17T22:13:59.577Z] #43 13.43 DEP images/fsnotify.pb-c.d [2021-11-17T22:13:59.577Z] #43 13.49 PBCC images/eventpoll.pb-c.c [2021-11-17T22:13:59.577Z] #43 13.53 DEP images/eventpoll.pb-c.d [2021-11-17T22:13:59.836Z] #43 13.59 PBCC images/eventfd.pb-c.c [2021-11-17T22:13:59.836Z] #43 13.66 DEP images/eventfd.pb-c.d [2021-11-17T22:13:59.836Z] #43 13.76 PBCC images/remap-file-path.pb-c.c [2021-11-17T22:13:59.836Z] #43 13.81 DEP images/remap-file-path.pb-c.d [2021-11-17T22:13:59.836Z] #43 13.85 PBCC images/fifo.pb-c.c [2021-11-17T22:13:59.862Z] #45 ... [2021-11-17T22:13:59.862Z] [2021-11-17T22:13:59.862Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:13:59.862Z] #51 sha256:9a2993bb4ee6343aff015bab6baec7e6b004a3b1a9a266639c8c209c96019fdb [2021-11-17T22:13:59.862Z] #51 64.87 time [2021-11-17T22:13:59.862Z] #51 72.89 context [2021-11-17T22:13:59.862Z] #51 73.89 internal/poll [2021-11-17T22:13:59.862Z] #51 74.15 encoding/binary [2021-11-17T22:14:00.095Z] #43 13.89 DEP images/fifo.pb-c.d [2021-11-17T22:14:00.095Z] #43 13.99 PBCC images/ghost-file.pb-c.c [2021-11-17T22:14:00.095Z] #43 14.06 DEP images/ghost-file.pb-c.d [2021-11-17T22:14:00.131Z] #51 ... [2021-11-17T22:14:00.131Z] [2021-11-17T22:14:00.132Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-11-17T22:14:00.132Z] #13 sha256:c49801e2dce6d2ae9af8a4bf01e3f723d69e295b76ebdbe9590ac3e266c23ffb [2021-11-17T22:14:00.132Z] #13 69.74 Selecting previously unselected package binutils-mingw-w64. [2021-11-17T22:14:00.132Z] #13 69.74 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-11-17T22:14:00.132Z] #13 69.74 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-11-17T22:14:00.132Z] #13 69.90 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-11-17T22:14:00.132Z] #13 69.91 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-11-17T22:14:00.132Z] #13 69.93 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-11-17T22:14:00.353Z] #43 14.15 PBCC images/regfile.pb-c.c [2021-11-17T22:14:00.353Z] #43 14.21 DEP images/regfile.pb-c.d [2021-11-17T22:14:00.353Z] #43 14.38 PBCC images/ns.pb-c.c [2021-11-17T22:14:00.353Z] #43 14.47 DEP images/ns.pb-c.d [2021-11-17T22:14:00.390Z] #13 70.11 Selecting previously unselected package dmsetup. [2021-11-17T22:14:00.390Z] #13 70.14 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-11-17T22:14:00.390Z] #13 70.15 Unpacking dmsetup (2:1.02.155-3) ... [2021-11-17T22:14:00.612Z] #43 14.54 PBCC images/fdinfo.pb-c.c [2021-11-17T22:14:00.649Z] #13 70.37 Selecting previously unselected package mingw-w64-common. [2021-11-17T22:14:00.649Z] #13 70.37 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-11-17T22:14:00.649Z] #13 70.38 Unpacking mingw-w64-common (6.0.0-3) ... [2021-11-17T22:14:00.998Z] #43 14.66 DEP images/fdinfo.pb-c.d [2021-11-17T22:14:00.998Z] #43 14.75 PBCC images/core-aarch64.pb-c.c [2021-11-17T22:14:00.998Z] #43 14.83 PBCC images/core-arm.pb-c.c [2021-11-17T22:14:00.998Z] #43 14.91 PBCC images/core-ppc64.pb-c.c [2021-11-17T22:14:01.257Z] #43 15.10 PBCC images/core-s390.pb-c.c [2021-11-17T22:14:01.257Z] #43 15.15 PBCC images/core-x86.pb-c.c [2021-11-17T22:14:01.257Z] #43 15.18 PBCC images/core.pb-c.c [2021-11-17T22:14:01.257Z] #43 15.22 PBCC images/inventory.pb-c.c [2021-11-17T22:14:01.257Z] #43 15.25 DEP images/core-aarch64.pb-c.d [2021-11-17T22:14:01.257Z] #43 15.28 DEP images/core-arm.pb-c.d [2021-11-17T22:14:01.517Z] #43 15.32 DEP images/core-ppc64.pb-c.d [2021-11-17T22:14:01.517Z] #43 15.34 DEP images/core-s390.pb-c.d [2021-11-17T22:14:01.517Z] #43 15.38 DEP images/core-x86.pb-c.d [2021-11-17T22:14:01.517Z] #43 15.42 DEP images/core.pb-c.d [2021-11-17T22:14:01.517Z] #43 15.46 DEP images/inventory.pb-c.d [2021-11-17T22:14:01.517Z] #43 15.49 PBCC images/cpuinfo.pb-c.c [2021-11-17T22:14:01.517Z] #43 15.52 DEP images/cpuinfo.pb-c.d [2021-11-17T22:14:01.775Z] #43 15.62 PBCC images/stats.pb-c.c [2021-11-17T22:14:01.776Z] #43 15.67 DEP images/stats.pb-c.d [2021-11-17T22:14:02.038Z] #43 ... [2021-11-17T22:14:02.038Z] [2021-11-17T22:14:02.038Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-11-17T22:14:02.038Z] #13 sha256:b07f44288fc6d3e923a03491fec747205594a17974f55e81c41033427f1ea7b7 [2021-11-17T22:14:02.038Z] #13 75.96 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-11-17T22:14:02.038Z] #13 75.96 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-11-17T22:14:02.038Z] #13 76.03 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-11-17T22:14:02.038Z] #13 84.25 Selecting previously unselected package gcc-mingw-w64-base. [2021-11-17T22:14:02.038Z] #13 84.27 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u2_arm64.deb ... [2021-11-17T22:14:02.038Z] #13 84.27 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u2) ... [2021-11-17T22:14:02.038Z] #13 84.69 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-11-17T22:14:02.038Z] #13 84.70 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u2_arm64.deb ... [2021-11-17T22:14:02.038Z] #13 84.72 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2021-11-17T22:14:02.300Z] #13 ... [2021-11-17T22:14:02.300Z] [2021-11-17T22:14:02.300Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:14:02.300Z] #45 sha256:44427e0cda29539b860d742a51908d3dc2f5857a0ffb47fe00208f012ce41ed8 [2021-11-17T22:14:02.300Z] #45 87.48 go/parser [2021-11-17T22:14:02.300Z] #45 89.22 text/template [2021-11-17T22:14:02.646Z] #13 ... [2021-11-17T22:14:02.646Z] [2021-11-17T22:14:02.646Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-11-17T22:14:02.646Z] #42 sha256:458dfcbb019aed25e86f24c62186909e3d0db8f816c9fb3db42bc8e2d47296d9 [2021-11-17T22:14:02.646Z] #42 77.02 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-11-17T22:14:02.646Z] #42 77.03 Processing triggers for libc-bin (2.28-10) ... [2021-11-17T22:14:02.646Z] #42 DONE 77.4s [2021-11-17T22:14:02.646Z] [2021-11-17T22:14:02.646Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-11-17T22:14:02.646Z] #37 sha256:86800ffd8f7f4661f14922cacefb993cc6a2d167d2b65d6c8ebf269f76494e0d [2021-11-17T22:14:02.646Z] #37 3.363 + RM_GOPATH=0 [2021-11-17T22:14:02.646Z] #37 3.366 + TMP_GOPATH= [2021-11-17T22:14:02.646Z] #37 3.366 + : /build [2021-11-17T22:14:02.646Z] #37 3.366 + '[' -z '' ']' [2021-11-17T22:14:02.646Z] #37 3.368 ++ mktemp -d [2021-11-17T22:14:02.646Z] #37 3.373 + export GOPATH=/tmp/tmp.cGGdVrzuwA [2021-11-17T22:14:02.646Z] #37 3.373 + GOPATH=/tmp/tmp.cGGdVrzuwA [2021-11-17T22:14:02.646Z] #37 3.373 + RM_GOPATH=1 [2021-11-17T22:14:02.646Z] #37 3.373 + case "$(go env GOARCH)" in [2021-11-17T22:14:02.646Z] #37 3.379 ++ go env GOARCH [2021-11-17T22:14:02.646Z] #37 3.393 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:14:02.646Z] #37 3.393 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:14:02.646Z] #37 3.395 ++ dirname /tmp/install/install.sh [2021-11-17T22:14:02.646Z] #37 3.401 + dir=/tmp/install [2021-11-17T22:14:02.646Z] #37 3.401 + bin=tini [2021-11-17T22:14:02.646Z] #37 3.401 + shift [2021-11-17T22:14:02.646Z] #37 3.404 + '[' '!' -f /tmp/install/tini.installer ']' [2021-11-17T22:14:02.646Z] #37 3.405 + . /tmp/install/tini.installer [2021-11-17T22:14:02.646Z] #37 3.405 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-11-17T22:14:02.646Z] #37 3.409 + install_tini [2021-11-17T22:14:02.646Z] #37 3.409 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-11-17T22:14:02.646Z] #37 3.411 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-11-17T22:14:02.646Z] #37 3.411 + git clone https://github.com/krallin/tini.git /tmp/tmp.cGGdVrzuwA/tini [2021-11-17T22:14:02.646Z] #37 3.413 Cloning into '/tmp/tmp.cGGdVrzuwA/tini'... [2021-11-17T22:14:02.646Z] #37 4.192 + cd /tmp/tmp.cGGdVrzuwA/tini [2021-11-17T22:14:02.646Z] #37 4.193 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-11-17T22:14:02.646Z] #37 4.199 + cmake . [2021-11-17T22:14:02.646Z] #37 5.063 -- The C compiler identification is GNU 8.3.0 [2021-11-17T22:14:02.646Z] #37 5.143 -- Check for working C compiler: /usr/bin/cc [2021-11-17T22:14:02.867Z] #45 ... [2021-11-17T22:14:02.867Z] [2021-11-17T22:14:02.867Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:14:02.867Z] #51 sha256:9cb72d25743676e11aa6439c9651c7fa1046c8875e43edf9030a7e11922992ad [2021-11-17T22:14:02.867Z] #51 79.93 golang.org/x/crypto/ssh/terminal [2021-11-17T22:14:02.867Z] #51 80.61 encoding/json [2021-11-17T22:14:02.867Z] #51 81.65 github.com/pkg/diff [2021-11-17T22:14:02.867Z] #51 83.41 go/ast [2021-11-17T22:14:02.867Z] #51 88.30 mvdan.cc/editorconfig [2021-11-17T22:14:02.867Z] #51 89.19 mvdan.cc/sh/v3/fileutil [2021-11-17T22:14:02.867Z] #51 89.21 mvdan.cc/sh/v3/syntax [2021-11-17T22:14:02.867Z] #51 ... [2021-11-17T22:14:02.867Z] [2021-11-17T22:14:02.867Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:14:02.867Z] #43 sha256:774b307447da09c42cf2a683e2d87dcb916bac872d5c12005f4ebd3c6aa11bf4 [2021-11-17T22:14:02.867Z] #43 16.88 make[1]: Nothing to be done for 'all'. [2021-11-17T22:14:02.914Z] #37 5.797 -- Check for working C compiler: /usr/bin/cc -- works [2021-11-17T22:14:02.915Z] #37 5.797 -- Detecting C compiler ABI info [2021-11-17T22:14:03.852Z] #37 6.661 -- Detecting C compiler ABI info - done [2021-11-17T22:14:03.852Z] #37 6.703 -- Detecting C compile features [2021-11-17T22:14:04.243Z] #43 18.02 CC images/stats.o [2021-11-17T22:14:04.502Z] #43 18.33 CC images/core.o [2021-11-17T22:14:05.069Z] #43 18.95 CC images/core-x86.o [2021-11-17T22:14:05.637Z] #43 19.41 CC images/core-arm.o [2021-11-17T22:14:05.896Z] #43 19.81 CC images/core-aarch64.o [2021-11-17T22:14:06.155Z] #43 20.11 CC images/core-ppc64.o [2021-11-17T22:14:06.389Z] #37 8.968 -- Detecting C compile features - done [2021-11-17T22:14:06.389Z] #37 9.021 -- Performing Test HAS_BUILTIN_FORTIFY [2021-11-17T22:14:06.389Z] #37 9.346 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-11-17T22:14:06.648Z] #37 9.494 -- Configuring done [2021-11-17T22:14:06.648Z] #37 9.505 -- Generating done [2021-11-17T22:14:06.648Z] #37 9.530 -- Build files have been written to: /tmp/tmp.cGGdVrzuwA/tini [2021-11-17T22:14:06.648Z] #37 9.539 + make tini-static [2021-11-17T22:14:06.722Z] #43 20.70 CC images/core-s390.o [2021-11-17T22:14:07.216Z] #37 10.04 Scanning dependencies of target tini-static [2021-11-17T22:14:07.289Z] #43 21.30 CC images/cpuinfo.o [2021-11-17T22:14:07.476Z] #37 10.25 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-11-17T22:14:07.857Z] #43 21.69 CC images/inventory.o [2021-11-17T22:14:08.045Z] #37 ... [2021-11-17T22:14:08.045Z] [2021-11-17T22:14:08.045Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-11-17T22:14:08.045Z] #13 sha256:c49801e2dce6d2ae9af8a4bf01e3f723d69e295b76ebdbe9590ac3e266c23ffb [2021-11-17T22:14:08.045Z] #13 77.70 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-11-17T22:14:08.045Z] #13 77.70 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-11-17T22:14:08.045Z] #13 77.70 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-11-17T22:14:08.161Z] #43 21.93 CC images/fdinfo.o [2021-11-17T22:14:08.420Z] #43 22.32 CC images/fown.o [2021-11-17T22:14:08.680Z] #43 22.48 CC images/ns.o [2021-11-17T22:14:08.680Z] #43 22.65 CC images/regfile.o [2021-11-17T22:14:08.939Z] #43 22.84 CC images/ghost-file.o [2021-11-17T22:14:08.939Z] #43 23.07 CC images/fifo.o [2021-11-17T22:14:09.198Z] #43 23.20 CC images/remap-file-path.o [2021-11-17T22:14:09.458Z] #43 23.33 CC images/eventfd.o [2021-11-17T22:14:09.458Z] #43 23.46 CC images/eventpoll.o [2021-11-17T22:14:09.717Z] #43 23.63 CC images/fh.o [2021-11-17T22:14:09.976Z] #43 23.95 CC images/fsnotify.o [2021-11-17T22:14:10.548Z] #43 ... [2021-11-17T22:14:10.548Z] [2021-11-17T22:14:10.548Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:14:10.548Z] #51 sha256:9cb72d25743676e11aa6439c9651c7fa1046c8875e43edf9030a7e11922992ad [2021-11-17T22:14:10.548Z] #51 94.04 mvdan.cc/sh/v3/cmd/shfmt [2021-11-17T22:14:10.548Z] #51 DONE 97.7s [2021-11-17T22:14:10.548Z] [2021-11-17T22:14:10.548Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:14:10.548Z] #45 sha256:44427e0cda29539b860d742a51908d3dc2f5857a0ffb47fe00208f012ce41ed8 [2021-11-17T22:14:10.548Z] #45 91.27 encoding/xml [2021-11-17T22:14:10.548Z] #45 93.49 go/doc [2021-11-17T22:14:10.548Z] #45 95.48 compress/flate [2021-11-17T22:14:10.548Z] #45 96.59 github.com/LK4D4/vndr/build [2021-11-17T22:14:10.548Z] #45 97.51 compress/gzip [2021-11-17T22:14:10.586Z] #13 ... [2021-11-17T22:14:10.586Z] [2021-11-17T22:14:10.586Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:14:10.586Z] #45 sha256:5c836e09b66d03207e970ffcbd218a5f75e0d81b5d74791034a6b8f163f1b3b0 [2021-11-17T22:14:10.586Z] #45 75.05 io/fs [2021-11-17T22:14:10.586Z] #45 75.83 regexp/syntax [2021-11-17T22:14:10.586Z] #45 76.79 os [2021-11-17T22:14:10.586Z] #45 81.43 regexp [2021-11-17T22:14:10.586Z] #45 81.48 fmt [2021-11-17T22:14:10.586Z] #45 ... [2021-11-17T22:14:10.586Z] [2021-11-17T22:14:10.586Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-11-17T22:14:10.586Z] #37 sha256:86800ffd8f7f4661f14922cacefb993cc6a2d167d2b65d6c8ebf269f76494e0d [2021-11-17T22:14:10.586Z] #37 11.87 [100%] Linking C executable tini-static [2021-11-17T22:14:10.586Z] #37 12.61 [100%] Built target tini-static [2021-11-17T22:14:10.586Z] #37 12.71 + mkdir -p /build [2021-11-17T22:14:10.586Z] #37 12.71 + cp tini-static /build/docker-init [2021-11-17T22:14:10.586Z] #37 DONE 13.0s [2021-11-17T22:14:10.586Z] [2021-11-17T22:14:10.586Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-11-17T22:14:10.586Z] #34 sha256:792f6f88bbc0b3c945bb7d81f73c057c96797973c8c5805b21e8a710973cd59e [2021-11-17T22:14:10.586Z] #34 75.16 text/tabwriter [2021-11-17T22:14:10.586Z] #34 75.94 os [2021-11-17T22:14:10.586Z] #34 78.87 path/filepath [2021-11-17T22:14:10.586Z] #34 78.95 fmt [2021-11-17T22:14:10.586Z] #34 80.95 io/ioutil [2021-11-17T22:14:10.586Z] #34 82.90 github.com/BurntSushi/toml [2021-11-17T22:14:10.586Z] #34 82.92 flag [2021-11-17T22:14:10.586Z] #34 84.97 log [2021-11-17T22:14:10.586Z] #34 ... [2021-11-17T22:14:10.586Z] [2021-11-17T22:14:10.586Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:14:10.586Z] #43 sha256:9c88665f5323b3954e3d3c9ccebf3a6fb3b18ad29fcde46a84373b30db78ca80 [2021-11-17T22:14:10.586Z] #43 4.086 Note: Building without setproctitle() and strlcpy() support. [2021-11-17T22:14:10.586Z] #43 4.087 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-11-17T22:14:10.586Z] #43 4.105 Note: Building without GnuTLS support [2021-11-17T22:14:10.586Z] #43 4.132 Makefile.config:39: Warn: you have no libnftables installed [2021-11-17T22:14:10.586Z] #43 4.133 Makefile.config:40: Warn: Building without nftables support [2021-11-17T22:14:10.586Z] #43 6.266 fatal: not a git repository (or any of the parent directories): .git [2021-11-17T22:14:10.586Z] #43 6.335 GEN .gitid [2021-11-17T22:14:10.586Z] #43 6.382 GEN criu/include/version.h [2021-11-17T22:14:10.586Z] #43 6.476 GEN include/common/asm [2021-11-17T22:14:10.811Z] #45 ... [2021-11-17T22:14:10.811Z] [2021-11-17T22:14:10.811Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:14:10.811Z] #43 sha256:774b307447da09c42cf2a683e2d87dcb916bac872d5c12005f4ebd3c6aa11bf4 [2021-11-17T22:14:10.811Z] #43 24.69 CC images/signalfd.o [2021-11-17T22:14:10.847Z] #43 8.502 PBCC images/timens.pb-c.c [2021-11-17T22:14:10.847Z] #43 8.537 DEP images/timens.pb-c.d [2021-11-17T22:14:10.847Z] #43 8.590 PBCC images/fown.pb-c.c [2021-11-17T22:14:11.033Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-11-17T22:14:11.033Z] [2021-11-17T22:14:11.033Z] + TEST_INTEGRATION_DEST=2 [2021-11-17T22:14:11.033Z] + CONTAINER_NAME=docker-pr2-2 [2021-11-17T22:14:11.033Z] + TEST_SKIP_INTEGRATION=1 [2021-11-17T22:14:11.033Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-11-17T22:14:11.033Z] + run_tests [2021-11-17T22:14:11.033Z] + c=0 [2021-11-17T22:14:11.033Z] + '[' -n 0 ']' [2021-11-17T22:14:11.033Z] + rm= [2021-11-17T22:14:11.033Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43024/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43024/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43024/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=c49a46d4fbdb96b0df63130d2c346d9a8aa251dc -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:c49a46d4fbdb96b0df63130d2c346d9a8aa251dc hack/make.sh '' test-integration [2021-11-17T22:14:11.033Z] + TEST_INTEGRATION_DEST=1 [2021-11-17T22:14:11.033Z] + CONTAINER_NAME=docker-pr2-1 [2021-11-17T22:14:11.033Z] + TEST_SKIP_INTEGRATION_CLI=1 [2021-11-17T22:14:11.033Z] + run_tests test-integration-flaky [2021-11-17T22:14:11.033Z] + '[' -n 0 ']' [2021-11-17T22:14:11.033Z] + rm= [2021-11-17T22:14:11.033Z] + TEST_INTEGRATION_DEST=3 [2021-11-17T22:14:11.033Z] + CONTAINER_NAME=docker-pr2-3 [2021-11-17T22:14:11.033Z] + TEST_SKIP_INTEGRATION=1 [2021-11-17T22:14:11.033Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-11-17T22:14:11.033Z] + run_tests [2021-11-17T22:14:11.033Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43024/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43024/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43024/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=c49a46d4fbdb96b0df63130d2c346d9a8aa251dc -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:c49a46d4fbdb96b0df63130d2c346d9a8aa251dc hack/make.sh test-integration-flaky test-integration [2021-11-17T22:14:11.033Z] + '[' -n 0 ']' [2021-11-17T22:14:11.033Z] + rm= [2021-11-17T22:14:11.033Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43024/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43024/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43024/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=c49a46d4fbdb96b0df63130d2c346d9a8aa251dc -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:c49a46d4fbdb96b0df63130d2c346d9a8aa251dc hack/make.sh '' test-integration [2021-11-17T22:14:11.033Z] ++ jobs -p [2021-11-17T22:14:11.033Z] + for job in $(jobs -p) [2021-11-17T22:14:11.033Z] + wait 6012 [2021-11-17T22:14:11.033Z] [2021-11-17T22:14:11.033Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-11-17T22:14:11.033Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-11-17T22:14:11.033Z] HOSTNAME=1e4a749687ed [2021-11-17T22:14:11.033Z] TEST_SKIP_INTEGRATION=1 [2021-11-17T22:14:11.033Z] TESTDEBUG=0 [2021-11-17T22:14:11.033Z] DEST=bundles/test-integration [2021-11-17T22:14:11.033Z] PWD=/go/src/github.com/docker/docker [2021-11-17T22:14:11.033Z] KEEPBUNDLE=1 [2021-11-17T22:14:11.033Z] DOCKER_GITCOMMIT=c49a46d4fbdb96b0df63130d2c346d9a8aa251dc [2021-11-17T22:14:11.033Z] container=docker [2021-11-17T22:14:11.033Z] HOME=/root [2021-11-17T22:14:11.033Z] GOLANG_VERSION=1.16.10 [2021-11-17T22:14:11.033Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-11-17T22:14:11.033Z] VALIDATE_BRANCH=20.10 [2021-11-17T22:14:11.033Z] TERM=xterm [2021-11-17T22:14:11.033Z] DOCKER_PKG=github.com/docker/docker [2021-11-17T22:14:11.033Z] SHLVL=1 [2021-11-17T22:14:11.033Z] TIMEOUT=120m [2021-11-17T22:14:11.033Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-11-17T22:14:11.033Z] DOCKER_GRAPHDRIVER=overlay2 [2021-11-17T22:14:11.033Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2021-11-17T22:14:11.033Z] GO111MODULE=off [2021-11-17T22:14:11.033Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-11-17T22:14:11.033Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-11-17T22:14:11.033Z] GOPATH=/go [2021-11-17T22:14:11.033Z] PKG_CONFIG=pkg-config [2021-11-17T22:14:11.033Z] _=/usr/bin/env [2021-11-17T22:14:11.033Z] Building test suite binary ./integration-cli/test.main [2021-11-17T22:14:11.033Z] [2021-11-17T22:14:11.033Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2021-11-17T22:14:11.033Z] [2021-11-17T22:14:11.033Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-11-17T22:14:11.033Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-11-17T22:14:11.033Z] HOSTNAME=8d68c74454cc [2021-11-17T22:14:11.033Z] TEST_SKIP_INTEGRATION=1 [2021-11-17T22:14:11.033Z] TESTDEBUG=0 [2021-11-17T22:14:11.033Z] DEST=bundles/test-integration [2021-11-17T22:14:11.033Z] PWD=/go/src/github.com/docker/docker [2021-11-17T22:14:11.033Z] KEEPBUNDLE=1 [2021-11-17T22:14:11.033Z] DOCKER_GITCOMMIT=c49a46d4fbdb96b0df63130d2c346d9a8aa251dc [2021-11-17T22:14:11.033Z] container=docker [2021-11-17T22:14:11.033Z] HOME=/root [2021-11-17T22:14:11.033Z] GOLANG_VERSION=1.16.10 [2021-11-17T22:14:11.033Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-11-17T22:14:11.033Z] VALIDATE_BRANCH=20.10 [2021-11-17T22:14:11.033Z] TERM=xterm [2021-11-17T22:14:11.033Z] DOCKER_PKG=github.com/docker/docker [2021-11-17T22:14:11.033Z] SHLVL=1 [2021-11-17T22:14:11.033Z] TIMEOUT=120m [2021-11-17T22:14:11.033Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-11-17T22:14:11.033Z] DOCKER_GRAPHDRIVER=overlay2 [2021-11-17T22:14:11.033Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-11-17T22:14:11.033Z] GO111MODULE=off [2021-11-17T22:14:11.033Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-11-17T22:14:11.033Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-11-17T22:14:11.033Z] GOPATH=/go [2021-11-17T22:14:11.033Z] PKG_CONFIG=pkg-config [2021-11-17T22:14:11.033Z] _=/usr/bin/env [2021-11-17T22:14:11.033Z] Building test suite binary ./integration-cli/test.main [2021-11-17T22:14:11.033Z] No new tests added to integration. [2021-11-17T22:14:11.033Z] [2021-11-17T22:14:11.033Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-11-17T22:14:11.070Z] #43 25.03 CC images/fs.o [2021-11-17T22:14:11.106Z] #43 8.633 PBCC images/google/protobuf/descriptor.pb-c.c [2021-11-17T22:14:11.106Z] #43 8.710 PBCC images/opts.pb-c.c [2021-11-17T22:14:11.106Z] #43 8.764 PBCC images/memfd.pb-c.c [2021-11-17T22:14:11.107Z] #43 8.805 DEP images/fown.pb-c.d [2021-11-17T22:14:11.107Z] #43 8.839 DEP images/google/protobuf/descriptor.pb-c.d [2021-11-17T22:14:11.329Z] #43 25.34 CC images/pstree.o [2021-11-17T22:14:11.366Z] #43 8.878 DEP images/opts.pb-c.d [2021-11-17T22:14:11.366Z] #43 8.924 DEP images/memfd.pb-c.d [2021-11-17T22:14:11.366Z] #43 ... [2021-11-17T22:14:11.366Z] [2021-11-17T22:14:11.366Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:14:11.366Z] #45 sha256:5c836e09b66d03207e970ffcbd218a5f75e0d81b5d74791034a6b8f163f1b3b0 [2021-11-17T22:14:11.366Z] #45 86.42 internal/lazyregexp [2021-11-17T22:14:11.625Z] #45 86.63 go/token [2021-11-17T22:14:11.884Z] #45 86.84 net/url [2021-11-17T22:14:11.884Z] #45 ... [2021-11-17T22:14:11.884Z] [2021-11-17T22:14:11.884Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:14:11.884Z] #51 sha256:9a2993bb4ee6343aff015bab6baec7e6b004a3b1a9a266639c8c209c96019fdb [2021-11-17T22:14:11.884Z] #51 76.88 encoding/base64 [2021-11-17T22:14:11.884Z] #51 77.24 os [2021-11-17T22:14:11.884Z] #51 78.54 golang.org/x/sys/unix [2021-11-17T22:14:11.884Z] #51 82.79 fmt [2021-11-17T22:14:11.884Z] #51 ... [2021-11-17T22:14:11.884Z] [2021-11-17T22:14:11.884Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:14:11.884Z] #43 sha256:9c88665f5323b3954e3d3c9ccebf3a6fb3b18ad29fcde46a84373b30db78ca80 [2021-11-17T22:14:11.884Z] #43 8.968 PBCC images/sit.pb-c.c [2021-11-17T22:14:11.884Z] #43 9.028 DEP images/sit.pb-c.d [2021-11-17T22:14:11.884Z] #43 9.107 PBCC images/macvlan.pb-c.c [2021-11-17T22:14:11.884Z] #43 9.159 DEP images/macvlan.pb-c.d [2021-11-17T22:14:11.884Z] #43 9.215 PBCC images/autofs.pb-c.c [2021-11-17T22:14:11.884Z] #43 9.226 DEP images/autofs.pb-c.d [2021-11-17T22:14:11.884Z] #43 9.301 PBCC images/sysctl.pb-c.c [2021-11-17T22:14:11.884Z] #43 9.340 DEP images/sysctl.pb-c.d [2021-11-17T22:14:11.884Z] #43 9.404 PBCC images/time.pb-c.c [2021-11-17T22:14:11.884Z] #43 9.428 DEP images/time.pb-c.d [2021-11-17T22:14:11.884Z] #43 9.509 PBCC images/binfmt-misc.pb-c.c [2021-11-17T22:14:11.884Z] #43 9.566 DEP images/binfmt-misc.pb-c.d [2021-11-17T22:14:11.884Z] #43 9.624 PBCC images/seccomp.pb-c.c [2021-11-17T22:14:11.898Z] #43 25.76 CC images/pipe.o [2021-11-17T22:14:11.969Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-11-17T22:14:11.969Z] HOSTNAME=c5c70d11df39 [2021-11-17T22:14:11.969Z] TESTDEBUG=0 [2021-11-17T22:14:11.969Z] DEST=bundles/test-integration [2021-11-17T22:14:11.969Z] PWD=/go/src/github.com/docker/docker [2021-11-17T22:14:11.969Z] KEEPBUNDLE=1 [2021-11-17T22:14:11.969Z] DOCKER_GITCOMMIT=c49a46d4fbdb96b0df63130d2c346d9a8aa251dc [2021-11-17T22:14:11.969Z] container=docker [2021-11-17T22:14:11.969Z] HOME=/root [2021-11-17T22:14:11.969Z] GOLANG_VERSION=1.16.10 [2021-11-17T22:14:11.969Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-11-17T22:14:11.969Z] VALIDATE_BRANCH=20.10 [2021-11-17T22:14:11.969Z] TERM=xterm [2021-11-17T22:14:11.969Z] DOCKER_PKG=github.com/docker/docker [2021-11-17T22:14:11.969Z] SHLVL=1 [2021-11-17T22:14:11.969Z] TIMEOUT=120m [2021-11-17T22:14:11.969Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-11-17T22:14:11.969Z] DOCKER_GRAPHDRIVER=overlay2 [2021-11-17T22:14:11.969Z] GO111MODULE=off [2021-11-17T22:14:11.969Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-11-17T22:14:11.969Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-11-17T22:14:11.969Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-11-17T22:14:11.969Z] GOPATH=/go [2021-11-17T22:14:11.969Z] PKG_CONFIG=pkg-config [2021-11-17T22:14:11.969Z] _=/usr/bin/env [2021-11-17T22:14:11.969Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-11-17T22:14:12.143Z] #43 9.668 DEP images/seccomp.pb-c.d [2021-11-17T22:14:12.144Z] #43 9.724 PBCC images/userns.pb-c.c [2021-11-17T22:14:12.144Z] #43 9.754 DEP images/userns.pb-c.d [2021-11-17T22:14:12.144Z] #43 9.836 PBCC images/cgroup.pb-c.c [2021-11-17T22:14:12.144Z] #43 9.867 DEP images/cgroup.pb-c.d [2021-11-17T22:14:12.157Z] #43 26.14 CC images/tcp-stream.o [2021-11-17T22:14:12.403Z] #43 9.974 PBCC images/ext-file.pb-c.c [2021-11-17T22:14:12.403Z] #43 9.974 DEP images/ext-file.pb-c.d [2021-11-17T22:14:12.403Z] #43 10.08 PBCC images/rpc.pb-c.c [2021-11-17T22:14:12.416Z] #43 26.42 CC images/sk-packet.o [2021-11-17T22:14:12.662Z] #43 10.13 DEP images/rpc.pb-c.d [2021-11-17T22:14:12.662Z] #43 10.22 PBCC images/siginfo.pb-c.c [2021-11-17T22:14:12.662Z] #43 10.23 DEP images/siginfo.pb-c.d [2021-11-17T22:14:12.662Z] #43 10.34 PBCC images/pagemap.pb-c.c [2021-11-17T22:14:12.920Z] #43 10.35 DEP images/pagemap.pb-c.d [2021-11-17T22:14:12.921Z] #43 10.42 PBCC images/rlimit.pb-c.c [2021-11-17T22:14:12.921Z] #43 10.49 DEP images/rlimit.pb-c.d [2021-11-17T22:14:12.921Z] #43 10.54 PBCC images/file-lock.pb-c.c [2021-11-17T22:14:12.921Z] #43 10.55 DEP images/file-lock.pb-c.d [2021-11-17T22:14:12.921Z] #43 10.62 PBCC images/tty.pb-c.c [2021-11-17T22:14:12.984Z] #43 26.81 CC images/mnt.o [2021-11-17T22:14:13.180Z] #43 10.65 DEP images/tty.pb-c.d [2021-11-17T22:14:13.180Z] #43 10.73 PBCC images/tun.pb-c.c [2021-11-17T22:14:13.180Z] #43 10.77 PBCC images/netdev.pb-c.c [2021-11-17T22:14:13.180Z] #43 10.90 DEP images/tun.pb-c.d [2021-11-17T22:14:13.243Z] #43 27.06 CC images/pipe-data.o [2021-11-17T22:14:13.243Z] #43 27.29 CC images/sa.o [2021-11-17T22:14:13.438Z] #43 10.93 DEP images/netdev.pb-c.d [2021-11-17T22:14:13.439Z] #43 11.00 PBCC images/vma.pb-c.c [2021-11-17T22:14:13.439Z] #43 11.05 DEP images/vma.pb-c.d [2021-11-17T22:14:13.439Z] #43 11.13 PBCC images/creds.pb-c.c [2021-11-17T22:14:13.503Z] #43 27.51 CC images/timer.o [2021-11-17T22:14:13.698Z] #43 11.18 DEP images/creds.pb-c.d [2021-11-17T22:14:13.698Z] #43 11.19 PBCC images/utsns.pb-c.c [2021-11-17T22:14:13.698Z] #43 11.30 DEP images/utsns.pb-c.d [2021-11-17T22:14:13.698Z] #43 11.35 PBCC images/ipc-desc.pb-c.c [2021-11-17T22:14:13.698Z] #43 11.35 PBCC images/ipc-sem.pb-c.c [2021-11-17T22:14:13.698Z] #43 11.39 DEP images/ipc-desc.pb-c.d [2021-11-17T22:14:13.774Z] #43 27.79 CC images/timerfd.o [2021-11-17T22:14:13.957Z] #43 11.44 DEP images/ipc-sem.pb-c.d [2021-11-17T22:14:13.957Z] #43 11.53 PBCC images/ipc-msg.pb-c.c [2021-11-17T22:14:13.957Z] #43 11.53 DEP images/ipc-msg.pb-c.d [2021-11-17T22:14:13.957Z] #43 11.64 PBCC images/ipc-shm.pb-c.c [2021-11-17T22:14:13.957Z] #43 11.64 DEP images/ipc-shm.pb-c.d [2021-11-17T22:14:14.037Z] #43 28.03 CC images/mm.o [2021-11-17T22:14:14.215Z] #43 11.70 PBCC images/ipc-var.pb-c.c [2021-11-17T22:14:14.216Z] #43 11.73 DEP images/ipc-var.pb-c.d [2021-11-17T22:14:14.216Z] #43 11.78 PBCC images/sk-opts.pb-c.c [2021-11-17T22:14:14.216Z] #43 11.82 PBCC images/packet-sock.pb-c.c [2021-11-17T22:14:14.216Z] #43 11.90 DEP images/sk-opts.pb-c.d [2021-11-17T22:14:14.307Z] #43 28.24 CC images/sk-opts.o [2021-11-17T22:14:14.474Z] #43 11.97 DEP images/packet-sock.pb-c.d [2021-11-17T22:14:14.474Z] #43 12.09 PBCC images/sk-netlink.pb-c.c [2021-11-17T22:14:14.474Z] #43 12.16 DEP images/sk-netlink.pb-c.d [2021-11-17T22:14:14.566Z] #43 28.39 CC images/sk-unix.o [2021-11-17T22:14:14.733Z] #43 12.23 PBCC images/sk-inet.pb-c.c [2021-11-17T22:14:14.733Z] #43 12.32 DEP images/sk-inet.pb-c.d [2021-11-17T22:14:14.733Z] #43 12.42 PBCC images/sk-unix.pb-c.c [2021-11-17T22:14:14.826Z] #43 28.66 CC images/sk-inet.o [2021-11-17T22:14:14.991Z] #43 12.55 DEP images/sk-unix.pb-c.d [2021-11-17T22:14:14.991Z] #43 12.62 PBCC images/mm.pb-c.c [2021-11-17T22:14:15.086Z] #43 28.98 CC images/tun.o [2021-11-17T22:14:15.086Z] #43 29.21 CC images/sk-netlink.o [2021-11-17T22:14:15.250Z] #43 12.75 DEP images/mm.pb-c.d [2021-11-17T22:14:15.250Z] #43 12.81 PBCC images/timerfd.pb-c.c [2021-11-17T22:14:15.250Z] #43 12.88 DEP images/timerfd.pb-c.d [2021-11-17T22:14:15.250Z] #43 12.93 PBCC images/timer.pb-c.c [2021-11-17T22:14:15.346Z] #43 29.34 CC images/packet-sock.o [2021-11-17T22:14:15.510Z] #43 12.97 DEP images/timer.pb-c.d [2021-11-17T22:14:15.511Z] #43 13.04 PBCC images/sa.pb-c.c [2021-11-17T22:14:15.511Z] #43 13.12 DEP images/sa.pb-c.d [2021-11-17T22:14:15.606Z] #43 29.61 CC images/ipc-var.o [2021-11-17T22:14:15.770Z] #43 13.21 PBCC images/pipe-data.pb-c.c [2021-11-17T22:14:15.770Z] #43 13.27 DEP images/pipe-data.pb-c.d [2021-11-17T22:14:15.770Z] #43 13.34 PBCC images/mnt.pb-c.c [2021-11-17T22:14:15.770Z] #43 13.41 DEP images/mnt.pb-c.d [2021-11-17T22:14:15.770Z] #43 13.49 PBCC images/sk-packet.pb-c.c [2021-11-17T22:14:15.865Z] #43 29.77 CC images/ipc-desc.o [2021-11-17T22:14:15.865Z] #43 29.88 CC images/ipc-shm.o [2021-11-17T22:14:16.028Z] #43 13.50 DEP images/sk-packet.pb-c.d [2021-11-17T22:14:16.028Z] #43 13.60 PBCC images/tcp-stream.pb-c.c [2021-11-17T22:14:16.028Z] #43 ... [2021-11-17T22:14:16.028Z] [2021-11-17T22:14:16.028Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-11-17T22:14:16.028Z] #34 sha256:792f6f88bbc0b3c945bb7d81f73c057c96797973c8c5805b21e8a710973cd59e [2021-11-17T22:14:16.028Z] #34 88.43 github.com/BurntSushi/toml/cmd/tomlv [2021-11-17T22:14:16.028Z] #34 DONE 91.1s [2021-11-17T22:14:16.028Z] [2021-11-17T22:14:16.028Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:14:16.028Z] #43 sha256:9c88665f5323b3954e3d3c9ccebf3a6fb3b18ad29fcde46a84373b30db78ca80 [2021-11-17T22:14:16.028Z] #43 13.70 DEP images/tcp-stream.pb-c.d [2021-11-17T22:14:16.124Z] #43 30.04 CC images/ipc-msg.o [2021-11-17T22:14:16.287Z] #43 13.78 PBCC images/pipe.pb-c.c [2021-11-17T22:14:16.287Z] #43 13.83 DEP images/pipe.pb-c.d [2021-11-17T22:14:16.287Z] #43 13.90 PBCC images/pstree.pb-c.c [2021-11-17T22:14:16.287Z] #43 13.92 DEP images/pstree.pb-c.d [2021-11-17T22:14:16.287Z] #43 13.99 PBCC images/fs.pb-c.c [2021-11-17T22:14:16.287Z] #43 14.04 DEP images/fs.pb-c.d [2021-11-17T22:14:16.383Z] #43 30.29 CC images/ipc-sem.o [2021-11-17T22:14:16.546Z] #43 14.15 PBCC images/signalfd.pb-c.c [2021-11-17T22:14:16.546Z] #43 14.24 DEP images/signalfd.pb-c.d [2021-11-17T22:14:16.643Z] #43 30.48 CC images/utsns.o [2021-11-17T22:14:16.643Z] #43 30.66 CC images/creds.o [2021-11-17T22:14:16.805Z] #43 14.33 PBCC images/fh.pb-c.c [2021-11-17T22:14:16.805Z] #43 14.44 PBCC images/fsnotify.pb-c.c [2021-11-17T22:14:16.902Z] #43 30.84 CC images/vma.o [2021-11-17T22:14:16.902Z] #43 30.99 CC images/netdev.o [2021-11-17T22:14:17.064Z] #43 14.47 DEP images/fh.pb-c.d [2021-11-17T22:14:17.064Z] #43 14.52 DEP images/fsnotify.pb-c.d [2021-11-17T22:14:17.064Z] #43 14.59 PBCC images/eventpoll.pb-c.c [2021-11-17T22:14:17.064Z] #43 14.63 DEP images/eventpoll.pb-c.d [2021-11-17T22:14:17.064Z] #43 14.70 PBCC images/eventfd.pb-c.c [2021-11-17T22:14:17.360Z] #43 14.72 DEP images/eventfd.pb-c.d [2021-11-17T22:14:17.360Z] #43 14.77 PBCC images/remap-file-path.pb-c.c [2021-11-17T22:14:17.360Z] #43 14.83 DEP images/remap-file-path.pb-c.d [2021-11-17T22:14:17.360Z] #43 14.88 PBCC images/fifo.pb-c.c [2021-11-17T22:14:17.360Z] #43 14.93 DEP images/fifo.pb-c.d [2021-11-17T22:14:17.360Z] #43 14.98 PBCC images/ghost-file.pb-c.c [2021-11-17T22:14:17.470Z] #43 31.24 CC images/tty.o [2021-11-17T22:14:17.470Z] #43 31.59 CC images/file-lock.o [2021-11-17T22:14:17.626Z] #43 15.03 DEP images/ghost-file.pb-c.d [2021-11-17T22:14:17.626Z] #43 15.17 PBCC images/regfile.pb-c.c [2021-11-17T22:14:17.626Z] #43 15.18 DEP images/regfile.pb-c.d [2021-11-17T22:14:17.626Z] #43 15.26 PBCC images/ns.pb-c.c [2021-11-17T22:14:17.626Z] #43 15.27 DEP images/ns.pb-c.d [2021-11-17T22:14:17.626Z] #43 15.36 PBCC images/fdinfo.pb-c.c [2021-11-17T22:14:17.729Z] #43 31.76 CC images/rlimit.o [2021-11-17T22:14:17.729Z] #43 ... [2021-11-17T22:14:17.729Z] [2021-11-17T22:14:17.729Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-11-17T22:14:17.729Z] #56 sha256:b575b0cf6baa26216de6fd93016626356fd9efa515fc5fbc8dd119c10bb26466 [2021-11-17T22:14:18.195Z] #43 15.57 DEP images/fdinfo.pb-c.d [2021-11-17T22:14:18.195Z] #43 15.69 PBCC images/core-aarch64.pb-c.c [2021-11-17T22:14:18.195Z] #43 15.75 PBCC images/core-arm.pb-c.c [2021-11-17T22:14:18.455Z] #43 15.84 PBCC images/core-ppc64.pb-c.c [2021-11-17T22:14:18.455Z] #43 15.92 PBCC images/core-s390.pb-c.c [2021-11-17T22:14:18.455Z] #43 16.00 PBCC images/core-x86.pb-c.c [2021-11-17T22:14:18.455Z] #43 16.03 PBCC images/core.pb-c.c [2021-11-17T22:14:18.455Z] #43 16.05 PBCC images/inventory.pb-c.c [2021-11-17T22:14:18.714Z] #43 16.12 DEP images/core-aarch64.pb-c.d [2021-11-17T22:14:18.714Z] #43 16.21 DEP images/core-arm.pb-c.d [2021-11-17T22:14:18.714Z] #43 16.30 DEP images/core-ppc64.pb-c.d [2021-11-17T22:14:18.714Z] #43 16.40 DEP images/core-s390.pb-c.d [2021-11-17T22:14:18.771Z] #56 47.56 Checking out files: 56% (2658/4693) Checking out files: 57% (2676/4693) Checking out files: 58% (2722/4693) Checking out files: 59% (2769/4693) Checking out files: 60% (2816/4693) Checking out files: 61% (2863/4693) Checking out files: 62% (2910/4693) Checking out files: 63% (2957/4693) Checking out files: 64% (3004/4693) Checking out files: 65% (3051/4693) Checking out files: 66% (3098/4693) Checking out files: 67% (3145/4693) Checking out files: 68% (3192/4693) Checking out files: 69% (3239/4693) Checking out files: 70% (3286/4693) Checking out files: 71% (3333/4693) Checking out files: 72% (3379/4693) Checking out files: 73% (3426/4693) Checking out files: 74% (3473/4693) Checking out files: 75% (3520/4693) Checking out files: 76% (3567/4693) Checking out files: 77% (3614/4693) Checking out files: 78% (3661/4693) Checking out files: 79% (3708/4693) Checking out files: 80% (3755/4693) Checking out files: 81% (3802/4693) Checking out files: 82% (3849/4693) Checking out files: 83% (3896/4693) Checking out files: 84% (3943/4693) Checking out files: 85% (3990/4693) Checking out files: 86% (4036/4693) Checking out files: 87% (4083/4693) Checking out files: 88% (4130/4693) Checking out files: 89% (4177/4693) Checking out files: 90% (4224/4693) Checking out files: 91% (4271/4693) Checking out files: 92% (4318/4693) Checking out files: 93% (4365/4693) Checking out files: 94% (4412/4693) Checking out files: 95% (4459/4693) Checking out files: 96% (4506/4693) Checking out files: 97% (4553/4693) Checking out files: 98% (4600/4693) Checking out files: 99% (4647/4693) Checking out files: 100% (4693/4693) Checking out files: 100% (4693/4693), done. [2021-11-17T22:14:18.771Z] #56 48.59 + cd /tmp/tmp.p8FyMaJywH/src/github.com/containerd/containerd [2021-11-17T22:14:18.973Z] #43 16.46 DEP images/core-x86.pb-c.d [2021-11-17T22:14:18.973Z] #43 16.51 DEP images/core.pb-c.d [2021-11-17T22:14:18.973Z] #43 16.61 DEP images/inventory.pb-c.d [2021-11-17T22:14:19.030Z] #56 48.61 + git checkout -q 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2021-11-17T22:14:19.233Z] #43 16.69 PBCC images/cpuinfo.pb-c.c [2021-11-17T22:14:19.233Z] #43 16.76 DEP images/cpuinfo.pb-c.d [2021-11-17T22:14:19.233Z] #43 16.84 PBCC images/stats.pb-c.c [2021-11-17T22:14:19.492Z] #43 16.93 DEP images/stats.pb-c.d [2021-11-17T22:14:20.935Z] #56 50.39 + export 'BUILDTAGS=netgo osusergo static_build' [2021-11-17T22:14:20.935Z] #56 50.39 + BUILDTAGS='netgo osusergo static_build' [2021-11-17T22:14:20.935Z] #56 50.39 + export EXTRA_FLAGS=-buildmode=pie [2021-11-17T22:14:20.935Z] #56 50.39 + EXTRA_FLAGS=-buildmode=pie [2021-11-17T22:14:20.935Z] #56 50.39 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-11-17T22:14:20.935Z] #56 50.39 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-11-17T22:14:20.935Z] #56 50.39 + '[' '' = dynamic ']' [2021-11-17T22:14:20.935Z] #56 50.39 + make [2021-11-17T22:14:21.194Z] #56 ... [2021-11-17T22:14:21.194Z] [2021-11-17T22:14:21.194Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:14:21.194Z] #45 sha256:44427e0cda29539b860d742a51908d3dc2f5857a0ffb47fe00208f012ce41ed8 [2021-11-17T22:14:21.194Z] #45 98.31 net [2021-11-17T22:14:21.194Z] #45 99.89 vendor/golang.org/x/crypto/curve25519 [2021-11-17T22:14:21.194Z] #45 100.4 vendor/golang.org/x/text/transform [2021-11-17T22:14:21.194Z] #45 100.8 vendor/golang.org/x/text/unicode/bidi [2021-11-17T22:14:21.194Z] #45 102.2 vendor/golang.org/x/text/secure/bidirule [2021-11-17T22:14:21.194Z] #45 102.4 vendor/golang.org/x/text/unicode/norm [2021-11-17T22:14:21.194Z] #45 106.0 vendor/golang.org/x/net/idna [2021-11-17T22:14:21.194Z] #45 107.9 vendor/golang.org/x/net/http2/hpack [2021-11-17T22:14:21.194Z] #45 ... [2021-11-17T22:14:21.194Z] [2021-11-17T22:14:21.194Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:14:21.194Z] #43 sha256:774b307447da09c42cf2a683e2d87dcb916bac872d5c12005f4ebd3c6aa11bf4 [2021-11-17T22:14:21.194Z] #43 31.91 CC images/pagemap.o [2021-11-17T22:14:21.194Z] #43 32.20 CC images/siginfo.o [2021-11-17T22:14:21.194Z] #43 32.44 CC images/rpc.o [2021-11-17T22:14:21.194Z] #43 33.42 CC images/ext-file.o [2021-11-17T22:14:21.194Z] #43 33.58 CC images/cgroup.o [2021-11-17T22:14:21.194Z] #43 34.14 CC images/userns.o [2021-11-17T22:14:21.194Z] #43 34.33 CC images/google/protobuf/descriptor.o [2021-11-17T22:14:21.397Z] #43 18.84 make[1]: Nothing to be done for 'all'. [2021-11-17T22:14:22.132Z] #43 35.85 CC images/opts.o [2021-11-17T22:14:22.132Z] #43 36.01 CC images/seccomp.o [2021-11-17T22:14:22.334Z] #43 ... [2021-11-17T22:14:22.335Z] [2021-11-17T22:14:22.335Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:14:22.335Z] #51 sha256:9a2993bb4ee6343aff015bab6baec7e6b004a3b1a9a266639c8c209c96019fdb [2021-11-17T22:14:22.335Z] #51 87.39 encoding/json [2021-11-17T22:14:22.335Z] #51 90.25 github.com/pkg/diff [2021-11-17T22:14:22.335Z] #51 91.86 go/ast [2021-11-17T22:14:22.335Z] #51 95.09 golang.org/x/crypto/ssh/terminal [2021-11-17T22:14:22.335Z] #51 96.82 mvdan.cc/editorconfig [2021-11-17T22:14:22.391Z] #43 36.22 CC images/binfmt-misc.o [2021-11-17T22:14:22.391Z] #43 36.35 CC images/time.o [2021-11-17T22:14:22.391Z] #43 36.49 CC images/sysctl.o [2021-11-17T22:14:22.593Z] #51 ... [2021-11-17T22:14:22.593Z] [2021-11-17T22:14:22.593Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-11-17T22:14:22.593Z] #13 sha256:c49801e2dce6d2ae9af8a4bf01e3f723d69e295b76ebdbe9590ac3e266c23ffb [2021-11-17T22:14:22.593Z] #13 85.36 Selecting previously unselected package gcc-mingw-w64-base. [2021-11-17T22:14:22.593Z] #13 85.38 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u2_amd64.deb ... [2021-11-17T22:14:22.593Z] #13 85.38 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u2) ... [2021-11-17T22:14:22.593Z] #13 85.57 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-11-17T22:14:22.593Z] #13 85.57 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u2_amd64.deb ... [2021-11-17T22:14:22.593Z] #13 85.58 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2021-11-17T22:14:22.852Z] #13 ... [2021-11-17T22:14:22.852Z] [2021-11-17T22:14:22.852Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:14:22.852Z] #51 sha256:9a2993bb4ee6343aff015bab6baec7e6b004a3b1a9a266639c8c209c96019fdb [2021-11-17T22:14:22.852Z] #51 97.86 mvdan.cc/sh/v3/fileutil [2021-11-17T22:14:22.959Z] #43 36.65 CC images/autofs.o [2021-11-17T22:14:22.959Z] #43 36.87 CC images/macvlan.o [2021-11-17T22:14:23.110Z] #51 ... [2021-11-17T22:14:23.110Z] [2021-11-17T22:14:23.110Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:14:23.110Z] #45 sha256:5c836e09b66d03207e970ffcbd218a5f75e0d81b5d74791034a6b8f163f1b3b0 [2021-11-17T22:14:23.110Z] #45 88.01 go/scanner [2021-11-17T22:14:23.110Z] #45 89.16 text/template/parse [2021-11-17T22:14:23.110Z] #45 89.74 go/ast [2021-11-17T22:14:23.110Z] #45 95.62 text/template [2021-11-17T22:14:23.110Z] #45 96.00 go/parser [2021-11-17T22:14:23.110Z] #45 ... [2021-11-17T22:14:23.110Z] [2021-11-17T22:14:23.110Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:14:23.110Z] #51 sha256:9a2993bb4ee6343aff015bab6baec7e6b004a3b1a9a266639c8c209c96019fdb [2021-11-17T22:14:23.110Z] #51 98.16 mvdan.cc/sh/v3/syntax [2021-11-17T22:14:23.218Z] #43 37.09 CC images/sit.o [2021-11-17T22:14:23.477Z] #43 37.26 CC images/memfd.o [2021-11-17T22:14:23.477Z] #43 37.50 CC images/timens.o [2021-11-17T22:14:23.735Z] #43 37.74 LINK images/built-in.o [2021-11-17T22:14:23.994Z] #43 37.85 GEN compel/include/asm [2021-11-17T22:14:23.994Z] #43 37.88 GEN compel/include/version.h [2021-11-17T22:14:23.994Z] #43 37.90 touch .config [2021-11-17T22:14:23.994Z] #43 37.92 GEN include/common/config.h [2021-11-17T22:14:23.994Z] #43 38.00 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-11-17T22:14:23.994Z] #43 38.02 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S [2021-11-17T22:14:24.253Z] #43 38.05 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d [2021-11-17T22:14:24.253Z] #43 38.07 DEP compel/arch/aarch64/plugins/std/parasite-head.d [2021-11-17T22:14:24.253Z] #43 38.10 DEP compel/plugins/std/infect.d [2021-11-17T22:14:24.253Z] #43 38.25 DEP compel/plugins/std/string.d [2021-11-17T22:14:24.253Z] #43 38.30 DEP compel/plugins/std/log.d [2021-11-17T22:14:24.512Z] #43 38.39 DEP compel/plugins/std/fds.d [2021-11-17T22:14:24.512Z] #43 38.48 DEP compel/plugins/std/std.d [2021-11-17T22:14:24.512Z] #43 38.56 DEP compel/plugins/shmem/shmem.d [2021-11-17T22:14:24.771Z] #43 38.63 DEP compel/plugins/fds/fds.d [2021-11-17T22:14:24.771Z] #43 38.74 CC compel/plugins/std/std.o [2021-11-17T22:14:25.340Z] #43 39.03 CC compel/plugins/std/fds.o [2021-11-17T22:14:25.340Z] #43 39.40 CC compel/plugins/std/log.o [2021-11-17T22:14:26.277Z] #43 40.19 CC compel/plugins/std/string.o [2021-11-17T22:14:26.845Z] #43 40.67 CC compel/plugins/std/infect.o [2021-11-17T22:14:27.104Z] #43 41.03 CC compel/arch/aarch64/plugins/std/parasite-head.o [2021-11-17T22:14:27.104Z] #43 41.07 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o [2021-11-17T22:14:27.104Z] #43 41.13 AR compel/plugins/std.lib.a [2021-11-17T22:14:27.104Z] #43 41.19 CC compel/plugins/fds/fds.o [2021-11-17T22:14:27.363Z] #43 41.36 AR compel/plugins/fds.lib.a [2021-11-17T22:14:27.363Z] #43 41.42 HOSTDEP compel/src/lib/log-host.d [2021-11-17T22:14:27.622Z] #43 41.50 HOSTDEP compel/src/lib/handle-elf-host.d [2021-11-17T22:14:27.622Z] #43 41.60 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d [2021-11-17T22:14:27.622Z] #43 41.64 HOSTDEP compel/src/main-host.d [2021-11-17T22:14:27.622Z] #43 41.72 DEP compel/src/lib/ptrace.d [2021-11-17T22:14:27.880Z] #43 41.80 DEP compel/src/lib/infect.d [2021-11-17T22:14:28.138Z] #43 41.97 DEP compel/src/lib/infect-util.d [2021-11-17T22:14:28.138Z] #43 42.08 DEP compel/src/lib/infect-rpc.d [2021-11-17T22:14:28.138Z] #43 42.14 DEP compel/arch/aarch64/src/lib/infect.d [2021-11-17T22:14:28.138Z] #43 ... [2021-11-17T22:14:28.138Z] [2021-11-17T22:14:28.138Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-11-17T22:14:28.138Z] #13 sha256:b07f44288fc6d3e923a03491fec747205594a17974f55e81c41033427f1ea7b7 [2021-11-17T22:14:28.138Z] #13 102.2 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-11-17T22:14:28.138Z] #13 102.2 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u2_arm64.deb ... [2021-11-17T22:14:28.138Z] #13 102.2 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2021-11-17T22:14:28.138Z] #13 ... [2021-11-17T22:14:28.138Z] [2021-11-17T22:14:28.138Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:14:28.138Z] #43 sha256:774b307447da09c42cf2a683e2d87dcb916bac872d5c12005f4ebd3c6aa11bf4 [2021-11-17T22:14:28.138Z] #43 42.24 DEP compel/arch/aarch64/src/lib/cpu.d [2021-11-17T22:14:28.397Z] #43 42.29 DEP compel/src/lib/log.d [2021-11-17T22:14:28.397Z] #43 42.34 DEP compel/src/main.d [2021-11-17T22:14:28.656Z] #43 42.41 DEP compel/src/lib/handle-elf.d [2021-11-17T22:14:28.656Z] #43 42.46 DEP compel/arch/aarch64/src/lib/handle-elf.d [2021-11-17T22:14:28.656Z] #43 42.59 CC compel/src/lib/log.o [2021-11-17T22:14:28.868Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-11-17T22:14:28.868Z] [2021-11-17T22:14:28.868Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-11-17T22:14:28.868Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-11-17T22:14:28.868Z] HOSTNAME=2a48eabfe1cd [2021-11-17T22:14:28.868Z] DEST=bundles/test-integration [2021-11-17T22:14:28.868Z] PWD=/go/src/github.com/docker/docker [2021-11-17T22:14:28.868Z] DOCKER_ROOTLESS=1 [2021-11-17T22:14:28.868Z] DOCKER_GITCOMMIT=434f1438ec517517507334d21c7683418b28663a [2021-11-17T22:14:28.868Z] container=docker [2021-11-17T22:14:28.868Z] HOME=/root [2021-11-17T22:14:28.868Z] GOLANG_VERSION=1.16.10 [2021-11-17T22:14:28.868Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-11-17T22:14:28.868Z] VALIDATE_BRANCH=20.10 [2021-11-17T22:14:28.868Z] TERM=xterm [2021-11-17T22:14:28.868Z] DOCKER_PKG=github.com/docker/docker [2021-11-17T22:14:28.868Z] SHLVL=1 [2021-11-17T22:14:28.868Z] TIMEOUT=120m [2021-11-17T22:14:28.868Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-11-17T22:14:28.868Z] DOCKER_GRAPHDRIVER=overlay2 [2021-11-17T22:14:28.868Z] GO111MODULE=off [2021-11-17T22:14:28.868Z] DOCKER_EXPERIMENTAL=1 [2021-11-17T22:14:28.868Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-11-17T22:14:28.868Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-11-17T22:14:28.868Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-11-17T22:14:28.868Z] GOPATH=/go [2021-11-17T22:14:28.868Z] PKG_CONFIG=pkg-config [2021-11-17T22:14:28.868Z] _=/usr/bin/env [2021-11-17T22:14:28.868Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-11-17T22:14:28.914Z] #43 42.77 CC compel/arch/aarch64/src/lib/cpu.o [2021-11-17T22:14:28.915Z] #43 42.99 CC compel/arch/aarch64/src/lib/infect.o [2021-11-17T22:14:29.490Z] #43 43.37 CC compel/src/lib/infect-rpc.o [2021-11-17T22:14:29.677Z] #51 ... [2021-11-17T22:14:29.677Z] [2021-11-17T22:14:29.677Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:14:29.677Z] #43 sha256:9c88665f5323b3954e3d3c9ccebf3a6fb3b18ad29fcde46a84373b30db78ca80 [2021-11-17T22:14:29.677Z] #43 20.69 CC images/stats.o [2021-11-17T22:14:29.677Z] #43 21.17 CC images/core.o [2021-11-17T22:14:29.677Z] #43 21.89 CC images/core-x86.o [2021-11-17T22:14:29.677Z] #43 22.49 CC images/core-arm.o [2021-11-17T22:14:29.677Z] #43 22.95 CC images/core-aarch64.o [2021-11-17T22:14:29.677Z] #43 23.36 CC images/core-ppc64.o [2021-11-17T22:14:29.677Z] #43 23.97 CC images/core-s390.o [2021-11-17T22:14:29.677Z] #43 24.73 CC images/cpuinfo.o [2021-11-17T22:14:29.677Z] #43 25.21 CC images/inventory.o [2021-11-17T22:14:29.677Z] #43 25.52 CC images/fdinfo.o [2021-11-17T22:14:29.677Z] #43 25.91 CC images/fown.o [2021-11-17T22:14:29.677Z] #43 26.12 CC images/ns.o [2021-11-17T22:14:29.677Z] #43 26.42 CC images/regfile.o [2021-11-17T22:14:29.677Z] #43 ... [2021-11-17T22:14:29.677Z] [2021-11-17T22:14:29.677Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-11-17T22:14:29.677Z] #56 sha256:c5024e286d02f1704d4d91226211c475a37b54873974aee995e57798953b879c [2021-11-17T22:14:29.749Z] #43 43.73 CC compel/src/lib/infect-util.o [2021-11-17T22:14:30.008Z] #43 43.88 CC compel/src/lib/infect.o [2021-11-17T22:14:31.232Z] #56 57.51 Checking out files: 33% (1555/4693) Checking out files: 34% (1596/4693) Checking out files: 35% (1643/4693) Checking out files: 36% (1690/4693) Checking out files: 37% (1737/4693) Checking out files: 38% (1784/4693) Checking out files: 39% (1831/4693) Checking out files: 40% (1878/4693) Checking out files: 41% (1925/4693) Checking out files: 42% (1972/4693) Checking out files: 43% (2018/4693) Checking out files: 44% (2065/4693) Checking out files: 45% (2112/4693) Checking out files: 46% (2159/4693) Checking out files: 47% (2206/4693) Checking out files: 48% (2253/4693) Checking out files: 49% (2300/4693) Checking out files: 50% (2347/4693) Checking out files: 51% (2394/4693) Checking out files: 52% (2441/4693) Checking out files: 53% (2488/4693) Checking out files: 54% (2535/4693) Checking out files: 55% (2582/4693) Checking out files: 56% (2629/4693) Checking out files: 57% (2676/4693) Checking out files: 58% (2722/4693) Checking out files: 59% (2769/4693) Checking out files: 60% (2816/4693) Checking out files: 61% (2863/4693) Checking out files: 62% (2910/4693) Checking out files: 63% (2957/4693) Checking out files: 64% (3004/4693) Checking out files: 65% (3051/4693) Checking out files: 66% (3098/4693) Checking out files: 67% (3145/4693) Checking out files: 68% (3192/4693) Checking out files: 69% (3239/4693) Checking out files: 70% (3286/4693) Checking out files: 71% (3333/4693) Checking out files: 72% (3379/4693) Checking out files: 72% (3423/4693) Checking out files: 73% (3426/4693) Checking out files: 74% (3473/4693) Checking out files: 75% (3520/4693) Checking out files: 76% (3567/4693) Checking out files: 77% (3614/4693) Checking out files: 78% (3661/4693) Checking out files: 79% (3708/4693) Checking out files: 80% (3755/4693) Checking out files: 81% (3802/4693) Checking out files: 82% (3849/4693) Checking out files: 83% (3896/4693) Checking out files: 84% (3943/4693) Checking out files: 85% (3990/4693) Checking out files: 86% (4036/4693) Checking out files: 87% (4083/4693) Checking out files: 88% (4130/4693) Checking out files: 89% (4177/4693) Checking out files: 90% (4224/4693) Checking out files: 91% (4271/4693) Checking out files: 92% (4318/4693) Checking out files: 93% (4365/4693) Checking out files: 94% (4412/4693) Checking out files: 95% (4459/4693) Checking out files: 96% (4506/4693) Checking out files: 96% (4528/4693) Checking out files: 97% (4553/4693) Checking out files: 98% (4600/4693) Checking out files: 99% (4647/4693) Checking out files: 100% (4693/4693) Checking out files: 100% (4693/4693), done. [2021-11-17T22:14:31.232Z] #56 59.69 + cd /tmp/tmp.WMIslcF089/src/github.com/containerd/containerd [2021-11-17T22:14:31.232Z] #56 59.69 + git checkout -q 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2021-11-17T22:14:31.434Z] #43 ... [2021-11-17T22:14:31.434Z] [2021-11-17T22:14:31.434Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:14:31.434Z] #45 sha256:44427e0cda29539b860d742a51908d3dc2f5857a0ffb47fe00208f012ce41ed8 [2021-11-17T22:14:31.434Z] #45 108.8 mime [2021-11-17T22:14:31.434Z] #45 110.1 mime/quotedprintable [2021-11-17T22:14:31.434Z] #45 110.4 net/http/internal [2021-11-17T22:14:31.434Z] #45 113.5 crypto/tls [2021-11-17T22:14:31.699Z] #45 ... [2021-11-17T22:14:31.699Z] [2021-11-17T22:14:31.699Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-11-17T22:14:31.699Z] #13 sha256:b07f44288fc6d3e923a03491fec747205594a17974f55e81c41033427f1ea7b7 [2021-11-17T22:14:31.699Z] #13 114.1 Selecting previously unselected package libapparmor1:arm64. [2021-11-17T22:14:31.699Z] #13 114.1 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ... [2021-11-17T22:14:31.699Z] #13 114.1 Unpacking libapparmor1:arm64 (2.13.2-10) ... [2021-11-17T22:14:31.699Z] #13 114.2 Selecting previously unselected package libapparmor-dev:arm64. [2021-11-17T22:14:31.699Z] #13 114.2 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ... [2021-11-17T22:14:31.699Z] #13 114.2 Unpacking libapparmor-dev:arm64 (2.13.2-10) ... [2021-11-17T22:14:31.699Z] #13 114.3 Selecting previously unselected package libbtrfs0. [2021-11-17T22:14:31.699Z] #13 114.4 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ... [2021-11-17T22:14:31.699Z] #13 114.4 Unpacking libbtrfs0 (4.20.1-2) ... [2021-11-17T22:14:31.699Z] #13 114.5 Selecting previously unselected package libbtrfs-dev. [2021-11-17T22:14:31.699Z] #13 114.5 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ... [2021-11-17T22:14:31.699Z] #13 114.5 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-11-17T22:14:31.699Z] #13 114.6 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2021-11-17T22:14:31.699Z] #13 114.6 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ... [2021-11-17T22:14:31.699Z] #13 114.6 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2021-11-17T22:14:31.699Z] #13 114.7 Selecting previously unselected package libudev-dev:arm64. [2021-11-17T22:14:31.699Z] #13 114.7 Preparing to unpack .../15-libudev-dev_241-7~deb10u8_arm64.deb ... [2021-11-17T22:14:31.699Z] #13 114.7 Unpacking libudev-dev:arm64 (241-7~deb10u8) ... [2021-11-17T22:14:31.699Z] #13 114.8 Selecting previously unselected package libsepol1-dev:arm64. [2021-11-17T22:14:31.699Z] #13 114.9 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ... [2021-11-17T22:14:31.699Z] #13 114.9 Unpacking libsepol1-dev:arm64 (2.8-1) ... [2021-11-17T22:14:31.699Z] #13 115.1 Selecting previously unselected package libpcre16-3:arm64. [2021-11-17T22:14:31.699Z] #13 115.1 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ... [2021-11-17T22:14:31.699Z] #13 115.1 Unpacking libpcre16-3:arm64 (2:8.39-12) ... [2021-11-17T22:14:31.699Z] #13 115.3 Selecting previously unselected package libpcre32-3:arm64. [2021-11-17T22:14:31.699Z] #13 115.3 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ... [2021-11-17T22:14:31.699Z] #13 115.3 Unpacking libpcre32-3:arm64 (2:8.39-12) ... [2021-11-17T22:14:31.699Z] #13 115.5 Selecting previously unselected package libpcrecpp0v5:arm64. [2021-11-17T22:14:31.699Z] #13 115.5 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ... [2021-11-17T22:14:31.699Z] #13 115.5 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ... [2021-11-17T22:14:31.699Z] #13 115.7 Selecting previously unselected package libpcre3-dev:arm64. [2021-11-17T22:14:31.699Z] #13 115.7 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ... [2021-11-17T22:14:31.699Z] #13 115.7 Unpacking libpcre3-dev:arm64 (2:8.39-12) ... [2021-11-17T22:14:31.699Z] #13 ... [2021-11-17T22:14:31.699Z] [2021-11-17T22:14:31.699Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-11-17T22:14:31.699Z] #56 sha256:b575b0cf6baa26216de6fd93016626356fd9efa515fc5fbc8dd119c10bb26466 [2021-11-17T22:14:31.699Z] #56 51.50 + bin/ctr [2021-11-17T22:14:31.977Z] #56 ... [2021-11-17T22:14:31.977Z] [2021-11-17T22:14:31.977Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-11-17T22:14:31.977Z] #13 sha256:b07f44288fc6d3e923a03491fec747205594a17974f55e81c41033427f1ea7b7 [2021-11-17T22:14:31.977Z] #13 116.0 Selecting previously unselected package libselinux1-dev:arm64. [2021-11-17T22:14:31.977Z] #13 116.0 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ... [2021-11-17T22:14:31.977Z] #13 116.0 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ... [2021-11-17T22:14:32.249Z] #13 116.3 Selecting previously unselected package libdevmapper-dev:arm64. [2021-11-17T22:14:32.249Z] #13 116.3 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ... [2021-11-17T22:14:32.249Z] #13 116.3 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ... [2021-11-17T22:14:32.515Z] #13 116.4 Selecting previously unselected package libseccomp-dev:arm64. [2021-11-17T22:14:32.515Z] #13 116.4 Preparing to unpack .../23-libseccomp-dev_2.5.1-1~bpo10+1_arm64.deb ... [2021-11-17T22:14:32.516Z] #13 116.4 Unpacking libseccomp-dev:arm64 (2.5.1-1~bpo10+1) ... [2021-11-17T22:14:32.516Z] #13 116.5 Selecting previously unselected package libsystemd-dev:arm64. [2021-11-17T22:14:32.516Z] #13 116.6 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u8_arm64.deb ... [2021-11-17T22:14:32.516Z] #13 116.6 Unpacking libsystemd-dev:arm64 (241-7~deb10u8) ... [2021-11-17T22:14:33.083Z] #13 117.1 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ... [2021-11-17T22:14:33.083Z] #13 117.1 Setting up libseccomp-dev:arm64 (2.5.1-1~bpo10+1) ... [2021-11-17T22:14:33.083Z] #13 117.1 Setting up libapparmor1:arm64 (2.13.2-10) ... [2021-11-17T22:14:33.083Z] #13 117.1 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-11-17T22:14:33.083Z] #13 117.1 Setting up libpcre16-3:arm64 (2:8.39-12) ... [2021-11-17T22:14:33.083Z] #13 117.2 Setting up libsepol1-dev:arm64 (2.8-1) ... [2021-11-17T22:14:33.342Z] #13 117.2 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u2) ... [2021-11-17T22:14:33.342Z] #13 117.2 Setting up libbtrfs0 (4.20.1-2) ... [2021-11-17T22:14:33.342Z] #13 117.2 Setting up libpcre32-3:arm64 (2:8.39-12) ... [2021-11-17T22:14:33.342Z] #13 117.2 Setting up libudev-dev:arm64 (241-7~deb10u8) ... [2021-11-17T22:14:33.342Z] #13 117.2 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-11-17T22:14:33.342Z] #13 117.3 Setting up libbtrfs-dev (4.20.1-2) ... [2021-11-17T22:14:33.342Z] #13 117.3 Setting up libapparmor-dev:arm64 (2.13.2-10) ... [2021-11-17T22:14:33.342Z] #13 117.3 Setting up mingw-w64-common (6.0.0-3) ... [2021-11-17T22:14:33.342Z] #13 117.3 Setting up libsystemd-dev:arm64 (241-7~deb10u8) ... [2021-11-17T22:14:33.342Z] #13 117.3 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-11-17T22:14:33.342Z] #13 117.3 Setting up libpcre3-dev:arm64 (2:8.39-12) ... [2021-11-17T22:14:33.342Z] #13 117.3 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2021-11-17T22:14:33.342Z] #13 117.3 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 [2021-11-17T22:14:33.342Z] #13 117.4 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 [2021-11-17T22:14:33.342Z] #13 117.4 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2021-11-17T22:14:33.342Z] #13 117.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-11-17T22:14:33.342Z] #13 117.4 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 [2021-11-17T22:14:33.342Z] #13 117.4 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-11-17T22:14:33.342Z] #13 117.4 Setting up libselinux1-dev:arm64 (2.8-1+b1) ... [2021-11-17T22:14:33.342Z] #13 117.4 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2021-11-17T22:14:33.342Z] #13 117.5 Setting up dmsetup (2:1.02.155-3) ... [2021-11-17T22:14:33.601Z] #13 117.5 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2021-11-17T22:14:33.601Z] #13 117.5 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ... [2021-11-17T22:14:33.601Z] #13 117.5 Processing triggers for libc-bin (2.28-10) ... [2021-11-17T22:14:33.771Z] #56 61.94 + export 'BUILDTAGS=netgo osusergo static_build' [2021-11-17T22:14:33.771Z] #56 61.94 + BUILDTAGS='netgo osusergo static_build' [2021-11-17T22:14:33.771Z] #56 61.94 + export EXTRA_FLAGS=-buildmode=pie [2021-11-17T22:14:33.771Z] #56 61.94 + EXTRA_FLAGS=-buildmode=pie [2021-11-17T22:14:33.771Z] #56 61.94 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-11-17T22:14:33.771Z] #56 61.94 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-11-17T22:14:33.771Z] #56 61.94 + '[' '' = dynamic ']' [2021-11-17T22:14:33.771Z] #56 61.94 + make [2021-11-17T22:14:33.771Z] #56 ... [2021-11-17T22:14:33.771Z] [2021-11-17T22:14:33.771Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-11-17T22:14:33.771Z] #51 sha256:9a2993bb4ee6343aff015bab6baec7e6b004a3b1a9a266639c8c209c96019fdb [2021-11-17T22:14:33.771Z] #51 104.8 mvdan.cc/sh/v3/cmd/shfmt [2021-11-17T22:14:33.771Z] #51 DONE 108.8s [2021-11-17T22:14:34.031Z] [2021-11-17T22:14:34.031Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:14:34.031Z] #43 sha256:9c88665f5323b3954e3d3c9ccebf3a6fb3b18ad29fcde46a84373b30db78ca80 [2021-11-17T22:14:34.031Z] #43 26.69 CC images/ghost-file.o [2021-11-17T22:14:34.031Z] #43 27.03 CC images/fifo.o [2021-11-17T22:14:34.031Z] #43 27.28 CC images/remap-file-path.o [2021-11-17T22:14:34.031Z] #43 27.50 CC images/eventfd.o [2021-11-17T22:14:34.031Z] #43 27.83 CC images/eventpoll.o [2021-11-17T22:14:34.031Z] #43 28.15 CC images/fh.o [2021-11-17T22:14:34.031Z] #43 28.52 CC images/fsnotify.o [2021-11-17T22:14:34.031Z] #43 29.14 CC images/signalfd.o [2021-11-17T22:14:34.031Z] #43 29.40 CC images/fs.o [2021-11-17T22:14:34.031Z] #43 29.61 CC images/pstree.o [2021-11-17T22:14:34.031Z] #43 29.84 CC images/pipe.o [2021-11-17T22:14:34.031Z] #43 30.05 CC images/tcp-stream.o [2021-11-17T22:14:34.031Z] #43 30.37 CC images/sk-packet.o [2021-11-17T22:14:34.031Z] #43 30.85 CC images/mnt.o [2021-11-17T22:14:34.031Z] #43 31.15 CC images/pipe-data.o [2021-11-17T22:14:34.031Z] #43 31.51 CC images/sa.o [2021-11-17T22:14:34.290Z] #43 31.76 CC images/timer.o [2021-11-17T22:14:34.549Z] #43 32.14 CC images/timerfd.o [2021-11-17T22:14:34.808Z] #43 ... [2021-11-17T22:14:34.808Z] [2021-11-17T22:14:34.808Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-11-17T22:14:34.808Z] #56 sha256:c5024e286d02f1704d4d91226211c475a37b54873974aee995e57798953b879c [2021-11-17T22:14:34.808Z] #56 63.36 + bin/ctr [2021-11-17T22:14:35.067Z] #56 ... [2021-11-17T22:14:35.067Z] [2021-11-17T22:14:35.067Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:14:35.067Z] #45 sha256:5c836e09b66d03207e970ffcbd218a5f75e0d81b5d74791034a6b8f163f1b3b0 [2021-11-17T22:14:35.067Z] #45 99.98 encoding/xml [2021-11-17T22:14:35.067Z] #45 102.2 go/doc [2021-11-17T22:14:35.067Z] #45 106.4 github.com/LK4D4/vndr/build [2021-11-17T22:14:35.067Z] #45 106.5 github.com/LK4D4/vndr/versioned [2021-11-17T22:14:35.067Z] #45 106.6 compress/flate [2021-11-17T22:14:35.067Z] #45 109.8 hash/crc32 [2021-11-17T22:14:35.067Z] #45 ... [2021-11-17T22:14:35.067Z] [2021-11-17T22:14:35.067Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:14:35.067Z] #43 sha256:9c88665f5323b3954e3d3c9ccebf3a6fb3b18ad29fcde46a84373b30db78ca80 [2021-11-17T22:14:35.067Z] #43 32.45 CC images/mm.o [2021-11-17T22:14:35.326Z] #43 32.81 CC images/sk-opts.o [2021-11-17T22:14:35.586Z] #43 33.11 CC images/sk-unix.o [2021-11-17T22:14:36.154Z] #43 33.54 CC images/sk-inet.o [2021-11-17T22:14:36.413Z] #43 33.95 CC images/tun.o [2021-11-17T22:14:36.980Z] #43 34.41 CC images/sk-netlink.o [2021-11-17T22:14:37.239Z] #43 34.73 CC images/packet-sock.o [2021-11-17T22:14:37.808Z] #43 35.24 CC images/ipc-var.o [2021-11-17T22:14:38.067Z] #43 35.54 CC images/ipc-desc.o [2021-11-17T22:14:38.067Z] #43 35.74 CC images/ipc-shm.o [2021-11-17T22:14:38.636Z] #43 36.06 CC images/ipc-msg.o [2021-11-17T22:14:38.871Z] #13 DONE 122.3s [2021-11-17T22:14:38.871Z] [2021-11-17T22:14:38.871Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-11-17T22:14:38.871Z] #58 sha256:051625bfd43c710f79f71f43c0911192a453c2a2d9dd0d83bd5079ac64dc1fa2 [2021-11-17T22:14:38.871Z] #58 117.2 + for f in rootlesskit rootlesskit-docker-proxy [2021-11-17T22:14:38.871Z] #58 117.2 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-11-17T22:14:38.871Z] #58 DONE 125.5s [2021-11-17T22:14:38.871Z] [2021-11-17T22:14:38.871Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-11-17T22:14:38.871Z] #53 sha256:6c24ba2d1b3f1e4eafdc50008fba8f60899c51ce8ff68afb4f738b02530e0f67 [2021-11-17T22:14:38.871Z] #53 ... [2021-11-17T22:14:38.871Z] [2021-11-17T22:14:38.871Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-11-17T22:14:38.871Z] #59 sha256:9d494ba506734c33d7c899a6bc03ca732170aefe9f1649daea2f0775b8bafce2 [2021-11-17T22:14:38.871Z] #59 DONE 0.1s [2021-11-17T22:14:38.871Z] [2021-11-17T22:14:38.871Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-11-17T22:14:38.871Z] #60 sha256:c2f311fd67e45a670d4ac778ad6549798692868faed5f84ee392c9b451991f5b [2021-11-17T22:14:38.871Z] #60 DONE 0.1s [2021-11-17T22:14:38.871Z] [2021-11-17T22:14:38.871Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:14:38.871Z] #43 sha256:774b307447da09c42cf2a683e2d87dcb916bac872d5c12005f4ebd3c6aa11bf4 [2021-11-17T22:14:38.871Z] #43 45.97 CC compel/src/lib/ptrace.o [2021-11-17T22:14:38.871Z] #43 46.28 AR compel/libcompel.a [2021-11-17T22:14:38.871Z] #43 46.35 HOSTCC compel/src/main-host.o [2021-11-17T22:14:38.871Z] #43 46.60 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o [2021-11-17T22:14:38.871Z] #43 46.69 HOSTCC compel/src/lib/handle-elf-host.o [2021-11-17T22:14:38.871Z] #43 47.01 HOSTCC compel/src/lib/log-host.o [2021-11-17T22:14:38.871Z] #43 47.14 HOSTLINK compel/compel-host-bin [2021-11-17T22:14:38.871Z] #43 47.36 DEP soccr/soccr.d [2021-11-17T22:14:38.871Z] #43 47.46 CC soccr/soccr.o [2021-11-17T22:14:38.871Z] #43 48.71 AR soccr/libsoccr.a [2021-11-17T22:14:38.871Z] #43 48.74 make[1]: 'soccr/libsoccr.a' is up to date. [2021-11-17T22:14:38.871Z] #43 49.00 DEP criu/arch/aarch64/sigframe.d [2021-11-17T22:14:38.871Z] #43 49.02 DEP criu/arch/aarch64/crtools.d [2021-11-17T22:14:38.871Z] #43 49.05 DEP criu/arch/aarch64/cpu.d [2021-11-17T22:14:38.871Z] #43 49.06 DEP criu/arch/aarch64/bitops.d [2021-11-17T22:14:38.871Z] #43 49.06 CC criu/arch/aarch64/bitops.o [2021-11-17T22:14:38.871Z] #43 49.12 CC criu/arch/aarch64/cpu.o [2021-11-17T22:14:38.871Z] #43 49.18 CC criu/arch/aarch64/crtools.o [2021-11-17T22:14:38.871Z] #43 49.53 CC criu/arch/aarch64/sigframe.o [2021-11-17T22:14:38.871Z] #43 49.75 LINK criu/arch/aarch64/crtools.built-in.o [2021-11-17T22:14:38.871Z] #43 49.77 DEP criu/pie/util-vdso.d [2021-11-17T22:14:38.871Z] #43 49.89 DEP criu/pie/util.d [2021-11-17T22:14:38.871Z] #43 50.02 CC criu/pie/util.o [2021-11-17T22:14:38.871Z] #43 50.24 CC criu/pie/util-vdso.o [2021-11-17T22:14:38.871Z] #43 50.66 AR criu/pie/pie.lib.a [2021-11-17T22:14:38.871Z] #43 50.72 DEP criu/pie/restorer.d [2021-11-17T22:14:38.871Z] #43 50.84 DEP criu/arch/aarch64/intraprocedure.d [2021-11-17T22:14:38.871Z] #43 50.85 DEP criu/arch/aarch64/restorer.d [2021-11-17T22:14:38.871Z] #43 50.93 DEP criu/arch/aarch64/vdso-pie.d [2021-11-17T22:14:38.871Z] #43 51.00 DEP criu/pie/parasite-vdso.d [2021-11-17T22:14:38.871Z] #43 51.09 DEP criu/pie/parasite.d [2021-11-17T22:14:38.871Z] #43 51.28 CC criu/pie/parasite.o [2021-11-17T22:14:38.871Z] #43 52.17 LINK criu/pie/parasite.built-in.o [2021-11-17T22:14:38.871Z] #43 52.20 GEN criu/pie/parasite-blob.h [2021-11-17T22:14:38.871Z] #43 52.22 CC criu/pie/parasite-vdso.o [2021-11-17T22:14:38.895Z] #43 36.41 CC images/ipc-sem.o [2021-11-17T22:14:39.154Z] #43 36.71 CC images/utsns.o [2021-11-17T22:14:39.413Z] #43 37.00 CC images/creds.o [2021-11-17T22:14:39.438Z] #43 53.26 CC criu/arch/aarch64/vdso-pie.o [2021-11-17T22:14:39.672Z] #43 37.19 CC images/vma.o [2021-11-17T22:14:39.697Z] #43 53.65 CC criu/arch/aarch64/restorer.o [2021-11-17T22:14:39.947Z] #43 37.39 CC images/netdev.o [2021-11-17T22:14:40.206Z] #43 37.74 CC images/tty.o [2021-11-17T22:14:40.265Z] #43 ... [2021-11-17T22:14:40.265Z] [2021-11-17T22:14:40.265Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-11-17T22:14:40.265Z] #14 sha256:810610260d6c691677879aaca991429540010c926321016db7ea66bbd1e34fc3 [2021-11-17T22:14:40.265Z] #14 DONE 1.9s [2021-11-17T22:14:40.265Z] [2021-11-17T22:14:40.265Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:14:40.265Z] #43 sha256:774b307447da09c42cf2a683e2d87dcb916bac872d5c12005f4ebd3c6aa11bf4 [2021-11-17T22:14:40.265Z] #43 54.20 CC criu/arch/aarch64/intraprocedure.o [2021-11-17T22:14:40.265Z] #43 54.25 CC criu/pie/restorer.o [2021-11-17T22:14:40.265Z] #43 ... [2021-11-17T22:14:40.265Z] [2021-11-17T22:14:40.265Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-11-17T22:14:40.265Z] #15 sha256:99a7a2a8ab8af8ee3345a657623924fd14ba5c1a833431cfeffc170764c6dd21 [2021-11-17T22:14:40.774Z] #43 38.29 CC images/file-lock.o [2021-11-17T22:14:41.033Z] #43 38.49 CC images/rlimit.o [2021-11-17T22:14:41.033Z] #43 38.69 CC images/pagemap.o [2021-11-17T22:14:41.602Z] #43 39.07 CC images/siginfo.o [2021-11-17T22:14:41.602Z] #43 39.34 CC images/rpc.o [2021-11-17T22:14:42.170Z] #15 ... [2021-11-17T22:14:42.170Z] [2021-11-17T22:14:42.170Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:14:42.170Z] #45 sha256:44427e0cda29539b860d742a51908d3dc2f5857a0ffb47fe00208f012ce41ed8 [2021-11-17T22:14:42.170Z] #45 119.4 net/http/httptrace [2021-11-17T22:14:42.170Z] #45 119.6 net/http [2021-11-17T22:14:42.429Z] #45 ... [2021-11-17T22:14:42.429Z] [2021-11-17T22:14:42.429Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-11-17T22:14:42.429Z] #15 sha256:99a7a2a8ab8af8ee3345a657623924fd14ba5c1a833431cfeffc170764c6dd21 [2021-11-17T22:14:42.429Z] #15 DONE 2.1s [2021-11-17T22:14:42.429Z] [2021-11-17T22:14:42.429Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-11-17T22:14:42.429Z] #16 sha256:39f0d669bac8d00efdcc8fd9276f3d533249320ea7aaf6cce2f44090b09c10ff [2021-11-17T22:14:42.981Z] #43 40.62 CC images/ext-file.o [2021-11-17T22:14:43.240Z] #43 40.89 CC images/cgroup.o [2021-11-17T22:14:43.808Z] #16 1.295 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-11-17T22:14:44.067Z] #16 DONE 1.6s [2021-11-17T22:14:44.067Z] [2021-11-17T22:14:44.067Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-11-17T22:14:44.067Z] #17 sha256:0678fa44a044603b6da12191a5089e3b9dc9ef29f5d57e578b972e95a81ef992 [2021-11-17T22:14:44.176Z] #43 41.58 CC images/userns.o [2021-11-17T22:14:44.176Z] #43 41.86 CC images/google/protobuf/descriptor.o [2021-11-17T22:14:45.003Z] #17 DONE 1.1s [2021-11-17T22:14:45.003Z] [2021-11-17T22:14:45.003Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-11-17T22:14:45.003Z] #18 sha256:083e92fcccee5109c1176678083f264ab1a73a458f2a7f75b8716654993343e8 [2021-11-17T22:14:45.553Z] #43 ... [2021-11-17T22:14:45.553Z] [2021-11-17T22:14:45.553Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:14:45.553Z] #45 sha256:5c836e09b66d03207e970ffcbd218a5f75e0d81b5d74791034a6b8f163f1b3b0 [2021-11-17T22:14:45.553Z] #45 110.4 compress/gzip [2021-11-17T22:14:45.553Z] #45 111.0 net [2021-11-17T22:14:45.553Z] #45 111.2 vendor/golang.org/x/crypto/hkdf [2021-11-17T22:14:45.553Z] #45 111.4 vendor/golang.org/x/text/transform [2021-11-17T22:14:45.553Z] #45 112.2 vendor/golang.org/x/text/unicode/bidi [2021-11-17T22:14:45.553Z] #45 114.5 vendor/golang.org/x/text/secure/bidirule [2021-11-17T22:14:45.553Z] #45 114.9 vendor/golang.org/x/text/unicode/norm [2021-11-17T22:14:45.553Z] #45 119.3 vendor/golang.org/x/net/idna [2021-11-17T22:14:45.553Z] #45 ... [2021-11-17T22:14:45.553Z] [2021-11-17T22:14:45.553Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-11-17T22:14:45.553Z] #13 sha256:c49801e2dce6d2ae9af8a4bf01e3f723d69e295b76ebdbe9590ac3e266c23ffb [2021-11-17T22:14:45.553Z] #13 109.0 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-11-17T22:14:45.553Z] #13 109.0 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u2_amd64.deb ... [2021-11-17T22:14:45.553Z] #13 109.1 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2021-11-17T22:14:46.123Z] #13 ... [2021-11-17T22:14:46.123Z] [2021-11-17T22:14:46.123Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:14:46.123Z] #43 sha256:9c88665f5323b3954e3d3c9ccebf3a6fb3b18ad29fcde46a84373b30db78ca80 [2021-11-17T22:14:46.123Z] #43 43.62 CC images/opts.o [2021-11-17T22:14:46.379Z] #18 DONE 1.1s [2021-11-17T22:14:46.380Z] [2021-11-17T22:14:46.380Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-11-17T22:14:46.380Z] #19 sha256:5ade4f3acb93fdf521bb0f680b2e3f6e1cb326118255438aac32adb80f95812d [2021-11-17T22:14:46.383Z] #43 43.82 CC images/seccomp.o [2021-11-17T22:14:46.383Z] #43 44.08 CC images/binfmt-misc.o [2021-11-17T22:14:46.642Z] #43 44.29 CC images/time.o [2021-11-17T22:14:47.208Z] #43 44.55 CC images/sysctl.o [2021-11-17T22:14:47.208Z] #43 44.83 CC images/autofs.o [2021-11-17T22:14:47.315Z] #19 DONE 1.1s [2021-11-17T22:14:47.315Z] [2021-11-17T22:14:47.315Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 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 [2021-11-17T22:14:47.315Z] #20 sha256:799955f6312cbdac23721e0b0414d0deea9b0c31f7fc5c22785a35ee9f002f09 [2021-11-17T22:14:47.467Z] #43 45.00 CC images/macvlan.o [2021-11-17T22:14:47.725Z] #43 45.19 CC images/sit.o [2021-11-17T22:14:47.983Z] #43 45.44 CC images/memfd.o [2021-11-17T22:14:48.242Z] #43 45.78 CC images/timens.o [2021-11-17T22:14:48.501Z] #43 46.13 LINK images/built-in.o [2021-11-17T22:14:48.690Z] #20 1.435 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-11-17T22:14:48.760Z] #43 46.28 GEN compel/include/asm [2021-11-17T22:14:48.760Z] #43 46.32 GEN compel/include/version.h [2021-11-17T22:14:48.760Z] #43 46.35 touch .config [2021-11-17T22:14:48.760Z] #43 46.42 GEN include/common/config.h [2021-11-17T22:14:48.949Z] #20 1.623 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-11-17T22:14:48.949Z] #20 1.751 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-11-17T22:14:48.949Z] #20 1.840 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-11-17T22:14:49.019Z] #43 46.51 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-11-17T22:14:49.019Z] #43 46.55 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-11-17T22:14:49.019Z] #43 46.58 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-11-17T22:14:49.019Z] #43 46.61 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-11-17T22:14:49.019Z] #43 46.64 DEP compel/arch/x86/plugins/std/memcpy.d [2021-11-17T22:14:49.019Z] #43 46.68 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-11-17T22:14:49.019Z] #43 46.71 GEN compel/plugins/include/uapi/std/syscall.h [2021-11-17T22:14:49.277Z] #43 46.75 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-11-17T22:14:49.277Z] #43 46.77 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-11-17T22:14:49.277Z] #43 46.81 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-11-17T22:14:49.277Z] #43 46.81 DEP compel/plugins/std/infect.d [2021-11-17T22:14:49.277Z] #43 47.00 DEP compel/plugins/std/string.d [2021-11-17T22:14:49.536Z] #43 47.10 DEP compel/plugins/std/log.d [2021-11-17T22:14:49.536Z] #43 47.17 DEP compel/plugins/std/fds.d [2021-11-17T22:14:49.795Z] #43 47.27 DEP compel/plugins/std/std.d [2021-11-17T22:14:49.795Z] #43 47.37 DEP compel/plugins/shmem/shmem.d [2021-11-17T22:14:49.795Z] #43 47.46 DEP compel/plugins/fds/fds.d [2021-11-17T22:14:49.885Z] #20 2.491 Get:5 http://deb.debian.org/debian buster-backports/main arm64 Packages [481 kB] [2021-11-17T22:14:50.053Z] #43 47.59 CC compel/plugins/std/std.o [2021-11-17T22:14:50.312Z] #43 47.93 CC compel/plugins/std/fds.o [2021-11-17T22:14:50.452Z] #20 ... [2021-11-17T22:14:50.452Z] [2021-11-17T22:14:50.452Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-11-17T22:14:50.452Z] #53 sha256:6c24ba2d1b3f1e4eafdc50008fba8f60899c51ce8ff68afb4f738b02530e0f67 [2021-11-17T22:14:50.452Z] #53 2.167 + RM_GOPATH=0 [2021-11-17T22:14:50.452Z] #53 2.167 + TMP_GOPATH= [2021-11-17T22:14:50.452Z] #53 2.167 + : /build [2021-11-17T22:14:50.452Z] #53 2.167 + '[' -z '' ']' [2021-11-17T22:14:50.452Z] #53 2.167 ++ mktemp -d [2021-11-17T22:14:50.452Z] #53 2.167 + export GOPATH=/tmp/tmp.l2XRNbXyGE [2021-11-17T22:14:50.452Z] #53 2.167 + GOPATH=/tmp/tmp.l2XRNbXyGE [2021-11-17T22:14:50.452Z] #53 2.167 + RM_GOPATH=1 [2021-11-17T22:14:50.452Z] #53 2.167 + case "$(go env GOARCH)" in [2021-11-17T22:14:50.452Z] #53 2.167 ++ go env GOARCH [2021-11-17T22:14:50.452Z] #53 2.167 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:14:50.452Z] #53 2.167 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:14:50.452Z] #53 2.167 ++ dirname /tmp/install/install.sh [2021-11-17T22:14:50.452Z] #53 2.167 + dir=/tmp/install [2021-11-17T22:14:50.452Z] #53 2.167 + bin=runc [2021-11-17T22:14:50.452Z] #53 2.167 + shift [2021-11-17T22:14:50.452Z] #53 2.167 + '[' '!' -f /tmp/install/runc.installer ']' [2021-11-17T22:14:50.452Z] #53 2.167 + . /tmp/install/runc.installer [2021-11-17T22:14:50.452Z] #53 2.167 ++ : 52b36a2dd837e8462de8e01458bf02cf9eea47dd [2021-11-17T22:14:50.452Z] #53 2.167 + install_runc [2021-11-17T22:14:50.452Z] #53 2.167 + grep -q '^3\.10\.0.*\.el7\.' [2021-11-17T22:14:50.452Z] #53 2.167 + uname -r [2021-11-17T22:14:50.452Z] #53 2.175 + RUNC_BUILDTAGS='seccomp ' [2021-11-17T22:14:50.452Z] #53 2.175 + echo 'Install runc version 52b36a2dd837e8462de8e01458bf02cf9eea47dd (build tags: seccomp )' [2021-11-17T22:14:50.452Z] #53 2.175 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.l2XRNbXyGE/src/github.com/opencontainers/runc [2021-11-17T22:14:50.452Z] #53 2.175 Install runc version 52b36a2dd837e8462de8e01458bf02cf9eea47dd (build tags: seccomp ) [2021-11-17T22:14:50.452Z] #53 2.200 Cloning into '/tmp/tmp.l2XRNbXyGE/src/github.com/opencontainers/runc'... [2021-11-17T22:14:50.711Z] #53 ... [2021-11-17T22:14:50.711Z] [2021-11-17T22:14:50.711Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:14:50.711Z] #43 sha256:774b307447da09c42cf2a683e2d87dcb916bac872d5c12005f4ebd3c6aa11bf4 [2021-11-17T22:14:50.711Z] #43 59.74 LINK criu/pie/restorer.built-in.o [2021-11-17T22:14:50.711Z] #43 59.75 GEN criu/pie/restorer-blob.h [2021-11-17T22:14:50.711Z] #43 59.88 DEP criu/vdso.d [2021-11-17T22:14:50.711Z] #43 60.12 DEP criu/uts_ns.d [2021-11-17T22:14:50.711Z] #43 60.39 DEP criu/util.d [2021-11-17T22:14:50.711Z] #43 60.66 DEP criu/uffd.d [2021-11-17T22:14:50.711Z] #43 60.96 DEP criu/tun.d [2021-11-17T22:14:50.711Z] #43 61.31 DEP criu/tty.d [2021-11-17T22:14:50.711Z] #43 61.64 DEP criu/timerfd.d [2021-11-17T22:14:50.711Z] #43 61.90 DEP criu/timens.d [2021-11-17T22:14:50.711Z] #43 62.12 DEP criu/sysfs_parse.d [2021-11-17T22:14:50.711Z] #43 62.34 DEP criu/sysctl.d [2021-11-17T22:14:50.711Z] #43 62.56 DEP criu/string.d [2021-11-17T22:14:50.711Z] #43 62.60 DEP criu/stats.d [2021-11-17T22:14:50.711Z] #43 62.78 DEP criu/sockets.d [2021-11-17T22:14:50.711Z] #43 63.18 DEP criu/sk-unix.d [2021-11-17T22:14:50.711Z] #43 63.57 DEP criu/sk-tcp.d [2021-11-17T22:14:50.711Z] #43 63.81 DEP criu/sk-queue.d [2021-11-17T22:14:50.711Z] #43 63.98 DEP criu/sk-packet.d [2021-11-17T22:14:50.711Z] #43 64.24 DEP criu/sk-netlink.d [2021-11-17T22:14:50.711Z] #43 64.52 DEP criu/sk-inet.d [2021-11-17T22:14:50.879Z] #43 48.33 CC compel/plugins/std/log.o [2021-11-17T22:14:50.970Z] #43 64.88 DEP criu/signalfd.d [2021-11-17T22:14:51.229Z] #43 65.07 DEP criu/sigframe.d [2021-11-17T22:14:51.229Z] #43 65.23 DEP criu/shmem.d [2021-11-17T22:14:51.447Z] #43 49.16 CC compel/plugins/std/string.o [2021-11-17T22:14:51.488Z] #43 ... [2021-11-17T22:14:51.488Z] [2021-11-17T22:14:51.488Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 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 [2021-11-17T22:14:51.488Z] #20 sha256:799955f6312cbdac23721e0b0414d0deea9b0c31f7fc5c22785a35ee9f002f09 [2021-11-17T22:14:51.488Z] #20 4.227 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] [2021-11-17T22:14:52.383Z] #43 49.94 CC compel/plugins/std/infect.o [2021-11-17T22:14:52.951Z] #43 50.38 CC compel/arch/x86/plugins/std/parasite-head.o [2021-11-17T22:14:52.951Z] #43 50.45 CC compel/arch/x86/plugins/std/memcpy.o [2021-11-17T22:14:52.951Z] #43 50.50 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-11-17T22:14:52.951Z] #43 50.58 AR compel/plugins/std.lib.a [2021-11-17T22:14:53.209Z] #43 50.68 CC compel/plugins/fds/fds.o [2021-11-17T22:14:53.209Z] #43 ... [2021-11-17T22:14:53.209Z] [2021-11-17T22:14:53.209Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-11-17T22:14:53.209Z] #58 sha256:2d3fcadc992eab87acde1e61b412d729146bd343fb23e14eca0a013df35e2fff [2021-11-17T22:14:53.209Z] #58 128.4 + for f in rootlesskit rootlesskit-docker-proxy [2021-11-17T22:14:53.209Z] #58 128.4 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-11-17T22:14:54.021Z] #20 6.503 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [304 kB] [2021-11-17T22:14:56.557Z] #20 9.175 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB] [2021-11-17T22:14:56.815Z] #20 ... [2021-11-17T22:14:56.815Z] [2021-11-17T22:14:56.815Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-11-17T22:14:56.815Z] #53 sha256:6c24ba2d1b3f1e4eafdc50008fba8f60899c51ce8ff68afb4f738b02530e0f67 [2021-11-17T22:14:56.815Z] #53 17.33 Checking out files: 90% (1080/1196) Checking out files: 91% (1089/1196) Checking out files: 92% (1101/1196) Checking out files: 93% (1113/1196) Checking out files: 94% (1125/1196) Checking out files: 95% (1137/1196) Checking out files: 96% (1149/1196) Checking out files: 97% (1161/1196) Checking out files: 98% (1173/1196) Checking out files: 99% (1185/1196) Checking out files: 100% (1196/1196) Checking out files: 100% (1196/1196), done. [2021-11-17T22:14:56.815Z] #53 17.47 + cd /tmp/tmp.l2XRNbXyGE/src/github.com/opencontainers/runc [2021-11-17T22:14:56.815Z] #53 17.47 + git checkout -q 52b36a2dd837e8462de8e01458bf02cf9eea47dd [2021-11-17T22:14:56.815Z] #53 18.48 + '[' -z '' ']' [2021-11-17T22:14:56.815Z] #53 18.48 + target=static [2021-11-17T22:14:56.815Z] #53 18.48 + make 'BUILDTAGS=seccomp ' static [2021-11-17T22:14:57.074Z] #53 ... [2021-11-17T22:14:57.074Z] [2021-11-17T22:14:57.074Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:14:57.074Z] #45 sha256:44427e0cda29539b860d742a51908d3dc2f5857a0ffb47fe00208f012ce41ed8 [2021-11-17T22:14:57.074Z] #45 134.9 github.com/LK4D4/vndr/godl [2021-11-17T22:14:57.074Z] #45 136.2 github.com/LK4D4/vndr [2021-11-17T22:14:57.074Z] #45 DONE 144.4s [2021-11-17T22:14:57.333Z] [2021-11-17T22:14:57.333Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:14:57.333Z] #43 sha256:774b307447da09c42cf2a683e2d87dcb916bac872d5c12005f4ebd3c6aa11bf4 [2021-11-17T22:14:57.333Z] #43 65.43 DEP criu/servicefd.d [2021-11-17T22:14:57.333Z] #43 65.76 DEP criu/seize.d [2021-11-17T22:14:57.333Z] #43 66.06 DEP criu/seccomp.d [2021-11-17T22:14:57.333Z] #43 66.34 DEP criu/rst-malloc.d [2021-11-17T22:14:57.333Z] #43 66.49 DEP criu/rbtree.d [2021-11-17T22:14:57.333Z] #43 66.54 DEP criu/pstree.d [2021-11-17T22:14:57.333Z] #43 66.78 DEP criu/protobuf.d [2021-11-17T22:14:57.333Z] #43 66.95 GEN criu/protobuf-desc-gen.h [2021-11-17T22:14:57.333Z] #43 70.09 DEP criu/protobuf-desc.d [2021-11-17T22:14:57.333Z] #43 70.27 DEP criu/proc_parse.d [2021-11-17T22:14:57.333Z] #43 70.58 DEP criu/plugin.d [2021-11-17T22:14:57.333Z] #43 70.71 DEP criu/pipes.d [2021-11-17T22:14:57.333Z] #43 70.92 DEP criu/pie-util.d [2021-11-17T22:14:57.333Z] #43 71.08 DEP criu/pie-util-vdso.d [2021-11-17T22:14:57.333Z] #43 71.30 DEP criu/path.d [2021-11-17T22:14:57.333Z] #43 ... [2021-11-17T22:14:57.333Z] [2021-11-17T22:14:57.333Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-11-17T22:14:57.333Z] #53 sha256:6c24ba2d1b3f1e4eafdc50008fba8f60899c51ce8ff68afb4f738b02530e0f67 [2021-11-17T22:14:57.333Z] #53 19.18 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o runc . [2021-11-17T22:14:57.398Z] #58 ... [2021-11-17T22:14:57.398Z] [2021-11-17T22:14:57.398Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:14:57.398Z] #45 sha256:5c836e09b66d03207e970ffcbd218a5f75e0d81b5d74791034a6b8f163f1b3b0 [2021-11-17T22:14:57.398Z] #45 121.7 vendor/golang.org/x/net/http2/hpack [2021-11-17T22:14:57.398Z] #45 123.0 mime [2021-11-17T22:14:57.398Z] #45 124.7 mime/quotedprintable [2021-11-17T22:14:57.398Z] #45 125.3 net/http/internal [2021-11-17T22:14:57.398Z] #45 130.4 net/textproto [2021-11-17T22:14:57.398Z] #45 130.4 crypto/x509 [2021-11-17T22:14:57.398Z] #45 ... [2021-11-17T22:14:57.398Z] [2021-11-17T22:14:57.398Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-11-17T22:14:57.398Z] #13 sha256:c49801e2dce6d2ae9af8a4bf01e3f723d69e295b76ebdbe9590ac3e266c23ffb [2021-11-17T22:14:57.398Z] #13 125.9 Selecting previously unselected package libapparmor1:amd64. [2021-11-17T22:14:57.398Z] #13 125.9 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-11-17T22:14:57.398Z] #13 125.9 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-11-17T22:14:57.398Z] #13 126.0 Selecting previously unselected package libapparmor-dev:amd64. [2021-11-17T22:14:57.398Z] #13 126.0 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-11-17T22:14:57.398Z] #13 126.0 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-11-17T22:14:57.398Z] #13 126.2 Selecting previously unselected package libbtrfs0. [2021-11-17T22:14:57.398Z] #13 126.2 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-11-17T22:14:57.398Z] #13 126.2 Unpacking libbtrfs0 (4.20.1-2) ... [2021-11-17T22:14:57.398Z] #13 126.3 Selecting previously unselected package libbtrfs-dev. [2021-11-17T22:14:57.398Z] #13 126.3 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-11-17T22:14:57.398Z] #13 126.3 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-11-17T22:14:57.398Z] #13 126.5 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-11-17T22:14:57.398Z] #13 126.5 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-11-17T22:14:57.398Z] #13 126.5 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-11-17T22:14:57.398Z] #13 126.7 Selecting previously unselected package libudev-dev:amd64. [2021-11-17T22:14:57.398Z] #13 126.7 Preparing to unpack .../15-libudev-dev_241-7~deb10u8_amd64.deb ... [2021-11-17T22:14:57.398Z] #13 126.7 Unpacking libudev-dev:amd64 (241-7~deb10u8) ... [2021-11-17T22:14:57.398Z] #13 126.9 Selecting previously unselected package libsepol1-dev:amd64. [2021-11-17T22:14:57.398Z] #13 126.9 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-11-17T22:14:57.398Z] #13 126.9 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-11-17T22:14:57.398Z] #13 127.2 Selecting previously unselected package libpcre16-3:amd64. [2021-11-17T22:14:57.398Z] #13 127.2 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-11-17T22:14:57.398Z] #13 127.2 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-11-17T22:14:57.657Z] #13 127.4 Selecting previously unselected package libpcre32-3:amd64. [2021-11-17T22:14:57.657Z] #13 127.4 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-11-17T22:14:57.657Z] #13 127.4 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-11-17T22:14:57.916Z] #13 127.6 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-11-17T22:14:57.916Z] #13 127.6 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-11-17T22:14:57.916Z] #13 127.6 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-11-17T22:14:57.916Z] #13 127.7 Selecting previously unselected package libpcre3-dev:amd64. [2021-11-17T22:14:57.916Z] #13 127.7 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-11-17T22:14:57.916Z] #13 127.7 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-11-17T22:14:58.485Z] #13 128.2 Selecting previously unselected package libselinux1-dev:amd64. [2021-11-17T22:14:58.485Z] #13 128.2 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-11-17T22:14:58.485Z] #13 128.2 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-11-17T22:14:59.053Z] #13 128.6 Selecting previously unselected package libdevmapper-dev:amd64. [2021-11-17T22:14:59.053Z] #13 128.6 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-11-17T22:14:59.053Z] #13 128.6 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-11-17T22:14:59.053Z] #13 128.8 Selecting previously unselected package libseccomp-dev:amd64. [2021-11-17T22:14:59.053Z] #13 128.8 Preparing to unpack .../23-libseccomp-dev_2.5.1-1~bpo10+1_amd64.deb ... [2021-11-17T22:14:59.053Z] #13 128.8 Unpacking libseccomp-dev:amd64 (2.5.1-1~bpo10+1) ... [2021-11-17T22:14:59.312Z] #13 129.0 Selecting previously unselected package libsystemd-dev:amd64. [2021-11-17T22:14:59.312Z] #13 129.0 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u8_amd64.deb ... [2021-11-17T22:14:59.312Z] #13 129.0 Unpacking libsystemd-dev:amd64 (241-7~deb10u8) ... [2021-11-17T22:15:00.279Z] #13 130.1 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-11-17T22:15:00.539Z] #13 ... [2021-11-17T22:15:00.539Z] [2021-11-17T22:15:00.539Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-11-17T22:15:00.539Z] #58 sha256:2d3fcadc992eab87acde1e61b412d729146bd343fb23e14eca0a013df35e2fff [2021-11-17T22:15:00.539Z] #58 DONE 135.5s [2021-11-17T22:15:00.539Z] [2021-11-17T22:15:00.539Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-11-17T22:15:00.539Z] #13 sha256:c49801e2dce6d2ae9af8a4bf01e3f723d69e295b76ebdbe9590ac3e266c23ffb [2021-11-17T22:15:00.539Z] #13 130.2 Setting up libseccomp-dev:amd64 (2.5.1-1~bpo10+1) ... [2021-11-17T22:15:00.539Z] #13 130.3 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-11-17T22:15:00.539Z] #13 130.3 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-11-17T22:15:00.539Z] #13 130.3 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-11-17T22:15:00.539Z] #13 130.4 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-11-17T22:15:00.801Z] #13 130.4 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u2) ... [2021-11-17T22:15:00.801Z] #13 130.4 Setting up libbtrfs0 (4.20.1-2) ... [2021-11-17T22:15:00.801Z] #13 130.4 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-11-17T22:15:00.801Z] #13 130.5 Setting up libudev-dev:amd64 (241-7~deb10u8) ... [2021-11-17T22:15:00.801Z] #13 ... [2021-11-17T22:15:00.801Z] [2021-11-17T22:15:00.801Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-11-17T22:15:00.801Z] #59 sha256:26aa0cc27a4043b9044fe9470cb06579c11548a0484ee9355c0e23a073227b9d [2021-11-17T22:15:00.801Z] #59 DONE 0.3s [2021-11-17T22:15:00.801Z] [2021-11-17T22:15:00.801Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-11-17T22:15:00.801Z] #13 sha256:c49801e2dce6d2ae9af8a4bf01e3f723d69e295b76ebdbe9590ac3e266c23ffb [2021-11-17T22:15:00.801Z] #13 130.5 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-11-17T22:15:00.801Z] #13 130.6 Setting up libbtrfs-dev (4.20.1-2) ... [2021-11-17T22:15:00.801Z] #13 130.6 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-11-17T22:15:00.801Z] #13 130.6 Setting up mingw-w64-common (6.0.0-3) ... [2021-11-17T22:15:00.801Z] #13 130.6 Setting up libsystemd-dev:amd64 (241-7~deb10u8) ... [2021-11-17T22:15:00.801Z] #13 130.6 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-11-17T22:15:00.801Z] #13 130.6 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-11-17T22:15:00.801Z] #13 130.6 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2021-11-17T22:15:00.801Z] #13 130.7 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 [2021-11-17T22:15:00.802Z] #13 130.7 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 [2021-11-17T22:15:00.802Z] #13 130.7 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2021-11-17T22:15:00.802Z] #13 130.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-11-17T22:15:00.802Z] #13 130.7 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 [2021-11-17T22:15:00.802Z] #13 130.7 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-11-17T22:15:01.085Z] #13 ... [2021-11-17T22:15:01.085Z] [2021-11-17T22:15:01.085Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-11-17T22:15:01.085Z] #60 sha256:09a0e21a769c66baeb0744ba7017a0e0c01294a2f42aa1c317bda9da39bb3e86 [2021-11-17T22:15:01.085Z] #60 DONE 0.2s [2021-11-17T22:15:01.085Z] [2021-11-17T22:15:01.085Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-11-17T22:15:01.085Z] #13 sha256:c49801e2dce6d2ae9af8a4bf01e3f723d69e295b76ebdbe9590ac3e266c23ffb [2021-11-17T22:15:01.085Z] #13 130.7 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-11-17T22:15:01.085Z] #13 130.7 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-11-17T22:15:01.085Z] #13 130.7 Setting up dmsetup (2:1.02.155-3) ... [2021-11-17T22:15:01.085Z] #13 130.8 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-11-17T22:15:01.085Z] #13 130.8 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-11-17T22:15:01.085Z] #13 130.8 Processing triggers for libc-bin (2.28-10) ... [2021-11-17T22:15:02.021Z] #13 DONE 131.7s [2021-11-17T22:15:02.021Z] [2021-11-17T22:15:02.021Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-11-17T22:15:02.021Z] #53 sha256:15ade6b913304e204fe26b68c3fdcea285510de7dbbe5f0b28cd9d3cb656b681 [2021-11-17T22:15:02.605Z] #53 ... [2021-11-17T22:15:02.605Z] [2021-11-17T22:15:02.605Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:15:02.605Z] #43 sha256:774b307447da09c42cf2a683e2d87dcb916bac872d5c12005f4ebd3c6aa11bf4 [2021-11-17T22:15:02.605Z] #43 71.48 DEP criu/parasite-syscall.d [2021-11-17T22:15:02.605Z] #43 71.79 DEP criu/pagemap.d [2021-11-17T22:15:02.605Z] #43 71.99 DEP criu/pagemap-cache.d [2021-11-17T22:15:02.605Z] #43 72.23 DEP criu/page-xfer.d [2021-11-17T22:15:02.605Z] #43 72.57 DEP criu/page-pipe.d [2021-11-17T22:15:02.605Z] #43 72.71 DEP criu/netfilter.d [2021-11-17T22:15:02.605Z] #43 72.89 DEP criu/net.d [2021-11-17T22:15:02.605Z] #43 73.20 DEP criu/namespaces.d [2021-11-17T22:15:02.605Z] #43 73.47 DEP criu/mount.d [2021-11-17T22:15:02.605Z] #43 73.70 DEP criu/memfd.d [2021-11-17T22:15:02.605Z] #43 73.90 DEP criu/mem.d [2021-11-17T22:15:02.605Z] #43 74.15 DEP criu/lsm.d [2021-11-17T22:15:02.605Z] #43 74.34 DEP criu/log.d [2021-11-17T22:15:02.605Z] #43 74.57 DEP criu/libnetlink.d [2021-11-17T22:15:02.605Z] #43 74.74 DEP criu/kerndat.d [2021-11-17T22:15:02.605Z] #43 75.07 DEP criu/kcmp-ids.d [2021-11-17T22:15:02.605Z] #43 75.21 DEP criu/irmap.d [2021-11-17T22:15:02.605Z] #43 75.41 DEP criu/ipc_ns.d [2021-11-17T22:15:02.605Z] #43 75.64 DEP criu/image.d [2021-11-17T22:15:02.605Z] #43 75.87 DEP criu/image-desc.d [2021-11-17T22:15:02.605Z] #43 76.01 DEP criu/fsnotify.d [2021-11-17T22:15:02.605Z] #43 76.28 DEP criu/filesystems.d [2021-11-17T22:15:02.605Z] #43 76.52 DEP criu/files.d [2021-11-17T22:15:02.864Z] #43 76.79 DEP criu/files-reg.d [2021-11-17T22:15:03.125Z] #43 77.02 DEP criu/files-ext.d [2021-11-17T22:15:03.385Z] #43 77.27 DEP criu/file-lock.d [2021-11-17T22:15:03.399Z] #53 ... [2021-11-17T22:15:03.399Z] [2021-11-17T22:15:03.399Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:15:03.399Z] #43 sha256:9c88665f5323b3954e3d3c9ccebf3a6fb3b18ad29fcde46a84373b30db78ca80 [2021-11-17T22:15:03.399Z] #43 51.00 AR compel/plugins/fds.lib.a [2021-11-17T22:15:03.399Z] #43 51.08 HOSTDEP compel/src/lib/log-host.d [2021-11-17T22:15:03.399Z] #43 51.16 HOSTDEP compel/src/lib/handle-elf-host.d [2021-11-17T22:15:03.399Z] #43 51.28 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-11-17T22:15:03.399Z] #43 51.39 HOSTDEP compel/src/main-host.d [2021-11-17T22:15:03.399Z] #43 51.61 DEP compel/src/lib/ptrace.d [2021-11-17T22:15:03.399Z] #43 51.70 DEP compel/src/lib/infect.d [2021-11-17T22:15:03.399Z] #43 51.84 DEP compel/src/lib/infect-util.d [2021-11-17T22:15:03.399Z] #43 52.00 DEP compel/src/lib/infect-rpc.d [2021-11-17T22:15:03.399Z] #43 52.11 DEP compel/arch/x86/src/lib/infect.d [2021-11-17T22:15:03.399Z] #43 52.32 DEP compel/arch/x86/src/lib/cpu.d [2021-11-17T22:15:03.399Z] #43 52.41 DEP compel/src/lib/log.d [2021-11-17T22:15:03.399Z] #43 52.53 DEP compel/src/main.d [2021-11-17T22:15:03.399Z] #43 52.63 DEP compel/src/lib/handle-elf.d [2021-11-17T22:15:03.399Z] #43 52.74 DEP compel/arch/x86/src/lib/handle-elf.d [2021-11-17T22:15:03.399Z] #43 52.84 CC compel/src/lib/log.o [2021-11-17T22:15:03.399Z] #43 53.08 CC compel/arch/x86/src/lib/cpu.o [2021-11-17T22:15:03.399Z] #43 53.83 CC compel/arch/x86/src/lib/infect.o [2021-11-17T22:15:03.399Z] #43 54.68 CC compel/src/lib/infect-rpc.o [2021-11-17T22:15:03.399Z] #43 55.06 CC compel/src/lib/infect-util.o [2021-11-17T22:15:03.399Z] #43 55.35 CC compel/src/lib/infect.o [2021-11-17T22:15:03.399Z] #43 57.91 CC compel/src/lib/ptrace.o [2021-11-17T22:15:03.399Z] #43 58.69 AR compel/libcompel.a [2021-11-17T22:15:03.399Z] #43 58.82 HOSTCC compel/src/main-host.o [2021-11-17T22:15:03.399Z] #43 59.13 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-11-17T22:15:03.399Z] #43 59.25 HOSTCC compel/src/lib/handle-elf-host.o [2021-11-17T22:15:03.399Z] #43 59.69 HOSTCC compel/src/lib/log-host.o [2021-11-17T22:15:03.399Z] #43 59.85 HOSTLINK compel/compel-host-bin [2021-11-17T22:15:03.399Z] #43 60.00 DEP soccr/soccr.d [2021-11-17T22:15:03.399Z] #43 60.17 CC soccr/soccr.o [2021-11-17T22:15:03.644Z] #43 77.46 DEP criu/file-ids.d [2021-11-17T22:15:03.644Z] #43 77.64 DEP criu/fifo.d [2021-11-17T22:15:03.906Z] #43 ... [2021-11-17T22:15:03.906Z] [2021-11-17T22:15:03.906Z] #32 [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 [2021-11-17T22:15:03.906Z] #32 sha256:827db25541513e73c7970e2c4d643a6df3a3e4ffdaab3539419f2bba02b1aa84 [2021-11-17T22:15:03.906Z] #32 DONE 150.8s [2021-11-17T22:15:03.906Z] [2021-11-17T22:15:03.906Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:15:03.906Z] #43 sha256:774b307447da09c42cf2a683e2d87dcb916bac872d5c12005f4ebd3c6aa11bf4 [2021-11-17T22:15:03.906Z] #43 77.88 DEP criu/fdstore.d [2021-11-17T22:15:03.906Z] #43 ... [2021-11-17T22:15:03.906Z] [2021-11-17T22:15:03.906Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 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 [2021-11-17T22:15:03.906Z] #20 sha256:799955f6312cbdac23721e0b0414d0deea9b0c31f7fc5c22785a35ee9f002f09 [2021-11-17T22:15:03.906Z] #20 15.96 Fetched 8820 kB in 15s (598 kB/s) [2021-11-17T22:15:03.965Z] #43 61.66 AR soccr/libsoccr.a [2021-11-17T22:15:03.965Z] #43 61.72 make[1]: 'soccr/libsoccr.a' is up to date. [2021-11-17T22:15:04.532Z] #43 62.15 DEP criu/arch/x86/sigframe.d [2021-11-17T22:15:04.532Z] #43 62.26 DEP criu/arch/x86/sigaction_compat.d [2021-11-17T22:15:04.791Z] #43 62.40 DEP criu/arch/x86/kerndat.d [2021-11-17T22:15:05.050Z] #43 62.56 DEP criu/arch/x86/crtools.d [2021-11-17T22:15:05.309Z] #43 62.77 DEP criu/arch/x86/cpu.d [2021-11-17T22:15:05.309Z] #43 62.96 CC criu/arch/x86/cpu.o [2021-11-17T22:15:06.245Z] #43 63.66 CC criu/arch/x86/crtools.o [2021-11-17T22:15:07.181Z] #43 ... [2021-11-17T22:15:07.181Z] [2021-11-17T22:15:07.181Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:15:07.181Z] #45 sha256:5c836e09b66d03207e970ffcbd218a5f75e0d81b5d74791034a6b8f163f1b3b0 [2021-11-17T22:15:07.181Z] #45 131.9 vendor/golang.org/x/net/http/httpguts [2021-11-17T22:15:07.181Z] #45 132.3 vendor/golang.org/x/net/http/httpproxy [2021-11-17T22:15:07.181Z] #45 133.0 mime/multipart [2021-11-17T22:15:07.181Z] #45 135.9 crypto/tls [2021-11-17T22:15:07.181Z] #45 ... [2021-11-17T22:15:07.181Z] [2021-11-17T22:15:07.181Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-11-17T22:15:07.181Z] #14 sha256:83753444274c1956240e5de3fc4308f1301e1a6621feb29bb93e2a175f4b23df [2021-11-17T22:15:07.181Z] #14 DONE 5.4s [2021-11-17T22:15:07.440Z] [2021-11-17T22:15:07.440Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-11-17T22:15:07.440Z] #53 sha256:15ade6b913304e204fe26b68c3fdcea285510de7dbbe5f0b28cd9d3cb656b681 [2021-11-17T22:15:07.440Z] #53 5.526 + RM_GOPATH=0 [2021-11-17T22:15:07.440Z] #53 5.526 + TMP_GOPATH= [2021-11-17T22:15:07.440Z] #53 5.526 + : /build [2021-11-17T22:15:07.440Z] #53 5.526 + '[' -z '' ']' [2021-11-17T22:15:07.440Z] #53 5.526 ++ mktemp -d [2021-11-17T22:15:07.440Z] #53 5.526 + export GOPATH=/tmp/tmp.ACFI0kgeeC [2021-11-17T22:15:07.440Z] #53 5.526 + GOPATH=/tmp/tmp.ACFI0kgeeC [2021-11-17T22:15:07.440Z] #53 5.526 + RM_GOPATH=1 [2021-11-17T22:15:07.440Z] #53 5.526 + case "$(go env GOARCH)" in [2021-11-17T22:15:07.440Z] #53 5.526 ++ go env GOARCH [2021-11-17T22:15:07.440Z] #53 5.526 + export GO_BUILDMODE=-buildmode=pie [2021-11-17T22:15:07.440Z] #53 5.526 + GO_BUILDMODE=-buildmode=pie [2021-11-17T22:15:07.440Z] #53 5.526 ++ dirname /tmp/install/install.sh [2021-11-17T22:15:07.440Z] #53 5.526 + dir=/tmp/install [2021-11-17T22:15:07.440Z] #53 5.526 + bin=runc [2021-11-17T22:15:07.440Z] #53 5.526 + shift [2021-11-17T22:15:07.440Z] #53 5.526 + '[' '!' -f /tmp/install/runc.installer ']' [2021-11-17T22:15:07.440Z] #53 5.526 + . /tmp/install/runc.installer [2021-11-17T22:15:07.440Z] #53 5.526 ++ : 52b36a2dd837e8462de8e01458bf02cf9eea47dd [2021-11-17T22:15:07.440Z] #53 5.526 + install_runc [2021-11-17T22:15:07.440Z] #53 5.526 + uname -r [2021-11-17T22:15:07.440Z] #53 5.526 + grep -q '^3\.10\.0.*\.el7\.' [2021-11-17T22:15:07.440Z] #53 5.526 + RUNC_BUILDTAGS='seccomp ' [2021-11-17T22:15:07.440Z] #53 5.526 + echo 'Install runc version 52b36a2dd837e8462de8e01458bf02cf9eea47dd (build tags: seccomp )' [2021-11-17T22:15:07.440Z] #53 5.526 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.ACFI0kgeeC/src/github.com/opencontainers/runc [2021-11-17T22:15:07.440Z] #53 5.526 Cloning into '/tmp/tmp.ACFI0kgeeC/src/github.com/opencontainers/runc'... [2021-11-17T22:15:07.440Z] #53 5.534 Install runc version 52b36a2dd837e8462de8e01458bf02cf9eea47dd (build tags: seccomp ) [2021-11-17T22:15:07.527Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-11-17T22:15:07.527Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-11-17T22:15:09.188Z] #20 15.96 Reading package lists... [2021-11-17T22:15:09.188Z] #20 ... [2021-11-17T22:15:09.188Z] [2021-11-17T22:15:09.188Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:15:09.189Z] #43 sha256:774b307447da09c42cf2a683e2d87dcb916bac872d5c12005f4ebd3c6aa11bf4 [2021-11-17T22:15:09.189Z] #43 78.02 DEP criu/fault-injection.d [2021-11-17T22:15:09.189Z] #43 78.09 DEP criu/external.d [2021-11-17T22:15:09.189Z] #43 78.24 DEP criu/eventpoll.d [2021-11-17T22:15:09.189Z] #43 78.47 DEP criu/eventfd.d [2021-11-17T22:15:09.189Z] #43 78.64 DEP criu/crtools.d [2021-11-17T22:15:09.189Z] #43 78.87 DEP criu/cr-service.d [2021-11-17T22:15:09.189Z] #43 79.06 DEP criu/cr-restore.d [2021-11-17T22:15:09.189Z] #43 79.35 DEP criu/cr-errno.d [2021-11-17T22:15:09.189Z] #43 79.36 DEP criu/cr-dump.d [2021-11-17T22:15:09.189Z] #43 79.62 DEP criu/cr-dedup.d [2021-11-17T22:15:09.189Z] #43 79.82 DEP criu/cr-check.d [2021-11-17T22:15:09.189Z] #43 80.11 DEP criu/config.d [2021-11-17T22:15:09.189Z] #43 80.30 DEP criu/clone-noasan.d [2021-11-17T22:15:09.189Z] #43 80.41 DEP criu/cgroup.d [2021-11-17T22:15:09.189Z] #43 80.62 DEP criu/cgroup-props.d [2021-11-17T22:15:09.189Z] #43 80.75 DEP criu/bitmap.d [2021-11-17T22:15:09.189Z] #43 80.79 DEP criu/bfd.d [2021-11-17T22:15:09.189Z] #43 80.92 DEP criu/autofs.d [2021-11-17T22:15:09.189Z] #43 81.17 DEP criu/aio.d [2021-11-17T22:15:09.189Z] #43 81.40 DEP criu/action-scripts.d [2021-11-17T22:15:09.189Z] #43 81.77 CC criu/action-scripts.o [2021-11-17T22:15:09.189Z] #43 82.49 CC criu/aio.o [2021-11-17T22:15:09.447Z] #43 83.51 CC criu/autofs.o [2021-11-17T22:15:10.422Z] 4612f6d0b889: Pull complete [2021-11-17T22:15:11.354Z] #43 85.18 CC criu/bfd.o [2021-11-17T22:15:11.637Z] #53 ... [2021-11-17T22:15:11.637Z] [2021-11-17T22:15:11.637Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-11-17T22:15:11.637Z] #15 sha256:d33ca7c6b7c1756b1bcc1b316a69fc1a14c5fae58bcda29cea1574f81516bf6b [2021-11-17T22:15:11.637Z] #15 DONE 4.1s [2021-11-17T22:15:11.637Z] [2021-11-17T22:15:11.637Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-11-17T22:15:11.637Z] #16 sha256:04ae1288de65841634c0124bcaa98d14279f91fc3c74c2dafbc5543ad627ef80 [2021-11-17T22:15:11.920Z] #43 85.63 CC criu/bitmap.o [2021-11-17T22:15:11.920Z] #43 85.78 CC criu/cgroup-props.o [2021-11-17T22:15:12.487Z] #43 86.48 CC criu/cgroup.o [2021-11-17T22:15:13.863Z] #43 ... [2021-11-17T22:15:13.863Z] [2021-11-17T22:15:13.863Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 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 [2021-11-17T22:15:13.863Z] #20 sha256:799955f6312cbdac23721e0b0414d0deea9b0c31f7fc5c22785a35ee9f002f09 [2021-11-17T22:15:13.863Z] #20 15.96 Reading package lists... [2021-11-17T22:15:13.863Z] #20 21.77 Reading package lists... [2021-11-17T22:15:13.863Z] #20 25.09 Building dependency tree... [2021-11-17T22:15:13.863Z] #20 26.42 libcap2-bin is already the newest version (1:2.25-2). [2021-11-17T22:15:13.863Z] #20 26.42 The following additional packages will be installed: [2021-11-17T22:15:13.863Z] #20 26.43 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-11-17T22:15:13.863Z] #20 26.43 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-11-17T22:15:13.863Z] #20 26.43 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-11-17T22:15:13.863Z] #20 26.43 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-11-17T22:15:13.863Z] #20 26.43 python3.7 python3.7-minimal vim-runtime xxd [2021-11-17T22:15:13.863Z] #20 26.43 Suggested packages: [2021-11-17T22:15:13.863Z] #20 26.43 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc [2021-11-17T22:15:13.863Z] #20 26.43 python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv [2021-11-17T22:15:13.863Z] #20 26.43 python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2021-11-17T22:15:13.863Z] #20 26.43 quota [2021-11-17T22:15:13.863Z] #20 26.43 Recommended packages: [2021-11-17T22:15:13.863Z] #20 26.43 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-11-17T22:15:13.863Z] #20 26.43 python3-keyrings.alt python3-xdg unzip [2021-11-17T22:15:13.863Z] #20 ... [2021-11-17T22:15:13.863Z] [2021-11-17T22:15:13.863Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-11-17T22:15:13.863Z] #24 sha256:ad113c6576d283c7cc60eedc32c6b7c19fe5152cc058e53877292346035382eb [2021-11-17T22:15:14.192Z] #16 2.864 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-11-17T22:15:14.192Z] #16 DONE 2.9s [2021-11-17T22:15:14.192Z] [2021-11-17T22:15:14.192Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:15:14.192Z] #43 sha256:9c88665f5323b3954e3d3c9ccebf3a6fb3b18ad29fcde46a84373b30db78ca80 [2021-11-17T22:15:14.192Z] #43 65.02 CC criu/arch/x86/kerndat.o [2021-11-17T22:15:14.192Z] #43 65.54 CC criu/arch/x86/sigaction_compat.o [2021-11-17T22:15:14.192Z] #43 65.90 CC criu/arch/x86/sigframe.o [2021-11-17T22:15:14.192Z] #43 66.28 LINK criu/arch/x86/crtools.built-in.o [2021-11-17T22:15:14.192Z] #43 66.35 DEP criu/pie/util-vdso-elf32.d [2021-11-17T22:15:14.192Z] #43 66.50 DEP criu/pie/util-vdso.d [2021-11-17T22:15:14.192Z] #43 66.62 DEP criu/pie/util.d [2021-11-17T22:15:14.192Z] #43 66.82 CC criu/pie/util.o [2021-11-17T22:15:14.192Z] #43 67.21 CC criu/pie/util-vdso.o [2021-11-17T22:15:14.192Z] #43 68.05 CC criu/pie/util-vdso-elf32.o [2021-11-17T22:15:14.192Z] #43 68.88 AR criu/pie/pie.lib.a [2021-11-17T22:15:14.192Z] #43 68.96 DEP criu/pie/restorer.d [2021-11-17T22:15:14.192Z] #43 69.25 DEP criu/arch/x86/sigaction_compat_pie.d [2021-11-17T22:15:14.192Z] #43 69.33 DEP criu/arch/x86/restorer_unmap.d [2021-11-17T22:15:14.192Z] #43 69.34 DEP criu/arch/x86/restorer.d [2021-11-17T22:15:14.192Z] #43 69.54 DEP criu/arch/x86/vdso-pie.d [2021-11-17T22:15:14.192Z] #43 69.66 DEP criu/pie/parasite-vdso.d [2021-11-17T22:15:14.192Z] #43 69.82 DEP criu/pie/parasite.d [2021-11-17T22:15:14.192Z] #43 70.12 CC criu/pie/parasite.o [2021-11-17T22:15:14.192Z] #43 71.60 LINK criu/pie/parasite.built-in.o [2021-11-17T22:15:14.192Z] #43 71.62 GEN criu/pie/parasite-blob.h [2021-11-17T22:15:14.192Z] #43 71.67 CC criu/pie/parasite-vdso.o [2021-11-17T22:15:15.269Z] #43 72.65 CC criu/arch/x86/vdso-pie.o [2021-11-17T22:15:15.528Z] #43 73.11 CC criu/arch/x86/restorer.o [2021-11-17T22:15:16.097Z] #43 73.72 CC criu/arch/x86/restorer_unmap.o [2021-11-17T22:15:16.097Z] #43 73.76 CC criu/arch/x86/sigaction_compat_pie.o [2021-11-17T22:15:16.356Z] #43 74.00 CC criu/pie/restorer.o [2021-11-17T22:15:16.568Z] #24 161.3 Checking out files: 29% (3322/11420) Checking out files: 30% (3426/11420) Checking out files: 31% (3541/11420) Checking out files: 32% (3655/11420) Checking out files: 33% (3769/11420) Checking out files: 34% (3883/11420) Checking out files: 35% (3997/11420) Checking out files: 36% (4112/11420) Checking out files: 37% (4226/11420) Checking out files: 38% (4340/11420) Checking out files: 39% (4454/11420) Checking out files: 40% (4568/11420) Checking out files: 41% (4683/11420) Checking out files: 42% (4797/11420) Checking out files: 43% (4911/11420) Checking out files: 44% (5025/11420) Checking out files: 45% (5139/11420) Checking out files: 46% (5254/11420) Checking out files: 47% (5368/11420) Checking out files: 48% (5482/11420) Checking out files: 49% (5596/11420) Checking out files: 50% (5710/11420) Checking out files: 51% (5825/11420) Checking out files: 52% (5939/11420) Checking out files: 53% (6053/11420) Checking out files: 54% (6167/11420) Checking out files: 54% (6214/11420) Checking out files: 55% (6281/11420) Checking out files: 56% (6396/11420) Checking out files: 57% (6510/11420) Checking out files: 58% (6624/11420) Checking out files: 59% (6738/11420) Checking out files: 60% (6852/11420) Checking out files: 61% (6967/11420) Checking out files: 62% (7081/11420) Checking out files: 63% (7195/11420) Checking out files: 64% (7309/11420) Checking out files: 65% (7423/11420) Checking out files: 66% (7538/11420) Checking out files: 67% (7652/11420) Checking out files: 68% (7766/11420) Checking out files: 69% (7880/11420) Checking out files: 70% (7994/11420) Checking out files: 71% (8109/11420) Checking out files: 72% (8223/11420) Checking out files: 73% (8337/11420) Checking out files: 74% (8451/11420) Checking out files: 75% (8565/11420) Checking out files: 76% (8680/11420) Checking out files: 77% (8794/11420) Checking out files: 78% (8908/11420) Checking out files: 79% (9022/11420) Checking out files: 80% (9136/11420) Checking out files: 81% (9251/11420) Checking out files: 82% (9365/11420) Checking out files: 83% (9479/11420) Checking out files: 84% (9593/11420) Checking out files: 85% (9707/11420) Checking out files: 86% (9822/11420) Checking out files: 86% (9877/11420) Checking out files: 87% (9936/11420) Checking out files: 88% (10050/11420) Checking out files: 89% (10164/11420) Checking out files: 90% (10278/11420) Checking out files: 91% (10393/11420) Checking out files: 92% (10507/11420) Checking out files: 93% (10621/11420) Checking out files: 94% (10735/11420) Checking out files: 95% (10849/11420) Checking out files: 96% (10964/11420) Checking out files: 97% (11078/11420) Checking out files: 98% (11192/11420) Checking out files: 99% (11306/11420) Checking out files: 100% (11420/11420) Checking out files: 100% (11420/11420), done. [2021-11-17T22:15:16.569Z] #24 163.8 + cd /tmp/tmp.e4B5f065Xe/tmp/docker-ce [2021-11-17T22:15:16.569Z] #24 163.8 + git checkout -q v17.06.2-ce [2021-11-17T22:15:16.615Z] #43 ... [2021-11-17T22:15:16.615Z] [2021-11-17T22:15:16.615Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-11-17T22:15:16.615Z] #17 sha256:df538d4e1efd01b9e3546cafd2d10882dac21594286391b0ffd41b924f04f54d [2021-11-17T22:15:16.615Z] #17 DONE 2.3s [2021-11-17T22:15:16.615Z] [2021-11-17T22:15:16.615Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-11-17T22:15:16.615Z] #18 sha256:c39c76242e80f7c7af775563d13759a41bedf68ce456358eeb70fd635e848fa0 [2021-11-17T22:15:18.515Z] #18 ... [2021-11-17T22:15:18.515Z] [2021-11-17T22:15:18.515Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:15:18.515Z] #45 sha256:5c836e09b66d03207e970ffcbd218a5f75e0d81b5d74791034a6b8f163f1b3b0 [2021-11-17T22:15:18.515Z] #45 143.4 net/http/httptrace [2021-11-17T22:15:18.515Z] #45 143.7 net/http [2021-11-17T22:15:18.515Z] #45 ... [2021-11-17T22:15:18.515Z] [2021-11-17T22:15:18.515Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-11-17T22:15:18.515Z] #53 sha256:15ade6b913304e204fe26b68c3fdcea285510de7dbbe5f0b28cd9d3cb656b681 [2021-11-17T22:15:18.515Z] #53 16.67 + cd /tmp/tmp.ACFI0kgeeC/src/github.com/opencontainers/runc [2021-11-17T22:15:18.515Z] #53 16.67 + git checkout -q 52b36a2dd837e8462de8e01458bf02cf9eea47dd [2021-11-17T22:15:19.085Z] #53 ... [2021-11-17T22:15:19.085Z] [2021-11-17T22:15:19.085Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-11-17T22:15:19.085Z] #18 sha256:c39c76242e80f7c7af775563d13759a41bedf68ce456358eeb70fd635e848fa0 [2021-11-17T22:15:19.085Z] #18 DONE 2.3s [2021-11-17T22:15:19.085Z] [2021-11-17T22:15:19.085Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-11-17T22:15:19.085Z] #19 sha256:36f8b13f99f583e88edd170393fd2a976fd59b671eadce9052a3ff4d48fc22a4 [2021-11-17T22:15:19.173Z] #24 166.6 + mkdir -p /tmp/tmp.e4B5f065Xe/src/github.com/docker [2021-11-17T22:15:19.431Z] #24 166.6 + mv components/cli /tmp/tmp.e4B5f065Xe/src/github.com/docker/cli [2021-11-17T22:15:19.431Z] #24 166.6 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2021-11-17T22:15:21.337Z] #24 ... [2021-11-17T22:15:21.337Z] [2021-11-17T22:15:21.337Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 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 [2021-11-17T22:15:21.337Z] #20 sha256:799955f6312cbdac23721e0b0414d0deea9b0c31f7fc5c22785a35ee9f002f09 [2021-11-17T22:15:21.337Z] #20 27.74 The following NEW packages will be installed: [2021-11-17T22:15:21.337Z] #20 27.74 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-11-17T22:15:21.337Z] #20 27.75 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-11-17T22:15:21.337Z] #20 27.75 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-11-17T22:15:21.337Z] #20 27.75 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-11-17T22:15:21.337Z] #20 27.75 libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils [2021-11-17T22:15:21.337Z] #20 27.75 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-11-17T22:15:21.337Z] #20 27.75 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-11-17T22:15:21.337Z] #20 27.75 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-11-17T22:15:21.337Z] #20 27.75 xz-utils zip [2021-11-17T22:15:21.337Z] #20 28.07 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded. [2021-11-17T22:15:21.337Z] #20 28.07 Need to get 27.7 MB of archives. [2021-11-17T22:15:21.337Z] #20 28.07 After this operation, 114 MB of additional disk space will be used. [2021-11-17T22:15:21.337Z] #20 28.07 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB] [2021-11-17T22:15:21.337Z] #20 28.07 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u3 [588 kB] [2021-11-17T22:15:21.337Z] #20 28.08 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u3 [1404 kB] [2021-11-17T22:15:21.337Z] #20 28.14 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB] [2021-11-17T22:15:21.337Z] #20 28.14 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB] [2021-11-17T22:15:21.337Z] #20 28.15 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u3 [1642 kB] [2021-11-17T22:15:21.338Z] #20 28.21 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u3 [330 kB] [2021-11-17T22:15:21.338Z] #20 28.22 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB] [2021-11-17T22:15:21.338Z] #20 28.22 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB] [2021-11-17T22:15:21.338Z] #20 28.23 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB] [2021-11-17T22:15:21.338Z] #20 28.23 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB] [2021-11-17T22:15:21.338Z] #20 28.24 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB] [2021-11-17T22:15:21.338Z] #20 28.25 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2021-11-17T22:15:21.338Z] #20 28.25 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB] [2021-11-17T22:15:21.338Z] #20 28.25 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB] [2021-11-17T22:15:21.338Z] #20 28.26 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB] [2021-11-17T22:15:21.338Z] #20 28.28 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2021-11-17T22:15:21.338Z] #20 28.28 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2021-11-17T22:15:21.338Z] #20 28.29 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB] [2021-11-17T22:15:21.338Z] #20 28.30 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB] [2021-11-17T22:15:21.338Z] #20 28.36 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB] [2021-11-17T22:15:21.338Z] #20 28.36 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB] [2021-11-17T22:15:21.338Z] #20 28.37 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB] [2021-11-17T22:15:21.338Z] #20 28.38 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2021-11-17T22:15:21.338Z] #20 28.38 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2021-11-17T22:15:21.338Z] #20 28.39 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2021-11-17T22:15:21.338Z] #20 28.40 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB] [2021-11-17T22:15:21.338Z] #20 28.40 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB] [2021-11-17T22:15:21.338Z] #20 28.40 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2021-11-17T22:15:21.338Z] #20 28.92 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2021-11-17T22:15:21.338Z] #20 28.92 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2021-11-17T22:15:21.338Z] #20 28.93 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2021-11-17T22:15:21.338Z] #20 28.93 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB] [2021-11-17T22:15:21.338Z] #20 28.93 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB] [2021-11-17T22:15:21.338Z] #20 28.93 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 patch arm64 2.7.6-3+deb10u1 [122 kB] [2021-11-17T22:15:21.338Z] #20 28.94 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB] [2021-11-17T22:15:21.338Z] #20 28.99 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-11-17T22:15:21.338Z] #20 29.03 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB] [2021-11-17T22:15:21.338Z] #20 29.03 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB] [2021-11-17T22:15:21.338Z] #20 29.04 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-11-17T22:15:21.338Z] #20 29.04 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB] [2021-11-17T22:15:21.338Z] #20 29.06 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-11-17T22:15:21.338Z] #20 29.06 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u3 [1208 kB] [2021-11-17T22:15:21.338Z] #20 29.09 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB] [2021-11-17T22:15:21.338Z] #20 29.10 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB] [2021-11-17T22:15:21.338Z] #20 29.11 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-11-17T22:15:21.338Z] #20 29.36 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB] [2021-11-17T22:15:21.338Z] #20 29.40 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB] [2021-11-17T22:15:21.338Z] #20 29.41 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB] [2021-11-17T22:15:21.338Z] #20 29.96 debconf: delaying package configuration, since apt-utils is not installed [2021-11-17T22:15:21.338Z] #20 30.06 Fetched 27.7 MB in 2s (17.2 MB/s) [2021-11-17T22:15:21.338Z] #20 30.12 Selecting previously unselected package pigz. [2021-11-17T22:15:21.338Z] #20 30.12 (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 ... 23425 files and directories currently installed.) [2021-11-17T22:15:21.338Z] #20 30.16 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ... [2021-11-17T22:15:21.338Z] #20 30.17 Unpacking pigz (2.4-1) ... [2021-11-17T22:15:21.338Z] #20 30.27 Selecting previously unselected package libpython3.7-minimal:arm64. [2021-11-17T22:15:21.338Z] #20 30.27 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_arm64.deb ... [2021-11-17T22:15:21.338Z] #20 30.28 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ... [2021-11-17T22:15:21.338Z] #20 30.66 Selecting previously unselected package python3.7-minimal. [2021-11-17T22:15:21.338Z] #20 30.66 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_arm64.deb ... [2021-11-17T22:15:21.338Z] #20 30.68 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-11-17T22:15:21.338Z] #20 31.29 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ... [2021-11-17T22:15:21.338Z] #20 31.32 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-11-17T22:15:21.338Z] #20 33.21 Selecting previously unselected package python3-minimal. [2021-11-17T22:15:21.338Z] #20 33.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 ... 23674 files and directories currently installed.) [2021-11-17T22:15:21.338Z] #20 33.25 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ... [2021-11-17T22:15:21.338Z] #20 33.26 Unpacking python3-minimal (3.7.3-1) ... [2021-11-17T22:15:21.338Z] #20 33.35 Selecting previously unselected package libmpdec2:arm64. [2021-11-17T22:15:21.338Z] #20 33.36 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ... [2021-11-17T22:15:21.338Z] #20 33.36 Unpacking libmpdec2:arm64 (2.4.2-2) ... [2021-11-17T22:15:21.338Z] #20 33.45 Selecting previously unselected package libpython3.7-stdlib:arm64. [2021-11-17T22:15:21.338Z] #20 33.45 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_arm64.deb ... [2021-11-17T22:15:21.338Z] #20 33.46 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ... [2021-11-17T22:15:21.338Z] #20 34.22 Selecting previously unselected package python3.7. [2021-11-17T22:15:21.338Z] #20 34.24 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_arm64.deb ... [2021-11-17T22:15:21.338Z] #20 34.25 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-11-17T22:15:21.597Z] #20 34.38 Selecting previously unselected package libpython3-stdlib:arm64. [2021-11-17T22:15:21.597Z] #20 34.38 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ... [2021-11-17T22:15:21.597Z] #20 34.40 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ... [2021-11-17T22:15:21.623Z] #19 DONE 2.2s [2021-11-17T22:15:21.623Z] [2021-11-17T22:15:21.624Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 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 [2021-11-17T22:15:21.624Z] #20 sha256:a6c57e76359cf066208a363bf3b2e2d6ee5440da08a6bd4e042a7b12b8f058ad [2021-11-17T22:15:21.857Z] #20 34.52 Setting up python3-minimal (3.7.3-1) ... [2021-11-17T22:15:22.425Z] #20 35.17 Selecting previously unselected package python3. [2021-11-17T22:15:22.425Z] #20 35.17 (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 ... 24086 files and directories currently installed.) [2021-11-17T22:15:22.425Z] #20 35.21 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ... [2021-11-17T22:15:22.425Z] #20 35.22 Unpacking python3 (3.7.3-1) ... [2021-11-17T22:15:22.425Z] #20 35.30 Selecting previously unselected package libip4tc0:arm64. [2021-11-17T22:15:22.684Z] #20 35.30 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ... [2021-11-17T22:15:22.684Z] #20 35.31 Unpacking libip4tc0:arm64 (1.8.2-4) ... [2021-11-17T22:15:22.684Z] #20 35.37 Selecting previously unselected package libip6tc0:arm64. [2021-11-17T22:15:22.684Z] #20 35.37 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ... [2021-11-17T22:15:22.684Z] #20 35.38 Unpacking libip6tc0:arm64 (1.8.2-4) ... [2021-11-17T22:15:22.684Z] #20 35.45 Selecting previously unselected package libiptc0:arm64. [2021-11-17T22:15:22.684Z] #20 35.46 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ... [2021-11-17T22:15:22.684Z] #20 35.46 Unpacking libiptc0:arm64 (1.8.2-4) ... [2021-11-17T22:15:22.684Z] #20 35.52 Selecting previously unselected package libnfnetlink0:arm64. [2021-11-17T22:15:22.684Z] #20 35.53 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2021-11-17T22:15:22.684Z] #20 35.53 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-11-17T22:15:22.684Z] #20 35.58 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2021-11-17T22:15:22.943Z] #20 35.58 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ... [2021-11-17T22:15:22.943Z] #20 35.59 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2021-11-17T22:15:22.943Z] #20 35.66 Selecting previously unselected package libnftnl11:arm64. [2021-11-17T22:15:22.943Z] #20 35.66 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ... [2021-11-17T22:15:22.943Z] #20 35.67 Unpacking libnftnl11:arm64 (1.1.2-2) ... [2021-11-17T22:15:22.943Z] #20 35.78 Selecting previously unselected package iptables. [2021-11-17T22:15:22.943Z] #20 35.78 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ... [2021-11-17T22:15:22.943Z] #20 35.79 Unpacking iptables (1.8.2-4) ... [2021-11-17T22:15:23.202Z] #20 36.07 Selecting previously unselected package xxd. [2021-11-17T22:15:23.202Z] #20 36.09 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ... [2021-11-17T22:15:23.202Z] #20 36.10 Unpacking xxd (2:8.1.0875-5) ... [2021-11-17T22:15:23.202Z] #20 36.19 Selecting previously unselected package vim-common. [2021-11-17T22:15:23.461Z] #20 36.20 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-11-17T22:15:23.461Z] #20 36.23 Unpacking vim-common (2:8.1.0875-5) ... [2021-11-17T22:15:23.529Z] #20 2.495 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-11-17T22:15:23.720Z] #20 36.42 Selecting previously unselected package bash-completion. [2021-11-17T22:15:23.720Z] #20 36.42 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-11-17T22:15:23.742Z] INFO [loader] Go packages loading at mode 575 (name|compiled_files|exports_file|imports|types_sizes|deps|files) took 2m6.922665858s [2021-11-17T22:15:23.742Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 413.684492ms [2021-11-17T22:15:23.788Z] #20 2.506 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-11-17T22:15:23.788Z] #20 2.532 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-11-17T22:15:23.788Z] #20 2.557 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-11-17T22:15:24.359Z] #20 3.265 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [486 kB] [2021-11-17T22:15:25.098Z] #20 ... [2021-11-17T22:15:25.098Z] [2021-11-17T22:15:25.098Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:15:25.098Z] #43 sha256:774b307447da09c42cf2a683e2d87dcb916bac872d5c12005f4ebd3c6aa11bf4 [2021-11-17T22:15:25.098Z] #43 89.10 CC criu/clone-noasan.o [2021-11-17T22:15:25.098Z] #43 89.31 CC criu/config.o [2021-11-17T22:15:25.098Z] #43 90.46 CC criu/cr-check.o [2021-11-17T22:15:25.098Z] #43 92.17 CC criu/cr-dedup.o [2021-11-17T22:15:25.098Z] #43 92.48 CC criu/cr-dump.o [2021-11-17T22:15:25.098Z] #43 94.64 CC criu/cr-errno.o [2021-11-17T22:15:25.098Z] #43 94.70 CC criu/cr-restore.o [2021-11-17T22:15:25.360Z] #43 99.26 CC criu/cr-service.o [2021-11-17T22:15:25.619Z] #43 ... [2021-11-17T22:15:25.619Z] [2021-11-17T22:15:25.620Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 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 [2021-11-17T22:15:25.620Z] #20 sha256:799955f6312cbdac23721e0b0414d0deea9b0c31f7fc5c22785a35ee9f002f09 [2021-11-17T22:15:25.620Z] #20 38.34 Unpacking bash-completion (1:2.8-6) ... [2021-11-17T22:15:25.737Z] #20 4.449 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2021-11-17T22:15:25.883Z] #20 38.68 Selecting previously unselected package bzip2. [2021-11-17T22:15:25.883Z] #20 38.69 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ... [2021-11-17T22:15:25.883Z] #20 38.71 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-11-17T22:15:26.142Z] #20 38.79 Selecting previously unselected package xz-utils. [2021-11-17T22:15:26.142Z] #20 38.81 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ... [2021-11-17T22:15:26.142Z] #20 38.82 Unpacking xz-utils (5.2.4-1) ... [2021-11-17T22:15:26.142Z] #20 39.00 Selecting previously unselected package apparmor. [2021-11-17T22:15:26.142Z] #20 39.00 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ... [2021-11-17T22:15:26.142Z] #20 39.05 Unpacking apparmor (2.13.2-10) ... [2021-11-17T22:15:26.401Z] #20 39.34 Selecting previously unselected package aufs-tools. [2021-11-17T22:15:26.660Z] #20 39.34 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ... [2021-11-17T22:15:26.660Z] #20 39.34 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-11-17T22:15:26.660Z] #20 39.49 Selecting previously unselected package libonig5:arm64. [2021-11-17T22:15:26.660Z] #20 39.50 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ... [2021-11-17T22:15:26.660Z] #20 39.50 Unpacking libonig5:arm64 (6.9.1-1) ... [2021-11-17T22:15:26.660Z] #20 39.63 Selecting previously unselected package libjq1:arm64. [2021-11-17T22:15:26.920Z] #20 39.63 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2021-11-17T22:15:26.920Z] #20 39.64 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-11-17T22:15:26.920Z] #20 39.75 Selecting previously unselected package jq. [2021-11-17T22:15:26.920Z] #20 39.76 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ... [2021-11-17T22:15:26.920Z] #20 39.79 Unpacking jq (1.5+dfsg-2+b1) ... [2021-11-17T22:15:26.920Z] #20 39.85 Selecting previously unselected package libaio1:arm64. [2021-11-17T22:15:27.116Z] #20 ... [2021-11-17T22:15:27.116Z] [2021-11-17T22:15:27.116Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:15:27.116Z] #43 sha256:9c88665f5323b3954e3d3c9ccebf3a6fb3b18ad29fcde46a84373b30db78ca80 [2021-11-17T22:15:27.116Z] #43 77.54 LINK criu/pie/restorer.built-in.o [2021-11-17T22:15:27.116Z] #43 77.56 GEN criu/pie/restorer-blob.h [2021-11-17T22:15:27.116Z] #43 77.69 DEP criu/vdso.d [2021-11-17T22:15:27.116Z] #43 77.91 DEP criu/vdso-compat.d [2021-11-17T22:15:27.116Z] #43 78.11 DEP criu/uts_ns.d [2021-11-17T22:15:27.116Z] #43 78.30 DEP criu/util.d [2021-11-17T22:15:27.116Z] #43 78.52 DEP criu/uffd.d [2021-11-17T22:15:27.116Z] #43 78.86 DEP criu/tun.d [2021-11-17T22:15:27.116Z] #43 79.08 DEP criu/tty.d [2021-11-17T22:15:27.116Z] #43 79.34 DEP criu/timerfd.d [2021-11-17T22:15:27.116Z] #43 79.56 DEP criu/timens.d [2021-11-17T22:15:27.116Z] #43 79.76 DEP criu/sysfs_parse.d [2021-11-17T22:15:27.116Z] #43 79.96 DEP criu/sysctl.d [2021-11-17T22:15:27.116Z] #43 80.15 DEP criu/string.d [2021-11-17T22:15:27.116Z] #43 80.22 DEP criu/stats.d [2021-11-17T22:15:27.116Z] #43 80.35 DEP criu/sockets.d [2021-11-17T22:15:27.116Z] #43 80.55 DEP criu/sk-unix.d [2021-11-17T22:15:27.116Z] #43 80.77 DEP criu/sk-tcp.d [2021-11-17T22:15:27.116Z] #43 81.09 DEP criu/sk-queue.d [2021-11-17T22:15:27.116Z] #43 81.26 DEP criu/sk-packet.d [2021-11-17T22:15:27.116Z] #43 81.48 DEP criu/sk-netlink.d [2021-11-17T22:15:27.116Z] #43 81.66 DEP criu/sk-inet.d [2021-11-17T22:15:27.116Z] #43 81.87 DEP criu/signalfd.d [2021-11-17T22:15:27.116Z] #43 82.02 DEP criu/sigframe.d [2021-11-17T22:15:27.116Z] #43 82.13 DEP criu/shmem.d [2021-11-17T22:15:27.116Z] #43 82.31 DEP criu/servicefd.d [2021-11-17T22:15:27.116Z] #43 82.56 DEP criu/seize.d [2021-11-17T22:15:27.116Z] #43 82.75 DEP criu/seccomp.d [2021-11-17T22:15:27.116Z] #43 82.96 DEP criu/rst-malloc.d [2021-11-17T22:15:27.116Z] #43 83.04 DEP criu/rbtree.d [2021-11-17T22:15:27.116Z] #43 83.08 DEP criu/pstree.d [2021-11-17T22:15:27.116Z] #43 83.33 DEP criu/protobuf.d [2021-11-17T22:15:27.116Z] #43 83.46 GEN criu/protobuf-desc-gen.h [2021-11-17T22:15:27.179Z] #20 39.86 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ... [2021-11-17T22:15:27.179Z] #20 39.87 Unpacking libaio1:arm64 (0.3.112-3) ... [2021-11-17T22:15:27.179Z] #20 39.92 Selecting previously unselected package libgpm2:arm64. [2021-11-17T22:15:27.179Z] #20 39.93 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ... [2021-11-17T22:15:27.179Z] #20 39.93 Unpacking libgpm2:arm64 (1.20.7-5) ... [2021-11-17T22:15:27.179Z] #20 40.02 Selecting previously unselected package libicu63:arm64. [2021-11-17T22:15:27.179Z] #20 40.02 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ... [2021-11-17T22:15:27.179Z] #20 40.03 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2021-11-17T22:15:27.685Z] #43 ... [2021-11-17T22:15:27.685Z] [2021-11-17T22:15:27.685Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 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 [2021-11-17T22:15:27.685Z] #20 sha256:a6c57e76359cf066208a363bf3b2e2d6ee5440da08a6bd4e042a7b12b8f058ad [2021-11-17T22:15:27.685Z] #20 6.453 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [309 kB] [2021-11-17T22:15:29.594Z] #20 8.290 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-11-17T22:15:29.594Z] #20 ... [2021-11-17T22:15:29.594Z] [2021-11-17T22:15:29.594Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-11-17T22:15:29.594Z] #53 sha256:15ade6b913304e204fe26b68c3fdcea285510de7dbbe5f0b28cd9d3cb656b681 [2021-11-17T22:15:29.594Z] #53 17.62 + '[' -z '' ']' [2021-11-17T22:15:29.594Z] #53 17.62 + target=static [2021-11-17T22:15:29.594Z] #53 17.62 + make 'BUILDTAGS=seccomp ' static [2021-11-17T22:15:29.594Z] #53 18.11 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o runc . [2021-11-17T22:15:29.594Z] #53 ... [2021-11-17T22:15:29.594Z] [2021-11-17T22:15:29.594Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:15:29.594Z] #43 sha256:9c88665f5323b3954e3d3c9ccebf3a6fb3b18ad29fcde46a84373b30db78ca80 [2021-11-17T22:15:29.594Z] #43 85.71 DEP criu/protobuf-desc.d [2021-11-17T22:15:29.594Z] #43 85.94 DEP criu/proc_parse.d [2021-11-17T22:15:29.594Z] #43 86.14 DEP criu/plugin.d [2021-11-17T22:15:29.594Z] #43 86.21 DEP criu/pipes.d [2021-11-17T22:15:29.594Z] #43 86.43 DEP criu/pie-util.d [2021-11-17T22:15:29.594Z] #43 86.55 DEP criu/pie-util-vdso.d [2021-11-17T22:15:29.594Z] #43 86.73 DEP criu/pie-util-vdso-elf32.d [2021-11-17T22:15:29.594Z] #43 86.88 DEP criu/path.d [2021-11-17T22:15:29.594Z] #43 87.04 DEP criu/parasite-syscall.d [2021-11-17T22:15:29.853Z] #43 87.30 DEP criu/pagemap.d [2021-11-17T22:15:29.853Z] #43 87.47 DEP criu/pagemap-cache.d [2021-11-17T22:15:30.113Z] #43 87.61 DEP criu/page-xfer.d [2021-11-17T22:15:30.113Z] #43 87.76 DEP criu/page-pipe.d [2021-11-17T22:15:30.113Z] #43 87.86 DEP criu/netfilter.d [2021-11-17T22:15:30.372Z] #43 88.01 DEP criu/net.d [2021-11-17T22:15:30.467Z] #20 42.91 Selecting previously unselected package libnet1:arm64. [2021-11-17T22:15:30.467Z] #20 42.92 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2021-11-17T22:15:30.467Z] #20 42.92 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-11-17T22:15:30.467Z] #20 42.99 Selecting previously unselected package libnl-3-200:arm64. [2021-11-17T22:15:30.467Z] #20 42.99 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ... [2021-11-17T22:15:30.467Z] #20 43.00 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2021-11-17T22:15:30.467Z] #20 43.07 Selecting previously unselected package libprotobuf-c1:arm64. [2021-11-17T22:15:30.467Z] #20 43.07 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2021-11-17T22:15:30.467Z] #20 43.10 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-11-17T22:15:30.467Z] #20 43.14 Selecting previously unselected package libreadline5:arm64. [2021-11-17T22:15:30.467Z] #20 43.14 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ... [2021-11-17T22:15:30.467Z] #20 43.14 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ... [2021-11-17T22:15:30.467Z] #20 43.25 Selecting previously unselected package net-tools. [2021-11-17T22:15:30.467Z] #20 43.25 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ... [2021-11-17T22:15:30.467Z] #20 43.25 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-11-17T22:15:30.631Z] #43 88.23 DEP criu/namespaces.d [2021-11-17T22:15:30.727Z] #20 43.43 Selecting previously unselected package patch. [2021-11-17T22:15:30.727Z] #20 43.43 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_arm64.deb ... [2021-11-17T22:15:30.727Z] #20 43.43 Unpacking patch (2.7.6-3+deb10u1) ... [2021-11-17T22:15:30.727Z] #20 43.54 Selecting previously unselected package python-pip-whl. [2021-11-17T22:15:30.727Z] #20 43.56 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ... [2021-11-17T22:15:30.727Z] #20 43.56 Unpacking python-pip-whl (18.1-5) ... [2021-11-17T22:15:30.890Z] #43 88.45 DEP criu/mount.d [2021-11-17T22:15:31.149Z] #43 88.72 DEP criu/memfd.d [2021-11-17T22:15:31.294Z] #20 44.02 Selecting previously unselected package python3-lib2to3. [2021-11-17T22:15:31.294Z] #20 44.02 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ... [2021-11-17T22:15:31.294Z] #20 44.03 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-11-17T22:15:31.294Z] #20 44.15 Selecting previously unselected package python3-distutils. [2021-11-17T22:15:31.294Z] #20 44.16 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ... [2021-11-17T22:15:31.294Z] #20 44.16 Unpacking python3-distutils (3.7.3-1) ... [2021-11-17T22:15:31.408Z] #43 88.93 DEP criu/mem.d [2021-11-17T22:15:31.553Z] #20 44.28 Selecting previously unselected package python3-pip. [2021-11-17T22:15:31.553Z] #20 44.28 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ... [2021-11-17T22:15:31.553Z] #20 44.29 Unpacking python3-pip (18.1-5) ... [2021-11-17T22:15:31.667Z] #43 ... [2021-11-17T22:15:31.667Z] [2021-11-17T22:15:31.667Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-11-17T22:15:31.667Z] #45 sha256:5c836e09b66d03207e970ffcbd218a5f75e0d81b5d74791034a6b8f163f1b3b0 [2021-11-17T22:15:31.667Z] #45 160.3 github.com/LK4D4/vndr/godl [2021-11-17T22:15:31.667Z] #45 161.2 github.com/LK4D4/vndr [2021-11-17T22:15:31.667Z] #45 DONE 166.7s [2021-11-17T22:15:31.667Z] [2021-11-17T22:15:31.667Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:15:31.667Z] #43 sha256:9c88665f5323b3954e3d3c9ccebf3a6fb3b18ad29fcde46a84373b30db78ca80 [2021-11-17T22:15:31.667Z] #43 89.18 DEP criu/lsm.d [2021-11-17T22:15:31.812Z] #20 44.48 Selecting previously unselected package python3-pkg-resources. [2021-11-17T22:15:31.812Z] #20 44.48 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ... [2021-11-17T22:15:31.812Z] #20 44.49 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-11-17T22:15:31.812Z] #20 44.59 Selecting previously unselected package python3-setuptools. [2021-11-17T22:15:31.812Z] #20 44.60 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ... [2021-11-17T22:15:31.812Z] #20 44.61 Unpacking python3-setuptools (40.8.0-1) ... [2021-11-17T22:15:31.926Z] #43 89.38 DEP criu/log.d [2021-11-17T22:15:31.926Z] #43 89.51 DEP criu/libnetlink.d [2021-11-17T22:15:32.071Z] #20 44.80 Selecting previously unselected package python3-wheel. [2021-11-17T22:15:32.071Z] #20 44.82 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ... [2021-11-17T22:15:32.071Z] #20 44.83 Unpacking python3-wheel (0.32.3-2) ... [2021-11-17T22:15:32.185Z] #43 89.64 DEP criu/kerndat.d [2021-11-17T22:15:32.185Z] #43 89.85 DEP criu/kcmp-ids.d [2021-11-17T22:15:32.330Z] #20 44.93 Selecting previously unselected package sudo. [2021-11-17T22:15:32.330Z] #20 44.93 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_arm64.deb ... [2021-11-17T22:15:32.330Z] #20 44.94 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-11-17T22:15:32.445Z] #43 90.01 DEP criu/irmap.d [2021-11-17T22:15:32.589Z] #20 45.43 Selecting previously unselected package thin-provisioning-tools. [2021-11-17T22:15:32.589Z] #20 45.44 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_arm64.deb ... [2021-11-17T22:15:32.589Z] #20 45.45 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-11-17T22:15:32.703Z] #43 90.14 DEP criu/ipc_ns.d [2021-11-17T22:15:32.703Z] #43 90.29 DEP criu/image.d [2021-11-17T22:15:32.848Z] #20 45.62 Selecting previously unselected package uidmap. [2021-11-17T22:15:32.848Z] #20 45.63 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_arm64.deb ... [2021-11-17T22:15:32.848Z] #20 45.63 Unpacking uidmap (1:4.5-1.1) ... [2021-11-17T22:15:32.848Z] #20 45.78 Selecting previously unselected package vim-runtime. [2021-11-17T22:15:32.962Z] #43 90.47 DEP criu/image-desc.d [2021-11-17T22:15:32.962Z] #43 90.60 DEP criu/fsnotify.d [2021-11-17T22:15:33.107Z] #20 45.78 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-11-17T22:15:33.107Z] #20 45.81 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-11-17T22:15:33.107Z] #20 45.85 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-11-17T22:15:33.220Z] #43 90.83 DEP criu/filesystems.d [2021-11-17T22:15:33.367Z] #20 45.93 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-11-17T22:15:33.479Z] #43 91.05 DEP criu/files.d [2021-11-17T22:15:33.738Z] #43 91.20 DEP criu/files-reg.d [2021-11-17T22:15:33.997Z] #43 91.44 DEP criu/files-ext.d [2021-11-17T22:15:33.997Z] #43 91.64 DEP criu/file-lock.d [2021-11-17T22:15:34.031Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-11-17T22:15:34.256Z] #43 91.76 DEP criu/file-ids.d [2021-11-17T22:15:34.515Z] #43 91.89 DEP criu/fifo.d [2021-11-17T22:15:34.515Z] #43 92.07 DEP criu/fdstore.d [2021-11-17T22:15:34.774Z] #43 92.22 DEP criu/fault-injection.d [2021-11-17T22:15:34.774Z] #43 92.24 DEP criu/external.d [2021-11-17T22:15:34.774Z] #43 92.33 DEP criu/eventpoll.d [2021-11-17T22:15:35.033Z] #43 92.57 DEP criu/eventfd.d [2021-11-17T22:15:35.292Z] #43 92.79 DEP criu/crtools.d [2021-11-17T22:15:35.292Z] #43 92.98 DEP criu/cr-service.d [2021-11-17T22:15:35.550Z] #43 ... [2021-11-17T22:15:35.550Z] [2021-11-17T22:15:35.550Z] #32 [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 [2021-11-17T22:15:35.550Z] #32 sha256:ddd67d6f85d538ef6e07aa19cfd9c5c44b4f0df2bbb11681f570a26b980749b1 [2021-11-17T22:15:35.550Z] #32 DONE 170.4s [2021-11-17T22:15:35.550Z] [2021-11-17T22:15:35.550Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:15:35.550Z] #43 sha256:9c88665f5323b3954e3d3c9ccebf3a6fb3b18ad29fcde46a84373b30db78ca80 [2021-11-17T22:15:35.550Z] #43 93.23 DEP criu/cr-restore.d [2021-11-17T22:15:35.808Z] #43 93.50 DEP criu/cr-errno.d [2021-11-17T22:15:35.808Z] #43 93.50 DEP criu/cr-dump.d [2021-11-17T22:15:36.375Z] #43 93.77 DEP criu/cr-dedup.d [2021-11-17T22:15:36.375Z] #43 93.96 DEP criu/cr-check.d [2021-11-17T22:15:36.635Z] #43 94.23 DEP criu/config.d [2021-11-17T22:15:36.656Z] #20 48.83 Selecting previously unselected package vim. [2021-11-17T22:15:36.656Z] #20 48.83 Preparing to unpack .../38-vim_2%3a8.1.0875-5_arm64.deb ... [2021-11-17T22:15:36.656Z] #20 48.87 Unpacking vim (2:8.1.0875-5) ... [2021-11-17T22:15:36.656Z] #20 49.32 Selecting previously unselected package xfsprogs. [2021-11-17T22:15:36.656Z] #20 49.32 Preparing to unpack .../39-xfsprogs_4.20.0-1_arm64.deb ... [2021-11-17T22:15:36.656Z] #20 49.34 Unpacking xfsprogs (4.20.0-1) ... [2021-11-17T22:15:36.894Z] #43 94.42 DEP criu/clone-noasan.d [2021-11-17T22:15:36.894Z] #43 94.52 DEP criu/cgroup.d [2021-11-17T22:15:36.915Z] #20 49.65 Selecting previously unselected package zip. [2021-11-17T22:15:36.915Z] #20 49.65 Preparing to unpack .../40-zip_3.0-11+b1_arm64.deb ... [2021-11-17T22:15:36.915Z] #20 49.65 Unpacking zip (3.0-11+b1) ... [2021-11-17T22:15:36.915Z] #20 49.82 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-11-17T22:15:37.152Z] #43 94.76 DEP criu/cgroup-props.d [2021-11-17T22:15:37.173Z] #20 49.84 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-11-17T22:15:37.173Z] #20 49.86 Setting up libip6tc0:arm64 (1.8.2-4) ... [2021-11-17T22:15:37.173Z] #20 49.88 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ... [2021-11-17T22:15:37.173Z] #20 49.89 Setting up libgpm2:arm64 (1.20.7-5) ... [2021-11-17T22:15:37.173Z] #20 49.90 Setting up libip4tc0:arm64 (1.8.2-4) ... [2021-11-17T22:15:37.173Z] #20 49.92 Setting up uidmap (1:4.5-1.1) ... [2021-11-17T22:15:37.173Z] #20 49.93 Setting up libnftnl11:arm64 (1.1.2-2) ... [2021-11-17T22:15:37.173Z] #20 ... [2021-11-17T22:15:37.173Z] [2021-11-17T22:15:37.173Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:15:37.173Z] #43 sha256:774b307447da09c42cf2a683e2d87dcb916bac872d5c12005f4ebd3c6aa11bf4 [2021-11-17T22:15:37.173Z] #43 101.1 CC criu/crtools.o [2021-11-17T22:15:37.173Z] #43 101.6 CC criu/eventfd.o [2021-11-17T22:15:37.173Z] #43 101.9 CC criu/eventpoll.o [2021-11-17T22:15:37.173Z] #43 102.5 CC criu/external.o [2021-11-17T22:15:37.173Z] #43 102.9 CC criu/fault-injection.o [2021-11-17T22:15:37.173Z] #43 102.9 CC criu/fdstore.o [2021-11-17T22:15:37.173Z] #43 103.2 CC criu/fifo.o [2021-11-17T22:15:37.173Z] #43 103.6 CC criu/file-ids.o [2021-11-17T22:15:37.173Z] #43 103.9 CC criu/file-lock.o [2021-11-17T22:15:37.173Z] #43 104.7 CC criu/files-ext.o [2021-11-17T22:15:37.173Z] #43 105.0 CC criu/files-reg.o [2021-11-17T22:15:37.173Z] #43 106.9 CC criu/files.o [2021-11-17T22:15:37.173Z] #43 108.8 CC criu/filesystems.o [2021-11-17T22:15:37.173Z] #43 109.4 CC criu/fsnotify.o [2021-11-17T22:15:37.173Z] #43 110.6 CC criu/image-desc.o [2021-11-17T22:15:37.173Z] #43 110.8 CC criu/image.o [2021-11-17T22:15:37.173Z] #43 ... [2021-11-17T22:15:37.174Z] [2021-11-17T22:15:37.174Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 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 [2021-11-17T22:15:37.174Z] #20 sha256:799955f6312cbdac23721e0b0414d0deea9b0c31f7fc5c22785a35ee9f002f09 [2021-11-17T22:15:37.174Z] #20 49.93 Setting up libnftnl11:arm64 (1.1.2-2) ... [2021-11-17T22:15:37.174Z] #20 49.94 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-11-17T22:15:37.174Z] #20 49.95 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-11-17T22:15:37.174Z] #20 49.96 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-11-17T22:15:37.174Z] #20 49.98 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2021-11-17T22:15:37.174Z] #20 49.99 Setting up xxd (2:8.1.0875-5) ... [2021-11-17T22:15:37.174Z] #20 50.00 Setting up zip (3.0-11+b1) ... [2021-11-17T22:15:37.174Z] #20 50.01 Setting up vim-common (2:8.1.0875-5) ... [2021-11-17T22:15:37.174Z] #20 50.03 Setting up bash-completion (1:2.8-6) ... [2021-11-17T22:15:37.410Z] #43 94.90 DEP criu/bitmap.d [2021-11-17T22:15:37.410Z] #43 94.91 DEP criu/bfd.d [2021-11-17T22:15:37.410Z] #43 95.04 DEP criu/autofs.d [2021-11-17T22:15:37.669Z] #43 95.16 DEP criu/aio.d [2021-11-17T22:15:37.929Z] #43 95.32 DEP criu/action-scripts.d [2021-11-17T22:15:38.188Z] #43 95.64 CC criu/action-scripts.o [2021-11-17T22:15:38.755Z] #43 96.30 CC criu/aio.o [2021-11-17T22:15:39.323Z] #43 96.99 CC criu/autofs.o [2021-11-17T22:15:39.708Z] #20 52.16 Setting up libiptc0:arm64 (1.8.2-4) ... [2021-11-17T22:15:39.708Z] #20 52.18 Setting up xz-utils (5.2.4-1) ... [2021-11-17T22:15:39.708Z] #20 52.21 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-11-17T22:15:39.708Z] #20 52.22 Setting up patch (2.7.6-3+deb10u1) ... [2021-11-17T22:15:39.708Z] #20 52.23 Setting up sudo (1.8.27-1+deb10u3) ... [2021-11-17T22:15:39.708Z] #20 52.30 invoke-rc.d: could not determine current runlevel [2021-11-17T22:15:39.708Z] #20 52.31 invoke-rc.d: policy-rc.d denied execution of start. [2021-11-17T22:15:39.708Z] #20 52.31 Setting up pigz (2.4-1) ... [2021-11-17T22:15:39.708Z] #20 52.33 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-11-17T22:15:39.708Z] #20 52.34 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2021-11-17T22:15:39.708Z] #20 52.36 Setting up python-pip-whl (18.1-5) ... [2021-11-17T22:15:39.708Z] #20 52.37 Setting up libmpdec2:arm64 (2.4.2-2) ... [2021-11-17T22:15:39.708Z] #20 52.38 Setting up vim-runtime (2:8.1.0875-5) ... [2021-11-17T22:15:39.967Z] #20 52.63 Setting up libaio1:arm64 (0.3.112-3) ... [2021-11-17T22:15:39.967Z] #20 52.65 Setting up libonig5:arm64 (6.9.1-1) ... [2021-11-17T22:15:39.967Z] #20 52.66 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ... [2021-11-17T22:15:39.967Z] #20 52.67 Setting up vim (2:8.1.0875-5) ... [2021-11-17T22:15:39.968Z] #20 52.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-11-17T22:15:39.968Z] #20 52.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-11-17T22:15:39.968Z] #20 52.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-11-17T22:15:39.968Z] #20 52.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-11-17T22:15:39.968Z] #20 52.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-11-17T22:15:39.968Z] #20 52.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-11-17T22:15:39.968Z] #20 52.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-11-17T22:15:39.968Z] #20 52.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-11-17T22:15:39.968Z] #20 52.74 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-11-17T22:15:39.968Z] #20 52.75 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-11-17T22:15:39.968Z] #20 52.76 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2021-11-17T22:15:39.968Z] #20 52.78 Setting up jq (1.5+dfsg-2+b1) ... [2021-11-17T22:15:39.968Z] #20 52.79 Setting up libpython3-stdlib:arm64 (3.7.3-1) ... [2021-11-17T22:15:39.968Z] #20 52.80 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-11-17T22:15:41.227Z] #43 98.62 CC criu/bfd.o [2021-11-17T22:15:41.485Z] #43 99.07 CC criu/bitmap.o [2021-11-17T22:15:41.743Z] #43 99.24 CC criu/cgroup-props.o [2021-11-17T22:15:42.116Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-11-17T22:15:42.116Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-11-17T22:15:42.374Z] #43 100.1 CC criu/cgroup.o [2021-11-17T22:15:42.502Z] #20 ... [2021-11-17T22:15:42.502Z] [2021-11-17T22:15:42.502Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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 [2021-11-17T22:15:42.502Z] #40 sha256:90d150dc4a6b17f5986cc7591822c8cdf3597940a98fc025078f228cff0c0c7c [2021-11-17T22:15:42.502Z] #40 187.5 + dpkg --print-architecture [2021-11-17T22:15:42.502Z] #40 DONE 189.3s [2021-11-17T22:15:42.502Z] [2021-11-17T22:15:42.502Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:15:42.502Z] #43 sha256:774b307447da09c42cf2a683e2d87dcb916bac872d5c12005f4ebd3c6aa11bf4 [2021-11-17T22:15:42.502Z] #43 111.6 CC criu/ipc_ns.o [2021-11-17T22:15:42.502Z] #43 112.9 CC criu/irmap.o [2021-11-17T22:15:42.502Z] #43 113.5 CC criu/kcmp-ids.o [2021-11-17T22:15:42.502Z] #43 113.7 CC criu/kerndat.o [2021-11-17T22:15:42.502Z] #43 114.9 CC criu/libnetlink.o [2021-11-17T22:15:42.502Z] #43 115.2 CC criu/log.o [2021-11-17T22:15:42.502Z] #43 115.7 CC criu/lsm.o [2021-11-17T22:15:42.502Z] #43 116.1 CC criu/mem.o [2021-11-17T22:15:42.502Z] #43 ... [2021-11-17T22:15:42.502Z] [2021-11-17T22:15:42.502Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 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 [2021-11-17T22:15:42.502Z] #20 sha256:799955f6312cbdac23721e0b0414d0deea9b0c31f7fc5c22785a35ee9f002f09 [2021-11-17T22:15:42.502Z] #20 55.47 Setting up iptables (1.8.2-4) ... [2021-11-17T22:15:42.719Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-11-17T22:15:42.761Z] #20 55.49 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-11-17T22:15:42.761Z] #20 55.51 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-11-17T22:15:42.761Z] #20 55.55 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-11-17T22:15:42.761Z] #20 55.55 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-11-17T22:15:42.761Z] #20 55.55 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-11-17T22:15:42.761Z] #20 55.57 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-11-17T22:15:42.761Z] #20 55.57 Setting up python3 (3.7.3-1) ... [2021-11-17T22:15:43.281Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-11-17T22:15:43.329Z] #20 56.17 Setting up python3-wheel (0.32.3-2) ... [2021-11-17T22:15:43.537Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-11-17T22:15:44.266Z] #20 57.10 Setting up apparmor (2.13.2-10) ... [2021-11-17T22:15:44.902Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-11-17T22:15:45.643Z] #20 58.37 Setting up xfsprogs (4.20.0-1) ... [2021-11-17T22:15:45.643Z] #20 58.38 Setting up python3-lib2to3 (3.7.3-1) ... [2021-11-17T22:15:45.903Z] #20 58.67 Setting up python3-pkg-resources (40.8.0-1) ... [2021-11-17T22:15:46.594Z] #43 103.6 CC criu/clone-noasan.o [2021-11-17T22:15:46.594Z] #43 103.8 CC criu/config.o [2021-11-17T22:15:46.594Z] #43 ... [2021-11-17T22:15:46.594Z] [2021-11-17T22:15:46.594Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 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 [2021-11-17T22:15:46.594Z] #20 sha256:a6c57e76359cf066208a363bf3b2e2d6ee5440da08a6bd4e042a7b12b8f058ad [2021-11-17T22:15:46.594Z] #20 15.05 Fetched 9002 kB in 13s (706 kB/s) [2021-11-17T22:15:46.594Z] #20 15.05 Reading package lists... [2021-11-17T22:15:46.594Z] #20 19.23 Reading package lists... [2021-11-17T22:15:46.594Z] #20 23.00 Building dependency tree... [2021-11-17T22:15:46.594Z] #20 24.52 libcap2-bin is already the newest version (1:2.25-2). [2021-11-17T22:15:46.594Z] #20 24.52 The following additional packages will be installed: [2021-11-17T22:15:46.594Z] #20 24.53 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-11-17T22:15:46.594Z] #20 24.53 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-11-17T22:15:46.594Z] #20 24.53 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-11-17T22:15:46.594Z] #20 24.53 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-11-17T22:15:46.594Z] #20 24.54 python3.7 python3.7-minimal vim-runtime xxd [2021-11-17T22:15:46.594Z] #20 24.54 Suggested packages: [2021-11-17T22:15:46.594Z] #20 24.54 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc [2021-11-17T22:15:46.594Z] #20 24.54 python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv [2021-11-17T22:15:46.594Z] #20 24.54 python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2021-11-17T22:15:46.594Z] #20 24.54 quota [2021-11-17T22:15:46.594Z] #20 24.54 Recommended packages: [2021-11-17T22:15:46.594Z] #20 24.54 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-11-17T22:15:46.594Z] #20 24.54 python3-keyrings.alt python3-xdg unzip [2021-11-17T22:15:46.839Z] #20 59.51 Setting up python3-distutils (3.7.3-1) ... [2021-11-17T22:15:47.099Z] #20 59.90 Setting up python3-setuptools (40.8.0-1) ... [2021-11-17T22:15:47.419Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-11-17T22:15:47.529Z] #20 26.25 The following NEW packages will be installed: [2021-11-17T22:15:47.529Z] #20 26.26 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-11-17T22:15:47.529Z] #20 26.27 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-11-17T22:15:47.529Z] #20 26.27 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-11-17T22:15:47.529Z] #20 26.27 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-11-17T22:15:47.529Z] #20 26.27 libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils [2021-11-17T22:15:47.529Z] #20 26.27 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-11-17T22:15:47.529Z] #20 26.27 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-11-17T22:15:47.529Z] #20 26.27 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-11-17T22:15:47.529Z] #20 26.27 xz-utils zip [2021-11-17T22:15:47.788Z] #20 26.59 0 upgraded, 49 newly installed, 0 to remove and 1 not upgraded. [2021-11-17T22:15:47.788Z] #20 26.59 Need to get 28.6 MB of archives. [2021-11-17T22:15:47.788Z] #20 26.59 After this operation, 116 MB of additional disk space will be used. [2021-11-17T22:15:47.788Z] #20 26.59 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-11-17T22:15:47.788Z] #20 26.59 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-11-17T22:15:47.788Z] #20 26.67 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-11-17T22:15:47.788Z] #20 ... [2021-11-17T22:15:47.788Z] [2021-11-17T22:15:47.788Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:15:47.788Z] #43 sha256:9c88665f5323b3954e3d3c9ccebf3a6fb3b18ad29fcde46a84373b30db78ca80 [2021-11-17T22:15:47.788Z] #43 105.4 CC criu/cr-check.o [2021-11-17T22:15:48.478Z] #20 60.93 Setting up python3-pip (18.1-5) ... [2021-11-17T22:15:48.785Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-11-17T22:15:49.044Z] #20 61.74 Processing triggers for libc-bin (2.28-10) ... [2021-11-17T22:15:49.044Z] #20 61.79 Processing triggers for mime-support (3.62) ... [2021-11-17T22:15:49.302Z] #20 DONE 62.0s [2021-11-17T22:15:49.302Z] [2021-11-17T22:15:49.302Z] #21 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-11-17T22:15:49.302Z] #21 sha256:679662920125068bfc3984f244372a0a3c62adfe629150c82e575ecf33566563 [2021-11-17T22:15:49.693Z] #43 107.3 CC criu/cr-dedup.o [2021-11-17T22:15:49.714Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-11-17T22:15:49.971Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-11-17T22:15:50.243Z] #21 0.878 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-11-17T22:15:50.243Z] #21 0.881 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-11-17T22:15:50.243Z] #21 0.893 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-11-17T22:15:50.243Z] #21 DONE 1.0s [2021-11-17T22:15:50.243Z] [2021-11-17T22:15:50.243Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:15:50.243Z] #43 sha256:774b307447da09c42cf2a683e2d87dcb916bac872d5c12005f4ebd3c6aa11bf4 [2021-11-17T22:15:50.243Z] #43 118.7 CC criu/memfd.o [2021-11-17T22:15:50.243Z] #43 119.2 CC criu/mount.o [2021-11-17T22:15:50.243Z] #43 122.8 CC criu/namespaces.o [2021-11-17T22:15:50.243Z] #43 ... [2021-11-17T22:15:50.243Z] [2021-11-17T22:15:50.243Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-11-17T22:15:50.243Z] #22 sha256:2746d66bcc8b10db20bb116dcca555b344966952882cc0dc63925078a9401209 [2021-11-17T22:15:50.261Z] #43 107.8 CC criu/cr-dump.o [2021-11-17T22:15:50.898Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-11-17T22:15:51.461Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-11-17T22:15:52.795Z] #43 110.3 CC criu/cr-errno.o [2021-11-17T22:15:52.795Z] #43 110.4 CC criu/cr-restore.o [2021-11-17T22:15:52.828Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-11-17T22:15:53.364Z] #43 ... [2021-11-17T22:15:53.364Z] [2021-11-17T22:15:53.364Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 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 [2021-11-17T22:15:53.364Z] #20 sha256:a6c57e76359cf066208a363bf3b2e2d6ee5440da08a6bd4e042a7b12b8f058ad [2021-11-17T22:15:53.364Z] #20 26.83 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-11-17T22:15:53.364Z] #20 27.00 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-11-17T22:15:53.364Z] #20 27.10 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-11-17T22:15:53.364Z] #20 27.18 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-11-17T22:15:53.364Z] #20 27.21 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-11-17T22:15:53.364Z] #20 27.21 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-11-17T22:15:53.364Z] #20 27.22 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-11-17T22:15:53.364Z] #20 27.22 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-11-17T22:15:53.364Z] #20 27.25 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-11-17T22:15:53.364Z] #20 27.25 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-11-17T22:15:53.364Z] #20 27.25 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-11-17T22:15:53.364Z] #20 27.25 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-11-17T22:15:53.364Z] #20 27.25 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-11-17T22:15:53.364Z] #20 27.28 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-11-17T22:15:53.364Z] #20 27.29 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-11-17T22:15:53.364Z] #20 27.29 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-11-17T22:15:53.364Z] #20 27.31 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-11-17T22:15:53.364Z] #20 27.31 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-11-17T22:15:53.364Z] #20 27.33 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-11-17T22:15:53.364Z] #20 27.36 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-11-17T22:15:53.364Z] #20 27.37 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-11-17T22:15:53.364Z] #20 27.38 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-11-17T22:15:53.364Z] #20 27.39 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-11-17T22:15:53.364Z] #20 27.39 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-11-17T22:15:53.364Z] #20 27.40 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-11-17T22:15:53.364Z] #20 27.40 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-11-17T22:15:53.364Z] #20 27.86 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-11-17T22:15:53.364Z] #20 27.86 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-11-17T22:15:53.364Z] #20 27.86 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-11-17T22:15:53.364Z] #20 27.86 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-11-17T22:15:53.364Z] #20 27.87 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-11-17T22:15:53.364Z] #20 27.88 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] [2021-11-17T22:15:53.364Z] #20 27.88 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-11-17T22:15:53.364Z] #20 27.96 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-11-17T22:15:53.364Z] #20 27.97 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-11-17T22:15:53.364Z] #20 27.98 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-11-17T22:15:53.364Z] #20 27.99 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-11-17T22:15:53.364Z] #20 28.01 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-11-17T22:15:53.364Z] #20 28.02 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-11-17T22:15:53.364Z] #20 28.03 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-11-17T22:15:53.364Z] #20 28.09 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-11-17T22:15:53.364Z] #20 28.10 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-11-17T22:15:53.364Z] #20 28.12 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-11-17T22:15:53.364Z] #20 28.45 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-11-17T22:15:53.364Z] #20 28.49 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-11-17T22:15:53.364Z] #20 28.56 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-11-17T22:15:53.364Z] #20 29.30 debconf: delaying package configuration, since apt-utils is not installed [2021-11-17T22:15:53.364Z] #20 29.40 Fetched 28.6 MB in 2s (12.8 MB/s) [2021-11-17T22:15:53.364Z] #20 29.49 Selecting previously unselected package pigz. [2021-11-17T22:15:53.364Z] #20 29.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 ... 23452 files and directories currently installed.) [2021-11-17T22:15:53.364Z] #20 29.54 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-11-17T22:15:53.364Z] #20 29.55 Unpacking pigz (2.4-1) ... [2021-11-17T22:15:53.364Z] #20 29.67 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-11-17T22:15:53.364Z] #20 29.67 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-11-17T22:15:53.364Z] #20 29.67 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-11-17T22:15:53.364Z] #20 30.12 Selecting previously unselected package python3.7-minimal. [2021-11-17T22:15:53.364Z] #20 30.13 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-11-17T22:15:53.364Z] #20 30.14 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-11-17T22:15:53.364Z] #20 31.16 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-11-17T22:15:53.364Z] #20 31.18 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-11-17T22:15:53.436Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-11-17T22:15:53.999Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-11-17T22:15:54.559Z] #20 33.24 Selecting previously unselected package python3-minimal. [2021-11-17T22:15:54.559Z] #20 33.24 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23701 files and directories currently installed.) [2021-11-17T22:15:54.559Z] #20 33.31 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-11-17T22:15:54.559Z] #20 33.31 Unpacking python3-minimal (3.7.3-1) ... [2021-11-17T22:15:54.559Z] #20 33.39 Selecting previously unselected package libmpdec2:amd64. [2021-11-17T22:15:54.559Z] #20 33.40 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-11-17T22:15:54.559Z] #20 33.41 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-11-17T22:15:54.817Z] #20 33.50 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-11-17T22:15:54.817Z] #20 33.51 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-11-17T22:15:54.817Z] #20 33.52 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-11-17T22:15:54.928Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-11-17T22:15:54.928Z] Using test binary docker [2021-11-17T22:15:54.928Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-11-17T22:15:54.928Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-11-17T22:15:54.928Z] INFO: Waiting for daemon to start... [2021-11-17T22:15:54.928Z] Starting dockerd [2021-11-17T22:15:55.752Z] #20 34.56 Selecting previously unselected package python3.7. [2021-11-17T22:15:55.752Z] #20 34.58 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-11-17T22:15:55.752Z] #20 34.59 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-11-17T22:15:56.010Z] #20 34.73 Selecting previously unselected package libpython3-stdlib:amd64. [2021-11-17T22:15:56.010Z] #20 34.73 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-11-17T22:15:56.010Z] #20 34.74 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-11-17T22:15:56.010Z] #20 34.88 Setting up python3-minimal (3.7.3-1) ... [2021-11-17T22:15:56.804Z] #22 6.615 Collecting yamllint==1.26.1 [2021-11-17T22:15:56.945Z] #20 35.87 Selecting previously unselected package python3. [2021-11-17T22:15:56.945Z] #20 35.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 ... 24113 files and directories currently installed.) [2021-11-17T22:15:56.945Z] #20 35.92 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-11-17T22:15:56.945Z] #20 35.93 Unpacking python3 (3.7.3-1) ... [2021-11-17T22:15:57.203Z] #20 36.02 Selecting previously unselected package libip4tc0:amd64. [2021-11-17T22:15:57.203Z] #20 36.03 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-11-17T22:15:57.203Z] #20 36.03 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-11-17T22:15:57.203Z] #20 36.12 Selecting previously unselected package libip6tc0:amd64. [2021-11-17T22:15:57.203Z] #20 36.13 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-11-17T22:15:57.203Z] #20 36.13 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-11-17T22:15:57.371Z] #22 ... [2021-11-17T22:15:57.371Z] [2021-11-17T22:15:57.371Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:15:57.371Z] #43 sha256:774b307447da09c42cf2a683e2d87dcb916bac872d5c12005f4ebd3c6aa11bf4 [2021-11-17T22:15:57.371Z] #43 125.7 CC criu/net.o [2021-11-17T22:15:57.371Z] #43 130.6 CC criu/netfilter.o [2021-11-17T22:15:57.371Z] #43 130.9 CC criu/page-pipe.o [2021-11-17T22:15:57.371Z] #43 131.5 CC criu/page-xfer.o [2021-11-17T22:15:57.461Z] #20 36.22 Selecting previously unselected package libiptc0:amd64. [2021-11-17T22:15:57.461Z] #20 36.23 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-11-17T22:15:57.461Z] #20 36.23 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-11-17T22:15:57.461Z] #20 36.32 Selecting previously unselected package libnfnetlink0:amd64. [2021-11-17T22:15:57.461Z] #20 36.32 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-11-17T22:15:57.461Z] #20 36.32 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-11-17T22:15:57.461Z] #20 36.41 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-11-17T22:15:57.461Z] #20 36.41 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-11-17T22:15:57.461Z] #20 36.42 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-11-17T22:15:57.461Z] #20 36.51 Selecting previously unselected package libnftnl11:amd64. [2021-11-17T22:15:57.483Z] . [2021-11-17T22:15:57.483Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-11-17T22:15:57.483Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-11-17T22:15:57.483Z] Error: No such image: emptyfs [2021-11-17T22:15:57.483Z] Running integration-test (iteration 1) [2021-11-17T22:15:57.483Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-11-17T22:15:57.720Z] #20 36.52 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-11-17T22:15:57.720Z] #20 36.53 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-11-17T22:15:57.720Z] #20 36.64 Selecting previously unselected package iptables. [2021-11-17T22:15:57.720Z] #20 36.67 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-11-17T22:15:57.720Z] #20 36.67 Unpacking iptables (1.8.2-4) ... [2021-11-17T22:15:58.236Z] #20 37.05 Selecting previously unselected package xxd. [2021-11-17T22:15:58.236Z] #20 37.07 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-11-17T22:15:58.236Z] #20 37.08 Unpacking xxd (2:8.1.0875-5) ... [2021-11-17T22:15:58.495Z] #20 37.19 Selecting previously unselected package vim-common. [2021-11-17T22:15:58.495Z] #20 37.20 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-11-17T22:15:58.495Z] #20 37.24 Unpacking vim-common (2:8.1.0875-5) ... [2021-11-17T22:15:58.495Z] #20 37.47 Selecting previously unselected package bash-completion. [2021-11-17T22:15:58.753Z] #20 37.48 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-11-17T22:15:59.278Z] #43 132.9 CC criu/pagemap-cache.o [2021-11-17T22:15:59.278Z] #43 133.2 CC criu/pagemap.o [2021-11-17T22:16:00.214Z] #43 133.9 CC criu/parasite-syscall.o [2021-11-17T22:16:00.782Z] #43 134.5 CC criu/path.o [2021-11-17T22:16:00.782Z] #43 134.7 CC criu/pie-util-vdso.o [2021-11-17T22:16:01.352Z] #43 135.1 CC criu/pie-util.o [2021-11-17T22:16:01.352Z] #43 135.2 CC criu/pipes.o [2021-11-17T22:16:01.921Z] #43 135.8 CC criu/plugin.o [2021-11-17T22:16:02.037Z] #20 40.83 Unpacking bash-completion (1:2.8-6) ... [2021-11-17T22:16:02.180Z] #43 ... [2021-11-17T22:16:02.180Z] [2021-11-17T22:16:02.180Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-11-17T22:16:02.180Z] #22 sha256:2746d66bcc8b10db20bb116dcca555b344966952882cc0dc63925078a9401209 [2021-11-17T22:16:02.180Z] #22 11.97 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-11-17T22:16:02.603Z] #20 41.47 Selecting previously unselected package bzip2. [2021-11-17T22:16:02.603Z] #20 41.48 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-11-17T22:16:02.603Z] #20 41.49 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-11-17T22:16:02.603Z] #20 41.58 Selecting previously unselected package xz-utils. [2021-11-17T22:16:02.861Z] #20 41.59 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-11-17T22:16:02.862Z] #20 41.59 Unpacking xz-utils (5.2.4-1) ... [2021-11-17T22:16:02.862Z] #20 41.81 Selecting previously unselected package apparmor. [2021-11-17T22:16:02.862Z] #20 41.81 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-11-17T22:16:03.120Z] #20 41.92 Unpacking apparmor (2.13.2-10) ... [2021-11-17T22:16:03.557Z] #22 13.07 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-11-17T22:16:03.557Z] #22 13.12 Downloading https://files.pythonhosted.org/packages/42/ba/a9d64c7bcbc7e3e8e5f93a52721b377e994c22d16196e2b0f1236774353a/pathspec-0.9.0-py2.py3-none-any.whl [2021-11-17T22:16:03.557Z] #22 13.16 Collecting pyyaml (from yamllint==1.26.1) [2021-11-17T22:16:03.557Z] #22 13.42 Downloading https://files.pythonhosted.org/packages/36/2b/61d51a2c4f25ef062ae3f74576b01638bebad5e045f747ff12643df63844/PyYAML-6.0.tar.gz (124kB) [2021-11-17T22:16:03.688Z] #20 42.33 Selecting previously unselected package aufs-tools. [2021-11-17T22:16:03.688Z] #20 42.34 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-11-17T22:16:03.688Z] #20 42.36 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-11-17T22:16:03.688Z] #20 42.50 Selecting previously unselected package libonig5:amd64. [2021-11-17T22:16:03.688Z] #20 42.50 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-11-17T22:16:03.688Z] #20 42.51 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-11-17T22:16:03.688Z] #20 42.64 Selecting previously unselected package libjq1:amd64. [2021-11-17T22:16:03.688Z] #20 42.65 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-11-17T22:16:03.688Z] #20 42.69 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-11-17T22:16:03.947Z] #20 42.81 Selecting previously unselected package jq. [2021-11-17T22:16:03.947Z] #20 42.81 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-11-17T22:16:03.947Z] #20 42.82 Unpacking jq (1.5+dfsg-2+b1) ... [2021-11-17T22:16:04.186Z] #22 13.99 Installing build dependencies: started [2021-11-17T22:16:04.206Z] #20 42.90 Selecting previously unselected package libaio1:amd64. [2021-11-17T22:16:04.206Z] #20 42.91 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-11-17T22:16:04.206Z] #20 42.91 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-11-17T22:16:04.206Z] #20 42.97 Selecting previously unselected package libgpm2:amd64. [2021-11-17T22:16:04.206Z] #20 42.97 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-11-17T22:16:04.206Z] #20 42.98 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-11-17T22:16:04.206Z] #20 43.07 Selecting previously unselected package libicu63:amd64. [2021-11-17T22:16:04.206Z] #20 43.08 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-11-17T22:16:04.206Z] #20 43.09 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-11-17T22:16:08.399Z] #20 47.26 Selecting previously unselected package libnet1:amd64. [2021-11-17T22:16:08.399Z] #20 47.26 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-11-17T22:16:08.399Z] #20 47.27 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-11-17T22:16:08.399Z] #20 47.35 Selecting previously unselected package libnl-3-200:amd64. [2021-11-17T22:16:08.399Z] #20 ... [2021-11-17T22:16:08.399Z] [2021-11-17T22:16:08.399Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:16:08.399Z] #43 sha256:9c88665f5323b3954e3d3c9ccebf3a6fb3b18ad29fcde46a84373b30db78ca80 [2021-11-17T22:16:08.399Z] #43 115.9 CC criu/cr-service.o [2021-11-17T22:16:08.399Z] #43 117.8 CC criu/crtools.o [2021-11-17T22:16:08.399Z] #43 118.4 CC criu/eventfd.o [2021-11-17T22:16:08.399Z] #43 118.8 CC criu/eventpoll.o [2021-11-17T22:16:08.399Z] #43 119.7 CC criu/external.o [2021-11-17T22:16:08.399Z] #43 120.0 CC criu/fault-injection.o [2021-11-17T22:16:08.399Z] #43 120.2 CC criu/fdstore.o [2021-11-17T22:16:08.399Z] #43 120.7 CC criu/fifo.o [2021-11-17T22:16:08.399Z] #43 121.2 CC criu/file-ids.o [2021-11-17T22:16:08.399Z] #43 121.7 CC criu/file-lock.o [2021-11-17T22:16:08.399Z] #43 122.7 CC criu/files-ext.o [2021-11-17T22:16:08.399Z] #43 123.1 CC criu/files-reg.o [2021-11-17T22:16:08.399Z] #43 125.7 CC criu/files.o [2021-11-17T22:16:08.658Z] #43 ... [2021-11-17T22:16:08.658Z] [2021-11-17T22:16:08.658Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 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 [2021-11-17T22:16:08.658Z] #20 sha256:a6c57e76359cf066208a363bf3b2e2d6ee5440da08a6bd4e042a7b12b8f058ad [2021-11-17T22:16:08.658Z] #20 47.35 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-11-17T22:16:08.658Z] #20 47.35 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-11-17T22:16:08.658Z] #20 47.44 Selecting previously unselected package libprotobuf-c1:amd64. [2021-11-17T22:16:08.658Z] #20 47.44 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-11-17T22:16:08.658Z] #20 47.44 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-11-17T22:16:08.658Z] #20 47.55 Selecting previously unselected package libreadline5:amd64. [2021-11-17T22:16:08.658Z] #20 47.55 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-11-17T22:16:08.658Z] #20 47.56 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-11-17T22:16:08.917Z] #20 47.69 Selecting previously unselected package net-tools. [2021-11-17T22:16:08.917Z] #20 47.73 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-11-17T22:16:08.917Z] #20 47.73 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-11-17T22:16:09.176Z] #20 47.95 Selecting previously unselected package patch. [2021-11-17T22:16:09.176Z] #20 47.98 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_amd64.deb ... [2021-11-17T22:16:09.176Z] #20 47.99 Unpacking patch (2.7.6-3+deb10u1) ... [2021-11-17T22:16:09.176Z] #20 48.10 Selecting previously unselected package python-pip-whl. [2021-11-17T22:16:09.176Z] #20 48.11 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ... [2021-11-17T22:16:09.176Z] #20 48.13 Unpacking python-pip-whl (18.1-5) ... [2021-11-17T22:16:10.112Z] #20 48.74 Selecting previously unselected package python3-lib2to3. [2021-11-17T22:16:10.112Z] #20 48.76 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ... [2021-11-17T22:16:10.112Z] #20 48.77 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-11-17T22:16:10.112Z] #20 48.91 Selecting previously unselected package python3-distutils. [2021-11-17T22:16:10.112Z] #20 48.91 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ... [2021-11-17T22:16:10.112Z] #20 48.92 Unpacking python3-distutils (3.7.3-1) ... [2021-11-17T22:16:10.112Z] #20 49.08 Selecting previously unselected package python3-pip. [2021-11-17T22:16:10.112Z] #20 49.08 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ... [2021-11-17T22:16:10.112Z] #20 49.09 Unpacking python3-pip (18.1-5) ... [2021-11-17T22:16:10.374Z] #20 49.28 Selecting previously unselected package python3-pkg-resources. [2021-11-17T22:16:10.374Z] #20 49.29 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ... [2021-11-17T22:16:10.374Z] #20 49.29 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-11-17T22:16:10.633Z] #20 49.41 Selecting previously unselected package python3-setuptools. [2021-11-17T22:16:10.633Z] #20 49.41 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ... [2021-11-17T22:16:10.633Z] #20 49.42 Unpacking python3-setuptools (40.8.0-1) ... [2021-11-17T22:16:10.633Z] #20 49.65 Selecting previously unselected package python3-wheel. [2021-11-17T22:16:10.633Z] #20 49.65 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ... [2021-11-17T22:16:10.780Z] #22 ... [2021-11-17T22:16:10.780Z] [2021-11-17T22:16:10.780Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:16:10.780Z] #43 sha256:774b307447da09c42cf2a683e2d87dcb916bac872d5c12005f4ebd3c6aa11bf4 [2021-11-17T22:16:10.780Z] #43 136.1 CC criu/proc_parse.o [2021-11-17T22:16:10.780Z] #43 138.8 CC criu/protobuf-desc.o [2021-11-17T22:16:10.780Z] #43 139.9 CC criu/protobuf.o [2021-11-17T22:16:10.780Z] #43 140.3 CC criu/pstree.o [2021-11-17T22:16:10.780Z] #43 141.3 CC criu/rbtree.o [2021-11-17T22:16:10.780Z] #43 141.6 CC criu/rst-malloc.o [2021-11-17T22:16:10.780Z] #43 141.9 CC criu/seccomp.o [2021-11-17T22:16:10.780Z] #43 142.5 CC criu/seize.o [2021-11-17T22:16:10.780Z] #43 143.2 CC criu/servicefd.o [2021-11-17T22:16:10.780Z] #43 143.6 CC criu/shmem.o [2021-11-17T22:16:10.780Z] #43 144.4 CC criu/sigframe.o [2021-11-17T22:16:10.780Z] #43 144.6 CC criu/signalfd.o [2021-11-17T22:16:10.904Z] #20 49.66 Unpacking python3-wheel (0.32.3-2) ... [2021-11-17T22:16:10.904Z] #20 49.77 Selecting previously unselected package sudo. [2021-11-17T22:16:10.904Z] #20 49.77 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-11-17T22:16:10.904Z] #20 49.77 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-11-17T22:16:11.039Z] #43 144.9 CC criu/sk-inet.o [2021-11-17T22:16:11.473Z] #20 50.38 Selecting previously unselected package thin-provisioning-tools. [2021-11-17T22:16:11.473Z] #20 50.39 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-11-17T22:16:11.473Z] #20 50.39 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-11-17T22:16:11.606Z] #43 ... [2021-11-17T22:16:11.606Z] [2021-11-17T22:16:11.606Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:16:11.606Z] #49 sha256:612a33872ad6219a512d73a934b11122b4cd07df7ab2d825f066b77c763f8256 [2021-11-17T22:16:11.606Z] #49 219.0 + /build/golangci-lint --version [2021-11-17T22:16:11.732Z] #20 50.63 Selecting previously unselected package uidmap. [2021-11-17T22:16:11.732Z] #20 50.65 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-11-17T22:16:11.732Z] #20 50.65 Unpacking uidmap (1:4.5-1.1) ... [2021-11-17T22:16:11.991Z] #20 50.80 Selecting previously unselected package vim-runtime. [2021-11-17T22:16:11.991Z] #20 50.81 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-11-17T22:16:11.991Z] #20 50.85 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-11-17T22:16:11.991Z] #20 50.88 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-11-17T22:16:11.991Z] #20 50.89 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-11-17T22:16:12.183Z] #49 219.5 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-11-17T22:16:13.559Z] #49 DONE 220.7s [2021-11-17T22:16:13.559Z] [2021-11-17T22:16:13.559Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:16:13.559Z] #43 sha256:774b307447da09c42cf2a683e2d87dcb916bac872d5c12005f4ebd3c6aa11bf4 [2021-11-17T22:16:13.559Z] #43 145.8 CC criu/sk-netlink.o [2021-11-17T22:16:13.559Z] #43 146.3 CC criu/sk-packet.o [2021-11-17T22:16:13.559Z] #43 147.0 CC criu/sk-queue.o [2021-11-17T22:16:13.559Z] #43 147.5 CC criu/sk-tcp.o [2021-11-17T22:16:14.495Z] #43 148.3 CC criu/sk-unix.o [2021-11-17T22:16:15.525Z] Loaded image: buildpack-deps:buster [2021-11-17T22:16:15.525Z] Loaded image: busybox:latest [2021-11-17T22:16:15.525Z] Loaded image: busybox:glibc [2021-11-17T22:16:16.183Z] #20 54.99 Selecting previously unselected package vim. [2021-11-17T22:16:16.183Z] #20 54.99 Preparing to unpack .../38-vim_2%3a8.1.0875-5_amd64.deb ... [2021-11-17T22:16:16.183Z] #20 55.02 Unpacking vim (2:8.1.0875-5) ... [2021-11-17T22:16:16.452Z] Loaded image: debian:bullseye [2021-11-17T22:16:16.452Z] Loaded image: hello-world:latest [2021-11-17T22:16:16.452Z] Loaded image: arm32v7/hello-world:latest [2021-11-17T22:16:16.452Z] INFO: Testing against a local daemon [2021-11-17T22:16:16.452Z] === RUN TestCgroupNamespacesBuild [2021-11-17T22:16:16.752Z] #20 55.65 Selecting previously unselected package xfsprogs. [2021-11-17T22:16:16.752Z] #20 55.66 Preparing to unpack .../39-xfsprogs_4.20.0-1_amd64.deb ... [2021-11-17T22:16:16.752Z] #20 55.66 Unpacking xfsprogs (4.20.0-1) ... [2021-11-17T22:16:17.025Z] #43 150.8 CC criu/sockets.o [2021-11-17T22:16:17.320Z] #20 56.19 Selecting previously unselected package zip. [2021-11-17T22:16:17.320Z] #20 56.22 Preparing to unpack .../40-zip_3.0-11+b1_amd64.deb ... [2021-11-17T22:16:17.320Z] #20 56.23 Unpacking zip (3.0-11+b1) ... [2021-11-17T22:16:17.580Z] #20 56.42 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-11-17T22:16:17.580Z] #20 56.45 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-11-17T22:16:17.580Z] #20 56.47 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-11-17T22:16:17.580Z] #20 56.48 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-11-17T22:16:17.580Z] #20 56.49 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-11-17T22:16:17.580Z] #20 56.50 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-11-17T22:16:17.580Z] #20 56.51 Setting up uidmap (1:4.5-1.1) ... [2021-11-17T22:16:17.580Z] #20 56.52 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-11-17T22:16:17.580Z] #20 56.53 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-11-17T22:16:17.580Z] #20 56.56 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-11-17T22:16:17.580Z] #20 56.57 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-11-17T22:16:17.839Z] #20 56.59 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-11-17T22:16:17.839Z] #20 56.60 Setting up xxd (2:8.1.0875-5) ... [2021-11-17T22:16:17.839Z] #20 56.61 Setting up zip (3.0-11+b1) ... [2021-11-17T22:16:17.839Z] #20 56.62 Setting up vim-common (2:8.1.0875-5) ... [2021-11-17T22:16:17.839Z] #20 56.66 Setting up bash-completion (1:2.8-6) ... [2021-11-17T22:16:17.960Z] #43 151.7 CC criu/stats.o [2021-11-17T22:16:18.218Z] #43 152.0 CC criu/string.o [2021-11-17T22:16:18.218Z] #43 152.1 CC criu/sysctl.o [2021-11-17T22:16:18.786Z] #43 152.6 CC criu/sysfs_parse.o [2021-11-17T22:16:19.045Z] #43 153.1 CC criu/timens.o [2021-11-17T22:16:19.612Z] #43 153.4 CC criu/timerfd.o [2021-11-17T22:16:19.612Z] #43 ... [2021-11-17T22:16:19.612Z] [2021-11-17T22:16:19.612Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-11-17T22:16:19.612Z] #22 sha256:2746d66bcc8b10db20bb116dcca555b344966952882cc0dc63925078a9401209 [2021-11-17T22:16:19.612Z] #22 29.37 Installing build dependencies: finished with status 'done' [2021-11-17T22:16:19.799Z] --- PASS: TestCgroupNamespacesBuild (2.69s) [2021-11-17T22:16:19.799Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-11-17T22:16:21.128Z] #20 ... [2021-11-17T22:16:21.128Z] [2021-11-17T22:16:21.128Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:16:21.128Z] #43 sha256:9c88665f5323b3954e3d3c9ccebf3a6fb3b18ad29fcde46a84373b30db78ca80 [2021-11-17T22:16:21.128Z] #43 128.2 CC criu/filesystems.o [2021-11-17T22:16:21.128Z] #43 129.1 CC criu/fsnotify.o [2021-11-17T22:16:21.128Z] #43 130.6 CC criu/image-desc.o [2021-11-17T22:16:21.128Z] #43 130.8 CC criu/image.o [2021-11-17T22:16:21.128Z] #43 132.0 CC criu/ipc_ns.o [2021-11-17T22:16:21.128Z] #43 133.7 CC criu/irmap.o [2021-11-17T22:16:21.128Z] #43 134.3 CC criu/kcmp-ids.o [2021-11-17T22:16:21.128Z] #43 134.7 CC criu/kerndat.o [2021-11-17T22:16:21.128Z] #43 136.2 CC criu/libnetlink.o [2021-11-17T22:16:21.128Z] #43 136.6 CC criu/log.o [2021-11-17T22:16:21.128Z] #43 137.3 CC criu/lsm.o [2021-11-17T22:16:21.128Z] #43 137.8 CC criu/mem.o [2021-11-17T22:16:21.128Z] #43 ... [2021-11-17T22:16:21.128Z] [2021-11-17T22:16:21.128Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 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 [2021-11-17T22:16:21.128Z] #20 sha256:a6c57e76359cf066208a363bf3b2e2d6ee5440da08a6bd4e042a7b12b8f058ad [2021-11-17T22:16:21.128Z] #20 59.81 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-11-17T22:16:21.128Z] #20 59.82 Setting up xz-utils (5.2.4-1) ... [2021-11-17T22:16:21.128Z] #20 59.83 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-11-17T22:16:21.128Z] #20 59.85 Setting up patch (2.7.6-3+deb10u1) ... [2021-11-17T22:16:21.128Z] #20 59.86 Setting up sudo (1.8.27-1+deb10u3) ... [2021-11-17T22:16:21.128Z] #20 59.96 invoke-rc.d: could not determine current runlevel [2021-11-17T22:16:21.128Z] #20 59.98 invoke-rc.d: policy-rc.d denied execution of start. [2021-11-17T22:16:21.128Z] #20 60.00 Setting up pigz (2.4-1) ... [2021-11-17T22:16:21.128Z] #20 60.02 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-11-17T22:16:21.128Z] #20 60.03 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-11-17T22:16:21.128Z] #20 60.05 Setting up python-pip-whl (18.1-5) ... [2021-11-17T22:16:21.128Z] #20 60.06 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-11-17T22:16:21.387Z] #20 60.11 Setting up vim-runtime (2:8.1.0875-5) ... [2021-11-17T22:16:21.646Z] #20 60.48 Setting up libaio1:amd64 (0.3.112-3) ... [2021-11-17T22:16:21.646Z] #20 60.49 Setting up libonig5:amd64 (6.9.1-1) ... [2021-11-17T22:16:21.646Z] #20 60.50 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-11-17T22:16:21.647Z] #20 60.52 Setting up vim (2:8.1.0875-5) ... [2021-11-17T22:16:21.647Z] #20 60.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-11-17T22:16:21.647Z] #20 60.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-11-17T22:16:21.647Z] #20 60.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-11-17T22:16:21.647Z] #20 60.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-11-17T22:16:21.647Z] #20 60.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-11-17T22:16:21.647Z] #20 60.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-11-17T22:16:21.647Z] #20 60.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-11-17T22:16:21.647Z] #20 60.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-11-17T22:16:21.686Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.15s) [2021-11-17T22:16:21.686Z] === RUN TestBuildWithSession [2021-11-17T22:16:21.686Z] build_session_test.go:25: TODO: BuildKit [2021-11-17T22:16:21.686Z] --- SKIP: TestBuildWithSession (0.00s) [2021-11-17T22:16:21.686Z] === RUN TestBuildSquashParent [2021-11-17T22:16:21.906Z] #20 60.63 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-11-17T22:16:21.906Z] #20 60.64 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-11-17T22:16:21.906Z] #20 60.65 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-11-17T22:16:21.906Z] #20 60.68 Setting up jq (1.5+dfsg-2+b1) ... [2021-11-17T22:16:21.906Z] #20 60.69 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-11-17T22:16:21.906Z] #20 60.73 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-11-17T22:16:23.804Z] #22 33.74 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-11-17T22:16:23.804Z] #22 33.74 Building wheels for collected packages: yamllint, pyyaml [2021-11-17T22:16:23.804Z] #22 33.74 Running setup.py bdist_wheel for yamllint: started [2021-11-17T22:16:24.741Z] #22 34.46 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-11-17T22:16:24.741Z] #22 34.46 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-11-17T22:16:24.741Z] #22 34.51 Running setup.py bdist_wheel for pyyaml: started [2021-11-17T22:16:25.192Z] #20 64.14 Setting up iptables (1.8.2-4) ... [2021-11-17T22:16:25.192Z] #20 64.16 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-11-17T22:16:25.450Z] #20 64.16 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-11-17T22:16:25.450Z] #20 64.17 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-11-17T22:16:25.450Z] #20 64.17 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-11-17T22:16:25.450Z] #20 64.19 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-11-17T22:16:25.450Z] #20 64.19 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-11-17T22:16:25.450Z] #20 64.20 Setting up python3 (3.7.3-1) ... [2021-11-17T22:16:25.677Z] #22 35.49 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2021-11-17T22:16:25.677Z] #22 35.49 Stored in directory: /root/.cache/pip/wheels/95/84/67/ebeac632c63797cfbeb90128ca41073117721540dad526d213 [2021-11-17T22:16:25.936Z] #22 35.61 Successfully built yamllint pyyaml [2021-11-17T22:16:25.936Z] #22 35.62 Installing collected packages: pathspec, pyyaml, yamllint [2021-11-17T22:16:25.967Z] #20 64.73 Setting up python3-wheel (0.32.3-2) ... [2021-11-17T22:16:26.195Z] #22 35.93 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2021-11-17T22:16:26.535Z] #20 65.47 Setting up apparmor (2.13.2-10) ... [2021-11-17T22:16:26.763Z] #22 DONE 36.6s [2021-11-17T22:16:26.763Z] [2021-11-17T22:16:26.763Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:16:26.763Z] #43 sha256:774b307447da09c42cf2a683e2d87dcb916bac872d5c12005f4ebd3c6aa11bf4 [2021-11-17T22:16:26.763Z] #43 153.8 CC criu/tty.o [2021-11-17T22:16:26.763Z] #43 155.7 CC criu/tun.o [2021-11-17T22:16:26.763Z] #43 156.3 CC criu/uffd.o [2021-11-17T22:16:26.763Z] #43 157.3 CC criu/util.o [2021-11-17T22:16:26.763Z] #43 158.6 CC criu/uts_ns.o [2021-11-17T22:16:26.763Z] #43 158.8 CC criu/vdso.o [2021-11-17T22:16:26.763Z] #43 159.3 LINK criu/built-in.o [2021-11-17T22:16:26.763Z] #43 159.4 LINK criu/criu [2021-11-17T22:16:26.763Z] #43 159.8 DEP lib/c/criu.d [2021-11-17T22:16:26.763Z] #43 159.8 CC images/rpc.pb-c.o [2021-11-17T22:16:26.763Z] #43 160.4 CC lib/c/criu.o [2021-11-17T22:16:28.140Z] #43 161.9 LINK lib/c/built-in.o [2021-11-17T22:16:28.140Z] #43 161.9 LINK lib/c/libcriu.so [2021-11-17T22:16:28.140Z] #43 162.0 LINK lib/c/libcriu.a [2021-11-17T22:16:28.140Z] #43 162.1 GEN magic.py [2021-11-17T22:16:28.217Z] --- PASS: TestBuildSquashParent (6.95s) [2021-11-17T22:16:28.217Z] === RUN TestBuildWithRemoveAndForceRemove [2021-11-17T22:16:28.217Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-17T22:16:28.217Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-17T22:16:28.217Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-17T22:16:28.217Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-17T22:16:28.217Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-17T22:16:28.217Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-17T22:16:28.217Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-17T22:16:28.217Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-17T22:16:28.217Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-17T22:16:28.217Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-17T22:16:28.217Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-17T22:16:28.217Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-17T22:16:28.217Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-17T22:16:28.217Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-17T22:16:28.399Z] #43 162.3 Note: Building without setproctitle() and strlcpy() support. [2021-11-17T22:16:28.399Z] #43 162.3 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-11-17T22:16:28.399Z] #43 162.3 Note: Building without GnuTLS support [2021-11-17T22:16:28.399Z] #43 162.3 Makefile.config:39: Warn: you have no libnftables installed [2021-11-17T22:16:28.399Z] #43 162.3 Makefile.config:40: Warn: Building without nftables support [2021-11-17T22:16:28.441Z] #20 67.36 Setting up xfsprogs (4.20.0-1) ... [2021-11-17T22:16:28.441Z] #20 67.37 Setting up python3-lib2to3 (3.7.3-1) ... [2021-11-17T22:16:28.966Z] #43 162.7 fatal: not a git repository (or any of the parent directories): .git [2021-11-17T22:16:29.008Z] #20 67.85 Setting up python3-pkg-resources (40.8.0-1) ... [2021-11-17T22:16:29.225Z] #43 163.2 make[1]: Nothing to be done for 'all'. [2021-11-17T22:16:29.581Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-17T22:16:29.793Z] #43 163.8 make[1]: 'images/built-in.o' is up to date. [2021-11-17T22:16:29.972Z] #20 68.87 Setting up python3-distutils (3.7.3-1) ... [2021-11-17T22:16:30.051Z] #43 163.9 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-11-17T22:16:30.051Z] #43 163.9 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-11-17T22:16:30.051Z] #43 163.9 make[1]: 'compel/libcompel.a' is up to date. [2021-11-17T22:16:30.051Z] #43 163.9 make[1]: 'compel/compel-host-bin' is up to date. [2021-11-17T22:16:30.051Z] #43 164.0 make[1]: Nothing to be done for 'all'. [2021-11-17T22:16:30.051Z] #43 164.0 make[1]: 'soccr/libsoccr.a' is up to date. [2021-11-17T22:16:30.310Z] #43 164.2 make[2]: Nothing to be done for 'all'. [2021-11-17T22:16:30.310Z] #43 164.2 make[2]: Nothing to be done for 'all'. [2021-11-17T22:16:30.310Z] #43 164.2 make[2]: Nothing to be done for 'all'. [2021-11-17T22:16:30.310Z] #43 164.3 make[2]: Nothing to be done for 'all'. [2021-11-17T22:16:30.569Z] #43 164.4 make[2]: Nothing to be done for 'all'. [2021-11-17T22:16:30.569Z] #43 164.4 make[2]: Nothing to be done for 'all'. [2021-11-17T22:16:30.569Z] #43 164.4 make[2]: Nothing to be done for 'all'. [2021-11-17T22:16:30.569Z] #43 164.5 make[2]: Nothing to be done for 'all'. [2021-11-17T22:16:30.569Z] #43 164.5 INSTALL criu/criu [2021-11-17T22:16:30.578Z] #20 69.50 Setting up python3-setuptools (40.8.0-1) ... [2021-11-17T22:16:30.829Z] #43 DONE 164.7s [2021-11-17T22:16:30.829Z] [2021-11-17T22:16:30.829Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-11-17T22:16:30.829Z] #53 sha256:6c24ba2d1b3f1e4eafdc50008fba8f60899c51ce8ff68afb4f738b02530e0f67 [2021-11-17T22:16:30.988Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-17T22:16:30.988Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-17T22:16:31.479Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m11.87867738s with top 10 stages: buildssa: 1m34.808462912s, goimports: 20.380637826s, unconvert: 11.51714252s, gosec: 10.207458563s, golint: 5.948307944s, misspell: 4.379372845s, inspect: 4.350266992s, ineffassign: 3.931694064s, vrp: 3.007319637s, ctrlflow: 2.302859752s [2021-11-17T22:16:31.962Z] #20 70.88 Setting up python3-pip (18.1-5) ... [2021-11-17T22:16:32.220Z] #20 ... [2021-11-17T22:16:32.220Z] [2021-11-17T22:16:32.220Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:16:32.220Z] #43 sha256:9c88665f5323b3954e3d3c9ccebf3a6fb3b18ad29fcde46a84373b30db78ca80 [2021-11-17T22:16:32.220Z] #43 139.9 CC criu/memfd.o [2021-11-17T22:16:32.220Z] #43 140.7 CC criu/mount.o [2021-11-17T22:16:32.220Z] #43 145.6 CC criu/namespaces.o [2021-11-17T22:16:32.220Z] #43 148.2 CC criu/net.o [2021-11-17T22:16:32.478Z] #43 ... [2021-11-17T22:16:32.478Z] [2021-11-17T22:16:32.478Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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 [2021-11-17T22:16:32.478Z] #40 sha256:2d462ea74ef525c4f75d25a79a9cf1f134c137bff45947dce31175cdabc798fa [2021-11-17T22:16:32.478Z] #40 218.3 + dpkg --print-architecture [2021-11-17T22:16:32.478Z] #40 218.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-11-17T22:16:32.478Z] #40 219.0 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-11-17T22:16:32.478Z] #40 219.0 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-11-17T22:16:32.877Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-17T22:16:33.046Z] #40 ... [2021-11-17T22:16:33.046Z] [2021-11-17T22:16:33.046Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 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 [2021-11-17T22:16:33.046Z] #20 sha256:a6c57e76359cf066208a363bf3b2e2d6ee5440da08a6bd4e042a7b12b8f058ad [2021-11-17T22:16:33.046Z] #20 71.87 Processing triggers for libc-bin (2.28-10) ... [2021-11-17T22:16:33.046Z] #20 71.93 Processing triggers for mime-support (3.62) ... [2021-11-17T22:16:33.438Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-11-17T22:16:33.438Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-11-17T22:16:33.614Z] #20 DONE 72.4s [2021-11-17T22:16:33.614Z] [2021-11-17T22:16:33.614Z] #21 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-11-17T22:16:33.614Z] #21 sha256:60091f332eca22cce350bbe88c3bb1ef692eb93676e4ecf858e45a1c3edf2651 [2021-11-17T22:16:34.763Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-11-17T22:16:34.763Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.38s) [2021-11-17T22:16:34.763Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.40s) [2021-11-17T22:16:34.763Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.14s) [2021-11-17T22:16:34.763Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.00s) [2021-11-17T22:16:34.763Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.17s) [2021-11-17T22:16:34.763Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.72s) [2021-11-17T22:16:34.763Z] === RUN TestBuildMultiStageCopy [2021-11-17T22:16:34.763Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-11-17T22:16:35.522Z] #21 1.678 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-11-17T22:16:35.522Z] #21 1.682 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-11-17T22:16:35.522Z] #21 1.687 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-11-17T22:16:35.522Z] #21 DONE 1.8s [2021-11-17T22:16:35.522Z] [2021-11-17T22:16:35.522Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-11-17T22:16:35.522Z] #22 sha256:568598d536f707cc97574aa61d68db2fc7316fd3e81028bade6ab2c443a99345 [2021-11-17T22:16:37.316Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-11-17T22:16:38.240Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-11-17T22:16:39.166Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-11-17T22:16:40.114Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-11-17T22:16:41.082Z] --- PASS: TestBuildMultiStageCopy (6.61s) [2021-11-17T22:16:41.082Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.61s) [2021-11-17T22:16:41.082Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.99s) [2021-11-17T22:16:41.082Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2021-11-17T22:16:41.082Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2021-11-17T22:16:41.082Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2021-11-17T22:16:41.082Z] === RUN TestBuildMultiStageParentConfig [2021-11-17T22:16:42.089Z] #22 ... [2021-11-17T22:16:42.089Z] [2021-11-17T22:16:42.089Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:16:42.089Z] #43 sha256:9c88665f5323b3954e3d3c9ccebf3a6fb3b18ad29fcde46a84373b30db78ca80 [2021-11-17T22:16:42.089Z] #43 152.6 CC criu/netfilter.o [2021-11-17T22:16:42.089Z] #43 153.1 CC criu/page-pipe.o [2021-11-17T22:16:42.089Z] #43 153.9 CC criu/page-xfer.o [2021-11-17T22:16:42.089Z] #43 156.0 CC criu/pagemap-cache.o [2021-11-17T22:16:42.089Z] #43 156.4 CC criu/pagemap.o [2021-11-17T22:16:42.089Z] #43 157.6 CC criu/parasite-syscall.o [2021-11-17T22:16:42.089Z] #43 158.9 CC criu/path.o [2021-11-17T22:16:42.089Z] #43 159.3 CC criu/pie-util-vdso-elf32.o [2021-11-17T22:16:42.089Z] #43 ... [2021-11-17T22:16:42.089Z] [2021-11-17T22:16:42.089Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-11-17T22:16:42.089Z] #22 sha256:568598d536f707cc97574aa61d68db2fc7316fd3e81028bade6ab2c443a99345 [2021-11-17T22:16:42.089Z] #22 6.781 Collecting yamllint==1.26.1 [2021-11-17T22:16:43.034Z] #53 ... [2021-11-17T22:16:43.034Z] [2021-11-17T22:16:43.034Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-11-17T22:16:43.034Z] #56 sha256:b575b0cf6baa26216de6fd93016626356fd9efa515fc5fbc8dd119c10bb26466 [2021-11-17T22:16:43.034Z] #56 191.7 + bin/containerd [2021-11-17T22:16:43.712Z] INFO [runner/unused/goanalysis] analyzers took 24.796761077s with top 10 stages: buildssa: 21.331499781s, U1000: 3.465261296s [2021-11-17T22:16:43.712Z] INFO [runner] Issues before processing: 2258, after processing: 0 [2021-11-17T22:16:43.712Z] INFO [runner] Processors filtering stat (out/in): cgo: 1682/2258, path_prettifier: 1682/1682, skip_files: 1682/1682, autogenerated_exclude: 1577/1682, nolint: 0/64, identifier_marker: 1577/1577, exclude-rules: 64/1577, filename_unadjuster: 1682/1682, skip_dirs: 1682/1682, exclude: 1577/1577 [2021-11-17T22:16:43.712Z] INFO [runner] processing took 143.601376ms with stages: nolint: 60.688142ms, identifier_marker: 53.733406ms, path_prettifier: 11.79835ms, autogenerated_exclude: 7.079615ms, exclude-rules: 5.622102ms, skip_dirs: 3.176375ms, cgo: 799.989µs, filename_unadjuster: 697.871µs, max_same_issues: 1.637µs, path_shortener: 678ns, uniq_by_line: 633ns, max_from_linter: 516ns, diff: 480ns, exclude: 471ns, source_code: 439ns, skip_files: 382ns, max_per_file_from_linter: 290ns [2021-11-17T22:16:43.712Z] INFO [runner] linters took 1m33.530043005s with stages: goanalysis_metalinter: 1m15.677847633s, unused: 17.707164s [2021-11-17T22:16:43.712Z] INFO File cache stats: 1451 entries of total size 6.8MiB [2021-11-17T22:16:43.712Z] INFO Memory: 2210 samples, avg is 415.4MB, max is 3364.4MB [2021-11-17T22:16:43.712Z] INFO Execution took 3m40.875803216s [2021-11-17T22:16:43.712Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2021-11-17T22:16:44.630Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43024/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=781229ebb92184d01e91497b8a94e88934f8afc3 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:781229ebb92184d01e91497b8a94e88934f8afc3 hack/make.sh dynbinary-daemon test-docker-py [2021-11-17T22:16:45.572Z] [2021-11-17T22:16:45.572Z] Removing bundles/ [2021-11-17T22:16:45.572Z] [2021-11-17T22:16:45.835Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-11-17T22:16:45.835Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-11-17T22:16:45.835Z] GOOS="" GOARCH="" GOARM="" [2021-11-17T22:16:46.320Z] --- PASS: TestBuildMultiStageParentConfig (5.01s) [2021-11-17T22:16:46.320Z] === RUN TestBuildLabelWithTargets [2021-11-17T22:16:47.360Z] #22 12.21 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-11-17T22:16:48.307Z] #56 ... [2021-11-17T22:16:48.307Z] [2021-11-17T22:16:48.307Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-11-17T22:16:48.307Z] #24 sha256:ad113c6576d283c7cc60eedc32c6b7c19fe5152cc058e53877292346035382eb [2021-11-17T22:16:48.307Z] #24 253.8 + return [2021-11-17T22:16:48.307Z] #24 DONE 255.5s [2021-11-17T22:16:48.567Z] [2021-11-17T22:16:48.567Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-11-17T22:16:48.567Z] #56 sha256:b575b0cf6baa26216de6fd93016626356fd9efa515fc5fbc8dd119c10bb26466 [2021-11-17T22:16:48.740Z] #22 ... [2021-11-17T22:16:48.740Z] [2021-11-17T22:16:48.740Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:16:48.740Z] #43 sha256:9c88665f5323b3954e3d3c9ccebf3a6fb3b18ad29fcde46a84373b30db78ca80 [2021-11-17T22:16:48.740Z] #43 159.8 CC criu/pie-util-vdso.o [2021-11-17T22:16:48.740Z] #43 160.4 CC criu/pie-util.o [2021-11-17T22:16:48.740Z] #43 160.6 CC criu/pipes.o [2021-11-17T22:16:48.740Z] #43 161.4 CC criu/plugin.o [2021-11-17T22:16:48.740Z] #43 161.9 CC criu/proc_parse.o [2021-11-17T22:16:48.740Z] #43 165.2 CC criu/protobuf-desc.o [2021-11-17T22:16:48.740Z] #43 ... [2021-11-17T22:16:48.741Z] [2021-11-17T22:16:48.741Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-11-17T22:16:48.741Z] #22 sha256:568598d536f707cc97574aa61d68db2fc7316fd3e81028bade6ab2c443a99345 [2021-11-17T22:16:48.741Z] #22 13.62 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-11-17T22:16:48.741Z] #22 13.69 Downloading https://files.pythonhosted.org/packages/42/ba/a9d64c7bcbc7e3e8e5f93a52721b377e994c22d16196e2b0f1236774353a/pathspec-0.9.0-py2.py3-none-any.whl [2021-11-17T22:16:49.000Z] #22 13.78 Collecting pyyaml (from yamllint==1.26.1) [2021-11-17T22:16:49.258Z] #22 14.13 Downloading https://files.pythonhosted.org/packages/eb/5f/6e6fe6904e1a9c67bc2ca5629a69e7a5a0b17f079da838bab98a1e548b25/PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (596kB) [2021-11-17T22:16:49.826Z] #22 14.49 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-11-17T22:16:49.826Z] #22 14.49 Building wheels for collected packages: yamllint [2021-11-17T22:16:49.826Z] #22 14.50 Running setup.py bdist_wheel for yamllint: started [2021-11-17T22:16:51.204Z] #22 15.83 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-11-17T22:16:51.204Z] #22 15.85 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-11-17T22:16:51.204Z] #22 15.91 Successfully built yamllint [2021-11-17T22:16:51.204Z] #22 15.95 Installing collected packages: pathspec, pyyaml, yamllint [2021-11-17T22:16:51.773Z] #22 16.39 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2021-11-17T22:16:51.857Z] #56 ... [2021-11-17T22:16:51.857Z] [2021-11-17T22:16:51.857Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-11-17T22:16:51.857Z] #53 sha256:6c24ba2d1b3f1e4eafdc50008fba8f60899c51ce8ff68afb4f738b02530e0f67 [2021-11-17T22:16:51.857Z] #53 133.4 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-11-17T22:16:52.116Z] #53 ... [2021-11-17T22:16:52.116Z] [2021-11-17T22:16:52.116Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-11-17T22:16:52.116Z] #25 sha256:049c3e5e5cd7907b8ebc6c209ffcbc5028dc4d979e0fd576ecd5d89ae9c9350b [2021-11-17T22:16:52.116Z] #25 DONE 0.1s [2021-11-17T22:16:52.341Z] #22 DONE 17.0s [2021-11-17T22:16:52.341Z] [2021-11-17T22:16:52.341Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-11-17T22:16:52.341Z] #25 sha256:d0caa37deee914026b244616b0cab1cc6a6b952803b32b7fe0e824fcd0094a6a [2021-11-17T22:16:52.375Z] [2021-11-17T22:16:52.375Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-11-17T22:16:52.375Z] #30 sha256:835149ac074bb78afc1cd303687b34b87389fe98493b4fa720fa5535ea9573c9 [2021-11-17T22:16:52.599Z] #25 DONE 0.5s [2021-11-17T22:16:52.599Z] [2021-11-17T22:16:52.599Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:16:52.599Z] #43 sha256:9c88665f5323b3954e3d3c9ccebf3a6fb3b18ad29fcde46a84373b30db78ca80 [2021-11-17T22:16:52.599Z] #43 166.6 CC criu/protobuf.o [2021-11-17T22:16:52.599Z] #43 167.1 CC criu/pstree.o [2021-11-17T22:16:52.599Z] #43 169.0 CC criu/rbtree.o [2021-11-17T22:16:52.599Z] #43 169.4 CC criu/rst-malloc.o [2021-11-17T22:16:52.599Z] #43 169.9 CC criu/seccomp.o [2021-11-17T22:16:53.535Z] #43 171.0 CC criu/seize.o [2021-11-17T22:16:54.396Z] --- PASS: TestBuildLabelWithTargets (7.99s) [2021-11-17T22:16:54.396Z] === RUN TestBuildWithEmptyLayers [2021-11-17T22:16:54.916Z] #43 172.2 CC criu/servicefd.o [2021-11-17T22:16:55.174Z] #43 172.9 CC criu/shmem.o [2021-11-17T22:16:56.549Z] #43 173.9 CC criu/sigframe.o [2021-11-17T22:16:56.549Z] #43 174.2 CC criu/signalfd.o [2021-11-17T22:16:57.117Z] #43 174.6 CC criu/sk-inet.o [2021-11-17T22:16:57.699Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2021-11-17T22:16:57.699Z] === RUN TestBuildMultiStageOnBuild [2021-11-17T22:16:59.021Z] #43 176.2 CC criu/sk-netlink.o [2021-11-17T22:16:59.021Z] #43 176.5 CC criu/sk-packet.o [2021-11-17T22:16:59.588Z] #43 ... [2021-11-17T22:16:59.588Z] [2021-11-17T22:16:59.588Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-11-17T22:16:59.588Z] #30 sha256:aa7359b8b83c94b1ad35836c075a90ea6a42a72e3bbedb78449963474c9ca58d [2021-11-17T22:16:59.588Z] #30 DONE 6.8s [2021-11-17T22:16:59.588Z] [2021-11-17T22:16:59.588Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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 [2021-11-17T22:16:59.588Z] #40 sha256:2d462ea74ef525c4f75d25a79a9cf1f134c137bff45947dce31175cdabc798fa [2021-11-17T22:16:59.588Z] #40 DONE 254.3s [2021-11-17T22:16:59.588Z] [2021-11-17T22:16:59.588Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-11-17T22:16:59.588Z] #33 sha256:2e65f8e143a6a7855415728288d38219eaa25a1f4ac64b8acb421d7c01c387d7 [2021-11-17T22:17:00.155Z] #33 DONE 0.6s [2021-11-17T22:17:00.155Z] [2021-11-17T22:17:00.155Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-11-17T22:17:00.155Z] #35 sha256:9a56aab7bd0d0e1a0902c1e27d4c81dc7a173cf2cb62caa37aafde8dd800beaf [2021-11-17T22:17:00.413Z] #35 DONE 0.2s [2021-11-17T22:17:00.413Z] [2021-11-17T22:17:00.413Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-11-17T22:17:00.413Z] #38 sha256:036b5a9a10f082fe3f44bc618048d0450b259e4f28f5a9a98b86957cf0561ba3 [2021-11-17T22:17:00.672Z] #38 DONE 0.1s [2021-11-17T22:17:00.672Z] [2021-11-17T22:17:00.672Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:17:00.672Z] #43 sha256:9c88665f5323b3954e3d3c9ccebf3a6fb3b18ad29fcde46a84373b30db78ca80 [2021-11-17T22:17:00.672Z] #43 177.4 CC criu/sk-queue.o [2021-11-17T22:17:00.672Z] #43 178.3 CC criu/sk-tcp.o [2021-11-17T22:17:01.608Z] #43 179.0 CC criu/sk-unix.o [2021-11-17T22:17:02.352Z] #30 ... [2021-11-17T22:17:02.352Z] [2021-11-17T22:17:02.352Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-11-17T22:17:02.352Z] #53 sha256:6c24ba2d1b3f1e4eafdc50008fba8f60899c51ce8ff68afb4f738b02530e0f67 [2021-11-17T22:17:02.352Z] #53 134.1 + mkdir -p /build [2021-11-17T22:17:02.352Z] #53 134.1 + cp runc /build/runc [2021-11-17T22:17:02.611Z] #53 DONE 144.2s [2021-11-17T22:17:02.611Z] [2021-11-17T22:17:02.611Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-11-17T22:17:02.611Z] #30 sha256:835149ac074bb78afc1cd303687b34b87389fe98493b4fa720fa5535ea9573c9 [2021-11-17T22:17:02.611Z] #30 DONE 10.4s [2021-11-17T22:17:02.611Z] [2021-11-17T22:17:02.611Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-11-17T22:17:02.611Z] #33 sha256:82e3922b8292f74e32a824e8ffea5e3df2c76c47d4174d00f92a7a0d6491aea3 [2021-11-17T22:17:02.937Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2021-11-17T22:17:02.937Z] === RUN TestBuildUncleanTarFilenames [2021-11-17T22:17:02.937Z] --- PASS: TestBuildUncleanTarFilenames (0.77s) [2021-11-17T22:17:02.937Z] === RUN TestBuildMultiStageLayerLeak [2021-11-17T22:17:03.178Z] #33 DONE 0.6s [2021-11-17T22:17:03.178Z] [2021-11-17T22:17:03.178Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-11-17T22:17:03.178Z] #56 sha256:b575b0cf6baa26216de6fd93016626356fd9efa515fc5fbc8dd119c10bb26466 [2021-11-17T22:17:03.178Z] #56 ... [2021-11-17T22:17:03.178Z] [2021-11-17T22:17:03.178Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-11-17T22:17:03.178Z] #35 sha256:e5be98d36bc8c36ab30900a42f10c44cb6bc906a0e10af3e56d15bd58bfb038c [2021-11-17T22:17:03.178Z] #35 DONE 0.1s [2021-11-17T22:17:03.437Z] [2021-11-17T22:17:03.437Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-11-17T22:17:03.437Z] #38 sha256:73ee12a1f5809322ce6befb61245379e7fda4d6f1b3a43d5f3cfd71470e35c71 [2021-11-17T22:17:03.437Z] #38 DONE 0.1s [2021-11-17T22:17:03.437Z] [2021-11-17T22:17:03.437Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-11-17T22:17:03.437Z] #56 sha256:b575b0cf6baa26216de6fd93016626356fd9efa515fc5fbc8dd119c10bb26466 [2021-11-17T22:17:03.437Z] #56 ... [2021-11-17T22:17:03.437Z] [2021-11-17T22:17:03.437Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-11-17T22:17:03.437Z] #41 sha256:9afeb5f6bebc67c3a000ce34811c0888f85132383a01152dcd48e7c0d17468b6 [2021-11-17T22:17:04.139Z] #43 181.5 CC criu/sockets.o [2021-11-17T22:17:04.376Z] #41 DONE 0.8s [2021-11-17T22:17:04.376Z] [2021-11-17T22:17:04.376Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-11-17T22:17:04.376Z] #44 sha256:f449f716d5765b6849470b9eb7af05a1765a7d7777b96065a397aac7156d4ca8 [2021-11-17T22:17:04.376Z] #44 DONE 0.1s [2021-11-17T22:17:04.376Z] [2021-11-17T22:17:04.376Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-11-17T22:17:04.376Z] #46 sha256:d98f0e6c14d9d320a5d51364cd2d48862df9639cd26f777125c715c772353c0b [2021-11-17T22:17:04.376Z] #46 DONE 0.1s [2021-11-17T22:17:04.376Z] [2021-11-17T22:17:04.376Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-11-17T22:17:04.377Z] #56 sha256:b575b0cf6baa26216de6fd93016626356fd9efa515fc5fbc8dd119c10bb26466 [2021-11-17T22:17:04.397Z] #43 ... [2021-11-17T22:17:04.397Z] [2021-11-17T22:17:04.397Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-11-17T22:17:04.397Z] #49 sha256:4cc09f60a58c4888d9ae4af88025c53bc40affafcc48d7a6fa00ae2038cf79a8 [2021-11-17T22:17:04.397Z] #49 258.4 + /build/golangci-lint --version [2021-11-17T22:17:04.397Z] #49 258.8 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-11-17T22:17:04.397Z] #49 DONE 259.4s [2021-11-17T22:17:04.397Z] [2021-11-17T22:17:04.397Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-11-17T22:17:04.397Z] #41 sha256:9c43aa21c957dd97568bd0a3bbd7e88f89cf82f84490ee563459c622c8c4c030 [2021-11-17T22:17:04.397Z] #41 DONE 0.7s [2021-11-17T22:17:04.397Z] [2021-11-17T22:17:04.397Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-11-17T22:17:04.397Z] #43 sha256:9c88665f5323b3954e3d3c9ccebf3a6fb3b18ad29fcde46a84373b30db78ca80 [2021-11-17T22:17:04.635Z] #56 ... [2021-11-17T22:17:04.635Z] [2021-11-17T22:17:04.635Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-11-17T22:17:04.635Z] #48 sha256:142f6d76446e42d0d4ad0dc0c46fa59aae99c4f81c1cbeb8460fe6d04cd2f25f [2021-11-17T22:17:04.635Z] #48 DONE 0.1s [2021-11-17T22:17:04.635Z] [2021-11-17T22:17:04.635Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-11-17T22:17:04.635Z] #50 sha256:8ac4323c70ad4beff6589f9c972d230d2e55a1a957c1673eb3f3a95a8c07bfc8 [2021-11-17T22:17:04.963Z] #43 182.6 CC criu/stats.o [2021-11-17T22:17:05.597Z] #50 DONE 1.2s [2021-11-17T22:17:05.597Z] [2021-11-17T22:17:05.597Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-11-17T22:17:05.597Z] #56 sha256:b575b0cf6baa26216de6fd93016626356fd9efa515fc5fbc8dd119c10bb26466 [2021-11-17T22:17:05.609Z] #43 182.9 CC criu/string.o [2021-11-17T22:17:05.609Z] #43 183.1 CC criu/sysctl.o [2021-11-17T22:17:05.884Z] #56 ... [2021-11-17T22:17:05.884Z] [2021-11-17T22:17:05.884Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-11-17T22:17:05.884Z] #52 sha256:61efa21ef82dfdbc55a065e9177119a303b9cfafdd6cd955c323e0a2191f9557 [2021-11-17T22:17:05.884Z] #52 DONE 0.1s [2021-11-17T22:17:05.884Z] [2021-11-17T22:17:05.884Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-11-17T22:17:05.884Z] #54 sha256:35deb16e26445226e7877cd29f949c32d5a2674740a6fa41a5e05b2309890401 [2021-11-17T22:17:06.177Z] #43 183.8 CC criu/sysfs_parse.o [2021-11-17T22:17:06.463Z] #54 DONE 0.4s [2021-11-17T22:17:06.463Z] [2021-11-17T22:17:06.463Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-11-17T22:17:06.463Z] #56 sha256:b575b0cf6baa26216de6fd93016626356fd9efa515fc5fbc8dd119c10bb26466 [2021-11-17T22:17:06.745Z] #43 184.3 CC criu/timens.o [2021-11-17T22:17:07.007Z] #43 184.6 CC criu/timerfd.o [2021-11-17T22:17:07.288Z] --- PASS: TestBuildMultiStageLayerLeak (4.23s) [2021-11-17T22:17:07.288Z] === RUN TestBuildWithHugeFile [2021-11-17T22:17:07.320Z] c1f4c7287c99: Pull complete [2021-11-17T22:17:07.320Z] Digest: sha256:bfa356b928c9977bf2c03d536e251eda8879debf42d884771cb855313a6a5da7 [2021-11-17T22:17:07.320Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-17T22:17:07.320Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2021-11-17T22:17:07.320Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2021-11-17T22:17:07.320Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.2300' [2021-11-17T22:17:07.320Z] WARN: Skipping validation tests [2021-11-17T22:17:07.320Z] INFO: Running unit tests at 11/17/2021 22:16:55... [2021-11-17T22:17:07.320Z] INFO: make.ps1 starting at 11/17/2021 22:16:59 [2021-11-17T22:17:07.320Z] INFO: Git commit (b7f3546cf1) assumed from DOCKER_GITCOMMIT environment variable [2021-11-17T22:17:07.320Z] INFO: Invoking autogen... [2021-11-17T22:17:07.320Z] INFO: Running unit tests... [2021-11-17T22:17:07.320Z] 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/dockerd 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/discovery 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/lcow 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/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/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes 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/signal/testfiles 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 [2021-11-17T22:17:07.575Z] #43 185.0 CC criu/tty.o [2021-11-17T22:17:09.477Z] #43 186.8 CC criu/tun.o [2021-11-17T22:17:09.736Z] #43 187.2 CC criu/uffd.o [2021-11-17T22:17:11.111Z] #43 188.4 CC criu/util.o [2021-11-17T22:17:12.045Z] #43 189.5 CC criu/uts_ns.o [2021-11-17T22:17:12.045Z] #43 189.7 CC criu/vdso-compat.o [2021-11-17T22:17:12.304Z] #43 189.9 CC criu/vdso.o [2021-11-17T22:17:12.871Z] #43 190.4 LINK criu/built-in.o [2021-11-17T22:17:12.871Z] #43 190.6 LINK criu/criu [2021-11-17T22:17:13.087Z] #56 222.1 + bin/containerd-stress [2021-11-17T22:17:13.087Z] #56 223.0 + bin/containerd-shim [2021-11-17T22:17:13.442Z] #43 190.9 DEP lib/c/criu.d [2021-11-17T22:17:13.442Z] #43 191.0 CC images/rpc.pb-c.o [2021-11-17T22:17:14.010Z] #43 191.5 CC lib/c/criu.o [2021-11-17T22:17:14.948Z] #43 192.5 LINK lib/c/built-in.o [2021-11-17T22:17:14.948Z] #43 192.5 LINK lib/c/libcriu.so [2021-11-17T22:17:14.948Z] #43 192.6 LINK lib/c/libcriu.a [2021-11-17T22:17:15.208Z] #43 192.7 GEN magic.py [2021-11-17T22:17:15.208Z] #43 192.8 Note: Building without setproctitle() and strlcpy() support. [2021-11-17T22:17:15.208Z] #43 192.8 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-11-17T22:17:15.208Z] #43 192.8 Note: Building without GnuTLS support [2021-11-17T22:17:15.208Z] #43 192.8 Makefile.config:39: Warn: you have no libnftables installed [2021-11-17T22:17:15.208Z] #43 192.8 Makefile.config:40: Warn: Building without nftables support [2021-11-17T22:17:16.009Z] ? github.com/docker/docker/api [no test files] [2021-11-17T22:17:16.147Z] #43 193.6 fatal: not a git repository (or any of the parent directories): .git [2021-11-17T22:17:16.715Z] #43 194.4 make[1]: Nothing to be done for 'all'. [2021-11-17T22:17:17.699Z] #43 195.2 make[1]: 'images/built-in.o' is up to date. [2021-11-17T22:17:17.699Z] #43 195.3 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-11-17T22:17:17.699Z] #43 195.3 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-11-17T22:17:17.699Z] #43 195.3 make[1]: 'compel/libcompel.a' is up to date. [2021-11-17T22:17:17.961Z] #43 195.4 make[1]: 'compel/compel-host-bin' is up to date. [2021-11-17T22:17:17.961Z] #43 195.4 make[1]: Nothing to be done for 'all'. [2021-11-17T22:17:17.961Z] #43 195.4 make[1]: 'soccr/libsoccr.a' is up to date. [2021-11-17T22:17:17.961Z] #43 195.6 make[2]: Nothing to be done for 'all'. [2021-11-17T22:17:18.219Z] #43 195.6 make[2]: Nothing to be done for 'all'. [2021-11-17T22:17:18.219Z] #43 195.7 make[2]: Nothing to be done for 'all'. [2021-11-17T22:17:18.219Z] #43 195.8 make[2]: Nothing to be done for 'all'. [2021-11-17T22:17:18.219Z] #43 195.9 make[2]: Nothing to be done for 'all'. [2021-11-17T22:17:18.219Z] #43 195.9 make[2]: Nothing to be done for 'all'. [2021-11-17T22:17:18.355Z] #56 228.1 + bin/containerd-shim-runc-v1 [2021-11-17T22:17:18.477Z] #43 196.0 make[2]: Nothing to be done for 'all'. [2021-11-17T22:17:18.477Z] #43 196.1 make[2]: Nothing to be done for 'all'. [2021-11-17T22:17:18.477Z] #43 196.1 INSTALL criu/criu [2021-11-17T22:17:18.739Z] #43 DONE 196.5s [2021-11-17T22:17:18.739Z] [2021-11-17T22:17:18.739Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-11-17T22:17:18.739Z] #53 sha256:15ade6b913304e204fe26b68c3fdcea285510de7dbbe5f0b28cd9d3cb656b681 [2021-11-17T22:17:21.643Z] #56 231.4 + bin/containerd-shim-runc-v2 [2021-11-17T22:17:22.028Z] #53 ... [2021-11-17T22:17:22.028Z] [2021-11-17T22:17:22.028Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-11-17T22:17:22.028Z] #44 sha256:e1edc66da37578cc7fdefb0299d03905b9d6e66acf91a8dea07a6a4d286e0ec2 [2021-11-17T22:17:22.028Z] #44 DONE 0.1s [2021-11-17T22:17:22.028Z] [2021-11-17T22:17:22.028Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-11-17T22:17:22.028Z] #53 sha256:15ade6b913304e204fe26b68c3fdcea285510de7dbbe5f0b28cd9d3cb656b681 [2021-11-17T22:17:22.028Z] #53 ... [2021-11-17T22:17:22.028Z] [2021-11-17T22:17:22.028Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-11-17T22:17:22.028Z] #46 sha256:b15d50e3356d5ed8aff9be168af44b6b79be57dc55f45563540c103021cc75b1 [2021-11-17T22:17:22.028Z] #46 DONE 0.2s [2021-11-17T22:17:22.028Z] [2021-11-17T22:17:22.028Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-11-17T22:17:22.028Z] #48 sha256:6e3662f1d51b0ff5a2ff8a91a72619595677ab20f77d769e9f1bc175fa93f7ae [2021-11-17T22:17:22.028Z] #48 DONE 0.1s [2021-11-17T22:17:22.028Z] [2021-11-17T22:17:22.028Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-11-17T22:17:22.028Z] #50 sha256:913a12b6f157f8fa2aec9cfa7c386de67473dc28933127facb48393cbaa19dc8 [2021-11-17T22:17:22.211Z] #56 231.9 + binaries [2021-11-17T22:17:22.211Z] #56 231.9 + install -D bin/containerd /build/containerd [2021-11-17T22:17:22.211Z] #56 232.0 + install -D bin/containerd-shim /build/containerd-shim [2021-11-17T22:17:22.211Z] #56 232.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-11-17T22:17:22.211Z] #56 232.0 + install -D bin/ctr /build/ctr [2021-11-17T22:17:22.595Z] #50 DONE 0.5s [2021-11-17T22:17:22.595Z] [2021-11-17T22:17:22.595Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-11-17T22:17:22.595Z] #52 sha256:a84d008e72e0b741ed84e39de9e79102b444d1961c83f4dcfc98f32d32e8b90c [2021-11-17T22:17:22.595Z] #52 DONE 0.1s [2021-11-17T22:17:22.595Z] [2021-11-17T22:17:22.595Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-11-17T22:17:22.595Z] #53 sha256:15ade6b913304e204fe26b68c3fdcea285510de7dbbe5f0b28cd9d3cb656b681 [2021-11-17T22:17:26.394Z] #56 DONE 235.5s [2021-11-17T22:17:26.653Z] [2021-11-17T22:17:26.653Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-11-17T22:17:26.653Z] #57 sha256:f561db0afa9b5afb6ae9eb267315367e233f9edae6b4e9c3b0833b9234f2fe56 [2021-11-17T22:17:27.588Z] #57 DONE 1.2s [2021-11-17T22:17:27.846Z] [2021-11-17T22:17:27.846Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-11-17T22:17:27.846Z] #61 sha256:11d675ce11696c0618e0b979abc3f32c0ad4b2642ca7106fcd2d6ddc01277bdf [2021-11-17T22:17:27.846Z] #61 DONE 0.3s [2021-11-17T22:17:28.104Z] [2021-11-17T22:17:28.104Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-11-17T22:17:28.104Z] #66 sha256:e14cbd61d137ada4a5eb6239df13884bb02984488a71d844a7f6bf52d5c1d661 [2021-11-17T22:17:30.006Z] #66 DONE 1.7s [2021-11-17T22:17:30.006Z] [2021-11-17T22:17:30.006Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-11-17T22:17:30.006Z] #68 sha256:e80cb181695f17edb2fb211c6599334c833a8f41c68d2113ce9e7b069cbbbad5 [2021-11-17T22:17:30.006Z] #68 DONE 0.1s [2021-11-17T22:17:30.006Z] [2021-11-17T22:17:30.006Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-11-17T22:17:30.006Z] #69 sha256:e2c4eb850c14cfd01dc3c76fa64384746a4f9cce301e141dbd371683183b9f9c [2021-11-17T22:17:30.006Z] #69 DONE 0.0s [2021-11-17T22:17:30.006Z] [2021-11-17T22:17:30.006Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-11-17T22:17:30.006Z] #70 sha256:fb05d9a85596dd6c7fdd135bbcf34cf66bf6aed3005088522c4d767ab95e77f8 [2021-11-17T22:17:30.573Z] #70 DONE 0.9s [2021-11-17T22:17:30.573Z] [2021-11-17T22:17:30.573Z] #71 exporting to image [2021-11-17T22:17:30.573Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-11-17T22:17:30.573Z] #71 exporting layers [2021-11-17T22:17:30.965Z] === RUN TestMiddlewares [2021-11-17T22:17:30.965Z] --- PASS: TestMiddlewares (0.00s) [2021-11-17T22:17:30.965Z] PASS [2021-11-17T22:17:30.965Z] coverage: 9.0% of statements [2021-11-17T22:17:30.965Z] ok github.com/docker/docker/api/server 0.056s coverage: 9.0% of statements [2021-11-17T22:17:33.862Z] #71 exporting layers 2.9s done [2021-11-17T22:17:33.862Z] #71 writing image sha256:7b12730d0b98c3c93d5af40f085b5eb214655af94666b8b7720bc6ae32798ea6 done [2021-11-17T22:17:33.862Z] #71 naming to docker.io/library/docker:fd190abbe71c4f86043b23e39000b74bd533d5b3 done [2021-11-17T22:17:33.862Z] #71 DONE 2.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-11-17T22:17:34.187Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43024/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=fd190abbe71c4f86043b23e39000b74bd533d5b3 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:fd190abbe71c4f86043b23e39000b74bd533d5b3 hack/test/unit [2021-11-17T22:17:37.472Z] ? github.com/docker/docker/api [no test files] [2021-11-17T22:17:37.475Z] #53 ... [2021-11-17T22:17:37.475Z] [2021-11-17T22:17:37.475Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-11-17T22:17:37.475Z] #56 sha256:c5024e286d02f1704d4d91226211c475a37b54873974aee995e57798953b879c [2021-11-17T22:17:37.475Z] #56 245.2 + bin/containerd [2021-11-17T22:17:41.230Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-11-17T22:17:49.682Z] ok github.com/docker/docker/api/server 0.009s coverage: 9.0% of statements [2021-11-17T22:17:52.359Z] #56 ... [2021-11-17T22:17:52.359Z] [2021-11-17T22:17:52.359Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-11-17T22:17:52.359Z] #53 sha256:15ade6b913304e204fe26b68c3fdcea285510de7dbbe5f0b28cd9d3cb656b681 [2021-11-17T22:17:52.359Z] #53 169.8 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-11-17T22:17:52.927Z] #53 171.0 + mkdir -p /build [2021-11-17T22:17:52.927Z] #53 171.0 + cp runc /build/runc [2021-11-17T22:17:53.865Z] #53 DONE 171.9s [2021-11-17T22:17:53.865Z] [2021-11-17T22:17:53.865Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-11-17T22:17:53.865Z] #56 sha256:c5024e286d02f1704d4d91226211c475a37b54873974aee995e57798953b879c [2021-11-17T22:17:55.769Z] #56 ... [2021-11-17T22:17:55.769Z] [2021-11-17T22:17:55.769Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-11-17T22:17:55.769Z] #54 sha256:bbae1dfa320a0e1220a1584185cc7f64bd6dddacb609ba991d0e5650bfea3fdb [2021-11-17T22:17:55.769Z] #54 DONE 0.2s [2021-11-17T22:17:55.769Z] [2021-11-17T22:17:55.769Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-11-17T22:17:55.769Z] #56 sha256:c5024e286d02f1704d4d91226211c475a37b54873974aee995e57798953b879c [2021-11-17T22:18:03.474Z] --- PASS: TestBuildWithHugeFile (51.33s) [2021-11-17T22:18:03.474Z] === RUN TestBuildWithEmptyDockerfile [2021-11-17T22:18:03.474Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-17T22:18:03.474Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-17T22:18:03.474Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-17T22:18:03.474Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-17T22:18:03.474Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-17T22:18:03.474Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-17T22:18:03.474Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-17T22:18:03.474Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-17T22:18:03.474Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-17T22:18:03.474Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2021-11-17T22:18:03.474Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s) [2021-11-17T22:18:03.474Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.17s) [2021-11-17T22:18:03.474Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2021-11-17T22:18:03.474Z] === RUN TestBuildPreserveOwnership [2021-11-17T22:18:03.474Z] === RUN TestBuildPreserveOwnership/copy_from [2021-11-17T22:18:05.443Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-11-17T22:18:09.603Z] --- PASS: TestBuildPreserveOwnership (10.41s) [2021-11-17T22:18:09.603Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.40s) [2021-11-17T22:18:09.603Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2021-11-17T22:18:09.603Z] === RUN TestBuildPlatformInvalid [2021-11-17T22:18:09.603Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2021-11-17T22:18:09.603Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-11-17T22:18:09.603Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-11-17T22:18:09.603Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-11-17T22:18:09.603Z] PASS [2021-11-17T22:18:09.603Z] [2021-11-17T22:18:09.603Z] === Skipped [2021-11-17T22:18:09.603Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-11-17T22:18:09.603Z] build_session_test.go:25: TODO: BuildKit [2021-11-17T22:18:09.603Z] [2021-11-17T22:18:09.603Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-11-17T22:18:09.603Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-11-17T22:18:09.603Z] [2021-11-17T22:18:09.603Z] [2021-11-17T22:18:09.603Z] DONE 33 tests, 2 skipped in 132.059s [2021-11-17T22:18:09.603Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-11-17T22:18:09.603Z] INFO: Testing against a local daemon [2021-11-17T22:18:09.603Z] === RUN TestConfigInspect [2021-11-17T22:18:09.603Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:18:09.603Z] --- SKIP: TestConfigInspect (0.03s) [2021-11-17T22:18:09.603Z] === RUN TestConfigList [2021-11-17T22:18:09.603Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:18:09.603Z] --- SKIP: TestConfigList (0.01s) [2021-11-17T22:18:09.603Z] === RUN TestConfigsCreateAndDelete [2021-11-17T22:18:09.603Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:18:09.603Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2021-11-17T22:18:09.603Z] === RUN TestConfigsUpdate [2021-11-17T22:18:09.603Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:18:09.603Z] --- SKIP: TestConfigsUpdate (0.01s) [2021-11-17T22:18:09.603Z] === RUN TestTemplatedConfig [2021-11-17T22:18:09.603Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:18:09.603Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-11-17T22:18:09.603Z] === RUN TestConfigCreateResolve [2021-11-17T22:18:09.603Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:18:09.603Z] --- SKIP: TestConfigCreateResolve (0.01s) [2021-11-17T22:18:09.603Z] === RUN TestConfigDaemonLibtrustID [2021-11-17T22:18:11.490Z] --- PASS: TestConfigDaemonLibtrustID (1.57s) [2021-11-17T22:18:11.490Z] PASS [2021-11-17T22:18:11.490Z] [2021-11-17T22:18:11.490Z] === Skipped [2021-11-17T22:18:11.490Z] === SKIP: amd64.integration.config TestConfigInspect (0.03s) [2021-11-17T22:18:11.490Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:18:11.490Z] [2021-11-17T22:18:11.490Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2021-11-17T22:18:11.490Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:18:11.490Z] [2021-11-17T22:18:11.490Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2021-11-17T22:18:11.490Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:18:11.490Z] [2021-11-17T22:18:11.490Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2021-11-17T22:18:11.490Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:18:11.490Z] [2021-11-17T22:18:11.490Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2021-11-17T22:18:11.490Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:18:11.490Z] [2021-11-17T22:18:11.490Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2021-11-17T22:18:11.490Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:18:11.490Z] [2021-11-17T22:18:11.490Z] [2021-11-17T22:18:11.490Z] DONE 7 tests, 6 skipped in 1.795s [2021-11-17T22:18:11.490Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-11-17T22:18:11.490Z] INFO: Testing against a local daemon [2021-11-17T22:18:11.490Z] === RUN TestCheckpoint [2021-11-17T22:18:11.490Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-17T22:18:11.490Z] --- SKIP: TestCheckpoint (0.00s) [2021-11-17T22:18:11.490Z] === RUN TestContainerInvalidJSON [2021-11-17T22:18:11.490Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-11-17T22:18:11.490Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-11-17T22:18:11.490Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-11-17T22:18:11.490Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-11-17T22:18:11.490Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-11-17T22:18:11.490Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-11-17T22:18:11.490Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-11-17T22:18:11.490Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-11-17T22:18:11.490Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-11-17T22:18:11.490Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-11-17T22:18:11.490Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-11-17T22:18:11.490Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-11-17T22:18:11.490Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-11-17T22:18:11.490Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-11-17T22:18:11.490Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2021-11-17T22:18:11.490Z] === RUN TestCopyFromContainerPathIsNotDir [2021-11-17T22:18:11.490Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2021-11-17T22:18:11.490Z] === RUN TestCopyToContainerPathDoesNotExist [2021-11-17T22:18:11.490Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2021-11-17T22:18:11.490Z] === RUN TestCopyToContainerPathIsNotDir [2021-11-17T22:18:11.490Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2021-11-17T22:18:11.490Z] === RUN TestCopyFromContainer [2021-11-17T22:18:13.299Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-11-17T22:18:14.673Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-11-17T22:18:15.652Z] === RUN TestCopyFromContainer// [2021-11-17T22:18:15.652Z] === RUN TestCopyFromContainer//bar/root [2021-11-17T22:18:15.652Z] === RUN TestCopyFromContainer//bar/root/ [2021-11-17T22:18:15.652Z] === RUN TestCopyFromContainer/bar/quux [2021-11-17T22:18:15.652Z] === RUN TestCopyFromContainer/bar/quux/ [2021-11-17T22:18:15.652Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-11-17T22:18:15.652Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-11-17T22:18:15.652Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-11-17T22:18:15.652Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-11-17T22:18:15.652Z] === RUN TestCopyFromContainer/bar/notarget [2021-11-17T22:18:15.652Z] --- PASS: TestCopyFromContainer (4.12s) [2021-11-17T22:18:15.652Z] --- PASS: TestCopyFromContainer// (0.06s) [2021-11-17T22:18:15.652Z] --- PASS: TestCopyFromContainer//bar/root (0.05s) [2021-11-17T22:18:15.652Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2021-11-17T22:18:15.652Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2021-11-17T22:18:15.652Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2021-11-17T22:18:15.652Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2021-11-17T22:18:15.652Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2021-11-17T22:18:15.652Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2021-11-17T22:18:15.652Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2021-11-17T22:18:15.652Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2021-11-17T22:18:15.652Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-11-17T22:18:15.652Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-17T22:18:15.652Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-17T22:18:15.652Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-17T22:18:15.652Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-17T22:18:15.652Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-17T22:18:15.652Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-17T22:18:15.652Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-17T22:18:15.652Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-17T22:18:15.652Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-17T22:18:15.652Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-11-17T22:18:15.652Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2021-11-17T22:18:15.652Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2021-11-17T22:18:15.652Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-11-17T22:18:15.652Z] === RUN TestCreateLinkToNonExistingContainer [2021-11-17T22:18:15.652Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-11-17T22:18:15.652Z] === RUN TestCreateWithInvalidEnv [2021-11-17T22:18:15.908Z] === RUN TestCreateWithInvalidEnv/0 [2021-11-17T22:18:15.908Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-11-17T22:18:15.908Z] === RUN TestCreateWithInvalidEnv/1 [2021-11-17T22:18:15.908Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-11-17T22:18:15.908Z] === RUN TestCreateWithInvalidEnv/2 [2021-11-17T22:18:15.908Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-11-17T22:18:15.908Z] === CONT TestCreateWithInvalidEnv/0 [2021-11-17T22:18:15.908Z] === CONT TestCreateWithInvalidEnv/2 [2021-11-17T22:18:15.908Z] === CONT TestCreateWithInvalidEnv/1 [2021-11-17T22:18:15.908Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-11-17T22:18:15.908Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-11-17T22:18:15.908Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-11-17T22:18:15.908Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-11-17T22:18:15.908Z] === RUN TestCreateTmpfsMountsTarget [2021-11-17T22:18:15.908Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-11-17T22:18:15.908Z] === RUN TestCreateWithCustomMaskedPaths [2021-11-17T22:18:17.202Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-11-17T22:18:17.270Z] --- PASS: TestCreateWithCustomMaskedPaths (1.24s) [2021-11-17T22:18:17.270Z] === RUN TestCreateWithCustomReadonlyPaths [2021-11-17T22:18:18.196Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.16s) [2021-11-17T22:18:18.196Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-11-17T22:18:18.196Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-17T22:18:18.196Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-17T22:18:18.196Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-17T22:18:18.196Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-17T22:18:18.196Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-17T22:18:18.197Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-17T22:18:18.197Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-17T22:18:18.197Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-17T22:18:18.197Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-17T22:18:18.197Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-17T22:18:18.197Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-17T22:18:18.197Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-17T22:18:18.197Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-17T22:18:18.197Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-17T22:18:18.197Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-17T22:18:18.197Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-11-17T22:18:18.197Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-11-17T22:18:18.197Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-11-17T22:18:18.197Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-11-17T22:18:18.197Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-11-17T22:18:18.197Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-11-17T22:18:18.197Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-11-17T22:18:18.758Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.39s) [2021-11-17T22:18:18.758Z] === RUN TestCreateDifferentPlatform [2021-11-17T22:18:18.758Z] === RUN TestCreateDifferentPlatform/different_os [2021-11-17T22:18:18.758Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-11-17T22:18:18.758Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-11-17T22:18:18.758Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-11-17T22:18:18.758Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-11-17T22:18:18.758Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-11-17T22:18:18.758Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2021-11-17T22:18:18.758Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-11-17T22:18:18.758Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2021-11-17T22:18:18.758Z] === RUN TestContainerStartOnDaemonRestart [2021-11-17T22:18:18.758Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-11-17T22:18:18.758Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2021-11-17T22:18:18.758Z] === RUN TestDaemonRestartIpcMode [2021-11-17T22:18:18.758Z] === PAUSE TestDaemonRestartIpcMode [2021-11-17T22:18:18.758Z] === RUN TestDaemonHostGatewayIP [2021-11-17T22:18:18.758Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-17T22:18:18.758Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2021-11-17T22:18:18.758Z] === RUN TestRestartDaemonWithRestartingContainer [2021-11-17T22:18:18.758Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-11-17T22:18:18.758Z] === RUN TestContainerKillOnDaemonStart [2021-11-17T22:18:18.758Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-11-17T22:18:18.758Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-11-17T22:18:18.758Z] === RUN TestDiff [2021-11-17T22:18:19.319Z] --- PASS: TestDiff (0.40s) [2021-11-17T22:18:19.319Z] === RUN TestExecWithCloseStdin [2021-11-17T22:18:19.574Z] --- PASS: TestExecWithCloseStdin (0.47s) [2021-11-17T22:18:19.574Z] === RUN TestExec [2021-11-17T22:18:19.731Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-11-17T22:18:20.135Z] --- PASS: TestExec (0.48s) [2021-11-17T22:18:20.135Z] === RUN TestExecUser [2021-11-17T22:18:20.297Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-11-17T22:18:20.696Z] --- PASS: TestExecUser (0.46s) [2021-11-17T22:18:20.696Z] === RUN TestExportContainerAndImportImage [2021-11-17T22:18:21.257Z] --- PASS: TestExportContainerAndImportImage (0.57s) [2021-11-17T22:18:21.257Z] === RUN TestExportContainerAfterDaemonRestart [2021-11-17T22:18:22.335Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-11-17T22:18:22.335Z] [2021-11-17T22:18:22.335Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2021-11-17T22:18:22.335Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2021-11-17T22:18:22.335Z] Using test binary docker [2021-11-17T22:18:22.335Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-11-17T22:18:22.335Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-11-17T22:18:22.335Z] INFO: Waiting for daemon to start... [2021-11-17T22:18:22.335Z] Starting dockerd [2021-11-17T22:18:22.335Z] . [2021-11-17T22:18:22.335Z] INFO: Building docker-sdk-python3:4.4.1... [2021-11-17T22:18:24.483Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-11-17T22:18:24.562Z] --- PASS: TestExportContainerAfterDaemonRestart (3.31s) [2021-11-17T22:18:24.562Z] === RUN TestHealthCheckWorkdir [2021-11-17T22:18:25.123Z] --- PASS: TestHealthCheckWorkdir (0.52s) [2021-11-17T22:18:25.123Z] === RUN TestHealthKillContainer [2021-11-17T22:18:31.631Z] === RUN TestBoolValue [2021-11-17T22:18:31.631Z] --- PASS: TestBoolValue (0.00s) [2021-11-17T22:18:31.631Z] === RUN TestBoolValueOrDefault [2021-11-17T22:18:31.631Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-11-17T22:18:31.631Z] === RUN TestInt64ValueOrZero [2021-11-17T22:18:31.631Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-11-17T22:18:31.631Z] === RUN TestInt64ValueOrDefault [2021-11-17T22:18:31.631Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-11-17T22:18:31.631Z] === RUN TestInt64ValueOrDefaultWithError [2021-11-17T22:18:31.631Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-11-17T22:18:31.631Z] === RUN TestJsonContentType [2021-11-17T22:18:31.631Z] --- PASS: TestJsonContentType (0.00s) [2021-11-17T22:18:31.631Z] PASS [2021-11-17T22:18:31.631Z] coverage: 14.7% of statements [2021-11-17T22:18:31.631Z] ok github.com/docker/docker/api/server/httputils 0.041s coverage: 14.7% of statements [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-11-17T22:18:31.632Z] === RUN TestMaskSecretKeys [2021-11-17T22:18:31.632Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-11-17T22:18:31.632Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-11-17T22:18:31.632Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-11-17T22:18:31.632Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-11-17T22:18:31.632Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-11-17T22:18:31.632Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-11-17T22:18:31.632Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestVersionMiddlewareVersion [2021-11-17T22:18:31.632Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-11-17T22:18:31.632Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-11-17T22:18:31.632Z] PASS [2021-11-17T22:18:31.632Z] coverage: 37.7% of statements [2021-11-17T22:18:31.632Z] ok github.com/docker/docker/api/server/middleware 0.043s coverage: 37.7% of statements [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/api/server/router [no test files] [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-11-17T22:18:31.632Z] === RUN TestStrSliceMarshalJSON [2021-11-17T22:18:31.632Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestStrSliceUnmarshalJSON [2021-11-17T22:18:31.632Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestStrSliceUnmarshalString [2021-11-17T22:18:31.632Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestStrSliceUnmarshalSlice [2021-11-17T22:18:31.632Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-11-17T22:18:31.632Z] PASS [2021-11-17T22:18:31.632Z] coverage: 90.0% of statements [2021-11-17T22:18:31.632Z] ok github.com/docker/docker/api/types/strslice 0.039s coverage: 90.0% of statements [2021-11-17T22:18:31.632Z] === RUN TestAdjustForAPIVersion [2021-11-17T22:18:31.632Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-11-17T22:18:31.632Z] PASS [2021-11-17T22:18:31.632Z] coverage: 5.7% of statements [2021-11-17T22:18:31.632Z] ok github.com/docker/docker/api/server/router/swarm 0.038s coverage: 5.7% of statements [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/api/types [no test files] [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/api/types/container [no test files] [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/api/types/events [no test files] [2021-11-17T22:18:31.632Z] === RUN TestToJSON [2021-11-17T22:18:31.632Z] --- PASS: TestToJSON (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestToParamWithVersion [2021-11-17T22:18:31.632Z] --- PASS: TestToParamWithVersion (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestFromJSON [2021-11-17T22:18:31.632Z] --- PASS: TestFromJSON (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestEmpty [2021-11-17T22:18:31.632Z] --- PASS: TestEmpty (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestArgsMatchKVListEmptySources [2021-11-17T22:18:31.632Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestArgsMatchKVList [2021-11-17T22:18:31.632Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestArgsMatch [2021-11-17T22:18:31.632Z] --- PASS: TestArgsMatch (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestAdd [2021-11-17T22:18:31.632Z] --- PASS: TestAdd (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestDel [2021-11-17T22:18:31.632Z] --- PASS: TestDel (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestLen [2021-11-17T22:18:31.632Z] --- PASS: TestLen (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestExactMatch [2021-11-17T22:18:31.632Z] --- PASS: TestExactMatch (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestOnlyOneExactMatch [2021-11-17T22:18:31.632Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestContains [2021-11-17T22:18:31.632Z] --- PASS: TestContains (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestValidate [2021-11-17T22:18:31.632Z] --- PASS: TestValidate (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestWalkValues [2021-11-17T22:18:31.632Z] --- PASS: TestWalkValues (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestFuzzyMatch [2021-11-17T22:18:31.632Z] --- PASS: TestFuzzyMatch (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestClone [2021-11-17T22:18:31.632Z] --- PASS: TestClone (0.00s) [2021-11-17T22:18:31.632Z] PASS [2021-11-17T22:18:31.632Z] coverage: 92.2% of statements [2021-11-17T22:18:31.632Z] ok github.com/docker/docker/api/types/filters 0.041s coverage: 92.2% of statements [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/api/types/image [no test files] [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/api/types/network [no test files] [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-11-17T22:18:31.632Z] === RUN TestDurationToSecondsString [2021-11-17T22:18:31.632Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestGetTimestamp [2021-11-17T22:18:31.632Z] --- PASS: TestGetTimestamp (0.13s) [2021-11-17T22:18:31.632Z] === RUN TestParseTimestamps [2021-11-17T22:18:31.632Z] --- PASS: TestParseTimestamps (0.00s) [2021-11-17T22:18:31.632Z] PASS [2021-11-17T22:18:31.632Z] coverage: 100.0% of statements [2021-11-17T22:18:31.632Z] ok github.com/docker/docker/api/types/time 0.172s coverage: 100.0% of statements [2021-11-17T22:18:31.632Z] === RUN TestCompareVersion [2021-11-17T22:18:31.632Z] --- PASS: TestCompareVersion (0.00s) [2021-11-17T22:18:31.632Z] PASS [2021-11-17T22:18:31.632Z] coverage: 75.0% of statements [2021-11-17T22:18:31.632Z] ok github.com/docker/docker/api/types/versions 0.032s coverage: 75.0% of statements [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/builder [no test files] [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-11-17T22:18:31.632Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-11-17T22:18:31.632Z] === RUN TestParseRemoteURL [2021-11-17T22:18:31.632Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-11-17T22:18:31.632Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-11-17T22:18:31.632Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-11-17T22:18:31.632Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-11-17T22:18:31.632Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-11-17T22:18:31.632Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-11-17T22:18:31.632Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-11-17T22:18:31.632Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-11-17T22:18:31.632Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-11-17T22:18:31.632Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-11-17T22:18:31.632Z] --- PASS: TestParseRemoteURL (0.00s) [2021-11-17T22:18:31.632Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-11-17T22:18:31.632Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-11-17T22:18:31.632Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-11-17T22:18:31.632Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-11-17T22:18:31.632Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-11-17T22:18:31.632Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-11-17T22:18:31.632Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-11-17T22:18:31.632Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-11-17T22:18:31.632Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-11-17T22:18:31.632Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestCloneArgsSmartHttp [2021-11-17T22:18:31.632Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2021-11-17T22:18:31.632Z] === RUN TestCloneArgsDumbHttp [2021-11-17T22:18:31.632Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestCloneArgsGit [2021-11-17T22:18:31.632Z] --- PASS: TestCloneArgsGit (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestCheckoutGit [2021-11-17T22:18:31.632Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-11-17T22:18:31.632Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2021-11-17T22:18:31.632Z] === RUN TestProcessNoDockerignore [2021-11-17T22:18:31.632Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestProcessShouldLeaveAllFiles [2021-11-17T22:18:31.632Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestDetectContentType [2021-11-17T22:18:31.632Z] --- PASS: TestDetectContentType (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestSelectAcceptableMIME [2021-11-17T22:18:31.632Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestInspectEmptyResponse [2021-11-17T22:18:31.632Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestInspectResponseBinary [2021-11-17T22:18:31.632Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestResponseUnsupportedContentType [2021-11-17T22:18:31.632Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestInspectResponseTextSimple [2021-11-17T22:18:31.632Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestInspectResponseEmptyContentType [2021-11-17T22:18:31.632Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestUnknownContentLength [2021-11-17T22:18:31.632Z] --- PASS: TestUnknownContentLength (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestDownloadRemote [2021-11-17T22:18:31.632Z] --- PASS: TestDownloadRemote (0.07s) [2021-11-17T22:18:31.632Z] === RUN TestGetWithStatusError [2021-11-17T22:18:31.632Z] --- PASS: TestGetWithStatusError (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestCloseRootDirectory [2021-11-17T22:18:31.632Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-11-17T22:18:31.632Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestHashFile [2021-11-17T22:18:31.632Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-11-17T22:18:31.632Z] --- SKIP: TestHashFile (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestHashSubdir [2021-11-17T22:18:31.632Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-11-17T22:18:31.632Z] --- SKIP: TestHashSubdir (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestRemoveDirectory [2021-11-17T22:18:31.632Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-11-17T22:18:31.632Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-11-17T22:18:31.632Z] PASS [2021-11-17T22:18:31.632Z] coverage: 9.3% of statements [2021-11-17T22:18:31.632Z] ok github.com/docker/docker/builder/remotecontext 0.244s coverage: 9.3% of statements [2021-11-17T22:18:31.632Z] === RUN TestGetAllAllowed [2021-11-17T22:18:31.632Z] --- PASS: TestGetAllAllowed (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestGetAllMeta [2021-11-17T22:18:31.632Z] --- PASS: TestGetAllMeta (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestWarnOnUnusedBuildArgs [2021-11-17T22:18:31.632Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestIsUnreferencedBuiltin [2021-11-17T22:18:31.632Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestIsExistingDirectory [2021-11-17T22:18:31.632Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestGetFilenameForDownload [2021-11-17T22:18:31.632Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestEnv2Variables [2021-11-17T22:18:31.632Z] --- PASS: TestEnv2Variables (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-11-17T22:18:31.632Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestMaintainer [2021-11-17T22:18:31.632Z] --- PASS: TestMaintainer (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestLabel [2021-11-17T22:18:31.632Z] --- PASS: TestLabel (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestFromScratch [2021-11-17T22:18:31.632Z] --- PASS: TestFromScratch (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestFromWithArg [2021-11-17T22:18:31.632Z] --- PASS: TestFromWithArg (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-11-17T22:18:31.632Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestFromWithUndefinedArg [2021-11-17T22:18:31.632Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestFromMultiStageWithNamedStage [2021-11-17T22:18:31.632Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestOnbuild [2021-11-17T22:18:31.632Z] --- PASS: TestOnbuild (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestWorkdir [2021-11-17T22:18:31.632Z] --- PASS: TestWorkdir (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestCmd [2021-11-17T22:18:31.632Z] --- PASS: TestCmd (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestHealthcheckNone [2021-11-17T22:18:31.632Z] --- PASS: TestHealthcheckNone (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestHealthcheckCmd [2021-11-17T22:18:31.632Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestEntrypoint [2021-11-17T22:18:31.632Z] --- PASS: TestEntrypoint (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestExpose [2021-11-17T22:18:31.632Z] --- PASS: TestExpose (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestUser [2021-11-17T22:18:31.632Z] --- PASS: TestUser (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestVolume [2021-11-17T22:18:31.632Z] --- PASS: TestVolume (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestStopSignal [2021-11-17T22:18:31.632Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-11-17T22:18:31.632Z] --- SKIP: TestStopSignal (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestArg [2021-11-17T22:18:31.632Z] --- PASS: TestArg (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestShell [2021-11-17T22:18:31.632Z] --- PASS: TestShell (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestPrependEnvOnCmd [2021-11-17T22:18:31.632Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestRunWithBuildArgs [2021-11-17T22:18:31.632Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestRunIgnoresHealthcheck [2021-11-17T22:18:31.632Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestDispatchUnsupportedOptions [2021-11-17T22:18:31.632Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-11-17T22:18:31.632Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-11-17T22:18:31.632Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-11-17T22:18:31.632Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-11-17T22:18:31.632Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-11-17T22:18:31.632Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-11-17T22:18:31.632Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestNormalizeWorkdir [2021-11-17T22:18:31.632Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestDispatch [2021-11-17T22:18:31.632Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-11-17T22:18:31.632Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-11-17T22:18:31.632Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-11-17T22:18:31.632Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-11-17T22:18:31.632Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-11-17T22:18:31.632Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-11-17T22:18:31.632Z] === RUN TestDispatch/COPY_url [2021-11-17T22:18:31.632Z] --- PASS: TestDispatch (0.06s) [2021-11-17T22:18:31.632Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2021-11-17T22:18:31.632Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-11-17T22:18:31.632Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-11-17T22:18:31.632Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-11-17T22:18:31.632Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-11-17T22:18:31.632Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-11-17T22:18:31.632Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-11-17T22:18:31.632Z] === RUN TestAddScratchImageAddsToMounts [2021-11-17T22:18:31.632Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-11-17T22:18:31.633Z] === RUN TestAddFromScratchPopulatesPlatform [2021-11-17T22:18:31.633Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-11-17T22:18:31.633Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-11-17T22:18:31.633Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-11-17T22:18:31.633Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-11-17T22:18:31.633Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-11-17T22:18:31.633Z] === RUN TestImageSourceGetAddsToMounts [2021-11-17T22:18:31.633Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-11-17T22:18:31.633Z] === RUN TestEmptyDockerfile [2021-11-17T22:18:31.633Z] --- PASS: TestEmptyDockerfile (0.00s) [2021-11-17T22:18:31.633Z] === RUN TestSymlinkDockerfile [2021-11-17T22:18:31.633Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-11-17T22:18:31.633Z] === RUN TestDockerfileOutsideTheBuildContext [2021-11-17T22:18:31.633Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-11-17T22:18:31.633Z] === RUN TestNonExistingDockerfile [2021-11-17T22:18:31.633Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-11-17T22:18:31.633Z] === RUN TestCopyRunConfig [2021-11-17T22:18:31.633Z] --- PASS: TestCopyRunConfig (0.00s) [2021-11-17T22:18:31.633Z] === RUN TestDeepCopyRunConfig [2021-11-17T22:18:31.633Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-11-17T22:18:31.633Z] === RUN TestExportImage [2021-11-17T22:18:31.633Z] --- PASS: TestExportImage (0.00s) [2021-11-17T22:18:31.633Z] === RUN TestNormalizeDest [2021-11-17T22:18:31.633Z] --- PASS: TestNormalizeDest (0.00s) [2021-11-17T22:18:31.633Z] PASS [2021-11-17T22:18:31.633Z] coverage: 46.8% of statements [2021-11-17T22:18:31.633Z] ok github.com/docker/docker/builder/dockerfile 0.151s coverage: 46.8% of statements [2021-11-17T22:18:31.633Z] === RUN TestEnable [2021-11-17T22:18:31.633Z] --- PASS: TestEnable (0.00s) [2021-11-17T22:18:31.633Z] === RUN TestDisable [2021-11-17T22:18:31.633Z] --- PASS: TestDisable (0.00s) [2021-11-17T22:18:31.633Z] === RUN TestEnabled [2021-11-17T22:18:31.633Z] --- PASS: TestEnabled (0.00s) [2021-11-17T22:18:31.633Z] PASS [2021-11-17T22:18:31.633Z] coverage: 100.0% of statements [2021-11-17T22:18:31.633Z] ok github.com/docker/docker/cli/debug 0.033s coverage: 100.0% of statements [2021-11-17T22:18:31.633Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-11-17T22:18:33.273Z] --- PASS: TestHealthKillContainer (7.87s) [2021-11-17T22:18:33.273Z] === RUN TestInspectCpusetInConfigPre120 [2021-11-17T22:18:33.273Z] --- PASS: TestInspectCpusetInConfigPre120 (0.39s) [2021-11-17T22:18:33.273Z] === RUN TestIpcModeNone [2021-11-17T22:18:33.833Z] --- PASS: TestIpcModeNone (0.47s) [2021-11-17T22:18:33.833Z] === RUN TestIpcModePrivate [2021-11-17T22:18:34.089Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2021-11-17T22:18:34.089Z] --- PASS: TestIpcModePrivate (0.48s) [2021-11-17T22:18:34.089Z] === RUN TestIpcModeShareable [2021-11-17T22:18:34.089Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-11-17T22:18:34.089Z] --- SKIP: TestIpcModeShareable (0.00s) [2021-11-17T22:18:34.089Z] === RUN TestAPIIpcModeShareableAndContainer [2021-11-17T22:18:34.453Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-11-17T22:18:35.975Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.47s) [2021-11-17T22:18:35.975Z] === RUN TestAPIIpcModeHost [2021-11-17T22:18:35.975Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-11-17T22:18:35.975Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2021-11-17T22:18:35.975Z] === RUN TestDaemonIpcModeShareable [2021-11-17T22:18:35.975Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-11-17T22:18:35.975Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2021-11-17T22:18:35.975Z] === RUN TestDaemonIpcModePrivate [2021-11-17T22:18:36.535Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2021-11-17T22:18:36.996Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-11-17T22:18:37.941Z] --- PASS: TestDaemonIpcModePrivate (2.15s) [2021-11-17T22:18:37.941Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-11-17T22:18:37.941Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-11-17T22:18:37.941Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2021-11-17T22:18:37.941Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-11-17T22:18:37.941Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-11-17T22:18:37.941Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2021-11-17T22:18:37.941Z] === RUN TestIpcModeOlderClient [2021-11-17T22:18:37.941Z] === PAUSE TestIpcModeOlderClient [2021-11-17T22:18:37.941Z] === RUN TestKillContainerInvalidSignal [2021-11-17T22:18:38.197Z] --- PASS: TestKillContainerInvalidSignal (0.45s) [2021-11-17T22:18:38.197Z] === RUN TestKillContainer [2021-11-17T22:18:38.197Z] === RUN TestKillContainer/no_signal [2021-11-17T22:18:38.758Z] === RUN TestKillContainer/non_killing_signal [2021-11-17T22:18:39.013Z] === RUN TestKillContainer/killing_signal [2021-11-17T22:18:39.574Z] --- PASS: TestKillContainer (1.19s) [2021-11-17T22:18:39.574Z] --- PASS: TestKillContainer/no_signal (0.38s) [2021-11-17T22:18:39.574Z] --- PASS: TestKillContainer/non_killing_signal (0.26s) [2021-11-17T22:18:39.574Z] --- PASS: TestKillContainer/killing_signal (0.38s) [2021-11-17T22:18:39.574Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-11-17T22:18:39.574Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-11-17T22:18:39.829Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-11-17T22:18:40.282Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-11-17T22:18:40.434Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.79s) [2021-11-17T22:18:40.434Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.39s) [2021-11-17T22:18:40.434Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.26s) [2021-11-17T22:18:40.434Z] === RUN TestKillStoppedContainer [2021-11-17T22:18:40.434Z] --- PASS: TestKillStoppedContainer (0.04s) [2021-11-17T22:18:40.434Z] === RUN TestKillStoppedContainerAPIPre120 [2021-11-17T22:18:40.434Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-11-17T22:18:40.434Z] === RUN TestKillDifferentUserContainer [2021-11-17T22:18:40.690Z] --- PASS: TestKillDifferentUserContainer (0.40s) [2021-11-17T22:18:40.690Z] === RUN TestInspectOomKilledTrue [2021-11-17T22:18:40.690Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-17T22:18:40.690Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-11-17T22:18:40.690Z] === RUN TestInspectOomKilledFalse [2021-11-17T22:18:40.690Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-11-17T22:18:40.690Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-11-17T22:18:40.690Z] === RUN TestLinksEtcHostsContentMatch [2021-11-17T22:18:40.690Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-11-17T22:18:40.690Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2021-11-17T22:18:40.690Z] === RUN TestLinksContainerNames [2021-11-17T22:18:41.617Z] --- PASS: TestLinksContainerNames (0.81s) [2021-11-17T22:18:41.617Z] === RUN TestLogsFollowTailEmpty [2021-11-17T22:18:41.873Z] --- PASS: TestLogsFollowTailEmpty (0.41s) [2021-11-17T22:18:41.873Z] === RUN TestContainerNetworkMountsNoChown [2021-11-17T22:18:42.061Z] === RUN TestCheckpointCreateError [2021-11-17T22:18:42.061Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-11-17T22:18:42.061Z] === RUN TestCheckpointCreate [2021-11-17T22:18:42.061Z] --- PASS: TestCheckpointCreate (0.00s) [2021-11-17T22:18:42.061Z] === RUN TestCheckpointDeleteError [2021-11-17T22:18:42.061Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-11-17T22:18:42.061Z] === RUN TestCheckpointDelete [2021-11-17T22:18:42.061Z] --- PASS: TestCheckpointDelete (0.00s) [2021-11-17T22:18:42.061Z] === RUN TestCheckpointListError [2021-11-17T22:18:42.061Z] --- PASS: TestCheckpointListError (0.00s) [2021-11-17T22:18:42.061Z] === RUN TestCheckpointList [2021-11-17T22:18:42.061Z] --- PASS: TestCheckpointList (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestCheckpointListContainerNotFound [2021-11-17T22:18:42.062Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestNewClientWithOpsFromEnv [2021-11-17T22:18:42.062Z] client_test.go:23: runtime.GOOS == "windows" [2021-11-17T22:18:42.062Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestGetAPIPath [2021-11-17T22:18:42.062Z] --- PASS: TestGetAPIPath (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestParseHostURL [2021-11-17T22:18:42.062Z] --- PASS: TestParseHostURL (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-11-17T22:18:42.062Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestNegotiateAPIVersionEmpty [2021-11-17T22:18:42.062Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestNegotiateAPIVersion [2021-11-17T22:18:42.062Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestNegotiateAPVersionOverride [2021-11-17T22:18:42.062Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestNegotiateAPIVersionAutomatic [2021-11-17T22:18:42.062Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-11-17T22:18:42.062Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-11-17T22:18:42.062Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestClientRedirect [2021-11-17T22:18:42.062Z] --- PASS: TestClientRedirect (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestConfigCreateUnsupported [2021-11-17T22:18:42.062Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestConfigCreateError [2021-11-17T22:18:42.062Z] --- PASS: TestConfigCreateError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestConfigCreate [2021-11-17T22:18:42.062Z] --- PASS: TestConfigCreate (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestConfigInspectNotFound [2021-11-17T22:18:42.062Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestConfigInspectWithEmptyID [2021-11-17T22:18:42.062Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestConfigInspectUnsupported [2021-11-17T22:18:42.062Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestConfigInspectError [2021-11-17T22:18:42.062Z] --- PASS: TestConfigInspectError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestConfigInspectConfigNotFound [2021-11-17T22:18:42.062Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestConfigInspect [2021-11-17T22:18:42.062Z] --- PASS: TestConfigInspect (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestConfigListUnsupported [2021-11-17T22:18:42.062Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestConfigListError [2021-11-17T22:18:42.062Z] --- PASS: TestConfigListError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestConfigList [2021-11-17T22:18:42.062Z] --- PASS: TestConfigList (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestConfigRemoveUnsupported [2021-11-17T22:18:42.062Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestConfigRemoveError [2021-11-17T22:18:42.062Z] --- PASS: TestConfigRemoveError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestConfigRemove [2021-11-17T22:18:42.062Z] --- PASS: TestConfigRemove (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestConfigUpdateUnsupported [2021-11-17T22:18:42.062Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestConfigUpdateError [2021-11-17T22:18:42.062Z] --- PASS: TestConfigUpdateError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestConfigUpdate [2021-11-17T22:18:42.062Z] --- PASS: TestConfigUpdate (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerCommitError [2021-11-17T22:18:42.062Z] --- PASS: TestContainerCommitError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerCommit [2021-11-17T22:18:42.062Z] --- PASS: TestContainerCommit (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerStatPathError [2021-11-17T22:18:42.062Z] --- PASS: TestContainerStatPathError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerStatPathNotFoundError [2021-11-17T22:18:42.062Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerStatPathNoHeaderError [2021-11-17T22:18:42.062Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerStatPath [2021-11-17T22:18:42.062Z] --- PASS: TestContainerStatPath (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestCopyToContainerError [2021-11-17T22:18:42.062Z] --- PASS: TestCopyToContainerError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestCopyToContainerNotFoundError [2021-11-17T22:18:42.062Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestCopyToContainerNotStatusOKError [2021-11-17T22:18:42.062Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestCopyToContainer [2021-11-17T22:18:42.062Z] --- PASS: TestCopyToContainer (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestCopyFromContainerError [2021-11-17T22:18:42.062Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestCopyFromContainerNotFoundError [2021-11-17T22:18:42.062Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestCopyFromContainerNotStatusOKError [2021-11-17T22:18:42.062Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestCopyFromContainerNoHeaderError [2021-11-17T22:18:42.062Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestCopyFromContainer [2021-11-17T22:18:42.062Z] --- PASS: TestCopyFromContainer (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerCreateError [2021-11-17T22:18:42.062Z] --- PASS: TestContainerCreateError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerCreateImageNotFound [2021-11-17T22:18:42.062Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerCreateWithName [2021-11-17T22:18:42.062Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerCreateAutoRemove [2021-11-17T22:18:42.062Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerDiffError [2021-11-17T22:18:42.062Z] --- PASS: TestContainerDiffError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerDiff [2021-11-17T22:18:42.062Z] --- PASS: TestContainerDiff (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerExecCreateError [2021-11-17T22:18:42.062Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerExecCreate [2021-11-17T22:18:42.062Z] --- PASS: TestContainerExecCreate (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerExecStartError [2021-11-17T22:18:42.062Z] --- PASS: TestContainerExecStartError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerExecStart [2021-11-17T22:18:42.062Z] --- PASS: TestContainerExecStart (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerExecInspectError [2021-11-17T22:18:42.062Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerExecInspect [2021-11-17T22:18:42.062Z] --- PASS: TestContainerExecInspect (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerExportError [2021-11-17T22:18:42.062Z] --- PASS: TestContainerExportError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerExport [2021-11-17T22:18:42.062Z] --- PASS: TestContainerExport (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerInspectError [2021-11-17T22:18:42.062Z] --- PASS: TestContainerInspectError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerInspectContainerNotFound [2021-11-17T22:18:42.062Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerInspectWithEmptyID [2021-11-17T22:18:42.062Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerInspect [2021-11-17T22:18:42.062Z] --- PASS: TestContainerInspect (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerInspectNode [2021-11-17T22:18:42.062Z] --- PASS: TestContainerInspectNode (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerKillError [2021-11-17T22:18:42.062Z] --- PASS: TestContainerKillError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerKill [2021-11-17T22:18:42.062Z] --- PASS: TestContainerKill (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerListError [2021-11-17T22:18:42.062Z] --- PASS: TestContainerListError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerList [2021-11-17T22:18:42.062Z] --- PASS: TestContainerList (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerLogsNotFoundError [2021-11-17T22:18:42.062Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerLogsError [2021-11-17T22:18:42.062Z] --- PASS: TestContainerLogsError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerLogs [2021-11-17T22:18:42.062Z] --- PASS: TestContainerLogs (0.14s) [2021-11-17T22:18:42.062Z] === RUN TestContainerPauseError [2021-11-17T22:18:42.062Z] --- PASS: TestContainerPauseError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerPause [2021-11-17T22:18:42.062Z] --- PASS: TestContainerPause (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainersPruneError [2021-11-17T22:18:42.062Z] --- PASS: TestContainersPruneError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainersPrune [2021-11-17T22:18:42.062Z] --- PASS: TestContainersPrune (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerRemoveError [2021-11-17T22:18:42.062Z] --- PASS: TestContainerRemoveError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerRemoveNotFoundError [2021-11-17T22:18:42.062Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerRemove [2021-11-17T22:18:42.062Z] --- PASS: TestContainerRemove (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerRenameError [2021-11-17T22:18:42.062Z] --- PASS: TestContainerRenameError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerRename [2021-11-17T22:18:42.062Z] --- PASS: TestContainerRename (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerResizeError [2021-11-17T22:18:42.062Z] --- PASS: TestContainerResizeError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerExecResizeError [2021-11-17T22:18:42.062Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerResize [2021-11-17T22:18:42.062Z] --- PASS: TestContainerResize (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerExecResize [2021-11-17T22:18:42.062Z] --- PASS: TestContainerExecResize (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerRestartError [2021-11-17T22:18:42.062Z] --- PASS: TestContainerRestartError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerRestart [2021-11-17T22:18:42.062Z] --- PASS: TestContainerRestart (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerStartError [2021-11-17T22:18:42.062Z] --- PASS: TestContainerStartError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerStart [2021-11-17T22:18:42.062Z] --- PASS: TestContainerStart (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerStatsError [2021-11-17T22:18:42.062Z] --- PASS: TestContainerStatsError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerStats [2021-11-17T22:18:42.062Z] --- PASS: TestContainerStats (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerStopError [2021-11-17T22:18:42.062Z] --- PASS: TestContainerStopError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerStop [2021-11-17T22:18:42.062Z] --- PASS: TestContainerStop (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerTopError [2021-11-17T22:18:42.062Z] --- PASS: TestContainerTopError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerTop [2021-11-17T22:18:42.062Z] --- PASS: TestContainerTop (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerUnpauseError [2021-11-17T22:18:42.062Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerUnpause [2021-11-17T22:18:42.062Z] --- PASS: TestContainerUnpause (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerUpdateError [2021-11-17T22:18:42.062Z] --- PASS: TestContainerUpdateError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerUpdate [2021-11-17T22:18:42.062Z] --- PASS: TestContainerUpdate (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerWaitError [2021-11-17T22:18:42.062Z] --- PASS: TestContainerWaitError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestContainerWait [2021-11-17T22:18:42.062Z] --- PASS: TestContainerWait (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestDiskUsageError [2021-11-17T22:18:42.062Z] --- PASS: TestDiskUsageError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestDiskUsage [2021-11-17T22:18:42.062Z] --- PASS: TestDiskUsage (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestDistributionInspectUnsupported [2021-11-17T22:18:42.062Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestDistributionInspectWithEmptyID [2021-11-17T22:18:42.062Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestEventsErrorInOptions [2021-11-17T22:18:42.062Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestEventsErrorFromServer [2021-11-17T22:18:42.062Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestEvents [2021-11-17T22:18:42.062Z] --- PASS: TestEvents (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestTLSCloseWriter [2021-11-17T22:18:42.062Z] === PAUSE TestTLSCloseWriter [2021-11-17T22:18:42.062Z] === RUN TestImageBuildError [2021-11-17T22:18:42.062Z] --- PASS: TestImageBuildError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestImageBuild [2021-11-17T22:18:42.062Z] --- PASS: TestImageBuild (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestGetDockerOS [2021-11-17T22:18:42.062Z] --- PASS: TestGetDockerOS (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestImageCreateError [2021-11-17T22:18:42.062Z] --- PASS: TestImageCreateError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestImageCreate [2021-11-17T22:18:42.062Z] --- PASS: TestImageCreate (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestImageHistoryError [2021-11-17T22:18:42.062Z] --- PASS: TestImageHistoryError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestImageHistory [2021-11-17T22:18:42.062Z] --- PASS: TestImageHistory (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestImageImportError [2021-11-17T22:18:42.062Z] --- PASS: TestImageImportError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestImageImport [2021-11-17T22:18:42.062Z] --- PASS: TestImageImport (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestImageInspectError [2021-11-17T22:18:42.062Z] --- PASS: TestImageInspectError (0.03s) [2021-11-17T22:18:42.062Z] === RUN TestImageInspectImageNotFound [2021-11-17T22:18:42.062Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestImageInspectWithEmptyID [2021-11-17T22:18:42.062Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestImageInspect [2021-11-17T22:18:42.062Z] --- PASS: TestImageInspect (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestImageListError [2021-11-17T22:18:42.062Z] --- PASS: TestImageListError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestImageList [2021-11-17T22:18:42.062Z] --- PASS: TestImageList (0.01s) [2021-11-17T22:18:42.062Z] === RUN TestImageListApiBefore125 [2021-11-17T22:18:42.062Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestImageLoadError [2021-11-17T22:18:42.062Z] --- PASS: TestImageLoadError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestImageLoad [2021-11-17T22:18:42.062Z] --- PASS: TestImageLoad (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestImagesPruneError [2021-11-17T22:18:42.062Z] --- PASS: TestImagesPruneError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestImagesPrune [2021-11-17T22:18:42.062Z] --- PASS: TestImagesPrune (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestImagePullReferenceParseError [2021-11-17T22:18:42.062Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestImagePullAnyError [2021-11-17T22:18:42.062Z] --- PASS: TestImagePullAnyError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestImagePullStatusUnauthorizedError [2021-11-17T22:18:42.062Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-11-17T22:18:42.062Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-11-17T22:18:42.062Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-11-17T22:18:42.062Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestImagePullWithoutErrors [2021-11-17T22:18:42.062Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestImagePushReferenceError [2021-11-17T22:18:42.062Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestImagePushAnyError [2021-11-17T22:18:42.062Z] --- PASS: TestImagePushAnyError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestImagePushStatusUnauthorizedError [2021-11-17T22:18:42.062Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-11-17T22:18:42.062Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-11-17T22:18:42.062Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-11-17T22:18:42.062Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-11-17T22:18:42.062Z] === RUN TestImagePushWithoutErrors [2021-11-17T22:18:42.062Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-11-17T22:18:42.062Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-11-17T22:18:42.062Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-11-17T22:18:42.062Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-11-17T22:18:42.062Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-11-17T22:18:42.062Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-11-17T22:18:42.062Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-11-17T22:18:42.062Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-11-17T22:18:42.063Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestImageRemoveError [2021-11-17T22:18:42.063Z] --- PASS: TestImageRemoveError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestImageRemoveImageNotFound [2021-11-17T22:18:42.063Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestImageRemove [2021-11-17T22:18:42.063Z] --- PASS: TestImageRemove (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestImageSaveError [2021-11-17T22:18:42.063Z] --- PASS: TestImageSaveError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestImageSave [2021-11-17T22:18:42.063Z] --- PASS: TestImageSave (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestImageSearchAnyError [2021-11-17T22:18:42.063Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestImageSearchStatusUnauthorizedError [2021-11-17T22:18:42.063Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-11-17T22:18:42.063Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-11-17T22:18:42.063Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-11-17T22:18:42.063Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestImageSearchWithoutErrors [2021-11-17T22:18:42.063Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestImageTagError [2021-11-17T22:18:42.063Z] --- PASS: TestImageTagError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestImageTagInvalidReference [2021-11-17T22:18:42.063Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestImageTagInvalidSourceImageName [2021-11-17T22:18:42.063Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestImageTagHexSource [2021-11-17T22:18:42.063Z] --- PASS: TestImageTagHexSource (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestImageTag [2021-11-17T22:18:42.063Z] --- PASS: TestImageTag (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestInfoServerError [2021-11-17T22:18:42.063Z] --- PASS: TestInfoServerError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestInfoInvalidResponseJSONError [2021-11-17T22:18:42.063Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestInfo [2021-11-17T22:18:42.063Z] --- PASS: TestInfo (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestNetworkConnectError [2021-11-17T22:18:42.063Z] --- PASS: TestNetworkConnectError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-11-17T22:18:42.063Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestNetworkConnect [2021-11-17T22:18:42.063Z] --- PASS: TestNetworkConnect (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestNetworkCreateError [2021-11-17T22:18:42.063Z] --- PASS: TestNetworkCreateError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestNetworkCreate [2021-11-17T22:18:42.063Z] --- PASS: TestNetworkCreate (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestNetworkDisconnectError [2021-11-17T22:18:42.063Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestNetworkDisconnect [2021-11-17T22:18:42.063Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestNetworkInspectError [2021-11-17T22:18:42.063Z] --- PASS: TestNetworkInspectError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestNetworkInspectNotFoundError [2021-11-17T22:18:42.063Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestNetworkInspectWithEmptyID [2021-11-17T22:18:42.063Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestNetworkInspect [2021-11-17T22:18:42.063Z] --- PASS: TestNetworkInspect (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestNetworkListError [2021-11-17T22:18:42.063Z] --- PASS: TestNetworkListError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestNetworkList [2021-11-17T22:18:42.063Z] --- PASS: TestNetworkList (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestNetworksPruneError [2021-11-17T22:18:42.063Z] --- PASS: TestNetworksPruneError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestNetworksPrune [2021-11-17T22:18:42.063Z] --- PASS: TestNetworksPrune (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestNetworkRemoveError [2021-11-17T22:18:42.063Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestNetworkRemove [2021-11-17T22:18:42.063Z] --- PASS: TestNetworkRemove (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestNodeInspectError [2021-11-17T22:18:42.063Z] --- PASS: TestNodeInspectError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestNodeInspectNodeNotFound [2021-11-17T22:18:42.063Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestNodeInspectWithEmptyID [2021-11-17T22:18:42.063Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestNodeInspect [2021-11-17T22:18:42.063Z] --- PASS: TestNodeInspect (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestNodeListError [2021-11-17T22:18:42.063Z] --- PASS: TestNodeListError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestNodeList [2021-11-17T22:18:42.063Z] --- PASS: TestNodeList (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestNodeRemoveError [2021-11-17T22:18:42.063Z] --- PASS: TestNodeRemoveError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestNodeRemove [2021-11-17T22:18:42.063Z] --- PASS: TestNodeRemove (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestNodeUpdateError [2021-11-17T22:18:42.063Z] --- PASS: TestNodeUpdateError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestNodeUpdate [2021-11-17T22:18:42.063Z] --- PASS: TestNodeUpdate (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestOptionWithTimeout [2021-11-17T22:18:42.063Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestPingFail [2021-11-17T22:18:42.063Z] --- PASS: TestPingFail (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestPingWithError [2021-11-17T22:18:42.063Z] 2021/11/17 22:18:41 RoundTripper returned a response & error; ignoring response [2021-11-17T22:18:42.063Z] 2021/11/17 22:18:41 RoundTripper returned a response & error; ignoring response [2021-11-17T22:18:42.063Z] --- PASS: TestPingWithError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestPingSuccess [2021-11-17T22:18:42.063Z] --- PASS: TestPingSuccess (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestPingHeadFallback [2021-11-17T22:18:42.063Z] === RUN TestPingHeadFallback/OK [2021-11-17T22:18:42.063Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-11-17T22:18:42.063Z] === RUN TestPingHeadFallback/Not_Found [2021-11-17T22:18:42.063Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-11-17T22:18:42.063Z] --- PASS: TestPingHeadFallback (0.00s) [2021-11-17T22:18:42.063Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-11-17T22:18:42.063Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-11-17T22:18:42.063Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-11-17T22:18:42.063Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestPluginDisableError [2021-11-17T22:18:42.063Z] --- PASS: TestPluginDisableError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestPluginDisable [2021-11-17T22:18:42.063Z] --- PASS: TestPluginDisable (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestPluginEnableError [2021-11-17T22:18:42.063Z] --- PASS: TestPluginEnableError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestPluginEnable [2021-11-17T22:18:42.063Z] --- PASS: TestPluginEnable (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestPluginInspectError [2021-11-17T22:18:42.063Z] --- PASS: TestPluginInspectError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestPluginInspectWithEmptyID [2021-11-17T22:18:42.063Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestPluginInspect [2021-11-17T22:18:42.063Z] --- PASS: TestPluginInspect (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestPluginListError [2021-11-17T22:18:42.063Z] --- PASS: TestPluginListError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestPluginList [2021-11-17T22:18:42.063Z] --- PASS: TestPluginList (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestPluginPushError [2021-11-17T22:18:42.063Z] --- PASS: TestPluginPushError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestPluginPush [2021-11-17T22:18:42.063Z] --- PASS: TestPluginPush (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestPluginRemoveError [2021-11-17T22:18:42.063Z] --- PASS: TestPluginRemoveError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestPluginRemove [2021-11-17T22:18:42.063Z] --- PASS: TestPluginRemove (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestPluginSetError [2021-11-17T22:18:42.063Z] --- PASS: TestPluginSetError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestPluginSet [2021-11-17T22:18:42.063Z] --- PASS: TestPluginSet (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestSetHostHeader [2021-11-17T22:18:42.063Z] --- PASS: TestSetHostHeader (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestPlainTextError [2021-11-17T22:18:42.063Z] --- PASS: TestPlainTextError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestInfiniteError [2021-11-17T22:18:42.063Z] --- PASS: TestInfiniteError (0.02s) [2021-11-17T22:18:42.063Z] === RUN TestSecretCreateUnsupported [2021-11-17T22:18:42.063Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestSecretCreateError [2021-11-17T22:18:42.063Z] --- PASS: TestSecretCreateError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestSecretCreate [2021-11-17T22:18:42.063Z] --- PASS: TestSecretCreate (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestSecretInspectUnsupported [2021-11-17T22:18:42.063Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestSecretInspectError [2021-11-17T22:18:42.063Z] --- PASS: TestSecretInspectError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestSecretInspectSecretNotFound [2021-11-17T22:18:42.063Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestSecretInspectWithEmptyID [2021-11-17T22:18:42.063Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestSecretInspect [2021-11-17T22:18:42.063Z] --- PASS: TestSecretInspect (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestSecretListUnsupported [2021-11-17T22:18:42.063Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestSecretListError [2021-11-17T22:18:42.063Z] --- PASS: TestSecretListError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestSecretList [2021-11-17T22:18:42.063Z] --- PASS: TestSecretList (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestSecretRemoveUnsupported [2021-11-17T22:18:42.063Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestSecretRemoveError [2021-11-17T22:18:42.063Z] --- PASS: TestSecretRemoveError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestSecretRemove [2021-11-17T22:18:42.063Z] --- PASS: TestSecretRemove (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestSecretUpdateUnsupported [2021-11-17T22:18:42.063Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestSecretUpdateError [2021-11-17T22:18:42.063Z] --- PASS: TestSecretUpdateError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestSecretUpdate [2021-11-17T22:18:42.063Z] --- PASS: TestSecretUpdate (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestServiceCreateError [2021-11-17T22:18:42.063Z] --- PASS: TestServiceCreateError (0.01s) [2021-11-17T22:18:42.063Z] === RUN TestServiceCreate [2021-11-17T22:18:42.063Z] --- PASS: TestServiceCreate (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestServiceCreateCompatiblePlatforms [2021-11-17T22:18:42.063Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestServiceCreateDigestPinning [2021-11-17T22:18:42.063Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestServiceInspectError [2021-11-17T22:18:42.063Z] --- PASS: TestServiceInspectError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestServiceInspectServiceNotFound [2021-11-17T22:18:42.063Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestServiceInspectWithEmptyID [2021-11-17T22:18:42.063Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestServiceInspect [2021-11-17T22:18:42.063Z] --- PASS: TestServiceInspect (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestServiceListError [2021-11-17T22:18:42.063Z] --- PASS: TestServiceListError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestServiceList [2021-11-17T22:18:42.063Z] --- PASS: TestServiceList (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestServiceLogsError [2021-11-17T22:18:42.063Z] --- PASS: TestServiceLogsError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestServiceLogs [2021-11-17T22:18:42.063Z] --- PASS: TestServiceLogs (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestServiceRemoveError [2021-11-17T22:18:42.063Z] --- PASS: TestServiceRemoveError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestServiceRemoveNotFoundError [2021-11-17T22:18:42.063Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestServiceRemove [2021-11-17T22:18:42.063Z] --- PASS: TestServiceRemove (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestServiceUpdateError [2021-11-17T22:18:42.063Z] --- PASS: TestServiceUpdateError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestServiceUpdate [2021-11-17T22:18:42.063Z] --- PASS: TestServiceUpdate (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestSwarmGetUnlockKeyError [2021-11-17T22:18:42.063Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestSwarmGetUnlockKey [2021-11-17T22:18:42.063Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestSwarmInitError [2021-11-17T22:18:42.063Z] --- PASS: TestSwarmInitError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestSwarmInit [2021-11-17T22:18:42.063Z] --- PASS: TestSwarmInit (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestSwarmInspectError [2021-11-17T22:18:42.063Z] --- PASS: TestSwarmInspectError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestSwarmInspect [2021-11-17T22:18:42.063Z] --- PASS: TestSwarmInspect (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestSwarmJoinError [2021-11-17T22:18:42.063Z] --- PASS: TestSwarmJoinError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestSwarmJoin [2021-11-17T22:18:42.063Z] --- PASS: TestSwarmJoin (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestSwarmLeaveError [2021-11-17T22:18:42.063Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestSwarmLeave [2021-11-17T22:18:42.063Z] --- PASS: TestSwarmLeave (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestSwarmUnlockError [2021-11-17T22:18:42.063Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestSwarmUnlock [2021-11-17T22:18:42.063Z] --- PASS: TestSwarmUnlock (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestSwarmUpdateError [2021-11-17T22:18:42.063Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestSwarmUpdate [2021-11-17T22:18:42.063Z] --- PASS: TestSwarmUpdate (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestTaskInspectError [2021-11-17T22:18:42.063Z] --- PASS: TestTaskInspectError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestTaskInspectWithEmptyID [2021-11-17T22:18:42.063Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestTaskInspect [2021-11-17T22:18:42.063Z] --- PASS: TestTaskInspect (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestTaskListError [2021-11-17T22:18:42.063Z] --- PASS: TestTaskListError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestTaskList [2021-11-17T22:18:42.063Z] --- PASS: TestTaskList (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestVolumeCreateError [2021-11-17T22:18:42.063Z] --- PASS: TestVolumeCreateError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestVolumeCreate [2021-11-17T22:18:42.063Z] --- PASS: TestVolumeCreate (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestVolumeInspectError [2021-11-17T22:18:42.063Z] --- PASS: TestVolumeInspectError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestVolumeInspectNotFound [2021-11-17T22:18:42.063Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestVolumeInspectWithEmptyID [2021-11-17T22:18:42.063Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestVolumeInspect [2021-11-17T22:18:42.063Z] --- PASS: TestVolumeInspect (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestVolumeListError [2021-11-17T22:18:42.063Z] --- PASS: TestVolumeListError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestVolumeList [2021-11-17T22:18:42.063Z] --- PASS: TestVolumeList (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestVolumeRemoveError [2021-11-17T22:18:42.063Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-11-17T22:18:42.063Z] === RUN TestVolumeRemove [2021-11-17T22:18:42.063Z] --- PASS: TestVolumeRemove (0.00s) [2021-11-17T22:18:42.063Z] === CONT TestTLSCloseWriter [2021-11-17T22:18:42.063Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-11-17T22:18:42.063Z] PASS [2021-11-17T22:18:42.063Z] coverage: 74.9% of statements [2021-11-17T22:18:42.063Z] ok github.com/docker/docker/client 0.326s coverage: 74.9% of statements [2021-11-17T22:18:42.186Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-11-17T22:18:42.436Z] --- PASS: TestContainerNetworkMountsNoChown (0.38s) [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot/default [2021-11-17T22:18:42.436Z] === PAUSE TestMountDaemonRoot/default [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot/private [2021-11-17T22:18:42.436Z] === PAUSE TestMountDaemonRoot/private [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot/rprivate [2021-11-17T22:18:42.436Z] === PAUSE TestMountDaemonRoot/rprivate [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot/slave [2021-11-17T22:18:42.436Z] === PAUSE TestMountDaemonRoot/slave [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot/rslave [2021-11-17T22:18:42.436Z] === PAUSE TestMountDaemonRoot/rslave [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot/shared [2021-11-17T22:18:42.436Z] === PAUSE TestMountDaemonRoot/shared [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot/rshared [2021-11-17T22:18:42.436Z] === PAUSE TestMountDaemonRoot/rshared [2021-11-17T22:18:42.436Z] === CONT TestMountDaemonRoot/default [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot/default/bind_root [2021-11-17T22:18:42.436Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-11-17T22:18:42.436Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot/default/mount_root [2021-11-17T22:18:42.436Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-11-17T22:18:42.436Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-11-17T22:18:42.436Z] === CONT TestMountDaemonRoot/default/bind_root [2021-11-17T22:18:42.436Z] === CONT TestMountDaemonRoot/rprivate [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-11-17T22:18:42.436Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-11-17T22:18:42.436Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-11-17T22:18:42.436Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-11-17T22:18:42.436Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-11-17T22:18:42.436Z] === CONT TestMountDaemonRoot/private [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot/private/bind_root [2021-11-17T22:18:42.436Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-11-17T22:18:42.436Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot/private/mount_root [2021-11-17T22:18:42.436Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-11-17T22:18:42.436Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-11-17T22:18:42.436Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-11-17T22:18:42.436Z] === CONT TestMountDaemonRoot/default/mount_root [2021-11-17T22:18:42.436Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-11-17T22:18:42.436Z] === CONT TestMountDaemonRoot/shared [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-11-17T22:18:42.436Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-11-17T22:18:42.436Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-11-17T22:18:42.436Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-11-17T22:18:42.436Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-11-17T22:18:42.436Z] === CONT TestMountDaemonRoot/rshared [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-11-17T22:18:42.436Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-11-17T22:18:42.436Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-11-17T22:18:42.436Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-11-17T22:18:42.436Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-11-17T22:18:42.436Z] === CONT TestMountDaemonRoot/rslave [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-11-17T22:18:42.436Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-11-17T22:18:42.436Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-11-17T22:18:42.436Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-11-17T22:18:42.436Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-11-17T22:18:42.436Z] === CONT TestMountDaemonRoot/slave [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-11-17T22:18:42.436Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-11-17T22:18:42.436Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-11-17T22:18:42.436Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-11-17T22:18:42.436Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-11-17T22:18:42.436Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-11-17T22:18:42.436Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-11-17T22:18:42.436Z] === CONT TestMountDaemonRoot/private/bind_root [2021-11-17T22:18:42.436Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-11-17T22:18:42.436Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-11-17T22:18:42.436Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-11-17T22:18:42.436Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-11-17T22:18:42.436Z] === CONT TestMountDaemonRoot/private/mount_root [2021-11-17T22:18:42.436Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-11-17T22:18:42.436Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-11-17T22:18:42.436Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-11-17T22:18:42.436Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-11-17T22:18:42.436Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-11-17T22:18:42.436Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-11-17T22:18:42.436Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-11-17T22:18:42.436Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-11-17T22:18:42.448Z] #56 303.3 + bin/containerd-stress [2021-11-17T22:18:42.448Z] #56 304.4 + bin/containerd-shim [2021-11-17T22:18:42.691Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-11-17T22:18:42.692Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-11-17T22:18:42.692Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-11-17T22:18:42.692Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-11-17T22:18:42.692Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-11-17T22:18:42.692Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-11-17T22:18:42.692Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-11-17T22:18:42.692Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-11-17T22:18:42.692Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-11-17T22:18:42.692Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-11-17T22:18:42.692Z] === RUN TestContainerBindMountNonRecursive [2021-11-17T22:18:42.692Z] 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) [2021-11-17T22:18:42.692Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2021-11-17T22:18:42.692Z] === RUN TestContainerVolumesMountedAsShared [2021-11-17T22:18:42.692Z] 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) [2021-11-17T22:18:42.692Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2021-11-17T22:18:42.692Z] === RUN TestContainerVolumesMountedAsSlave [2021-11-17T22:18:42.692Z] 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) [2021-11-17T22:18:42.692Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2021-11-17T22:18:42.692Z] === RUN TestNetworkNat [2021-11-17T22:18:42.707Z] #56 311.1 + bin/containerd-shim-runc-v1 [2021-11-17T22:18:43.255Z] --- PASS: TestNetworkNat (0.51s) [2021-11-17T22:18:43.255Z] === RUN TestNetworkLocalhostTCPNat [2021-11-17T22:18:43.816Z] --- PASS: TestNetworkLocalhostTCPNat (0.41s) [2021-11-17T22:18:43.816Z] === RUN TestNetworkLoopbackNat [2021-11-17T22:18:44.720Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-11-17T22:18:46.328Z] --- PASS: TestNetworkLoopbackNat (2.52s) [2021-11-17T22:18:46.328Z] === RUN TestPause [2021-11-17T22:18:46.328Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-17T22:18:46.328Z] --- SKIP: TestPause (0.00s) [2021-11-17T22:18:46.328Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-11-17T22:18:46.328Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-11-17T22:18:46.328Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-11-17T22:18:46.328Z] === RUN TestPauseStopPausedContainer [2021-11-17T22:18:46.328Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-17T22:18:46.328Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2021-11-17T22:18:46.328Z] === RUN TestPsFilter [2021-11-17T22:18:46.328Z] --- PASS: TestPsFilter (0.12s) [2021-11-17T22:18:46.328Z] === RUN TestRemoveContainerWithRemovedVolume [2021-11-17T22:18:46.583Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.38s) [2021-11-17T22:18:46.583Z] === RUN TestRemoveContainerWithVolume [2021-11-17T22:18:47.144Z] --- PASS: TestRemoveContainerWithVolume (0.40s) [2021-11-17T22:18:47.144Z] === RUN TestRemoveContainerRunning [2021-11-17T22:18:47.252Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-11-17T22:18:47.400Z] --- PASS: TestRemoveContainerRunning (0.40s) [2021-11-17T22:18:47.400Z] === RUN TestRemoveContainerForceRemoveRunning [2021-11-17T22:18:47.961Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s) [2021-11-17T22:18:47.961Z] === RUN TestRemoveInvalidContainer [2021-11-17T22:18:47.961Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-11-17T22:18:47.961Z] === RUN TestRenameLinkedContainer [2021-11-17T22:18:47.985Z] #56 315.6 + bin/containerd-shim-runc-v2 [2021-11-17T22:18:47.985Z] #56 316.2 + binaries [2021-11-17T22:18:47.985Z] #56 316.2 + install -D bin/containerd /build/containerd [2021-11-17T22:18:47.985Z] #56 316.2 + install -D bin/containerd-shim /build/containerd-shim [2021-11-17T22:18:47.985Z] #56 316.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-11-17T22:18:47.985Z] #56 316.2 + install -D bin/ctr /build/ctr [2021-11-17T22:18:49.848Z] --- PASS: TestRenameLinkedContainer (1.80s) [2021-11-17T22:18:49.848Z] === RUN TestRenameStoppedContainer [2021-11-17T22:18:49.884Z] #56 DONE 318.1s [2021-11-17T22:18:50.105Z] --- PASS: TestRenameStoppedContainer (0.39s) [2021-11-17T22:18:50.105Z] === RUN TestRenameRunningContainerAndReuse [2021-11-17T22:18:50.540Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-11-17T22:18:51.032Z] --- PASS: TestRenameRunningContainerAndReuse (0.85s) [2021-11-17T22:18:51.032Z] === RUN TestRenameInvalidName [2021-11-17T22:18:51.262Z] [2021-11-17T22:18:51.262Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-11-17T22:18:51.262Z] #57 sha256:832589b74863f97a16e4fead6c9be492e7e7305c97c62d3c81c78e05a9fe53ca [2021-11-17T22:18:51.293Z] --- PASS: TestRenameInvalidName (0.41s) [2021-11-17T22:18:51.294Z] === RUN TestRenameAnonymousContainer [2021-11-17T22:18:52.196Z] #57 DONE 1.1s [2021-11-17T22:18:52.196Z] [2021-11-17T22:18:52.196Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-11-17T22:18:52.196Z] #61 sha256:96eb14add56b285b180f943930dd968e7afc254ce98a96c29266a023766047c6 [2021-11-17T22:18:52.444Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-11-17T22:18:52.454Z] #61 DONE 0.2s [2021-11-17T22:18:52.454Z] [2021-11-17T22:18:52.454Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-11-17T22:18:52.454Z] #66 sha256:b5bbcd2c8596870e81bfb901a16c7dddfee3bd0324d5dd02c08faa8e02b73f8d [2021-11-17T22:18:53.232Z] --- PASS: TestRenameAnonymousContainer (1.45s) [2021-11-17T22:18:53.232Z] === RUN TestRenameContainerWithSameName [2021-11-17T22:18:53.232Z] --- PASS: TestRenameContainerWithSameName (0.42s) [2021-11-17T22:18:53.232Z] === RUN TestRenameContainerWithLinkedContainer [2021-11-17T22:18:53.387Z] #66 DONE 1.0s [2021-11-17T22:18:53.387Z] [2021-11-17T22:18:53.387Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-11-17T22:18:53.387Z] #68 sha256:ec3fac3367025db811ee1b39b80036452dcd14eacf0d1865a9a5e02a3617d241 [2021-11-17T22:18:53.387Z] #68 DONE 0.1s [2021-11-17T22:18:53.387Z] [2021-11-17T22:18:53.387Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-11-17T22:18:53.387Z] #69 sha256:6b8e26127afc4028bec152335c0fa77c7960d8b1e99bc601cc8e4e92dad8cc32 [2021-11-17T22:18:53.387Z] #69 DONE 0.0s [2021-11-17T22:18:53.387Z] [2021-11-17T22:18:53.387Z] #70 [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 [2021-11-17T22:18:53.387Z] #70 sha256:6fd2907756e132267aee172f60fc6edc0e7feee0fb1bc16aeafc7001cac3b181 [2021-11-17T22:18:54.158Z] --- PASS: TestRenameContainerWithLinkedContainer (0.79s) [2021-11-17T22:18:54.158Z] === RUN TestResize [2021-11-17T22:18:54.414Z] --- PASS: TestResize (0.41s) [2021-11-17T22:18:54.414Z] === RUN TestResizeWithInvalidSize [2021-11-17T22:18:54.764Z] #70 1.056 Hit:1 http://deb.debian.org/debian buster-backports InRelease [2021-11-17T22:18:54.764Z] #70 1.057 Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-11-17T22:18:54.764Z] #70 1.057 Hit:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2021-11-17T22:18:54.764Z] #70 1.057 Hit:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-11-17T22:18:54.974Z] --- PASS: TestResizeWithInvalidSize (0.43s) [2021-11-17T22:18:54.974Z] === RUN TestResizeWhenContainerNotStarted [2021-11-17T22:18:54.981Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-11-17T22:18:55.231Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s) [2021-11-17T22:18:55.231Z] === RUN TestDaemonRestartKillContainers [2021-11-17T22:18:55.231Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-11-17T22:18:55.231Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-11-17T22:18:55.231Z] === RUN TestCgroupNamespacesRun [2021-11-17T22:18:55.590Z] #70 1.531 Reading package lists... [2021-11-17T22:18:56.158Z] #70 2.170 Reading package lists... [2021-11-17T22:18:56.415Z] #70 2.784 Building dependency tree... [2021-11-17T22:18:56.415Z] #70 2.899 Reading state information... [2021-11-17T22:18:56.415Z] #70 3.003 The following additional packages will be installed: [2021-11-17T22:18:56.415Z] #70 3.004 libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 libjson-c3 libkmod2 [2021-11-17T22:18:56.415Z] #70 3.004 libpam-systemd [2021-11-17T22:18:56.415Z] #70 3.005 Suggested packages: [2021-11-17T22:18:56.415Z] #70 3.005 systemd-container policykit-1 [2021-11-17T22:18:56.415Z] #70 3.005 Recommended packages: [2021-11-17T22:18:56.415Z] #70 3.005 libnss-systemd [2021-11-17T22:18:56.415Z] #70 3.085 The following NEW packages will be installed: [2021-11-17T22:18:56.415Z] #70 3.085 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 [2021-11-17T22:18:56.415Z] #70 3.086 libjson-c3 libkmod2 libpam-systemd systemd systemd-sysv [2021-11-17T22:18:56.673Z] #70 3.357 0 upgraded, 11 newly installed, 0 to remove and 1 not upgraded. [2021-11-17T22:18:56.673Z] #70 3.357 Need to get 4759 kB of archives. [2021-11-17T22:18:56.673Z] #70 3.357 After this operation, 16.6 MB of additional disk space will be used. [2021-11-17T22:18:56.673Z] #70 3.357 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2021-11-17T22:18:56.673Z] #70 3.358 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjson-c3 amd64 0.12.1+ds-2+deb10u1 [27.3 kB] [2021-11-17T22:18:56.673Z] #70 3.359 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-5+deb10u2 [193 kB] [2021-11-17T22:18:56.673Z] #70 3.362 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB] [2021-11-17T22:18:56.673Z] #70 3.364 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB] [2021-11-17T22:18:56.673Z] #70 3.364 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd amd64 241-7~deb10u8 [3496 kB] [2021-11-17T22:18:56.673Z] #70 3.431 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd-sysv amd64 241-7~deb10u8 [100 kB] [2021-11-17T22:18:56.931Z] #70 3.445 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdbus-1-3 amd64 1.12.20-0+deb10u1 [215 kB] [2021-11-17T22:18:56.931Z] #70 3.447 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus amd64 1.12.20-0+deb10u1 [236 kB] [2021-11-17T22:18:56.931Z] #70 3.450 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpam-systemd amd64 241-7~deb10u8 [209 kB] [2021-11-17T22:18:56.931Z] #70 3.452 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus-user-session amd64 1.12.20-0+deb10u1 [94.5 kB] [2021-11-17T22:18:56.931Z] #70 3.612 debconf: delaying package configuration, since apt-utils is not installed [2021-11-17T22:18:56.931Z] #70 3.635 Fetched 4759 kB in 0s (13.2 MB/s) [2021-11-17T22:18:56.931Z] #70 3.662 Selecting previously unselected package libargon2-1:amd64. [2021-11-17T22:18:56.931Z] #70 3.662 (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 ... 28084 files and directories currently installed.) [2021-11-17T22:18:56.931Z] #70 3.676 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ... [2021-11-17T22:18:56.931Z] #70 3.683 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2021-11-17T22:18:56.980Z] --- PASS: TestCheckoutGit (27.41s) [2021-11-17T22:18:56.980Z] === RUN TestValidGitTransport [2021-11-17T22:18:56.980Z] --- PASS: TestValidGitTransport (0.00s) [2021-11-17T22:18:56.980Z] === RUN TestGitInvalidRef [2021-11-17T22:18:56.980Z] --- PASS: TestGitInvalidRef (0.20s) [2021-11-17T22:18:56.980Z] PASS [2021-11-17T22:18:56.980Z] coverage: 86.3% of statements [2021-11-17T22:18:56.981Z] ok github.com/docker/docker/builder/remotecontext/git 27.666s coverage: 86.3% of statements [2021-11-17T22:18:57.190Z] #70 3.721 Selecting previously unselected package libjson-c3:amd64. [2021-11-17T22:18:57.190Z] #70 3.721 Preparing to unpack .../1-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ... [2021-11-17T22:18:57.190Z] #70 3.724 Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... [2021-11-17T22:18:57.190Z] #70 3.757 Selecting previously unselected package libcryptsetup12:amd64. [2021-11-17T22:18:57.190Z] #70 3.760 Preparing to unpack .../2-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ... [2021-11-17T22:18:57.190Z] #70 3.763 Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... [2021-11-17T22:18:57.190Z] #70 3.817 Selecting previously unselected package libidn11:amd64. [2021-11-17T22:18:57.190Z] #70 3.820 Preparing to unpack .../3-libidn11_1.33-2.2_amd64.deb ... [2021-11-17T22:18:57.190Z] #70 3.827 Unpacking libidn11:amd64 (1.33-2.2) ... [2021-11-17T22:18:57.190Z] #70 3.867 Selecting previously unselected package libkmod2:amd64. [2021-11-17T22:18:57.190Z] #70 3.870 Preparing to unpack .../4-libkmod2_26-1_amd64.deb ... [2021-11-17T22:18:57.190Z] #70 3.873 Unpacking libkmod2:amd64 (26-1) ... [2021-11-17T22:18:57.190Z] #70 3.926 Selecting previously unselected package systemd. [2021-11-17T22:18:57.368Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-11-17T22:18:57.368Z] ok github.com/docker/docker/api/server/httputils 0.006s coverage: 14.7% of statements [2021-11-17T22:18:57.368Z] ok github.com/docker/docker/api/server/middleware 0.003s coverage: 37.7% of statements [2021-11-17T22:18:57.368Z] ? github.com/docker/docker/api/server/router [no test files] [2021-11-17T22:18:57.368Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-11-17T22:18:57.368Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-11-17T22:18:57.368Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-11-17T22:18:57.368Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-11-17T22:18:57.368Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-11-17T22:18:57.368Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-11-17T22:18:57.368Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-11-17T22:18:57.368Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-11-17T22:18:57.368Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-11-17T22:18:57.368Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-11-17T22:18:57.368Z] ok github.com/docker/docker/api/server/router/swarm 0.013s coverage: 5.7% of statements [2021-11-17T22:18:57.368Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-11-17T22:18:57.368Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-11-17T22:18:57.368Z] ? github.com/docker/docker/api/types [no test files] [2021-11-17T22:18:57.368Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-11-17T22:18:57.368Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-11-17T22:18:57.368Z] ? github.com/docker/docker/api/types/container [no test files] [2021-11-17T22:18:57.368Z] ? github.com/docker/docker/api/types/events [no test files] [2021-11-17T22:18:57.368Z] ok github.com/docker/docker/api/types/strslice 0.008s coverage: 90.0% of statements [2021-11-17T22:18:57.368Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 92.2% of statements [2021-11-17T22:18:57.368Z] ? github.com/docker/docker/api/types/image [no test files] [2021-11-17T22:18:57.368Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-11-17T22:18:57.368Z] ? github.com/docker/docker/api/types/network [no test files] [2021-11-17T22:18:57.368Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-11-17T22:18:57.368Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-11-17T22:18:57.368Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-11-17T22:18:57.368Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-11-17T22:18:57.448Z] ? github.com/docker/docker/cli [no test files] [2021-11-17T22:18:57.448Z] ? github.com/docker/docker/cli/config [no test files] [2021-11-17T22:18:57.449Z] #70 3.929 Preparing to unpack .../5-systemd_241-7~deb10u8_amd64.deb ... [2021-11-17T22:18:57.449Z] #70 3.972 Unpacking systemd (241-7~deb10u8) ... [2021-11-17T22:18:57.514Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-11-17T22:18:57.514Z] Using test binary docker [2021-11-17T22:18:57.514Z] +++ /etc/init.d/apparmor start [2021-11-17T22:18:57.514Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-11-17T22:18:57.514Z] INFO: Waiting for daemon to start... [2021-11-17T22:18:57.514Z] Starting dockerd [2021-11-17T22:18:57.514Z] +++ 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 [2021-11-17T22:18:57.626Z] ok github.com/docker/docker/api/types/time 0.006s coverage: 100.0% of statements [2021-11-17T22:18:57.626Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2021-11-17T22:18:57.627Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-11-17T22:18:57.627Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-11-17T22:18:57.627Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-11-17T22:18:57.627Z] ? github.com/docker/docker/builder [no test files] [2021-11-17T22:18:57.627Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-11-17T22:18:57.627Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-11-17T22:18:57.627Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-11-17T22:18:57.627Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-11-17T22:18:57.627Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-11-17T22:18:57.627Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-11-17T22:18:57.627Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-11-17T22:18:57.744Z] --- PASS: TestCgroupNamespacesRun (2.16s) [2021-11-17T22:18:57.744Z] === RUN TestCgroupNamespacesRunPrivileged [2021-11-17T22:18:58.015Z] #70 4.432 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2021-11-17T22:18:58.015Z] #70 4.444 Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... [2021-11-17T22:18:58.015Z] #70 4.453 Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... [2021-11-17T22:18:58.015Z] #70 4.465 Setting up libidn11:amd64 (1.33-2.2) ... [2021-11-17T22:18:58.015Z] #70 4.479 Setting up libkmod2:amd64 (26-1) ... [2021-11-17T22:18:58.015Z] #70 4.489 Setting up systemd (241-7~deb10u8) ... [2021-11-17T22:18:58.015Z] #70 4.541 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2021-11-17T22:18:58.015Z] #70 4.543 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2021-11-17T22:18:58.015Z] #70 4.547 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2021-11-17T22:18:58.015Z] #70 4.547 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2021-11-17T22:18:58.581Z] #70 4.986 Selecting previously unselected package systemd-sysv. [2021-11-17T22:18:58.581Z] #70 4.986 (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 ... 28881 files and directories currently installed.) [2021-11-17T22:18:58.581Z] #70 4.999 Preparing to unpack .../systemd-sysv_241-7~deb10u8_amd64.deb ... [2021-11-17T22:18:58.581Z] #70 5.003 Unpacking systemd-sysv (241-7~deb10u8) ... [2021-11-17T22:18:58.581Z] #70 5.048 Selecting previously unselected package libdbus-1-3:amd64. [2021-11-17T22:18:58.581Z] #70 5.048 Preparing to unpack .../libdbus-1-3_1.12.20-0+deb10u1_amd64.deb ... [2021-11-17T22:18:58.581Z] #70 5.051 Unpacking libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... [2021-11-17T22:18:58.581Z] #70 5.108 Selecting previously unselected package dbus. [2021-11-17T22:18:58.581Z] #70 5.111 Preparing to unpack .../dbus_1.12.20-0+deb10u1_amd64.deb ... [2021-11-17T22:18:58.581Z] #70 5.122 Unpacking dbus (1.12.20-0+deb10u1) ... [2021-11-17T22:18:58.581Z] #70 5.177 Selecting previously unselected package libpam-systemd:amd64. [2021-11-17T22:18:58.581Z] #70 5.179 Preparing to unpack .../libpam-systemd_241-7~deb10u8_amd64.deb ... [2021-11-17T22:18:58.581Z] #70 5.183 Unpacking libpam-systemd:amd64 (241-7~deb10u8) ... [2021-11-17T22:18:58.581Z] #70 5.220 Selecting previously unselected package dbus-user-session. [2021-11-17T22:18:58.581Z] #70 5.223 Preparing to unpack .../dbus-user-session_1.12.20-0+deb10u1_amd64.deb ... [2021-11-17T22:18:58.581Z] #70 5.226 Unpacking dbus-user-session (1.12.20-0+deb10u1) ... [2021-11-17T22:18:58.581Z] #70 5.295 Setting up systemd-sysv (241-7~deb10u8) ... [2021-11-17T22:18:58.841Z] #70 5.306 Setting up libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... [2021-11-17T22:18:58.841Z] #70 5.319 Setting up dbus (1.12.20-0+deb10u1) ... [2021-11-17T22:18:58.841Z] #70 5.435 invoke-rc.d: could not determine current runlevel [2021-11-17T22:18:58.841Z] #70 5.438 invoke-rc.d: policy-rc.d denied execution of start. [2021-11-17T22:18:58.841Z] #70 5.442 Setting up libpam-systemd:amd64 (241-7~deb10u8) ... [2021-11-17T22:18:58.841Z] #70 5.580 Setting up dbus-user-session (1.12.20-0+deb10u1) ... [2021-11-17T22:18:59.100Z] #70 5.593 Processing triggers for systemd (241-7~deb10u8) ... [2021-11-17T22:18:59.100Z] #70 5.603 Processing triggers for libc-bin (2.28-10) ... [2021-11-17T22:18:59.100Z] #70 DONE 5.7s [2021-11-17T22:18:59.359Z] [2021-11-17T22:18:59.359Z] #71 [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 [2021-11-17T22:18:59.359Z] #71 sha256:5f7b271a1c95a23eee87dd24c36375195ca730a89079fff010f7a834d0664ff9 [2021-11-17T22:18:59.630Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.13s) [2021-11-17T22:18:59.630Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-11-17T22:18:59.927Z] #71 0.711 % Total % Received % Xferd Average Speed Time Time Time Current [2021-11-17T22:18:59.927Z] #71 0.719 Dload Upload Total Spent Left Speed [2021-11-17T22:18:59.927Z] #71 0.720 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 14354 0 --:--:-- --:--:-- --:--:-- 14354 [2021-11-17T22:19:00.047Z] . [2021-11-17T22:19:00.047Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-11-17T22:19:00.047Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-11-17T22:19:00.047Z] Error: No such image: emptyfs [2021-11-17T22:19:00.047Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-11-17T22:19:00.047Z] ++++ docker load [2021-11-17T22:19:00.047Z] Running integration-test (iteration 1) [2021-11-17T22:19:00.047Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-11-17T22:19:00.047Z] ++ 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 [2021-11-17T22:19:00.047Z] ++ set -e [2021-11-17T22:19:00.047Z] ++ '[' -n 0 ']' [2021-11-17T22:19:00.047Z] ++ set -x [2021-11-17T22:19:00.047Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2021-11-17T22:19:00.159Z] ok github.com/docker/docker/builder/dockerfile 0.184s coverage: 48.5% of statements [2021-11-17T22:19:00.159Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-11-17T22:19:00.159Z] ok github.com/docker/docker/builder/remotecontext 0.059s coverage: 13.7% of statements [2021-11-17T22:19:00.186Z] #71 DONE 0.9s [2021-11-17T22:19:00.186Z] [2021-11-17T22:19:00.186Z] #72 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-11-17T22:19:00.186Z] #72 sha256:35fccaa44d448290c40f2bb6defc800ab2c35da27f1e69a93f2e0e4eccd31604 [2021-11-17T22:19:00.730Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2021-11-17T22:19:01.299Z] ok github.com/docker/docker/builder/remotecontext/git 0.987s coverage: 86.3% of statements [2021-11-17T22:19:01.300Z] ? github.com/docker/docker/cli [no test files] [2021-11-17T22:19:01.300Z] ? github.com/docker/docker/cli/config [no test files] [2021-11-17T22:19:01.625Z] #72 DONE 1.2s [2021-11-17T22:19:01.625Z] [2021-11-17T22:19:01.625Z] #73 exporting to image [2021-11-17T22:19:01.625Z] #73 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-11-17T22:19:01.625Z] #73 exporting layers [2021-11-17T22:19:02.142Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.16s) [2021-11-17T22:19:02.142Z] === RUN TestCgroupNamespacesRunHostMode [2021-11-17T22:19:03.834Z] ok github.com/docker/docker/client 0.109s coverage: 75.4% of statements [2021-11-17T22:19:04.028Z] --- PASS: TestCgroupNamespacesRunHostMode (2.15s) [2021-11-17T22:19:04.028Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-11-17T22:19:06.587Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.26s) [2021-11-17T22:19:06.587Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-11-17T22:19:08.473Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.16s) [2021-11-17T22:19:08.473Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-11-17T22:19:09.054Z] sha256:cf506e3deb54972907b66148459483612b28d7d04d0ebd5b46102528f64c9bdf [2021-11-17T22:19:09.054Z] INFO: Starting docker-py tests... [2021-11-17T22:19:09.054Z] ============================= test session starts ============================== [2021-11-17T22:19:09.054Z] platform linux -- Python 3.7.12, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2021-11-17T22:19:09.054Z] rootdir: /src, inifile: pytest.ini [2021-11-17T22:19:09.054Z] plugins: cov-2.6.1, timeout-1.3.3 [2021-11-17T22:19:09.054Z] collected 389 items / 1 deselected / 388 selected [2021-11-17T22:19:09.054Z] [2021-11-17T22:19:09.758Z] #73 exporting layers 8.2s done [2021-11-17T22:19:09.758Z] #73 writing image sha256:abd61230d48ae4a9eed8fb82b219330a44a4f9d58f282ca4a40507a0b2335236 done [2021-11-17T22:19:09.758Z] #73 naming to docker.io/library/docker:208d218a26750d22a34e64466da3f645c8e2520a done [2021-11-17T22:19:09.758Z] #73 DONE 8.2s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-11-17T22:19:09.879Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.72s) [2021-11-17T22:19:09.879Z] === RUN TestCgroupNamespacesRunOlderClient [2021-11-17T22:19:09.931Z] === RUN TestContainerStopSignal [2021-11-17T22:19:09.931Z] --- PASS: TestContainerStopSignal (0.00s) [2021-11-17T22:19:09.931Z] === RUN TestContainerStopTimeout [2021-11-17T22:19:09.931Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-11-17T22:19:09.931Z] === RUN TestContainerSecretReferenceDestTarget [2021-11-17T22:19:09.931Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-11-17T22:19:09.931Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-11-17T22:19:09.931Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-11-17T22:19:09.931Z] === RUN TestContainerLogPathSetForRingLogger [2021-11-17T22:19:09.931Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-11-17T22:19:09.931Z] === RUN TestReplaceAndAppendEnvVars [2021-11-17T22:19:09.931Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-11-17T22:19:09.931Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-11-17T22:19:09.931Z] === RUN TestNewMemoryStore [2021-11-17T22:19:09.931Z] --- PASS: TestNewMemoryStore (0.00s) [2021-11-17T22:19:09.931Z] === RUN TestAddContainers [2021-11-17T22:19:09.931Z] --- PASS: TestAddContainers (0.00s) [2021-11-17T22:19:09.931Z] === RUN TestGetContainer [2021-11-17T22:19:09.931Z] --- PASS: TestGetContainer (0.00s) [2021-11-17T22:19:09.931Z] === RUN TestDeleteContainer [2021-11-17T22:19:09.931Z] --- PASS: TestDeleteContainer (0.00s) [2021-11-17T22:19:09.931Z] === RUN TestListContainers [2021-11-17T22:19:09.931Z] --- PASS: TestListContainers (0.00s) [2021-11-17T22:19:09.931Z] === RUN TestFirstContainer [2021-11-17T22:19:09.931Z] --- PASS: TestFirstContainer (0.00s) [2021-11-17T22:19:09.931Z] === RUN TestApplyAllContainer [2021-11-17T22:19:09.931Z] --- PASS: TestApplyAllContainer (0.00s) [2021-11-17T22:19:09.931Z] === RUN TestIsValidHealthString [2021-11-17T22:19:09.931Z] --- PASS: TestIsValidHealthString (0.00s) [2021-11-17T22:19:09.931Z] === RUN TestStateRunStop [2021-11-17T22:19:09.931Z] --- PASS: TestStateRunStop (0.00s) [2021-11-17T22:19:09.931Z] === RUN TestStateTimeoutWait [2021-11-17T22:19:10.119Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43024/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=208d218a26750d22a34e64466da3f645c8e2520a -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=20.10 docker:208d218a26750d22a34e64466da3f645c8e2520a hack/make.sh dynbinary test-integration [2021-11-17T22:19:10.399Z] state_test.go:141: Stop callback fired [2021-11-17T22:19:10.399Z] state_test.go:165: Stop callback fired [2021-11-17T22:19:10.399Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-11-17T22:19:10.399Z] === RUN TestIsValidStateString [2021-11-17T22:19:10.399Z] --- PASS: TestIsValidStateString (0.00s) [2021-11-17T22:19:10.399Z] === RUN TestViewSaveDelete [2021-11-17T22:19:10.399Z] --- PASS: TestViewSaveDelete (0.02s) [2021-11-17T22:19:10.399Z] === RUN TestViewAll [2021-11-17T22:19:10.399Z] --- PASS: TestViewAll (0.02s) [2021-11-17T22:19:10.399Z] === RUN TestViewGet [2021-11-17T22:19:10.399Z] --- PASS: TestViewGet (0.01s) [2021-11-17T22:19:10.399Z] === RUN TestNames [2021-11-17T22:19:10.399Z] --- PASS: TestNames (0.00s) [2021-11-17T22:19:10.399Z] === RUN TestViewWithHealthCheck [2021-11-17T22:19:10.399Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-11-17T22:19:10.399Z] PASS [2021-11-17T22:19:10.399Z] coverage: 41.1% of statements [2021-11-17T22:19:10.399Z] ok github.com/docker/docker/container 0.293s coverage: 41.1% of statements [2021-11-17T22:19:10.399Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-11-17T22:19:10.399Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-11-17T22:19:10.399Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-11-17T22:19:10.399Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-11-17T22:19:10.399Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-11-17T22:19:10.399Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-11-17T22:19:10.399Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-11-17T22:19:10.399Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-11-17T22:19:10.399Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-11-17T22:19:10.399Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-11-17T22:19:10.399Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-11-17T22:19:10.399Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-11-17T22:19:10.399Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-11-17T22:19:10.399Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-11-17T22:19:10.399Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-11-17T22:19:10.399Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-11-17T22:19:10.399Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-11-17T22:19:10.399Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-11-17T22:19:10.399Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-11-17T22:19:10.399Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-11-17T22:19:10.399Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-11-17T22:19:10.399Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-11-17T22:19:10.399Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-11-17T22:19:10.399Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-11-17T22:19:10.399Z] === RUN TestConfigureDaemonLogs [2021-11-17T22:19:10.399Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-11-17T22:19:10.399Z] === RUN TestCommonOptionsInstallFlags [2021-11-17T22:19:10.399Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-11-17T22:19:10.399Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-11-17T22:19:10.399Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-11-17T22:19:10.399Z] PASS [2021-11-17T22:19:10.399Z] coverage: 18.4% of statements [2021-11-17T22:19:10.399Z] ok github.com/docker/docker/cmd/dockerd 0.173s coverage: 18.4% of statements [2021-11-17T22:19:10.399Z] ? github.com/docker/docker/container/stream [no test files] [2021-11-17T22:19:10.399Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-11-17T22:19:10.399Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-11-17T22:19:10.399Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-11-17T22:19:11.962Z] === RUN TestPrepare [2021-11-17T22:19:11.962Z] --- PASS: TestPrepare (0.00s) [2021-11-17T22:19:11.962Z] === RUN TestStart [2021-11-17T22:19:11.962Z] --- PASS: TestStart (0.00s) [2021-11-17T22:19:11.962Z] === RUN TestWaitCancel [2021-11-17T22:19:11.962Z] --- PASS: TestWaitCancel (0.00s) [2021-11-17T22:19:11.962Z] === RUN TestWaitDisabled [2021-11-17T22:19:11.962Z] --- PASS: TestWaitDisabled (0.00s) [2021-11-17T22:19:11.962Z] === RUN TestWaitEnabled [2021-11-17T22:19:11.962Z] --- PASS: TestWaitEnabled (0.00s) [2021-11-17T22:19:11.962Z] === RUN TestRemove [2021-11-17T22:19:11.962Z] --- PASS: TestRemove (0.00s) [2021-11-17T22:19:11.962Z] PASS [2021-11-17T22:19:12.022Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2021-11-17T22:19:12.022Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2021-11-17T22:19:12.022Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2021-11-17T22:19:12.022Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2021-11-17T22:19:12.022Z] systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid) [2021-11-17T22:19:12.022Z] Detected virtualization docker. [2021-11-17T22:19:12.022Z] Detected architecture x86-64. [2021-11-17T22:19:12.022Z] Set hostname to <6fd240b0a9f2>. [2021-11-17T22:19:12.022Z] + source /etc/docker-entrypoint-cmd [2021-11-17T22:19:12.022Z] ++ hack/make.sh dynbinary test-integration [2021-11-17T22:19:12.022Z] [2021-11-17T22:19:12.022Z] Removing bundles/ [2021-11-17T22:19:12.022Z] [2021-11-17T22:19:12.022Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-11-17T22:19:12.280Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-11-17T22:19:12.280Z] GOOS="" GOARCH="" GOARM="" [2021-11-17T22:19:12.396Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.16s) [2021-11-17T22:19:12.396Z] === RUN TestNISDomainname [2021-11-17T22:19:12.396Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-11-17T22:19:12.396Z] --- SKIP: TestNISDomainname (0.01s) [2021-11-17T22:19:12.396Z] === RUN TestHostnameDnsResolution [2021-11-17T22:19:12.429Z] coverage: 65.3% of statements [2021-11-17T22:19:12.429Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.058s coverage: 65.3% of statements [2021-11-17T22:19:13.000Z] --- PASS: TestHostnameDnsResolution (0.67s) [2021-11-17T22:19:13.000Z] === RUN TestStats [2021-11-17T22:19:13.000Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-17T22:19:13.000Z] --- SKIP: TestStats (0.00s) [2021-11-17T22:19:13.000Z] === RUN TestStopContainerWithTimeout [2021-11-17T22:19:13.000Z] === RUN TestStopContainerWithTimeout/0 [2021-11-17T22:19:13.000Z] === PAUSE TestStopContainerWithTimeout/0 [2021-11-17T22:19:13.000Z] === RUN TestStopContainerWithTimeout/1 [2021-11-17T22:19:13.000Z] === PAUSE TestStopContainerWithTimeout/1 [2021-11-17T22:19:13.000Z] === RUN TestStopContainerWithTimeout/3 [2021-11-17T22:19:13.000Z] === PAUSE TestStopContainerWithTimeout/3 [2021-11-17T22:19:13.000Z] === RUN TestStopContainerWithTimeout/-1 [2021-11-17T22:19:13.000Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-11-17T22:19:13.000Z] === CONT TestStopContainerWithTimeout/0 [2021-11-17T22:19:13.000Z] === CONT TestStopContainerWithTimeout/-1 [2021-11-17T22:19:13.560Z] === CONT TestStopContainerWithTimeout/3 [2021-11-17T22:19:14.640Z] === RUN TestNewListSecretsFilters [2021-11-17T22:19:14.640Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-11-17T22:19:14.640Z] === RUN TestNewListConfigsFilters [2021-11-17T22:19:14.640Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-11-17T22:19:14.640Z] PASS [2021-11-17T22:19:14.640Z] coverage: 0.5% of statements [2021-11-17T22:19:14.640Z] ok github.com/docker/docker/daemon/cluster 0.669s coverage: 0.5% of statements [2021-11-17T22:19:14.640Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-11-17T22:19:14.640Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.12s) [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertToGRPCIsolation [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertFromGRPCIsolation [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-11-17T22:19:14.640Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-11-17T22:19:14.640Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertFromGRPCConfigs [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertToGRPCConfigs [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-11-17T22:19:14.640Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-11-17T22:19:14.640Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-11-17T22:19:15.107Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-11-17T22:19:15.107Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-11-17T22:19:15.107Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-11-17T22:19:15.107Z] PASS [2021-11-17T22:19:15.107Z] coverage: 35.9% of statements [2021-11-17T22:19:15.107Z] ok github.com/docker/docker/daemon/cluster/convert 0.188s coverage: 35.9% of statements [2021-11-17T22:19:15.448Z] === CONT TestStopContainerWithTimeout/1 [2021-11-17T22:19:16.818Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-11-17T22:19:16.818Z] --- PASS: TestStopContainerWithTimeout/0 (0.63s) [2021-11-17T22:19:16.818Z] --- PASS: TestStopContainerWithTimeout/-1 (2.63s) [2021-11-17T22:19:16.818Z] --- PASS: TestStopContainerWithTimeout/3 (2.35s) [2021-11-17T22:19:16.818Z] --- PASS: TestStopContainerWithTimeout/1 (1.44s) [2021-11-17T22:19:16.818Z] === RUN TestDeleteDevicemapper [2021-11-17T22:19:16.818Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-11-17T22:19:16.818Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-11-17T22:19:16.818Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-11-17T22:19:18.054Z] === RUN TestBuilderGC [2021-11-17T22:19:18.054Z] --- PASS: TestBuilderGC (0.00s) [2021-11-17T22:19:18.054Z] === RUN TestDaemonConfigurationNotFound [2021-11-17T22:19:18.054Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-11-17T22:19:18.054Z] === RUN TestDaemonBrokenConfiguration [2021-11-17T22:19:18.054Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-11-17T22:19:18.054Z] === RUN TestParseClusterAdvertiseSettings [2021-11-17T22:19:18.054Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-11-17T22:19:18.054Z] === RUN TestFindConfigurationConflicts [2021-11-17T22:19:18.054Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-11-17T22:19:18.054Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-11-17T22:19:18.054Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-11-17T22:19:18.054Z] === RUN TestDaemonConfigurationMergeConflicts [2021-11-17T22:19:18.054Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-11-17T22:19:18.054Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-11-17T22:19:18.054Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-11-17T22:19:18.054Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-11-17T22:19:18.054Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-11-17T22:19:18.054Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-11-17T22:19:18.054Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-11-17T22:19:18.054Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-11-17T22:19:18.054Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-11-17T22:19:18.054Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-11-17T22:19:18.054Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-11-17T22:19:18.054Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-11-17T22:19:18.054Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-11-17T22:19:18.054Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-11-17T22:19:18.054Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-11-17T22:19:18.054Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-11-17T22:19:18.054Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-11-17T22:19:18.054Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-11-17T22:19:18.054Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-11-17T22:19:18.054Z] === RUN TestValidateConfigurationErrors [2021-11-17T22:19:18.054Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-11-17T22:19:18.054Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-11-17T22:19:18.054Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-11-17T22:19:18.054Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-11-17T22:19:18.054Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-11-17T22:19:18.054Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-11-17T22:19:18.054Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-11-17T22:19:18.054Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-11-17T22:19:18.054Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-11-17T22:19:18.054Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-11-17T22:19:18.054Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-11-17T22:19:18.054Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-11-17T22:19:18.054Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-11-17T22:19:18.054Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-11-17T22:19:18.054Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-11-17T22:19:18.054Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-11-17T22:19:18.054Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-11-17T22:19:18.054Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-11-17T22:19:18.054Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-11-17T22:19:18.054Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-11-17T22:19:18.054Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-11-17T22:19:18.054Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-11-17T22:19:18.054Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-11-17T22:19:18.054Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-11-17T22:19:18.054Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-11-17T22:19:18.054Z] === RUN TestValidateConfiguration [2021-11-17T22:19:18.054Z] === RUN TestValidateConfiguration/with_label [2021-11-17T22:19:18.054Z] === RUN TestValidateConfiguration/with_dns [2021-11-17T22:19:18.054Z] === RUN TestValidateConfiguration/with_dns-search [2021-11-17T22:19:18.054Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-11-17T22:19:18.054Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-11-17T22:19:18.054Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-11-17T22:19:18.054Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-11-17T22:19:18.054Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-11-17T22:19:18.054Z] --- PASS: TestValidateConfiguration (0.00s) [2021-11-17T22:19:18.054Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-11-17T22:19:18.054Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-11-17T22:19:18.054Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-11-17T22:19:18.054Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-11-17T22:19:18.054Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-11-17T22:19:18.054Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-11-17T22:19:18.054Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-11-17T22:19:18.054Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-11-17T22:19:18.054Z] === RUN TestModifiedDiscoverySettings [2021-11-17T22:19:18.054Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-11-17T22:19:18.054Z] === RUN TestReloadSetConfigFileNotExist [2021-11-17T22:19:18.054Z] === RUN TestWaitNodeAttachment [2021-11-17T22:19:18.054Z] time="2021-11-17T22:19:17Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-11-17T22:19:18.054Z] --- PASS: TestReloadSetConfigFileNotExist (0.13s) [2021-11-17T22:19:18.054Z] === RUN TestReloadDefaultConfigNotExist [2021-11-17T22:19:18.054Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-11-17T22:19:18.054Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2021-11-17T22:19:18.054Z] === RUN TestReloadBadDefaultConfig [2021-11-17T22:19:18.054Z] time="2021-11-17T22:19:18Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-670233575" [2021-11-17T22:19:18.054Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-11-17T22:19:18.054Z] === RUN TestReloadWithConflictingLabels [2021-11-17T22:19:18.054Z] time="2021-11-17T22:19:18Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-339728410" [2021-11-17T22:19:18.054Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-11-17T22:19:18.054Z] === RUN TestReloadWithDuplicateLabels [2021-11-17T22:19:18.054Z] time="2021-11-17T22:19:18Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-000966833" [2021-11-17T22:19:18.054Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-11-17T22:19:18.054Z] === RUN TestDaemonConfigurationMerge [2021-11-17T22:19:18.054Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-11-17T22:19:18.054Z] PASS [2021-11-17T22:19:18.054Z] coverage: 79.7% of statements [2021-11-17T22:19:18.522Z] ok github.com/docker/docker/daemon/config 0.376s coverage: 79.7% of statements [2021-11-17T22:19:18.522Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-11-17T22:19:18.522Z] === RUN TestIsolationConversion [2021-11-17T22:19:18.522Z] === RUN TestIsolationConversion/default [2021-11-17T22:19:18.522Z] === RUN TestIsolationConversion/process [2021-11-17T22:19:18.522Z] === RUN TestIsolationConversion/hyperv [2021-11-17T22:19:18.522Z] --- PASS: TestIsolationConversion (0.00s) [2021-11-17T22:19:18.522Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-11-17T22:19:18.522Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-11-17T22:19:18.522Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-11-17T22:19:18.522Z] === RUN TestContainerLabels [2021-11-17T22:19:18.522Z] --- PASS: TestContainerLabels (0.00s) [2021-11-17T22:19:18.522Z] === RUN TestCredentialSpecConversion [2021-11-17T22:19:18.522Z] === RUN TestCredentialSpecConversion/none [2021-11-17T22:19:18.522Z] === RUN TestCredentialSpecConversion/config [2021-11-17T22:19:18.522Z] === RUN TestCredentialSpecConversion/file [2021-11-17T22:19:18.522Z] === RUN TestCredentialSpecConversion/registry [2021-11-17T22:19:18.522Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-11-17T22:19:18.522Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-11-17T22:19:18.522Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-11-17T22:19:18.522Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-11-17T22:19:18.522Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-11-17T22:19:18.522Z] === RUN TestControllerValidateMountBind [2021-11-17T22:19:18.522Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-11-17T22:19:18.522Z] === RUN TestControllerValidateMountVolume [2021-11-17T22:19:18.522Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-11-17T22:19:18.522Z] === RUN TestControllerValidateMountTarget [2021-11-17T22:19:18.522Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-11-17T22:19:18.522Z] === RUN TestControllerValidateMountTmpfs [2021-11-17T22:19:18.522Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-11-17T22:19:18.522Z] === RUN TestControllerValidateMountInvalidType [2021-11-17T22:19:18.522Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-11-17T22:19:18.522Z] === RUN TestControllerValidateMountNamedPipe [2021-11-17T22:19:18.522Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-11-17T22:19:18.522Z] PASS [2021-11-17T22:19:18.522Z] coverage: 11.0% of statements [2021-11-17T22:19:18.522Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.667s coverage: 11.0% of statements [2021-11-17T22:19:18.522Z] === RUN TestDiscoveryOptsErrors [2021-11-17T22:19:18.522Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-11-17T22:19:18.522Z] === RUN TestDiscoveryOpts [2021-11-17T22:19:18.522Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-11-17T22:19:18.522Z] PASS [2021-11-17T22:19:18.522Z] coverage: 30.0% of statements [2021-11-17T22:19:18.522Z] ok github.com/docker/docker/daemon/discovery 0.043s coverage: 30.0% of statements [2021-11-17T22:19:18.715Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.45s) [2021-11-17T22:19:18.715Z] === RUN TestUpdateMemory [2021-11-17T22:19:18.715Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-17T22:19:18.715Z] --- SKIP: TestUpdateMemory (0.00s) [2021-11-17T22:19:18.715Z] === RUN TestUpdateCPUQuota [2021-11-17T22:19:18.715Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-17T22:19:18.715Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2021-11-17T22:19:18.715Z] === RUN TestUpdatePidsLimit [2021-11-17T22:19:18.715Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-17T22:19:18.715Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2021-11-17T22:19:18.715Z] === RUN TestUpdateRestartPolicy [2021-11-17T22:19:18.990Z] === RUN TestVerifyNetworkingConfig [2021-11-17T22:19:18.990Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-11-17T22:19:18.990Z] === RUN TestGetContainer [2021-11-17T22:19:18.990Z] --- PASS: TestGetContainer (0.00s) [2021-11-17T22:19:18.990Z] === RUN TestValidContainerNames [2021-11-17T22:19:18.990Z] --- PASS: TestValidContainerNames (0.00s) [2021-11-17T22:19:18.990Z] === RUN TestContainerInitDNS [2021-11-17T22:19:18.990Z] daemon_test.go:147: root required [2021-11-17T22:19:18.990Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-11-17T22:19:18.990Z] === RUN TestMerge [2021-11-17T22:19:18.990Z] --- PASS: TestMerge (0.00s) [2021-11-17T22:19:18.990Z] === RUN TestValidateContainerIsolation [2021-11-17T22:19:18.990Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-11-17T22:19:18.990Z] === RUN TestFindNetworkErrorType [2021-11-17T22:19:18.990Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-11-17T22:19:18.990Z] === RUN TestEnsureServicesExist [2021-11-17T22:19:18.990Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-11-17T22:19:18.990Z] === RUN TestEnsureServicesExistErrors [2021-11-17T22:19:18.990Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-11-17T22:19:18.990Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-11-17T22:19:18.990Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-11-17T22:19:18.990Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-11-17T22:19:18.990Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-11-17T22:19:18.990Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-11-17T22:19:18.990Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-11-17T22:19:18.990Z] === RUN TestContainerDelete [2021-11-17T22:19:18.990Z] --- PASS: TestContainerDelete (0.04s) [2021-11-17T22:19:18.990Z] === RUN TestContainerDoubleDelete [2021-11-17T22:19:18.990Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-11-17T22:19:18.990Z] === RUN TestLogContainerEventCopyLabels [2021-11-17T22:19:18.990Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-11-17T22:19:18.990Z] === RUN TestLogContainerEventWithAttributes [2021-11-17T22:19:18.990Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-11-17T22:19:18.990Z] === RUN TestNoneHealthcheck [2021-11-17T22:19:18.990Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-11-17T22:19:18.990Z] === RUN TestHealthStates [2021-11-17T22:19:19.457Z] time="2021-11-17T22:19:18Z" 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" [2021-11-17T22:19:19.457Z] time="2021-11-17T22:19:19Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-17T22:19:19.457Z] time="2021-11-17T22:19:19Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-17T22:19:19.457Z] time="2021-11-17T22:19:19Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-17T22:19:19.457Z] time="2021-11-17T22:19:19Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-17T22:19:19.457Z] time="2021-11-17T22:19:19Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-17T22:19:19.457Z] time="2021-11-17T22:19:19Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-17T22:19:19.457Z] time="2021-11-17T22:19:19Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-17T22:19:19.457Z] time="2021-11-17T22:19:19Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-17T22:19:19.457Z] time="2021-11-17T22:19:19Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-17T22:19:19.457Z] --- PASS: TestHealthStates (0.13s) [2021-11-17T22:19:19.457Z] === RUN TestMaskURLCredentials [2021-11-17T22:19:19.457Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-11-17T22:19:19.457Z] === RUN TestGetInspectData [2021-11-17T22:19:19.457Z] --- PASS: TestGetInspectData (0.00s) [2021-11-17T22:19:19.457Z] === RUN TestFillLicense [2021-11-17T22:19:19.457Z] --- PASS: TestFillLicense (0.00s) [2021-11-17T22:19:19.457Z] === RUN TestListInvalidFilter [2021-11-17T22:19:19.457Z] --- PASS: TestListInvalidFilter (0.00s) [2021-11-17T22:19:19.457Z] === RUN TestNameFilter [2021-11-17T22:19:19.457Z] --- PASS: TestNameFilter (0.00s) [2021-11-17T22:19:19.457Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-11-17T22:19:19.457Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-11-17T22:19:19.457Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-11-17T22:19:19.457Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-11-17T22:19:19.457Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-11-17T22:19:19.457Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-11-17T22:19:19.457Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-11-17T22:19:19.457Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-11-17T22:19:19.457Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-11-17T22:19:19.457Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-11-17T22:19:19.457Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-11-17T22:19:19.457Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-11-17T22:19:19.457Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-11-17T22:19:19.457Z] === 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 [2021-11-17T22:19:19.457Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-11-17T22:19:19.457Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-11-17T22:19:19.457Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-11-17T22:19:19.457Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-11-17T22:19:19.457Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-11-17T22:19:19.458Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-11-17T22:19:19.458Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-11-17T22:19:19.458Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-11-17T22:19:19.458Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2021-11-17T22:19:19.458Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-11-17T22:19:19.458Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-11-17T22:19:19.458Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-11-17T22:19:19.458Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-11-17T22:19:19.458Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-11-17T22:19:19.458Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-11-17T22:19:19.458Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-11-17T22:19:19.458Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-11-17T22:19:19.458Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-11-17T22:19:19.458Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-11-17T22:19:19.458Z] --- 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) [2021-11-17T22:19:19.458Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-11-17T22:19:19.458Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-11-17T22:19:19.458Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-11-17T22:19:19.458Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-11-17T22:19:19.458Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-11-17T22:19:19.458Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-11-17T22:19:19.458Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-11-17T22:19:19.458Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-11-17T22:19:19.458Z] === RUN TestDaemonReloadLabels [2021-11-17T22:19:19.458Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-11-17T22:19:19.458Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-11-17T22:19:19.458Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-11-17T22:19:19.458Z] === RUN TestDaemonReloadMirrors [2021-11-17T22:19:19.458Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-11-17T22:19:19.458Z] === RUN TestDaemonReloadInsecureRegistries [2021-11-17T22:19:19.458Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-11-17T22:19:19.458Z] === RUN TestDaemonReloadNotAffectOthers [2021-11-17T22:19:19.458Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-11-17T22:19:19.458Z] === RUN TestDaemonDiscoveryReload [2021-11-17T22:19:19.458Z] === RUN TestEventsLog [2021-11-17T22:19:19.458Z] --- PASS: TestEventsLog (0.00s) [2021-11-17T22:19:19.458Z] === RUN TestEventsLogTimeout [2021-11-17T22:19:19.458Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-11-17T22:19:19.458Z] === RUN TestLogEvents [2021-11-17T22:19:19.458Z] --- PASS: TestLogEvents (0.05s) [2021-11-17T22:19:19.458Z] === RUN TestLoadBufferedEvents [2021-11-17T22:19:19.925Z] --- PASS: TestLoadBufferedEvents (0.12s) [2021-11-17T22:19:19.925Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-11-17T22:19:19.925Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-11-17T22:19:19.925Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-11-17T22:19:19.925Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-11-17T22:19:19.925Z] PASS [2021-11-17T22:19:19.925Z] coverage: 50.0% of statements [2021-11-17T22:19:19.925Z] ok github.com/docker/docker/daemon/events 0.218s coverage: 50.0% of statements [2021-11-17T22:19:19.925Z] === RUN TestIsEmptyDir [2021-11-17T22:19:19.925Z] --- PASS: TestIsEmptyDir (0.01s) [2021-11-17T22:19:19.925Z] PASS [2021-11-17T22:19:19.925Z] coverage: 2.3% of statements [2021-11-17T22:19:19.925Z] ok github.com/docker/docker/daemon/graphdriver 0.063s coverage: 2.3% of statements [2021-11-17T22:19:20.392Z] --- PASS: TestDaemonDiscoveryReload (1.01s) [2021-11-17T22:19:20.392Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-11-17T22:19:20.392Z] === RUN TestLinkNaming [2021-11-17T22:19:20.392Z] --- PASS: TestLinkNaming (0.00s) [2021-11-17T22:19:20.392Z] === RUN TestLinkNew [2021-11-17T22:19:20.392Z] --- PASS: TestLinkNew (0.00s) [2021-11-17T22:19:20.392Z] === RUN TestLinkEnv [2021-11-17T22:19:20.392Z] --- PASS: TestLinkEnv (0.00s) [2021-11-17T22:19:20.392Z] === RUN TestLinkMultipleEnv [2021-11-17T22:19:20.392Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-11-17T22:19:20.392Z] === RUN TestLinkPortRangeEnv [2021-11-17T22:19:20.392Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-11-17T22:19:20.392Z] PASS [2021-11-17T22:19:20.392Z] coverage: 93.0% of statements [2021-11-17T22:19:20.392Z] ok github.com/docker/docker/daemon/links 0.032s coverage: 93.0% of statements [2021-11-17T22:19:21.043Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2021-11-17T22:19:21.043Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-11-17T22:19:21.511Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2021-11-17T22:19:21.511Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-11-17T22:19:21.511Z] reload_test.go:520: root required [2021-11-17T22:19:21.511Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-11-17T22:19:21.511Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-11-17T22:19:21.511Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-11-17T22:19:21.511Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-11-17T22:19:21.511Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s) [2021-11-17T22:19:21.511Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-11-17T22:19:21.511Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.02s) [2021-11-17T22:19:21.511Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-11-17T22:19:21.511Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2021-11-17T22:19:21.511Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-11-17T22:19:21.511Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-11-17T22:19:21.511Z] === RUN TestParseVolumesFrom [2021-11-17T22:19:21.511Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-11-17T22:19:21.511Z] PASS [2021-11-17T22:19:21.511Z] coverage: 9.0% of statements [2021-11-17T22:19:21.511Z] ok github.com/docker/docker/daemon 2.433s coverage: 9.0% of statements [2021-11-17T22:19:21.511Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-11-17T22:19:21.511Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-11-17T22:19:21.511Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-11-17T22:19:21.511Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-11-17T22:19:21.511Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-11-17T22:19:21.511Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-11-17T22:19:21.511Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-11-17T22:19:21.511Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-11-17T22:19:21.511Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2021-11-17T22:19:21.511Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-11-17T22:19:21.511Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-11-17T22:19:21.511Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-11-17T22:19:21.511Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-11-17T22:19:21.511Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-11-17T22:19:21.511Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-11-17T22:19:21.979Z] === RUN TestAdapterReadLogs [2021-11-17T22:19:21.979Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-11-17T22:19:21.979Z] === RUN TestCopier [2021-11-17T22:19:21.979Z] --- PASS: TestCopier (0.00s) [2021-11-17T22:19:21.979Z] === RUN TestCopierLongLines [2021-11-17T22:19:21.979Z] --- PASS: TestCopierLongLines (0.00s) [2021-11-17T22:19:21.979Z] === RUN TestCopierSlow [2021-11-17T22:19:21.979Z] --- PASS: TestCopierSlow (0.20s) [2021-11-17T22:19:21.979Z] === RUN TestCopierWithSized [2021-11-17T22:19:21.979Z] === RUN TestCopierWithSized/as_is [2021-11-17T22:19:21.979Z] === RUN TestCopierWithSized/With_RingLogger [2021-11-17T22:19:22.450Z] --- PASS: TestCopierWithSized (0.01s) [2021-11-17T22:19:22.450Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-11-17T22:19:22.450Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2021-11-17T22:19:22.450Z] === RUN TestCopierWithPartial [2021-11-17T22:19:22.450Z] --- PASS: TestCopierWithPartial (0.00s) [2021-11-17T22:19:22.450Z] === RUN TestRingLogger [2021-11-17T22:19:22.450Z] --- PASS: TestRingLogger (0.00s) [2021-11-17T22:19:22.450Z] === RUN TestRingCap [2021-11-17T22:19:22.450Z] --- PASS: TestRingCap (0.00s) [2021-11-17T22:19:22.450Z] === RUN TestRingClose [2021-11-17T22:19:22.450Z] --- PASS: TestRingClose (0.00s) [2021-11-17T22:19:22.450Z] === RUN TestRingDrain [2021-11-17T22:19:22.450Z] --- PASS: TestRingDrain (0.00s) [2021-11-17T22:19:22.450Z] PASS [2021-11-17T22:19:22.450Z] coverage: 43.5% of statements [2021-11-17T22:19:22.450Z] ok github.com/docker/docker/daemon/logger 0.360s coverage: 43.5% of statements [2021-11-17T22:19:22.450Z] === RUN TestSearchRegistryForImagesErrors [2021-11-17T22:19:22.450Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-11-17T22:19:22.450Z] === RUN TestSearchRegistryForImages [2021-11-17T22:19:22.450Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-11-17T22:19:22.450Z] === RUN TestOnlyPlatformWithFallback [2021-11-17T22:19:22.450Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-11-17T22:19:22.450Z] === RUN TestImageDelete [2021-11-17T22:19:22.450Z] === RUN TestImageDelete/no_lease [2021-11-17T22:19:22.917Z] === RUN TestImageDelete/lease_exists [2021-11-17T22:19:22.917Z] --- PASS: TestImageDelete (0.05s) [2021-11-17T22:19:22.917Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-11-17T22:19:22.917Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2021-11-17T22:19:22.917Z] === RUN TestContentStoreForPull [2021-11-17T22:19:22.917Z] === RUN TestNewStreamConfig [2021-11-17T22:19:22.917Z] === RUN TestNewStreamConfig/defaults [2021-11-17T22:19:22.917Z] === RUN TestNewStreamConfig/invalid_create_group [2021-11-17T22:19:22.917Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-11-17T22:19:22.917Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-11-17T22:19:22.917Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-11-17T22:19:22.917Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-11-17T22:19:22.917Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-11-17T22:19:22.917Z] --- PASS: TestNewStreamConfig (0.00s) [2021-11-17T22:19:22.917Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-11-17T22:19:22.917Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-11-17T22:19:22.917Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-11-17T22:19:22.917Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-11-17T22:19:22.917Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-11-17T22:19:22.917Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-11-17T22:19:22.917Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-11-17T22:19:22.917Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-11-17T22:19:22.917Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-11-17T22:19:22.917Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-11-17T22:19:22.917Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-11-17T22:19:22.917Z] === RUN TestNewAWSLogsClientRegionDetect [2021-11-17T22:19:22.917Z] time="2021-11-17T22:19:22Z" level=info msg="Trying to get region from EC2 Metadata" [2021-11-17T22:19:22.917Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.14s) [2021-11-17T22:19:22.917Z] === RUN TestCreateSuccess [2021-11-17T22:19:22.917Z] --- PASS: TestCreateSuccess (0.00s) [2021-11-17T22:19:22.917Z] === RUN TestCreateLogGroupSuccess [2021-11-17T22:19:22.917Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-11-17T22:19:22.917Z] === RUN TestCreateError [2021-11-17T22:19:22.917Z] --- PASS: TestCreateError (0.00s) [2021-11-17T22:19:22.917Z] === RUN TestCreateAlreadyExists [2021-11-17T22:19:22.917Z] time="2021-11-17T22:19:22Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-11-17T22:19:22.917Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-11-17T22:19:22.917Z] === RUN TestLogClosed [2021-11-17T22:19:22.917Z] --- PASS: TestLogClosed (0.00s) [2021-11-17T22:19:22.917Z] === RUN TestLogBlocking [2021-11-17T22:19:22.917Z] --- PASS: TestLogBlocking (0.00s) [2021-11-17T22:19:22.917Z] === RUN TestLogNonBlockingBufferEmpty [2021-11-17T22:19:22.917Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-11-17T22:19:22.917Z] === RUN TestLogNonBlockingBufferFull [2021-11-17T22:19:22.917Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-11-17T22:19:22.917Z] === RUN TestPublishBatchSuccess [2021-11-17T22:19:22.917Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-11-17T22:19:22.917Z] === RUN TestPublishBatchError [2021-11-17T22:19:22.917Z] time="2021-11-17T22:19:22Z" level=error msg=Error [2021-11-17T22:19:22.917Z] --- PASS: TestPublishBatchError (0.00s) [2021-11-17T22:19:22.917Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-11-17T22:19:22.917Z] time="2021-11-17T22:19:22Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-11-17T22:19:22.917Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-11-17T22:19:22.918Z] === RUN TestPublishBatchAlreadyAccepted [2021-11-17T22:19:22.918Z] time="2021-11-17T22:19:22Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-11-17T22:19:22.918Z] time="2021-11-17T22:19:22Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-11-17T22:19:22.918Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-11-17T22:19:22.918Z] === RUN TestCollectBatchSimple [2021-11-17T22:19:22.918Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-11-17T22:19:22.918Z] === RUN TestCollectBatchTicker [2021-11-17T22:19:22.918Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-11-17T22:19:22.918Z] === RUN TestCollectBatchMultilinePattern [2021-11-17T22:19:22.918Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-11-17T22:19:22.918Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-11-17T22:19:22.918Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-11-17T22:19:22.918Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-11-17T22:19:22.918Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-11-17T22:19:22.918Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-11-17T22:19:22.918Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2021-11-17T22:19:22.918Z] === RUN TestCollectBatchClose [2021-11-17T22:19:22.918Z] --- PASS: TestCollectBatchClose (0.00s) [2021-11-17T22:19:22.918Z] === RUN TestEffectiveLen [2021-11-17T22:19:22.918Z] === RUN TestEffectiveLen/0/Hello [2021-11-17T22:19:22.918Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-11-17T22:19:22.918Z] === RUN TestEffectiveLen/2/🙃 [2021-11-17T22:19:22.918Z] === RUN TestEffectiveLen/3/���� [2021-11-17T22:19:22.918Z] === RUN TestEffectiveLen/4/He��o [2021-11-17T22:19:22.918Z] === RUN TestEffectiveLen/5/ [2021-11-17T22:19:22.918Z] --- PASS: TestEffectiveLen (0.00s) [2021-11-17T22:19:22.918Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-11-17T22:19:22.918Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-11-17T22:19:22.918Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-11-17T22:19:22.918Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-11-17T22:19:22.918Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-11-17T22:19:22.918Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-11-17T22:19:22.918Z] === RUN TestFindValidSplit [2021-11-17T22:19:22.918Z] === RUN TestFindValidSplit/0/ [2021-11-17T22:19:22.918Z] cloudwatchlogs_test.go:1044: [2021-11-17T22:19:22.918Z] cloudwatchlogs_test.go:1045: [2021-11-17T22:19:22.918Z] === RUN TestFindValidSplit/1/Hello [2021-11-17T22:19:22.918Z] cloudwatchlogs_test.go:1044: Hello [2021-11-17T22:19:22.918Z] cloudwatchlogs_test.go:1045: [2021-11-17T22:19:22.918Z] === RUN TestFindValidSplit/2/Hello [2021-11-17T22:19:22.918Z] cloudwatchlogs_test.go:1044: He [2021-11-17T22:19:22.918Z] cloudwatchlogs_test.go:1045: llo [2021-11-17T22:19:22.918Z] === RUN TestFindValidSplit/3/Hello [2021-11-17T22:19:22.918Z] cloudwatchlogs_test.go:1044: [2021-11-17T22:19:22.918Z] cloudwatchlogs_test.go:1045: Hello [2021-11-17T22:19:22.918Z] === RUN TestFindValidSplit/4/🙃 [2021-11-17T22:19:22.918Z] cloudwatchlogs_test.go:1044: [2021-11-17T22:19:22.918Z] cloudwatchlogs_test.go:1045: 🙃 [2021-11-17T22:19:22.918Z] === RUN TestFindValidSplit/5/🙃 [2021-11-17T22:19:22.918Z] cloudwatchlogs_test.go:1044: 🙃 [2021-11-17T22:19:22.918Z] cloudwatchlogs_test.go:1045: [2021-11-17T22:19:22.918Z] === RUN TestFindValidSplit/6/a� [2021-11-17T22:19:22.918Z] cloudwatchlogs_test.go:1044: a [2021-11-17T22:19:22.918Z] cloudwatchlogs_test.go:1045: � [2021-11-17T22:19:22.918Z] === RUN TestFindValidSplit/7/a� [2021-11-17T22:19:22.918Z] cloudwatchlogs_test.go:1044: a� [2021-11-17T22:19:22.918Z] cloudwatchlogs_test.go:1045: [2021-11-17T22:19:22.918Z] --- PASS: TestFindValidSplit (0.00s) [2021-11-17T22:19:22.918Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-11-17T22:19:22.918Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-11-17T22:19:22.918Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-11-17T22:19:22.918Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-11-17T22:19:22.918Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-11-17T22:19:22.918Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-11-17T22:19:22.918Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-11-17T22:19:22.918Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-11-17T22:19:22.918Z] === RUN TestProcessEventEmoji [2021-11-17T22:19:22.918Z] --- PASS: TestProcessEventEmoji (0.01s) [2021-11-17T22:19:22.918Z] === RUN TestCollectBatchLineSplit [2021-11-17T22:19:22.918Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-11-17T22:19:22.918Z] === RUN TestCollectBatchLineSplitWithBinary [2021-11-17T22:19:22.918Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-11-17T22:19:22.918Z] === RUN TestCollectBatchMaxEvents [2021-11-17T22:19:22.918Z] --- PASS: TestContentStoreForPull (0.19s) [2021-11-17T22:19:22.918Z] PASS [2021-11-17T22:19:22.918Z] coverage: 6.6% of statements [2021-11-17T22:19:22.918Z] ok github.com/docker/docker/daemon/images 0.316s coverage: 6.6% of statements [2021-11-17T22:19:22.918Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2021-11-17T22:19:22.918Z] === RUN TestCollectBatchMaxTotalBytes [2021-11-17T22:19:22.918Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2021-11-17T22:19:22.918Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-11-17T22:19:22.918Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2021-11-17T22:19:22.918Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-11-17T22:19:22.918Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-11-17T22:19:22.918Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-11-17T22:19:22.918Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2021-11-17T22:19:22.918Z] === RUN TestParseLogOptionsMultilinePattern [2021-11-17T22:19:22.918Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-11-17T22:19:22.918Z] === RUN TestParseLogOptionsDatetimeFormat [2021-11-17T22:19:22.918Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-11-17T22:19:22.918Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-11-17T22:19:22.918Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-11-17T22:19:22.918Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-11-17T22:19:22.918Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-11-17T22:19:22.918Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-11-17T22:19:22.918Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-11-17T22:19:22.918Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-11-17T22:19:22.918Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-11-17T22:19:22.918Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-11-17T22:19:22.918Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-11-17T22:19:22.918Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-11-17T22:19:22.918Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-11-17T22:19:22.918Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-11-17T22:19:22.918Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-11-17T22:19:22.918Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-11-17T22:19:22.918Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-11-17T22:19:22.918Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-11-17T22:19:22.918Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-11-17T22:19:22.918Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-11-17T22:19:22.918Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-11-17T22:19:22.918Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-11-17T22:19:22.918Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-11-17T22:19:22.918Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-11-17T22:19:22.918Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-11-17T22:19:22.918Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-11-17T22:19:22.918Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-11-17T22:19:22.918Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-11-17T22:19:22.918Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-11-17T22:19:22.918Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-11-17T22:19:22.918Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-11-17T22:19:22.918Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-11-17T22:19:22.918Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-11-17T22:19:22.918Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-11-17T22:19:22.918Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-11-17T22:19:22.918Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-11-17T22:19:22.918Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-11-17T22:19:22.918Z] === RUN TestCreateTagSuccess [2021-11-17T22:19:22.918Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-11-17T22:19:22.918Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-11-17T22:19:22.918Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-11-17T22:19:22.918Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-11-17T22:19:22.918Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-11-17T22:19:22.918Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-11-17T22:19:22.918Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-11-17T22:19:22.918Z] PASS [2021-11-17T22:19:22.918Z] coverage: 77.8% of statements [2021-11-17T22:19:22.918Z] ok github.com/docker/docker/daemon/logger/awslogs 0.337s coverage: 77.8% of statements [2021-11-17T22:19:22.918Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-11-17T22:19:22.918Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-11-17T22:19:22.918Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-11-17T22:19:22.918Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-11-17T22:19:22.918Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-11-17T22:19:23.335Z] tests/integration/api_build_test.py .......................X [ 6%] [2021-11-17T22:19:23.386Z] === RUN TestJSONLogsMarshalJSONBuf [2021-11-17T22:19:23.386Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-11-17T22:19:23.386Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-11-17T22:19:23.386Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.12s) [2021-11-17T22:19:23.386Z] === RUN TestFastTimeMarshalJSON [2021-11-17T22:19:23.386Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2021-11-17T22:19:23.386Z] PASS [2021-11-17T22:19:23.386Z] coverage: 87.2% of statements [2021-11-17T22:19:23.386Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.246s coverage: 87.2% of statements [2021-11-17T22:19:23.386Z] === RUN TestJSONFileLogger [2021-11-17T22:19:23.386Z] --- PASS: TestJSONFileLogger (0.00s) [2021-11-17T22:19:23.386Z] === RUN TestJSONFileLoggerWithTags [2021-11-17T22:19:23.386Z] --- PASS: TestJSONFileLoggerWithTags (0.01s) [2021-11-17T22:19:23.386Z] === RUN TestJSONFileLoggerWithOpts [2021-11-17T22:19:23.862Z] --- PASS: TestJSONFileLoggerWithOpts (0.02s) [2021-11-17T22:19:23.862Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-11-17T22:19:23.862Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-11-17T22:19:23.862Z] === RUN TestEncodeDecode [2021-11-17T22:19:23.862Z] === PAUSE TestEncodeDecode [2021-11-17T22:19:23.862Z] === RUN TestUnexpectedEOF [2021-11-17T22:19:23.862Z] time="2021-11-17T22:19:23Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-11-17T22:19:23.862Z] time="2021-11-17T22:19:23Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-11-17T22:19:23.862Z] --- PASS: TestUnexpectedEOF (0.14s) [2021-11-17T22:19:23.862Z] === CONT TestEncodeDecode [2021-11-17T22:19:23.862Z] --- PASS: TestEncodeDecode (0.00s) [2021-11-17T22:19:23.862Z] PASS [2021-11-17T22:19:23.862Z] coverage: 69.9% of statements [2021-11-17T22:19:23.862Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.229s coverage: 69.9% of statements [2021-11-17T22:19:24.170Z] tests/integration/api_client_test.py ..... [ 7%] [2021-11-17T22:19:24.330Z] === RUN TestWriteLog [2021-11-17T22:19:24.330Z] === PAUSE TestWriteLog [2021-11-17T22:19:24.330Z] === RUN TestReadLog [2021-11-17T22:19:24.330Z] === PAUSE TestReadLog [2021-11-17T22:19:24.330Z] === CONT TestWriteLog [2021-11-17T22:19:24.330Z] === CONT TestReadLog [2021-11-17T22:19:24.330Z] --- PASS: TestWriteLog (0.02s) [2021-11-17T22:19:24.330Z] === RUN TestReadLog/tail_exact [2021-11-17T22:19:24.797Z] === RUN TestReadLog/tail_less_than_available [2021-11-17T22:19:24.797Z] === RUN TestReadLog/tail_more_than_available [2021-11-17T22:19:24.797Z] --- PASS: TestReadLog (0.14s) [2021-11-17T22:19:24.797Z] --- PASS: TestReadLog/tail_exact (0.12s) [2021-11-17T22:19:24.797Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-11-17T22:19:24.797Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-11-17T22:19:24.797Z] PASS [2021-11-17T22:19:24.797Z] coverage: 75.2% of statements [2021-11-17T22:19:24.797Z] ok github.com/docker/docker/daemon/logger/local 0.219s coverage: 75.2% of statements [2021-11-17T22:19:24.797Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-11-17T22:19:24.797Z] === RUN TestOpenFileDelete [2021-11-17T22:19:24.797Z] --- PASS: TestOpenFileDelete (0.00s) [2021-11-17T22:19:24.797Z] === RUN TestOpenFileRename [2021-11-17T22:19:24.797Z] --- PASS: TestOpenFileRename (0.00s) [2021-11-17T22:19:24.797Z] === RUN TestParseLogTagDefaultTag [2021-11-17T22:19:24.797Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-11-17T22:19:24.797Z] === RUN TestParseLogTag [2021-11-17T22:19:24.797Z] --- PASS: TestParseLogTag (0.00s) [2021-11-17T22:19:24.797Z] === RUN TestParseLogTagEmptyTag [2021-11-17T22:19:24.797Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-11-17T22:19:24.797Z] === RUN TestTailFiles [2021-11-17T22:19:24.797Z] --- PASS: TestTailFiles (0.00s) [2021-11-17T22:19:24.797Z] === RUN TestFollowLogsConsumerGone [2021-11-17T22:19:24.797Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-11-17T22:19:24.797Z] === RUN TestFollowLogsProducerGone [2021-11-17T22:19:24.797Z] logfile_test.go:179: logDecode() closed after sending 290 messages [2021-11-17T22:19:24.797Z] logfile_test.go:232: messages sent: 290, received: 290 [2021-11-17T22:19:24.797Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-11-17T22:19:24.797Z] === RUN TestCheckCapacityAndRotate [2021-11-17T22:19:24.797Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-11-17T22:19:24.797Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-11-17T22:19:24.797Z] --- PASS: TestCheckCapacityAndRotate (0.16s) [2021-11-17T22:19:24.797Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-11-17T22:19:24.797Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.13s) [2021-11-17T22:19:24.797Z] PASS [2021-11-17T22:19:24.797Z] coverage: 55.3% of statements [2021-11-17T22:19:24.797Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.324s coverage: 55.3% of statements [2021-11-17T22:19:24.797Z] === RUN TestLog [2021-11-17T22:19:24.797Z] --- PASS: TestLog (0.00s) [2021-11-17T22:19:24.797Z] PASS [2021-11-17T22:19:24.797Z] coverage: 31.5% of statements [2021-11-17T22:19:25.266Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.049s coverage: 31.5% of statements [2021-11-17T22:19:25.733Z] === RUN TestParseLogFormat [2021-11-17T22:19:25.733Z] --- PASS: TestParseLogFormat (0.00s) [2021-11-17T22:19:25.733Z] === RUN TestValidateLogOptEmpty [2021-11-17T22:19:25.733Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-11-17T22:19:25.733Z] === RUN TestValidateSyslogAddress [2021-11-17T22:19:25.733Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-11-17T22:19:25.733Z] === RUN TestParseAddressDefaultPort [2021-11-17T22:19:25.733Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-11-17T22:19:25.733Z] === RUN TestValidateSyslogFacility [2021-11-17T22:19:25.733Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-11-17T22:19:25.733Z] === RUN TestValidateLogOptSyslogFormat [2021-11-17T22:19:25.733Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-11-17T22:19:25.733Z] === RUN TestValidateLogOpt [2021-11-17T22:19:25.733Z] --- PASS: TestValidateLogOpt (0.00s) [2021-11-17T22:19:25.733Z] PASS [2021-11-17T22:19:25.733Z] coverage: 46.8% of statements [2021-11-17T22:19:25.733Z] === RUN TestValidateLogOpt [2021-11-17T22:19:25.733Z] --- PASS: TestValidateLogOpt (0.00s) [2021-11-17T22:19:25.733Z] === RUN TestNewMissedConfig [2021-11-17T22:19:25.733Z] --- PASS: TestNewMissedConfig (0.00s) [2021-11-17T22:19:25.733Z] === RUN TestNewMissedUrl [2021-11-17T22:19:25.733Z] --- PASS: TestNewMissedUrl (0.00s) [2021-11-17T22:19:25.733Z] === RUN TestNewMissedToken [2021-11-17T22:19:25.733Z] --- PASS: TestNewMissedToken (0.00s) [2021-11-17T22:19:25.733Z] === RUN TestNewWithProxy [2021-11-17T22:19:25.733Z] ok github.com/docker/docker/daemon/logger/syslog 0.041s coverage: 46.8% of statements [2021-11-17T22:19:25.733Z] --- PASS: TestNewWithProxy (0.00s) [2021-11-17T22:19:25.733Z] === RUN TestDefault [2021-11-17T22:19:25.733Z] --- PASS: TestDefault (0.01s) [2021-11-17T22:19:25.733Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-11-17T22:19:25.733Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-11-17T22:19:25.733Z] === RUN TestJsonFormat [2021-11-17T22:19:25.733Z] --- PASS: TestJsonFormat (0.01s) [2021-11-17T22:19:25.733Z] === RUN TestRawFormat [2021-11-17T22:19:25.733Z] --- PASS: TestRawFormat (0.00s) [2021-11-17T22:19:25.733Z] === RUN TestRawFormatWithLabels [2021-11-17T22:19:25.733Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-11-17T22:19:25.733Z] === RUN TestRawFormatWithoutTag [2021-11-17T22:19:25.733Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-11-17T22:19:25.733Z] === RUN TestBatching [2021-11-17T22:19:25.733Z] === RUN TestNewParse [2021-11-17T22:19:25.733Z] --- PASS: TestNewParse (0.00s) [2021-11-17T22:19:25.733Z] PASS [2021-11-17T22:19:25.733Z] coverage: 8.3% of statements [2021-11-17T22:19:25.733Z] ok github.com/docker/docker/daemon/logger/templates 0.039s coverage: 8.3% of statements [2021-11-17T22:19:25.943Z] tests/integration/api_config_test.py ..... [ 8%] [2021-11-17T22:19:26.201Z] --- PASS: TestBatching (0.21s) [2021-11-17T22:19:26.201Z] === RUN TestFrequency [2021-11-17T22:19:26.201Z] --- PASS: TestFrequency (0.20s) [2021-11-17T22:19:26.201Z] === RUN TestOneMessagePerRequest [2021-11-17T22:19:26.201Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-11-17T22:19:26.201Z] === RUN TestVerify [2021-11-17T22:19:26.201Z] --- PASS: TestVerify (0.00s) [2021-11-17T22:19:26.668Z] === RUN TestSkipVerify [2021-11-17T22:19:26.668Z] time="2021-11-17T22:19:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-17T22:19:26.668Z] time="2021-11-17T22:19:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-17T22:19:26.668Z] time="2021-11-17T22:19:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-17T22:19:26.668Z] time="2021-11-17T22:19:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-17T22:19:26.668Z] --- PASS: TestSkipVerify (0.55s) [2021-11-17T22:19:26.668Z] === RUN TestBufferMaximum [2021-11-17T22:19:26.668Z] time="2021-11-17T22:19:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-17T22:19:26.668Z] time="2021-11-17T22:19:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-17T22:19:26.668Z] time="2021-11-17T22:19:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-17T22:19:26.668Z] time="2021-11-17T22:19:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-17T22:19:26.668Z] time="2021-11-17T22:19:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-17T22:19:26.668Z] time="2021-11-17T22:19:26Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1637187566.575882\",\"host\":\"6df8ff543501\"}'" [2021-11-17T22:19:26.668Z] time="2021-11-17T22:19:26Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1637187566.575882\",\"host\":\"6df8ff543501\"}'" [2021-11-17T22:19:26.668Z] --- PASS: TestBufferMaximum (0.00s) [2021-11-17T22:19:26.668Z] === RUN TestServerAlwaysDown [2021-11-17T22:19:26.668Z] time="2021-11-17T22:19:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-17T22:19:26.668Z] time="2021-11-17T22:19:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-17T22:19:26.668Z] time="2021-11-17T22:19:26Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1637187566.579401\",\"host\":\"6df8ff543501\"}'" [2021-11-17T22:19:26.668Z] time="2021-11-17T22:19:26Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1637187566.579401\",\"host\":\"6df8ff543501\"}'" [2021-11-17T22:19:26.668Z] time="2021-11-17T22:19:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-17T22:19:26.668Z] time="2021-11-17T22:19:26Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1637187566.579401\",\"host\":\"6df8ff543501\"}'" [2021-11-17T22:19:26.668Z] time="2021-11-17T22:19:26Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1637187566.579401\",\"host\":\"6df8ff543501\"}'" [2021-11-17T22:19:26.668Z] time="2021-11-17T22:19:26Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1637187566.579401\",\"host\":\"6df8ff543501\"}'" [2021-11-17T22:19:26.668Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-11-17T22:19:26.668Z] === RUN TestCannotSendAfterClose [2021-11-17T22:19:26.668Z] --- PASS: TestCannotSendAfterClose (0.01s) [2021-11-17T22:19:26.668Z] === RUN TestDeadlockOnBlockedEndpoint [2021-11-17T22:19:27.135Z] === RUN TestV1IDService [2021-11-17T22:19:27.602Z] --- PASS: TestV1IDService (0.03s) [2021-11-17T22:19:27.602Z] === RUN TestV2MetadataService [2021-11-17T22:19:28.070Z] time="2021-11-17T22:19:27Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49200/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2021-11-17T22:19:28.070Z] time="2021-11-17T22:19:27Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"6df8ff543501\"}'" [2021-11-17T22:19:28.070Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2021-11-17T22:19:28.070Z] PASS [2021-11-17T22:19:28.070Z] coverage: 82.5% of statements [2021-11-17T22:19:28.070Z] ok github.com/docker/docker/daemon/logger/splunk 2.038s coverage: 82.5% of statements [2021-11-17T22:19:28.070Z] ? github.com/docker/docker/daemon/names [no test files] [2021-11-17T22:19:28.070Z] ? github.com/docker/docker/daemon/network [no test files] [2021-11-17T22:19:28.070Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-11-17T22:19:28.070Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-11-17T22:19:28.070Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-11-17T22:19:28.070Z] === RUN TestContinueOnError_MirrorEndpoint [2021-11-17T22:19:28.070Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-11-17T22:19:28.070Z] === RUN TestContinueOnError_NeverContinue [2021-11-17T22:19:28.070Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-11-17T22:19:28.070Z] === RUN TestContinueOnError_UnnestsErrors [2021-11-17T22:19:28.070Z] --- PASS: TestContinueOnError_UnnestsErrors (0.00s) [2021-11-17T22:19:28.070Z] === RUN TestManifestStore [2021-11-17T22:19:28.070Z] === RUN TestManifestStore/no_remote_or_local [2021-11-17T22:19:28.070Z] === RUN TestSuccessfulDownload [2021-11-17T22:19:28.070Z] download_test.go:268: Needs fixing on Windows [2021-11-17T22:19:28.070Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-11-17T22:19:28.070Z] === RUN TestCancelledDownload [2021-11-17T22:19:28.070Z] --- PASS: TestCancelledDownload (0.00s) [2021-11-17T22:19:28.070Z] === RUN TestMaxDownloadAttempts [2021-11-17T22:19:28.070Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-11-17T22:19:28.070Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-11-17T22:19:28.070Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-11-17T22:19:28.070Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-11-17T22:19:28.070Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-11-17T22:19:28.070Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-11-17T22:19:28.070Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-11-17T22:19:28.070Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-11-17T22:19:28.070Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-11-17T22:19:28.070Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-11-17T22:19:28.070Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-11-17T22:19:28.070Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-11-17T22:19:28.070Z] time="2021-11-17T22:19:27Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local652531947\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-11-17T22:19:28.070Z] === RUN TestManifestStore/no_local_cache [2021-11-17T22:19:28.070Z] === RUN TestManifestStore/with_local_cache [2021-11-17T22:19:28.070Z] --- PASS: TestV2MetadataService (0.89s) [2021-11-17T22:19:28.070Z] PASS [2021-11-17T22:19:28.070Z] coverage: 48.2% of statements [2021-11-17T22:19:28.070Z] === RUN TestManifestStore/unknown_media_type [2021-11-17T22:19:28.070Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-11-17T22:19:28.070Z] time="2021-11-17T22:19:27Z" level=warning msg="reference for unknown type: " [2021-11-17T22:19:28.070Z] time="2021-11-17T22:19:27Z" level=warning msg="reference for unknown type: " [2021-11-17T22:19:28.070Z] ok github.com/docker/docker/distribution/metadata 0.985s coverage: 48.2% of statements [2021-11-17T22:19:28.070Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-11-17T22:19:28.070Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-11-17T22:19:28.070Z] time="2021-11-17T22:19:28Z" level=warning msg="reference for unknown type: " [2021-11-17T22:19:28.070Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-11-17T22:19:28.070Z] time="2021-11-17T22:19:28Z" level=warning msg="reference for unknown type: " [2021-11-17T22:19:28.538Z] time="2021-11-17T22:19:28Z" level=warning msg="reference for unknown type: " [2021-11-17T22:19:28.538Z] === RUN TestManifestStore/error_persisting_manifest [2021-11-17T22:19:28.538Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-11-17T22:19:28.538Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-11-17T22:19:28.538Z] time="2021-11-17T22:19:28Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-11-17T22:19:28.538Z] --- PASS: TestManifestStore (0.27s) [2021-11-17T22:19:28.538Z] --- PASS: TestManifestStore/no_remote_or_local (0.16s) [2021-11-17T22:19:28.538Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2021-11-17T22:19:28.538Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2021-11-17T22:19:28.538Z] --- PASS: TestManifestStore/unknown_media_type (0.05s) [2021-11-17T22:19:28.538Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s) [2021-11-17T22:19:28.538Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2021-11-17T22:19:28.538Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2021-11-17T22:19:28.538Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.03s) [2021-11-17T22:19:28.538Z] --- PASS: TestManifestStore/error_persisting_manifest (0.01s) [2021-11-17T22:19:28.538Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-11-17T22:19:28.538Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2021-11-17T22:19:28.538Z] === RUN TestDetectManifestBlobMediaType [2021-11-17T22:19:28.538Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-11-17T22:19:28.538Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-11-17T22:19:28.538Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-11-17T22:19:28.538Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-11-17T22:19:28.538Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-11-17T22:19:28.538Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-11-17T22:19:28.538Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-11-17T22:19:28.538Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-11-17T22:19:28.538Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-11-17T22:19:28.538Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-11-17T22:19:28.538Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-11-17T22:19:28.538Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-11-17T22:19:28.538Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-11-17T22:19:28.538Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2021-11-17T22:19:28.538Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2021-11-17T22:19:28.538Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2021-11-17T22:19:28.538Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2021-11-17T22:19:28.538Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2021-11-17T22:19:28.538Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2021-11-17T22:19:28.538Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2021-11-17T22:19:28.538Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2021-11-17T22:19:28.538Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2021-11-17T22:19:28.538Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2021-11-17T22:19:28.538Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2021-11-17T22:19:28.538Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2021-11-17T22:19:28.538Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2021-11-17T22:19:28.538Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2021-11-17T22:19:28.538Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2021-11-17T22:19:28.538Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2021-11-17T22:19:28.538Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2021-11-17T22:19:28.538Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2021-11-17T22:19:28.538Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2021-11-17T22:19:28.538Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2021-11-17T22:19:28.538Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2021-11-17T22:19:28.538Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2021-11-17T22:19:28.538Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2021-11-17T22:19:28.538Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2021-11-17T22:19:28.538Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2021-11-17T22:19:28.538Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2021-11-17T22:19:28.538Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2021-11-17T22:19:28.538Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2021-11-17T22:19:28.538Z] === RUN TestFixManifestLayers [2021-11-17T22:19:28.538Z] --- PASS: TestFixManifestLayers (0.00s) [2021-11-17T22:19:28.538Z] === RUN TestFixManifestLayersBaseLayerParent [2021-11-17T22:19:28.538Z] pull_v2_test.go:73: Needs fixing on Windows [2021-11-17T22:19:28.538Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-11-17T22:19:28.538Z] === RUN TestFixManifestLayersBadParent [2021-11-17T22:19:28.538Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-11-17T22:19:28.538Z] === RUN TestValidateManifest [2021-11-17T22:19:28.538Z] pull_v2_test.go:118: Needs fixing on Windows [2021-11-17T22:19:28.538Z] --- SKIP: TestValidateManifest (0.00s) [2021-11-17T22:19:28.538Z] === RUN TestFormatPlatform [2021-11-17T22:19:28.538Z] --- PASS: TestFormatPlatform (0.00s) [2021-11-17T22:19:28.538Z] === RUN TestGetRepositoryMountCandidates [2021-11-17T22:19:28.538Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-11-17T22:19:28.538Z] === RUN TestLayerAlreadyExists [2021-11-17T22:19:28.538Z] 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} [2021-11-17T22:19:28.538Z] 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} [2021-11-17T22:19:28.538Z] 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} [2021-11-17T22:19:28.538Z] 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} [2021-11-17T22:19:28.538Z] 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} [2021-11-17T22:19:28.538Z] 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} [2021-11-17T22:19:28.538Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-11-17T22:19:28.538Z] === RUN TestWhenEmptyAuthConfig [2021-11-17T22:19:28.538Z] time="2021-11-17T22:19:28Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-11-17T22:19:28.538Z] time="2021-11-17T22:19:28Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-11-17T22:19:28.538Z] time="2021-11-17T22:19:28Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-11-17T22:19:28.538Z] time="2021-11-17T22:19:28Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-11-17T22:19:28.538Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-11-17T22:19:28.538Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.40s) [2021-11-17T22:19:28.538Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.40s) [2021-11-17T22:19:28.538Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.40s) [2021-11-17T22:19:28.538Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.40s) [2021-11-17T22:19:28.538Z] === RUN TestTransfer [2021-11-17T22:19:28.538Z] --- PASS: TestTransfer (0.12s) [2021-11-17T22:19:28.538Z] === RUN TestConcurrencyLimit [2021-11-17T22:19:29.006Z] --- PASS: TestConcurrencyLimit (0.41s) [2021-11-17T22:19:29.006Z] === RUN TestInactiveJobs [2021-11-17T22:19:29.006Z] === RUN TestNotFound [2021-11-17T22:19:29.006Z] --- PASS: TestNotFound (0.00s) [2021-11-17T22:19:29.006Z] === RUN TestConflict [2021-11-17T22:19:29.006Z] --- PASS: TestConflict (0.00s) [2021-11-17T22:19:29.006Z] === RUN TestForbidden [2021-11-17T22:19:29.006Z] --- PASS: TestForbidden (0.00s) [2021-11-17T22:19:29.006Z] === RUN TestInvalidParameter [2021-11-17T22:19:29.006Z] --- PASS: TestInvalidParameter (0.00s) [2021-11-17T22:19:29.006Z] === RUN TestNotImplemented [2021-11-17T22:19:29.006Z] --- PASS: TestNotImplemented (0.00s) [2021-11-17T22:19:29.006Z] === RUN TestNotModified [2021-11-17T22:19:29.006Z] --- PASS: TestNotModified (0.00s) [2021-11-17T22:19:29.006Z] === RUN TestUnauthorized [2021-11-17T22:19:29.006Z] --- PASS: TestUnauthorized (0.00s) [2021-11-17T22:19:29.006Z] === RUN TestUnknown [2021-11-17T22:19:29.006Z] --- PASS: TestUnknown (0.00s) [2021-11-17T22:19:29.006Z] === RUN TestCancelled [2021-11-17T22:19:29.006Z] --- PASS: TestCancelled (0.00s) [2021-11-17T22:19:29.006Z] === RUN TestDeadline [2021-11-17T22:19:29.006Z] --- PASS: TestDeadline (0.00s) [2021-11-17T22:19:29.006Z] === RUN TestDataLoss [2021-11-17T22:19:29.006Z] --- PASS: TestDataLoss (0.00s) [2021-11-17T22:19:29.006Z] === RUN TestUnavailable [2021-11-17T22:19:29.006Z] --- PASS: TestUnavailable (0.00s) [2021-11-17T22:19:29.006Z] === RUN TestSystem [2021-11-17T22:19:29.006Z] --- PASS: TestSystem (0.00s) [2021-11-17T22:19:29.006Z] === RUN TestFromStatusCode [2021-11-17T22:19:29.006Z] === RUN TestFromStatusCode/Not_Found [2021-11-17T22:19:29.006Z] === RUN TestFromStatusCode/Bad_Request [2021-11-17T22:19:29.006Z] === RUN TestFromStatusCode/Conflict [2021-11-17T22:19:29.006Z] === RUN TestFromStatusCode/Unauthorized [2021-11-17T22:19:29.006Z] === RUN TestFromStatusCode/Service_Unavailable [2021-11-17T22:19:29.006Z] === RUN TestFromStatusCode/Forbidden [2021-11-17T22:19:29.006Z] === RUN TestFromStatusCode/Not_Modified [2021-11-17T22:19:29.006Z] === RUN TestFromStatusCode/Not_Implemented [2021-11-17T22:19:29.006Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-11-17T22:19:29.006Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-11-17T22:19:29.006Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-11-17T22:19:29.006Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-11-17T22:19:29.006Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-11-17T22:19:29.006Z] --- PASS: TestFromStatusCode (0.00s) [2021-11-17T22:19:29.006Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-11-17T22:19:29.006Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-11-17T22:19:29.006Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-11-17T22:19:29.006Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-11-17T22:19:29.006Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-11-17T22:19:29.006Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-11-17T22:19:29.006Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-11-17T22:19:29.006Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-11-17T22:19:29.006Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-11-17T22:19:29.006Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-11-17T22:19:29.006Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-11-17T22:19:29.006Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-11-17T22:19:29.006Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-11-17T22:19:29.006Z] PASS [2021-11-17T22:19:29.006Z] coverage: 53.1% of statements [2021-11-17T22:19:29.006Z] ok github.com/docker/docker/errdefs 0.043s coverage: 53.1% of statements [2021-11-17T22:19:29.473Z] --- PASS: TestInactiveJobs (0.36s) [2021-11-17T22:19:29.473Z] === RUN TestWatchRelease [2021-11-17T22:19:29.473Z] --- PASS: TestWatchRelease (0.04s) [2021-11-17T22:19:29.473Z] === RUN TestWatchFinishedTransfer [2021-11-17T22:19:29.473Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-11-17T22:19:29.473Z] === RUN TestDuplicateTransfer [2021-11-17T22:19:29.473Z] --- PASS: TestWhenEmptyAuthConfig (1.21s) [2021-11-17T22:19:29.473Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-11-17T22:19:29.473Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-11-17T22:19:29.473Z] === RUN TestTokenPassThru [2021-11-17T22:19:29.473Z] --- PASS: TestDuplicateTransfer (0.04s) [2021-11-17T22:19:29.473Z] === RUN TestSuccessfulUpload [2021-11-17T22:19:29.473Z] --- PASS: TestTokenPassThru (0.01s) [2021-11-17T22:19:29.473Z] === RUN TestTokenPassThruDifferentHost [2021-11-17T22:19:29.473Z] --- PASS: TestTokenPassThruDifferentHost (0.00s) [2021-11-17T22:19:29.473Z] PASS [2021-11-17T22:19:29.473Z] coverage: 23.9% of statements [2021-11-17T22:19:29.473Z] ok github.com/docker/docker/distribution 1.571s coverage: 23.9% of statements [2021-11-17T22:19:29.473Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-11-17T22:19:29.941Z] time="2021-11-17T22:19:29Z" level=error msg="Upload failed, retrying: simulating retry" [2021-11-17T22:19:29.941Z] === RUN TestFSGetInvalidData [2021-11-17T22:19:29.941Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-11-17T22:19:29.941Z] === RUN TestFSInvalidSet [2021-11-17T22:19:29.941Z] --- PASS: TestFSInvalidSet (0.01s) [2021-11-17T22:19:29.941Z] === RUN TestFSInvalidRoot [2021-11-17T22:19:29.941Z] --- PASS: TestFSInvalidRoot (0.00s) [2021-11-17T22:19:29.941Z] === RUN TestFSMetadataGetSet [2021-11-17T22:19:29.941Z] --- PASS: TestFSMetadataGetSet (0.03s) [2021-11-17T22:19:29.941Z] === RUN TestFSInvalidWalker [2021-11-17T22:19:29.941Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-11-17T22:19:29.941Z] === RUN TestFSGetSet [2021-11-17T22:19:29.941Z] --- PASS: TestFSGetSet (0.01s) [2021-11-17T22:19:29.941Z] === RUN TestFSGetUnsetKey [2021-11-17T22:19:29.941Z] --- PASS: TestFSGetUnsetKey (0.00s) [2021-11-17T22:19:29.941Z] === RUN TestFSGetEmptyData [2021-11-17T22:19:29.941Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-11-17T22:19:29.941Z] === RUN TestFSDelete [2021-11-17T22:19:29.941Z] --- PASS: TestSuccessfulUpload (0.39s) [2021-11-17T22:19:29.941Z] === RUN TestCancelledUpload [2021-11-17T22:19:29.941Z] --- PASS: TestFSDelete (0.02s) [2021-11-17T22:19:29.941Z] === RUN TestFSWalker [2021-11-17T22:19:29.941Z] --- PASS: TestCancelledUpload (0.00s) [2021-11-17T22:19:29.941Z] PASS [2021-11-17T22:19:29.941Z] coverage: 77.3% of statements [2021-11-17T22:19:29.941Z] ok github.com/docker/docker/distribution/xfer 1.828s coverage: 77.3% of statements [2021-11-17T22:19:29.941Z] --- PASS: TestFSWalker (0.01s) [2021-11-17T22:19:29.941Z] === RUN TestFSWalkerStopOnError [2021-11-17T22:19:29.941Z] ? github.com/docker/docker/dockerversion [no test files] [2021-11-17T22:19:29.941Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-11-17T22:19:29.941Z] === RUN TestNewFromJSON [2021-11-17T22:19:29.941Z] --- PASS: TestNewFromJSON (0.00s) [2021-11-17T22:19:29.941Z] === RUN TestNewFromJSONWithInvalidJSON [2021-11-17T22:19:29.941Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-11-17T22:19:29.941Z] === RUN TestMarshalKeyOrder [2021-11-17T22:19:29.941Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-11-17T22:19:29.941Z] === RUN TestImage [2021-11-17T22:19:29.941Z] --- PASS: TestImage (0.00s) [2021-11-17T22:19:29.941Z] === RUN TestImageOSNotEmpty [2021-11-17T22:19:29.941Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-11-17T22:19:29.941Z] === RUN TestNewChildImageFromImageWithRootFS [2021-11-17T22:19:29.941Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-11-17T22:19:29.941Z] === RUN TestCreate [2021-11-17T22:19:29.941Z] --- PASS: TestCreate (0.00s) [2021-11-17T22:19:29.941Z] === RUN TestRestore [2021-11-17T22:19:29.941Z] time="2021-11-17T22:19:29Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-11-17T22:19:29.941Z] --- PASS: TestRestore (0.16s) [2021-11-17T22:19:29.941Z] === RUN TestAddDelete [2021-11-17T22:19:29.941Z] --- PASS: TestAddDelete (0.02s) [2021-11-17T22:19:29.941Z] === RUN TestSearchAfterDelete [2021-11-17T22:19:29.941Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-11-17T22:19:30.408Z] === RUN TestParentReset [2021-11-17T22:19:30.408Z] === RUN TestCompare [2021-11-17T22:19:30.408Z] --- PASS: TestCompare (0.00s) [2021-11-17T22:19:30.408Z] PASS [2021-11-17T22:19:30.408Z] coverage: 19.2% of statements [2021-11-17T22:19:30.408Z] --- PASS: TestParentReset (0.03s) [2021-11-17T22:19:30.408Z] === RUN TestGetAndSetLastUpdated [2021-11-17T22:19:30.408Z] ok github.com/docker/docker/image/cache 0.065s coverage: 19.2% of statements [2021-11-17T22:19:30.408Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2021-11-17T22:19:30.408Z] === RUN TestStoreLen [2021-11-17T22:19:30.408Z] --- PASS: TestStoreLen (0.05s) [2021-11-17T22:19:30.408Z] PASS [2021-11-17T22:19:30.408Z] coverage: 86.8% of statements [2021-11-17T22:19:30.408Z] ok github.com/docker/docker/image 0.475s coverage: 86.8% of statements [2021-11-17T22:19:30.408Z] ? github.com/docker/docker/image/tarexport [no test files] [2021-11-17T22:19:30.876Z] === RUN TestMakeV1ConfigFromConfig [2021-11-17T22:19:30.877Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-11-17T22:19:30.877Z] PASS [2021-11-17T22:19:30.877Z] coverage: 25.0% of statements [2021-11-17T22:19:30.877Z] ok github.com/docker/docker/image/v1 0.135s coverage: 25.0% of statements [2021-11-17T22:19:30.877Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-11-17T22:19:30.920Z] --- PASS: TestUpdateRestartPolicy (10.83s) [2021-11-17T22:19:30.920Z] === RUN TestUpdateRestartWithAutoRemove [2021-11-17T22:19:30.920Z] --- PASS: TestUpdateRestartWithAutoRemove (0.43s) [2021-11-17T22:19:30.920Z] === RUN TestWaitNonBlocked [2021-11-17T22:19:30.920Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-17T22:19:30.920Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-17T22:19:30.920Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-17T22:19:30.920Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-17T22:19:30.920Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-17T22:19:30.920Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-17T22:19:30.920Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-11-17T22:19:30.920Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.66s) [2021-11-17T22:19:30.920Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.70s) [2021-11-17T22:19:30.920Z] === RUN TestWaitBlocked [2021-11-17T22:19:30.920Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-17T22:19:30.920Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-17T22:19:30.920Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-11-17T22:19:30.920Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-11-17T22:19:30.920Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-17T22:19:30.920Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-11-17T22:19:30.920Z] --- PASS: TestWaitBlocked (0.01s) [2021-11-17T22:19:30.920Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.57s) [2021-11-17T22:19:30.920Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.62s) [2021-11-17T22:19:30.920Z] === CONT TestDaemonRestartIpcMode [2021-11-17T22:19:30.920Z] === CONT TestIpcModeOlderClient [2021-11-17T22:19:30.920Z] --- PASS: TestIpcModeOlderClient (0.07s) [2021-11-17T22:19:30.920Z] === CONT TestRestartDaemonWithRestartingContainer [2021-11-17T22:19:31.344Z] === RUN TestSerialization [2021-11-17T22:19:31.344Z] --- PASS: TestSerialization (0.04s) [2021-11-17T22:19:31.344Z] PASS [2021-11-17T22:19:31.344Z] coverage: 87.5% of statements [2021-11-17T22:19:31.344Z] ok github.com/docker/docker/libcontainerd/queue 0.161s coverage: 87.5% of statements [2021-11-17T22:19:32.328Z] === RUN TestEnvironmentParsing [2021-11-17T22:19:32.328Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-11-17T22:19:32.328Z] PASS [2021-11-17T22:19:32.328Z] coverage: 1.0% of statements [2021-11-17T22:19:32.328Z] ok github.com/docker/docker/libcontainerd/local 0.072s coverage: 1.0% of statements [2021-11-17T22:19:32.328Z] === RUN TestEmptyLayer [2021-11-17T22:19:32.328Z] --- PASS: TestEmptyLayer (0.00s) [2021-11-17T22:19:32.328Z] === RUN TestCommitFailure [2021-11-17T22:19:32.328Z] --- PASS: TestCommitFailure (0.01s) [2021-11-17T22:19:32.328Z] === RUN TestStartTransactionFailure [2021-11-17T22:19:32.328Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-11-17T22:19:32.328Z] === RUN TestGetOrphan [2021-11-17T22:19:32.329Z] --- PASS: TestGetOrphan (0.01s) [2021-11-17T22:19:32.329Z] === RUN TestMountAndRegister [2021-11-17T22:19:32.329Z] layer_test.go:271: Layer size: 14 [2021-11-17T22:19:32.329Z] --- PASS: TestMountAndRegister (0.05s) [2021-11-17T22:19:32.329Z] === RUN TestLayerRelease [2021-11-17T22:19:32.329Z] layer_test.go:304: Failing on Windows [2021-11-17T22:19:32.329Z] --- SKIP: TestLayerRelease (0.00s) [2021-11-17T22:19:32.329Z] === RUN TestStoreRestore [2021-11-17T22:19:32.329Z] layer_test.go:353: Failing on Windows [2021-11-17T22:19:32.329Z] --- SKIP: TestStoreRestore (0.00s) [2021-11-17T22:19:32.329Z] === RUN TestTarStreamStability [2021-11-17T22:19:32.329Z] layer_test.go:468: Failing on Windows [2021-11-17T22:19:32.329Z] --- SKIP: TestTarStreamStability (0.00s) [2021-11-17T22:19:32.329Z] === RUN TestRegisterExistingLayer [2021-11-17T22:19:32.329Z] --- PASS: TestRegisterExistingLayer (0.12s) [2021-11-17T22:19:32.329Z] === RUN TestTarStreamVerification [2021-11-17T22:19:32.329Z] layer_test.go:697: Failing on Windows [2021-11-17T22:19:32.329Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-11-17T22:19:32.329Z] === RUN TestLayerMigration [2021-11-17T22:19:32.329Z] migration_test.go:46: Failing on Windows [2021-11-17T22:19:32.329Z] --- SKIP: TestLayerMigration (0.00s) [2021-11-17T22:19:32.329Z] === RUN TestLayerMigrationNoTarsplit [2021-11-17T22:19:32.329Z] migration_test.go:182: Failing on Windows [2021-11-17T22:19:32.329Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-11-17T22:19:32.329Z] === RUN TestMountInit [2021-11-17T22:19:32.329Z] mount_test.go:17: Failing on Windows [2021-11-17T22:19:32.329Z] --- SKIP: TestMountInit (0.00s) [2021-11-17T22:19:32.329Z] === RUN TestMountSize [2021-11-17T22:19:32.329Z] mount_test.go:76: Failing on Windows [2021-11-17T22:19:32.329Z] --- SKIP: TestMountSize (0.00s) [2021-11-17T22:19:32.329Z] === RUN TestMountChanges [2021-11-17T22:19:32.329Z] mount_test.go:125: Failing on Windows [2021-11-17T22:19:32.329Z] --- SKIP: TestMountChanges (0.00s) [2021-11-17T22:19:32.329Z] === RUN TestMountApply [2021-11-17T22:19:32.329Z] mount_test.go:212: Failing on Windows [2021-11-17T22:19:32.329Z] --- SKIP: TestMountApply (0.00s) [2021-11-17T22:19:32.329Z] PASS [2021-11-17T22:19:32.329Z] coverage: 30.1% of statements [2021-11-17T22:19:32.796Z] ok github.com/docker/docker/layer 0.254s coverage: 30.1% of statements [2021-11-17T22:19:32.796Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-11-17T22:19:32.796Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-11-17T22:19:32.796Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-11-17T22:19:32.796Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-11-17T22:19:32.796Z] === RUN TestAddressPoolOpt [2021-11-17T22:19:32.796Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-11-17T22:19:32.796Z] === RUN TestValidateEnv [2021-11-17T22:19:32.796Z] === RUN TestValidateEnv/a [2021-11-17T22:19:32.796Z] === RUN TestValidateEnv/something [2021-11-17T22:19:32.796Z] === RUN TestValidateEnv/_=a [2021-11-17T22:19:32.796Z] === RUN TestValidateEnv/env1=value1 [2021-11-17T22:19:32.796Z] === RUN TestValidateEnv/_env1=value1 [2021-11-17T22:19:32.796Z] === RUN TestValidateEnv/env2=value2=value3 [2021-11-17T22:19:32.796Z] === RUN TestValidateEnv/env3=abc!qwe [2021-11-17T22:19:32.796Z] === RUN TestValidateEnv/env_4=value_4 [2021-11-17T22:19:32.796Z] === RUN TestValidateEnv/PATH [2021-11-17T22:19:32.796Z] === RUN TestValidateEnv/=a [2021-11-17T22:19:32.796Z] === RUN TestValidateEnv/PATH= [2021-11-17T22:19:32.796Z] === RUN TestValidateEnv/PATH=something [2021-11-17T22:19:32.796Z] === RUN TestValidateEnv/asd!qwe [2021-11-17T22:19:32.796Z] === RUN TestValidateEnv/1asd [2021-11-17T22:19:32.796Z] === RUN TestValidateEnv/123 [2021-11-17T22:19:32.796Z] === RUN TestValidateEnv/some_space [2021-11-17T22:19:32.796Z] === RUN TestValidateEnv/__some_space_before [2021-11-17T22:19:32.796Z] === RUN TestValidateEnv/some_space_after__ [2021-11-17T22:19:32.796Z] === RUN TestValidateEnv/= [2021-11-17T22:19:32.796Z] === RUN TestValidateEnv/PaTh [2021-11-17T22:19:32.796Z] --- PASS: TestValidateEnv (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestValidateEnv/a (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestValidateEnv/something (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestValidateEnv/= (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-11-17T22:19:32.796Z] === RUN TestParseHost [2021-11-17T22:19:32.796Z] --- PASS: TestParseHost (0.00s) [2021-11-17T22:19:32.796Z] === RUN TestParseDockerDaemonHost [2021-11-17T22:19:32.796Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-11-17T22:19:32.796Z] === RUN TestParseTCP [2021-11-17T22:19:32.796Z] --- PASS: TestParseTCP (0.00s) [2021-11-17T22:19:32.796Z] === RUN TestParseInvalidUnixAddrInvalid [2021-11-17T22:19:32.796Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-11-17T22:19:32.796Z] === RUN TestValidateExtraHosts [2021-11-17T22:19:32.796Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-11-17T22:19:32.796Z] === RUN TestIpOptString [2021-11-17T22:19:32.796Z] --- PASS: TestIpOptString (0.00s) [2021-11-17T22:19:32.796Z] === RUN TestNewIpOptInvalidDefaultVal [2021-11-17T22:19:32.796Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-11-17T22:19:32.796Z] === RUN TestNewIpOptValidDefaultVal [2021-11-17T22:19:32.796Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-11-17T22:19:32.796Z] === RUN TestIpOptSetInvalidVal [2021-11-17T22:19:32.796Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-11-17T22:19:32.796Z] === RUN TestValidateIPAddress [2021-11-17T22:19:32.796Z] --- PASS: TestValidateIPAddress (0.00s) [2021-11-17T22:19:32.796Z] === RUN TestMapOpts [2021-11-17T22:19:32.796Z] --- PASS: TestMapOpts (0.00s) [2021-11-17T22:19:32.796Z] === RUN TestListOptsWithoutValidator [2021-11-17T22:19:32.796Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-11-17T22:19:32.796Z] === RUN TestListOptsWithValidator [2021-11-17T22:19:32.796Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-11-17T22:19:32.796Z] === RUN TestValidateDNSSearch [2021-11-17T22:19:32.796Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-11-17T22:19:32.796Z] === RUN TestValidateLabel [2021-11-17T22:19:32.796Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-11-17T22:19:32.796Z] === RUN TestValidateLabel/label_with_general_format [2021-11-17T22:19:32.796Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-11-17T22:19:32.796Z] === RUN TestValidateLabel/label_with_one_more [2021-11-17T22:19:32.796Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-11-17T22:19:32.796Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-11-17T22:19:32.796Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-11-17T22:19:32.796Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-11-17T22:19:32.796Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-11-17T22:19:32.796Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-11-17T22:19:32.796Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-11-17T22:19:32.796Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-11-17T22:19:32.796Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-11-17T22:19:32.796Z] --- PASS: TestValidateLabel (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-11-17T22:19:32.796Z] === RUN TestNamedListOpts [2021-11-17T22:19:32.796Z] --- PASS: TestNamedListOpts (0.00s) [2021-11-17T22:19:32.796Z] === RUN TestNamedMapOpts [2021-11-17T22:19:32.796Z] --- PASS: TestNamedMapOpts (0.00s) [2021-11-17T22:19:32.796Z] === RUN TestParseLink [2021-11-17T22:19:32.796Z] --- PASS: TestParseLink (0.00s) [2021-11-17T22:19:32.796Z] === RUN TestQuotedStringSetWithQuotes [2021-11-17T22:19:32.796Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-11-17T22:19:32.796Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-11-17T22:19:32.796Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-11-17T22:19:32.796Z] === RUN TestQuotedStringSetWithNoQuotes [2021-11-17T22:19:32.796Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-11-17T22:19:32.796Z] === RUN TestUlimitOpt [2021-11-17T22:19:32.796Z] --- PASS: TestUlimitOpt (0.00s) [2021-11-17T22:19:32.796Z] PASS [2021-11-17T22:19:32.796Z] coverage: 67.1% of statements [2021-11-17T22:19:32.796Z] ok github.com/docker/docker/opts 0.056s coverage: 67.1% of statements [2021-11-17T22:19:32.796Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-11-17T22:19:32.796Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-11-17T22:19:32.796Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-11-17T22:19:32.796Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-11-17T22:19:32.796Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-11-17T22:19:32.796Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-11-17T22:19:32.796Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-11-17T22:19:32.796Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-11-17T22:19:32.796Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-11-17T22:19:32.796Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-11-17T22:19:32.796Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-11-17T22:19:32.796Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-11-17T22:19:32.796Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-11-17T22:19:32.796Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-11-17T22:19:32.796Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-11-17T22:19:32.796Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-11-17T22:19:32.796Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-11-17T22:19:32.796Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-11-17T22:19:32.796Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-11-17T22:19:32.796Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-11-17T22:19:32.796Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-11-17T22:19:32.796Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-11-17T22:19:32.796Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-11-17T22:19:32.796Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-11-17T22:19:32.796Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-11-17T22:19:32.796Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-11-17T22:19:32.796Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-11-17T22:19:32.796Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-11-17T22:19:32.796Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-11-17T22:19:32.796Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-11-17T22:19:32.796Z] PASS [2021-11-17T22:19:32.796Z] coverage: 42.3% of statements [2021-11-17T22:19:32.796Z] ok github.com/docker/docker/oci 0.043s coverage: 42.3% of statements [2021-11-17T22:19:32.796Z] ? github.com/docker/docker/oci/caps [no test files] [2021-11-17T22:19:33.264Z] === RUN TestParseVersion [2021-11-17T22:19:33.264Z] --- PASS: TestParseVersion (0.00s) [2021-11-17T22:19:33.264Z] PASS [2021-11-17T22:19:33.264Z] coverage: 52.9% of statements [2021-11-17T22:19:33.264Z] ok github.com/docker/docker/pkg/aaparser 0.061s coverage: 52.9% of statements [2021-11-17T22:19:33.264Z] === RUN TestUnbuffered [2021-11-17T22:19:33.264Z] --- PASS: TestUnbuffered (0.00s) [2021-11-17T22:19:33.264Z] === RUN TestRaceUnbuffered [2021-11-17T22:19:33.264Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-11-17T22:19:33.264Z] PASS [2021-11-17T22:19:33.264Z] coverage: 100.0% of statements [2021-11-17T22:19:33.264Z] ok github.com/docker/docker/pkg/broadcaster 0.036s coverage: 100.0% of statements [2021-11-17T22:19:34.249Z] === RUN TestPeerCertificateMarshalJSON [2021-11-17T22:19:34.249Z] === RUN TestMatch [2021-11-17T22:19:34.249Z] === RUN TestMatch/[[]] [2021-11-17T22:19:34.249Z] === RUN TestMatch/[[foo]] [2021-11-17T22:19:34.249Z] === RUN TestMatch/[[bar]_[foo]] [2021-11-17T22:19:34.249Z] === RUN TestMatch/[[foo_bar]] [2021-11-17T22:19:34.249Z] === RUN TestMatch/[[qux]_[foo]] [2021-11-17T22:19:34.249Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-11-17T22:19:34.249Z] === RUN TestMatch/[] [2021-11-17T22:19:34.249Z] === RUN TestMatch/[]#01 [2021-11-17T22:19:34.249Z] === RUN TestMatch/[[qux]] [2021-11-17T22:19:34.249Z] === RUN TestMatch/[[foo_bar_qux]] [2021-11-17T22:19:34.249Z] === RUN TestMatch/[[qux]_[baz]] [2021-11-17T22:19:34.249Z] === RUN TestMatch/[[foo_baz]] [2021-11-17T22:19:34.249Z] --- PASS: TestMatch (0.00s) [2021-11-17T22:19:34.249Z] --- PASS: TestMatch/[[]] (0.00s) [2021-11-17T22:19:34.249Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-11-17T22:19:34.249Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-11-17T22:19:34.249Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-11-17T22:19:34.249Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-11-17T22:19:34.249Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-11-17T22:19:34.249Z] --- PASS: TestMatch/[] (0.00s) [2021-11-17T22:19:34.249Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-11-17T22:19:34.249Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-11-17T22:19:34.249Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-11-17T22:19:34.249Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-11-17T22:19:34.249Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-11-17T22:19:34.249Z] PASS [2021-11-17T22:19:34.249Z] coverage: 87.5% of statements [2021-11-17T22:19:34.249Z] ok github.com/docker/docker/pkg/capabilities 0.044s coverage: 87.5% of statements [2021-11-17T22:19:34.249Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-11-17T22:19:34.249Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-11-17T22:19:34.249Z] --- PASS: TestPeerCertificateMarshalJSON (0.24s) [2021-11-17T22:19:34.249Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-11-17T22:19:34.249Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-11-17T22:19:34.249Z] === RUN TestMiddleware [2021-11-17T22:19:34.249Z] --- PASS: TestMiddleware (0.00s) [2021-11-17T22:19:34.249Z] === RUN TestNewResponseModifier [2021-11-17T22:19:34.249Z] --- PASS: TestNewResponseModifier (0.00s) [2021-11-17T22:19:34.249Z] PASS [2021-11-17T22:19:34.249Z] coverage: 26.8% of statements [2021-11-17T22:19:34.249Z] ok github.com/docker/docker/pkg/authorization 0.284s coverage: 26.8% of statements [2021-11-17T22:19:34.716Z] === RUN TestIsArchivePathDir [2021-11-17T22:19:34.716Z] === RUN TestChrootTarUntar [2021-11-17T22:19:34.716Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-11-17T22:19:34.716Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-11-17T22:19:34.716Z] === RUN TestChrootUntarWithHugeExcludesList [2021-11-17T22:19:34.716Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-11-17T22:19:34.716Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-11-17T22:19:34.716Z] === RUN TestChrootUntarEmptyArchive [2021-11-17T22:19:34.716Z] --- PASS: TestIsArchivePathDir (0.06s) [2021-11-17T22:19:34.716Z] === RUN TestIsArchivePathInvalidFile [2021-11-17T22:19:34.716Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-11-17T22:19:34.716Z] === RUN TestChrootTarUntarWithSymlink [2021-11-17T22:19:34.716Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-17T22:19:34.716Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-11-17T22:19:34.716Z] === RUN TestChrootCopyWithTar [2021-11-17T22:19:34.716Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-17T22:19:34.716Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-11-17T22:19:34.717Z] === RUN TestChrootCopyFileWithTar [2021-11-17T22:19:34.717Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-11-17T22:19:34.717Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-11-17T22:19:34.717Z] === RUN TestChrootUntarPath [2021-11-17T22:19:34.717Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-17T22:19:34.717Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-11-17T22:19:34.717Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-11-17T22:19:34.717Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-11-17T22:19:34.717Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-11-17T22:19:34.717Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-11-17T22:19:34.717Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-11-17T22:19:34.717Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-11-17T22:19:34.717Z] === RUN TestChrootApplyDotDotFile [2021-11-17T22:19:34.717Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-11-17T22:19:34.717Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-11-17T22:19:34.717Z] PASS [2021-11-17T22:19:34.717Z] coverage: 15.1% of statements [2021-11-17T22:19:34.717Z] ok github.com/docker/docker/pkg/chrootarchive 0.081s coverage: 15.1% of statements [2021-11-17T22:19:34.717Z] --- PASS: TestIsArchivePathInvalidFile (0.13s) [2021-11-17T22:19:34.717Z] === RUN TestIsArchivePathTar [2021-11-17T22:19:34.717Z] === RUN TestSizeEmpty [2021-11-17T22:19:34.717Z] --- PASS: TestSizeEmpty (0.00s) [2021-11-17T22:19:34.717Z] === RUN TestSizeEmptyFile [2021-11-17T22:19:34.717Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-11-17T22:19:34.717Z] === RUN TestSizeNonemptyFile [2021-11-17T22:19:34.717Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-11-17T22:19:34.717Z] === RUN TestSizeNestedDirectoryEmpty [2021-11-17T22:19:34.717Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-11-17T22:19:34.717Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-11-17T22:19:34.717Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-11-17T22:19:34.717Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-11-17T22:19:34.717Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-11-17T22:19:34.717Z] === RUN TestMoveToSubdir [2021-11-17T22:19:34.717Z] --- PASS: TestMoveToSubdir (0.00s) [2021-11-17T22:19:34.717Z] === RUN TestSizeNonExistingDirectory [2021-11-17T22:19:34.717Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-11-17T22:19:34.717Z] PASS [2021-11-17T22:19:34.717Z] coverage: 80.0% of statements [2021-11-17T22:19:35.184Z] ok github.com/docker/docker/pkg/directory 0.042s coverage: 80.0% of statements [2021-11-17T22:19:35.184Z] --- PASS: TestIsArchivePathTar (0.14s) [2021-11-17T22:19:35.184Z] === RUN TestDecompressStreamGzip [2021-11-17T22:19:35.184Z] --- PASS: TestDecompressStreamGzip (0.10s) [2021-11-17T22:19:35.184Z] === RUN TestDecompressStreamBzip2 [2021-11-17T22:19:35.184Z] --- PASS: TestDecompressStreamBzip2 (0.12s) [2021-11-17T22:19:35.184Z] === RUN TestDecompressStreamXz [2021-11-17T22:19:35.184Z] archive_test.go:134: Xz not present in msys2 [2021-11-17T22:19:35.184Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-11-17T22:19:35.184Z] === RUN TestCompressStreamXzUnsupported [2021-11-17T22:19:35.184Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-11-17T22:19:35.184Z] === RUN TestCompressStreamBzip2Unsupported [2021-11-17T22:19:35.184Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-11-17T22:19:35.184Z] === RUN TestCompressStreamInvalid [2021-11-17T22:19:35.184Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-11-17T22:19:35.184Z] === RUN TestExtensionInvalid [2021-11-17T22:19:35.184Z] --- PASS: TestExtensionInvalid (0.00s) [2021-11-17T22:19:35.184Z] === RUN TestExtensionUncompressed [2021-11-17T22:19:35.184Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-11-17T22:19:35.184Z] === RUN TestExtensionBzip2 [2021-11-17T22:19:35.184Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-11-17T22:19:35.184Z] === RUN TestExtensionGzip [2021-11-17T22:19:35.184Z] --- PASS: TestExtensionGzip (0.00s) [2021-11-17T22:19:35.184Z] === RUN TestExtensionXz [2021-11-17T22:19:35.184Z] --- PASS: TestExtensionXz (0.00s) [2021-11-17T22:19:35.184Z] === RUN TestCmdStreamLargeStderr [2021-11-17T22:19:35.184Z] --- PASS: TestCmdStreamLargeStderr (0.07s) [2021-11-17T22:19:35.184Z] === RUN TestCmdStreamBad [2021-11-17T22:19:35.184Z] archive_test.go:239: Failing on Windows CI machines [2021-11-17T22:19:35.184Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-11-17T22:19:35.184Z] === RUN TestCmdStreamGood [2021-11-17T22:19:35.184Z] --- PASS: TestCmdStreamGood (0.04s) [2021-11-17T22:19:35.184Z] === RUN TestUntarPathWithInvalidDest [2021-11-17T22:19:35.184Z] --- PASS: TestUntarPathWithInvalidDest (0.05s) [2021-11-17T22:19:35.184Z] === RUN TestUntarPathWithInvalidSrc [2021-11-17T22:19:35.184Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-11-17T22:19:35.184Z] === RUN TestUntarPath [2021-11-17T22:19:35.184Z] === RUN Test [2021-11-17T22:19:35.184Z] === RUN Test/TestContainsEntry [2021-11-17T22:19:35.184Z] === RUN Test/TestCreateEntries [2021-11-17T22:19:35.184Z] === RUN Test/TestEntriesDiff [2021-11-17T22:19:35.184Z] === RUN Test/TestEntriesEquality [2021-11-17T22:19:35.184Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-11-17T22:19:35.184Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-11-17T22:19:35.184Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-11-17T22:19:35.184Z] === RUN Test/TestGeneratorNotGenerate [2021-11-17T22:19:35.184Z] === RUN Test/TestGeneratorWithPort [2021-11-17T22:19:35.184Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-11-17T22:19:35.184Z] === RUN Test/TestNewEntry [2021-11-17T22:19:35.184Z] === RUN Test/TestParse [2021-11-17T22:19:35.184Z] --- PASS: Test (0.00s) [2021-11-17T22:19:35.184Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-11-17T22:19:35.184Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-11-17T22:19:35.184Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-11-17T22:19:35.184Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-11-17T22:19:35.184Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-11-17T22:19:35.184Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-11-17T22:19:35.184Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-11-17T22:19:35.184Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-11-17T22:19:35.184Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-11-17T22:19:35.184Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-11-17T22:19:35.184Z] --- PASS: Test/TestNewEntry (0.00s) [2021-11-17T22:19:35.184Z] --- PASS: Test/TestParse (0.00s) [2021-11-17T22:19:35.184Z] PASS [2021-11-17T22:19:35.184Z] coverage: 58.3% of statements [2021-11-17T22:19:35.184Z] ok github.com/docker/docker/pkg/discovery 0.037s coverage: 58.3% of statements [2021-11-17T22:19:35.651Z] --- PASS: TestUntarPath (0.06s) [2021-11-17T22:19:35.651Z] === RUN TestUntarPathWithDestinationFile [2021-11-17T22:19:35.651Z] --- PASS: TestUntarPathWithDestinationFile (0.05s) [2021-11-17T22:19:35.651Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-11-17T22:19:35.651Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.09s) [2021-11-17T22:19:35.651Z] === RUN TestCopyWithTarInvalidSrc [2021-11-17T22:19:35.651Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-11-17T22:19:35.651Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-11-17T22:19:35.651Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-11-17T22:19:35.651Z] === RUN TestCopyWithTarSrcFile [2021-11-17T22:19:35.651Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2021-11-17T22:19:35.651Z] === RUN TestCopyWithTarSrcFolder [2021-11-17T22:19:35.651Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-11-17T22:19:35.651Z] === RUN TestCopyFileWithTarInvalidSrc [2021-11-17T22:19:35.651Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-11-17T22:19:35.651Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-11-17T22:19:35.651Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-11-17T22:19:35.651Z] === RUN TestCopyFileWithTarSrcFolder [2021-11-17T22:19:35.651Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-11-17T22:19:35.651Z] === RUN TestCopyFileWithTarSrcFile [2021-11-17T22:19:35.651Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2021-11-17T22:19:35.651Z] === RUN TestTarFiles [2021-11-17T22:19:35.651Z] === RUN Test [2021-11-17T22:19:35.651Z] === RUN Test/TestContent [2021-11-17T22:19:35.651Z] === RUN Test/TestInitialize [2021-11-17T22:19:35.651Z] === RUN Test/TestNew [2021-11-17T22:19:35.651Z] === RUN Test/TestParsingContentsWithComments [2021-11-17T22:19:35.651Z] === RUN Test/TestRegister [2021-11-17T22:19:35.651Z] === RUN Test/TestWatch [2021-11-17T22:19:35.651Z] --- PASS: Test (0.00s) [2021-11-17T22:19:35.651Z] --- PASS: Test/TestContent (0.00s) [2021-11-17T22:19:35.651Z] --- PASS: Test/TestInitialize (0.00s) [2021-11-17T22:19:35.651Z] --- PASS: Test/TestNew (0.00s) [2021-11-17T22:19:35.651Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-11-17T22:19:35.651Z] --- PASS: Test/TestRegister (0.00s) [2021-11-17T22:19:35.651Z] --- PASS: Test/TestWatch (0.00s) [2021-11-17T22:19:35.651Z] PASS [2021-11-17T22:19:35.651Z] coverage: 97.6% of statements [2021-11-17T22:19:35.651Z] ok github.com/docker/docker/pkg/discovery/file 0.044s coverage: 97.6% of statements [2021-11-17T22:19:36.119Z] === RUN Test [2021-11-17T22:19:36.119Z] === RUN Test/TestWatch [2021-11-17T22:19:36.119Z] --- PASS: Test (0.00s) [2021-11-17T22:19:36.119Z] --- PASS: Test/TestWatch (0.00s) [2021-11-17T22:19:36.119Z] PASS [2021-11-17T22:19:36.119Z] coverage: 92.3% of statements [2021-11-17T22:19:36.119Z] ok github.com/docker/docker/pkg/discovery/memory 0.042s coverage: 92.3% of statements [2021-11-17T22:19:36.119Z] === RUN Test [2021-11-17T22:19:36.119Z] === RUN Test/TestInitialize [2021-11-17T22:19:36.207Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.25s) [2021-11-17T22:19:36.207Z] --- PASS: TestDaemonRestartIpcMode (4.68s) [2021-11-17T22:19:36.207Z] PASS [2021-11-17T22:19:36.207Z] [2021-11-17T22:19:36.207Z] === Skipped [2021-11-17T22:19:36.207Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-11-17T22:19:36.207Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-17T22:19:36.207Z] [2021-11-17T22:19:36.207Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2021-11-17T22:19:36.207Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-11-17T22:19:36.207Z] [2021-11-17T22:19:36.207Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2021-11-17T22:19:36.207Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-17T22:19:36.207Z] [2021-11-17T22:19:36.207Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2021-11-17T22:19:36.207Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-11-17T22:19:36.207Z] [2021-11-17T22:19:36.207Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2021-11-17T22:19:36.207Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-11-17T22:19:36.207Z] [2021-11-17T22:19:36.207Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2021-11-17T22:19:36.207Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-11-17T22:19:36.207Z] [2021-11-17T22:19:36.207Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2021-11-17T22:19:36.207Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-11-17T22:19:36.207Z] [2021-11-17T22:19:36.207Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2021-11-17T22:19:36.207Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-11-17T22:19:36.207Z] [2021-11-17T22:19:36.207Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2021-11-17T22:19:36.207Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-11-17T22:19:36.207Z] [2021-11-17T22:19:36.207Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-11-17T22:19:36.207Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-17T22:19:36.207Z] [2021-11-17T22:19:36.207Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-11-17T22:19:36.207Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-11-17T22:19:36.207Z] [2021-11-17T22:19:36.207Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2021-11-17T22:19:36.207Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-11-17T22:19:36.207Z] [2021-11-17T22:19:36.207Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2021-11-17T22:19:36.207Z] 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) [2021-11-17T22:19:36.207Z] [2021-11-17T22:19:36.207Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2021-11-17T22:19:36.207Z] 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) [2021-11-17T22:19:36.207Z] [2021-11-17T22:19:36.207Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2021-11-17T22:19:36.207Z] 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) [2021-11-17T22:19:36.207Z] [2021-11-17T22:19:36.207Z] === SKIP: amd64.integration.container TestPause (0.00s) [2021-11-17T22:19:36.207Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-17T22:19:36.207Z] [2021-11-17T22:19:36.207Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-11-17T22:19:36.207Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-11-17T22:19:36.207Z] [2021-11-17T22:19:36.207Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2021-11-17T22:19:36.207Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-17T22:19:36.207Z] [2021-11-17T22:19:36.207Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2021-11-17T22:19:36.207Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-11-17T22:19:36.207Z] [2021-11-17T22:19:36.207Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2021-11-17T22:19:36.207Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-11-17T22:19:36.207Z] [2021-11-17T22:19:36.207Z] === SKIP: amd64.integration.container TestStats (0.00s) [2021-11-17T22:19:36.207Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-17T22:19:36.207Z] [2021-11-17T22:19:36.207Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-11-17T22:19:36.207Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-11-17T22:19:36.207Z] [2021-11-17T22:19:36.207Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-11-17T22:19:36.207Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-17T22:19:36.207Z] [2021-11-17T22:19:36.207Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2021-11-17T22:19:36.207Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-17T22:19:36.207Z] [2021-11-17T22:19:36.207Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2021-11-17T22:19:36.207Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-17T22:19:36.207Z] [2021-11-17T22:19:36.207Z] [2021-11-17T22:19:36.207Z] DONE 176 tests, 25 skipped in 84.528s [2021-11-17T22:19:36.207Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-11-17T22:19:36.207Z] INFO: Testing against a local daemon [2021-11-17T22:19:36.207Z] === RUN TestCommitInheritsEnv [2021-11-17T22:19:36.588Z] time="2021-11-17T22:19:36Z" level=info msg="Initializing discovery without TLS" [2021-11-17T22:19:36.589Z] time="2021-11-17T22:19:36Z" level=info msg="Initializing discovery without TLS" [2021-11-17T22:19:36.589Z] time="2021-11-17T22:19:36Z" level=info msg="Initializing discovery without TLS" [2021-11-17T22:19:36.589Z] === RUN Test/TestInitializeWithCerts [2021-11-17T22:19:36.589Z] time="2021-11-17T22:19:36Z" level=info msg="Initializing discovery with TLS" [2021-11-17T22:19:36.589Z] === RUN Test/TestWatch [2021-11-17T22:19:36.589Z] time="2021-11-17T22:19:36Z" level=info msg="Initializing discovery without TLS" [2021-11-17T22:19:36.589Z] === RUN Test [2021-11-17T22:19:36.589Z] === RUN Test/TestInitialize [2021-11-17T22:19:36.589Z] === RUN Test/TestInitializeWithPattern [2021-11-17T22:19:36.589Z] === RUN Test/TestRegister [2021-11-17T22:19:36.589Z] === RUN Test/TestWatch [2021-11-17T22:19:36.589Z] --- PASS: Test (0.00s) [2021-11-17T22:19:36.589Z] --- PASS: Test/TestInitialize (0.00s) [2021-11-17T22:19:36.589Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-11-17T22:19:36.589Z] --- PASS: Test/TestRegister (0.00s) [2021-11-17T22:19:36.589Z] --- PASS: Test/TestWatch (0.00s) [2021-11-17T22:19:36.589Z] PASS [2021-11-17T22:19:36.589Z] coverage: 93.8% of statements [2021-11-17T22:19:36.589Z] ok github.com/docker/docker/pkg/discovery/nodes 0.038s coverage: 93.8% of statements [2021-11-17T22:19:37.055Z] === RUN TestPollerAddRemove [2021-11-17T22:19:37.055Z] --- PASS: TestPollerAddRemove (0.00s) [2021-11-17T22:19:37.055Z] === RUN TestPollerEvent [2021-11-17T22:19:37.055Z] poller_test.go:41: No chmod on Windows [2021-11-17T22:19:37.055Z] --- SKIP: TestPollerEvent (0.00s) [2021-11-17T22:19:37.055Z] === RUN TestPollerClose [2021-11-17T22:19:37.055Z] --- PASS: TestPollerClose (0.00s) [2021-11-17T22:19:37.055Z] PASS [2021-11-17T22:19:37.055Z] coverage: 45.7% of statements [2021-11-17T22:19:37.055Z] ok github.com/docker/docker/pkg/filenotify 0.036s coverage: 45.7% of statements [2021-11-17T22:19:37.133Z] --- PASS: TestCommitInheritsEnv (1.27s) [2021-11-17T22:19:37.134Z] === RUN TestImportExtremelyLargeImageWorks [2021-11-17T22:19:37.134Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-11-17T22:19:37.134Z] === RUN TestImagesFilterMultiReference [2021-11-17T22:19:37.134Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2021-11-17T22:19:37.134Z] === RUN TestImagePullPlatformInvalid [2021-11-17T22:19:37.389Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-11-17T22:19:37.389Z] === RUN TestRemoveImageOrphaning [2021-11-17T22:19:37.522Z] === RUN TestCopyFileWithInvalidSrc [2021-11-17T22:19:37.522Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-11-17T22:19:37.522Z] === RUN TestCopyFileWithInvalidDest [2021-11-17T22:19:37.522Z] --- PASS: TestCopyFileWithInvalidDest (0.01s) [2021-11-17T22:19:37.522Z] === RUN TestCopyFileWithSameSrcAndDest [2021-11-17T22:19:37.522Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-11-17T22:19:37.522Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-11-17T22:19:37.522Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-11-17T22:19:37.522Z] === RUN TestCopyFile [2021-11-17T22:19:37.522Z] --- PASS: TestCopyFile (0.00s) [2021-11-17T22:19:37.522Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-11-17T22:19:37.522Z] fileutils_test.go:134: Needs porting to Windows [2021-11-17T22:19:37.522Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-11-17T22:19:37.522Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-11-17T22:19:37.522Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-11-17T22:19:37.522Z] === RUN TestReadSymlinkedDirectoryToFile [2021-11-17T22:19:37.522Z] fileutils_test.go:180: Needs porting to Windows [2021-11-17T22:19:37.522Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-11-17T22:19:37.522Z] === RUN TestWildcardMatches [2021-11-17T22:19:37.522Z] --- PASS: TestWildcardMatches (0.00s) [2021-11-17T22:19:37.522Z] === RUN TestPatternMatches [2021-11-17T22:19:37.522Z] --- PASS: TestPatternMatches (0.00s) [2021-11-17T22:19:37.522Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-11-17T22:19:37.522Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-11-17T22:19:37.522Z] === RUN TestPatternMatchesFolderExclusions [2021-11-17T22:19:37.522Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-11-17T22:19:37.522Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-11-17T22:19:37.522Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-11-17T22:19:37.522Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-11-17T22:19:37.522Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-11-17T22:19:37.522Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-11-17T22:19:37.522Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-11-17T22:19:37.522Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-11-17T22:19:37.522Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-11-17T22:19:37.522Z] === RUN TestSingleExclamationError [2021-11-17T22:19:37.522Z] --- PASS: TestSingleExclamationError (0.00s) [2021-11-17T22:19:37.523Z] === RUN TestMatchesWithNoPatterns [2021-11-17T22:19:37.523Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-11-17T22:19:37.523Z] === RUN TestMatchesWithMalformedPatterns [2021-11-17T22:19:37.523Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-11-17T22:19:37.523Z] === RUN TestMatches [2021-11-17T22:19:37.523Z] --- PASS: TestMatches (0.00s) [2021-11-17T22:19:37.523Z] === RUN TestCleanPatterns [2021-11-17T22:19:37.523Z] --- PASS: TestCleanPatterns (0.00s) [2021-11-17T22:19:37.523Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-11-17T22:19:37.523Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-11-17T22:19:37.523Z] === RUN TestCleanPatternsExceptionFlag [2021-11-17T22:19:37.523Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-11-17T22:19:37.523Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-11-17T22:19:37.523Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-11-17T22:19:37.523Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-11-17T22:19:37.523Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-11-17T22:19:37.523Z] === RUN TestCleanPatternsErrorSingleException [2021-11-17T22:19:37.523Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-11-17T22:19:37.523Z] === RUN TestCreateIfNotExistsDir [2021-11-17T22:19:37.523Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-11-17T22:19:37.523Z] === RUN TestCreateIfNotExistsFile [2021-11-17T22:19:37.523Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2021-11-17T22:19:37.523Z] === RUN TestMatch [2021-11-17T22:19:37.523Z] --- PASS: TestMatch (0.00s) [2021-11-17T22:19:37.523Z] PASS [2021-11-17T22:19:37.523Z] coverage: 85.4% of statements [2021-11-17T22:19:37.523Z] ok github.com/docker/docker/pkg/fileutils 0.066s coverage: 85.4% of statements [2021-11-17T22:19:37.989Z] === RUN TestGet [2021-11-17T22:19:37.989Z] --- PASS: TestGet (0.00s) [2021-11-17T22:19:37.989Z] === RUN TestGetShortcutString [2021-11-17T22:19:37.990Z] --- PASS: TestGetShortcutString (0.00s) [2021-11-17T22:19:37.990Z] PASS [2021-11-17T22:19:37.990Z] coverage: 42.9% of statements [2021-11-17T22:19:37.990Z] ok github.com/docker/docker/pkg/homedir 0.036s coverage: 42.9% of statements [2021-11-17T22:19:38.457Z] === RUN TestCreateIDMapOrder [2021-11-17T22:19:38.457Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-11-17T22:19:38.457Z] PASS [2021-11-17T22:19:38.457Z] coverage: 7.2% of statements [2021-11-17T22:19:38.457Z] ok github.com/docker/docker/pkg/idtools 0.037s coverage: 7.2% of statements [2021-11-17T22:19:38.925Z] === RUN TestFixedBufferCap [2021-11-17T22:19:38.925Z] --- PASS: TestFixedBufferCap (0.00s) [2021-11-17T22:19:38.925Z] === RUN TestFixedBufferLen [2021-11-17T22:19:38.925Z] --- PASS: TestFixedBufferLen (0.00s) [2021-11-17T22:19:38.925Z] === RUN TestFixedBufferString [2021-11-17T22:19:38.925Z] --- PASS: TestFixedBufferString (0.00s) [2021-11-17T22:19:38.925Z] === RUN TestFixedBufferWrite [2021-11-17T22:19:38.925Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-11-17T22:19:38.925Z] === RUN TestFixedBufferRead [2021-11-17T22:19:38.925Z] --- PASS: TestFixedBufferRead (0.00s) [2021-11-17T22:19:38.925Z] === RUN TestBytesPipeRead [2021-11-17T22:19:38.925Z] --- PASS: TestBytesPipeRead (0.00s) [2021-11-17T22:19:38.925Z] === RUN TestBytesPipeWrite [2021-11-17T22:19:38.925Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-11-17T22:19:38.925Z] === RUN TestBytesPipeWriteRandomChunks [2021-11-17T22:19:39.275Z] --- PASS: TestRemoveImageOrphaning (1.89s) [2021-11-17T22:19:39.275Z] === RUN TestRemoveImageGarbageCollector [2021-11-17T22:19:39.275Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-11-17T22:19:39.275Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-11-17T22:19:39.275Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-11-17T22:19:39.275Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-11-17T22:19:39.275Z] === RUN TestTagInvalidReference [2021-11-17T22:19:39.275Z] --- PASS: TestTagInvalidReference (0.01s) [2021-11-17T22:19:39.275Z] === RUN TestTagValidPrefixedRepo [2021-11-17T22:19:39.275Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-11-17T22:19:39.275Z] === RUN TestTagExistedNameWithoutForce [2021-11-17T22:19:39.275Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-11-17T22:19:39.275Z] === RUN TestTagOfficialNames [2021-11-17T22:19:39.275Z] --- PASS: TestTagOfficialNames (0.06s) [2021-11-17T22:19:39.275Z] === RUN TestTagMatchesDigest [2021-11-17T22:19:39.275Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-11-17T22:19:39.275Z] === CONT TestImportExtremelyLargeImageWorks [2021-11-17T22:19:39.402Z] --- PASS: TestBytesPipeWriteRandomChunks (0.45s) [2021-11-17T22:19:39.402Z] === RUN TestAtomicWriteToFile [2021-11-17T22:19:39.402Z] --- PASS: TestAtomicWriteToFile (0.01s) [2021-11-17T22:19:39.402Z] === RUN TestAtomicWriteSetCommit [2021-11-17T22:19:39.402Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-11-17T22:19:39.402Z] === RUN TestAtomicWriteSetCancel [2021-11-17T22:19:39.402Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2021-11-17T22:19:39.402Z] === RUN TestReadCloserWrapperClose [2021-11-17T22:19:39.402Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-11-17T22:19:39.402Z] === RUN TestReaderErrWrapperReadOnError [2021-11-17T22:19:39.402Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-11-17T22:19:39.402Z] === RUN TestReaderErrWrapperRead [2021-11-17T22:19:39.402Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-11-17T22:19:39.402Z] === RUN TestHashData [2021-11-17T22:19:39.402Z] --- PASS: TestHashData (0.00s) [2021-11-17T22:19:39.402Z] === RUN TestCancelReadCloser [2021-11-17T22:19:39.402Z] --- PASS: Test (3.14s) [2021-11-17T22:19:39.402Z] --- PASS: Test/TestInitialize (0.13s) [2021-11-17T22:19:39.402Z] --- PASS: Test/TestInitializeWithCerts (0.01s) [2021-11-17T22:19:39.402Z] --- PASS: Test/TestWatch (3.01s) [2021-11-17T22:19:39.402Z] PASS [2021-11-17T22:19:39.402Z] coverage: 84.1% of statements [2021-11-17T22:19:39.402Z] ok github.com/docker/docker/pkg/discovery/kv 3.191s coverage: 84.1% of statements [2021-11-17T22:19:39.402Z] --- PASS: TestCancelReadCloser (0.10s) [2021-11-17T22:19:39.402Z] === RUN TestWriteCloserWrapperClose [2021-11-17T22:19:39.402Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-11-17T22:19:39.402Z] === RUN TestNopWriteCloser [2021-11-17T22:19:39.402Z] --- PASS: TestNopWriteCloser (0.00s) [2021-11-17T22:19:39.402Z] === RUN TestNopWriter [2021-11-17T22:19:39.402Z] --- PASS: TestNopWriter (0.00s) [2021-11-17T22:19:39.402Z] === RUN TestWriteCounter [2021-11-17T22:19:39.402Z] --- PASS: TestWriteCounter (0.00s) [2021-11-17T22:19:39.402Z] PASS [2021-11-17T22:19:39.402Z] coverage: 69.2% of statements [2021-11-17T22:19:39.402Z] ok github.com/docker/docker/pkg/ioutils 0.602s coverage: 69.2% of statements [2021-11-17T22:19:39.870Z] === RUN TestError [2021-11-17T22:19:39.870Z] --- PASS: TestError (0.00s) [2021-11-17T22:19:39.870Z] === RUN TestProgressString [2021-11-17T22:19:39.870Z] === RUN TestProgressString/no_progress [2021-11-17T22:19:39.870Z] === RUN TestProgressString/progress_1 [2021-11-17T22:19:39.870Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-11-17T22:19:39.870Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-11-17T22:19:39.870Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-11-17T22:19:39.870Z] === RUN TestProgressString/with_units [2021-11-17T22:19:39.870Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-11-17T22:19:39.870Z] === RUN TestProgressString/hide_counts [2021-11-17T22:19:39.870Z] --- PASS: TestProgressString (0.00s) [2021-11-17T22:19:39.870Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-11-17T22:19:39.870Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-11-17T22:19:39.870Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-11-17T22:19:39.870Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-11-17T22:19:39.870Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-11-17T22:19:39.870Z] --- PASS: TestProgressString/with_units (0.00s) [2021-11-17T22:19:39.870Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-11-17T22:19:39.870Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-11-17T22:19:39.870Z] === RUN TestJSONMessageDisplay [2021-11-17T22:19:39.870Z] --- PASS: TestJSONMessageDisplay (0.12s) [2021-11-17T22:19:39.870Z] === RUN TestJSONMessageDisplayWithJSONError [2021-11-17T22:19:39.870Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-11-17T22:19:39.870Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-11-17T22:19:39.870Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-11-17T22:19:39.870Z] === RUN TestDisplayJSONMessagesStream [2021-11-17T22:19:39.870Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-11-17T22:19:39.870Z] PASS [2021-11-17T22:19:39.870Z] coverage: 91.7% of statements [2021-11-17T22:19:39.870Z] ok github.com/docker/docker/pkg/jsonmessage 0.162s coverage: 91.7% of statements [2021-11-17T22:19:39.870Z] === RUN TestStandardLongPath [2021-11-17T22:19:39.870Z] --- PASS: TestStandardLongPath (0.00s) [2021-11-17T22:19:39.870Z] === RUN TestUNCLongPath [2021-11-17T22:19:39.870Z] --- PASS: TestUNCLongPath (0.00s) [2021-11-17T22:19:39.870Z] PASS [2021-11-17T22:19:39.870Z] coverage: 100.0% of statements [2021-11-17T22:19:39.870Z] ok github.com/docker/docker/pkg/longpath 0.035s coverage: 100.0% of statements [2021-11-17T22:19:40.337Z] --- PASS: TestTarFiles (4.63s) [2021-11-17T22:19:40.337Z] === RUN TestTarUntar [2021-11-17T22:19:40.337Z] --- PASS: TestTarUntar (0.03s) [2021-11-17T22:19:40.337Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-11-17T22:19:40.337Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-11-17T22:19:40.337Z] === RUN TestTarWithOptions [2021-11-17T22:19:40.337Z] --- PASS: TestTarWithOptions (0.02s) [2021-11-17T22:19:40.337Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-11-17T22:19:40.337Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-11-17T22:19:40.337Z] === RUN TestUntarUstarGnuConflict [2021-11-17T22:19:40.337Z] --- PASS: TestUntarUstarGnuConflict (0.01s) [2021-11-17T22:19:40.337Z] === RUN TestUntarInvalidFilenames [2021-11-17T22:19:40.337Z] === RUN TestNameFormat [2021-11-17T22:19:40.337Z] --- PASS: TestNameFormat (0.00s) [2021-11-17T22:19:40.337Z] === RUN TestNameRetries [2021-11-17T22:19:40.337Z] --- PASS: TestNameRetries (0.00s) [2021-11-17T22:19:40.337Z] PASS [2021-11-17T22:19:40.337Z] coverage: 85.7% of statements [2021-11-17T22:19:40.337Z] ok github.com/docker/docker/pkg/namesgenerator 0.035s coverage: 85.7% of statements [2021-11-17T22:19:40.337Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames797324694\\dest" [2021-11-17T22:19:40.337Z] --- PASS: TestUntarInvalidFilenames (0.14s) [2021-11-17T22:19:40.337Z] === RUN TestUntarHardlinkToSymlink [2021-11-17T22:19:40.337Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-11-17T22:19:40.337Z] === RUN TestUntarInvalidHardlink [2021-11-17T22:19:40.337Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink328363831\\victim\\hello" -> "../victim/hello" [2021-11-17T22:19:40.337Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink245579050\\victim\\hello" -> "/../victim/hello" [2021-11-17T22:19:40.337Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink804209281\\victim" -> "../victim" [2021-11-17T22:19:40.337Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink959815148\\victim" -> "../victim" [2021-11-17T22:19:40.337Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink891864667\\victim" -> "../victim" [2021-11-17T22:19:40.337Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink372683774\\victim" -> "../victim" [2021-11-17T22:19:40.337Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2021-11-17T22:19:40.337Z] === RUN TestUntarInvalidSymlink [2021-11-17T22:19:40.337Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink540425029\\dest\\dotdot" -> "../victim/hello" [2021-11-17T22:19:40.337Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink523958240\\dest\\slash-dotdot" -> "/../victim/hello" [2021-11-17T22:19:40.337Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink249247167\\dest\\loophole-victim" -> "../victim" [2021-11-17T22:19:40.337Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink867664402\\dest\\loophole-victim" -> "../victim" [2021-11-17T22:19:40.337Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink464387145\\dest\\loophole-victim" -> "../victim" [2021-11-17T22:19:40.337Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink582305044\\dest\\loophole-victim" -> "../victim" [2021-11-17T22:19:40.337Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink536712035\\dest\\dir\\loophole" -> "../../victim" [2021-11-17T22:19:40.337Z] --- PASS: TestUntarInvalidSymlink (0.02s) [2021-11-17T22:19:40.337Z] === RUN TestTempArchiveCloseMultipleTimes [2021-11-17T22:19:40.337Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-11-17T22:19:40.337Z] === RUN TestXGlobalNoParent [2021-11-17T22:19:40.337Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-11-17T22:19:40.337Z] === RUN TestReplaceFileTarWrapper [2021-11-17T22:19:40.337Z] === RUN TestParseKeyValueOpt [2021-11-17T22:19:40.337Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-11-17T22:19:40.337Z] === RUN TestParseUintList [2021-11-17T22:19:40.337Z] --- PASS: TestParseUintList (0.00s) [2021-11-17T22:19:40.337Z] === RUN TestParseUintListMaximumLimits [2021-11-17T22:19:40.337Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-11-17T22:19:40.337Z] PASS [2021-11-17T22:19:40.337Z] coverage: 97.0% of statements [2021-11-17T22:19:40.337Z] ok github.com/docker/docker/pkg/parsers 0.034s coverage: 97.0% of statements [2021-11-17T22:19:40.805Z] --- PASS: TestReplaceFileTarWrapper (0.15s) [2021-11-17T22:19:40.805Z] === RUN TestPrefixHeaderReadable [2021-11-17T22:19:40.805Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2021-11-17T22:19:40.805Z] === RUN TestDisablePigz [2021-11-17T22:19:40.805Z] archive_test.go:1331: Test will not check full path when Pigz not installed [2021-11-17T22:19:40.805Z] === RUN TestNewAndRemove [2021-11-17T22:19:40.805Z] --- PASS: TestNewAndRemove (0.00s) [2021-11-17T22:19:40.805Z] === RUN TestRemoveInvalidPath [2021-11-17T22:19:40.805Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-11-17T22:19:40.805Z] PASS [2021-11-17T22:19:40.805Z] coverage: 82.6% of statements [2021-11-17T22:19:40.805Z] --- PASS: TestDisablePigz (0.10s) [2021-11-17T22:19:40.805Z] === RUN TestPigz [2021-11-17T22:19:40.805Z] ok github.com/docker/docker/pkg/pidfile 0.037s coverage: 82.6% of statements [2021-11-17T22:19:40.805Z] archive_test.go:1360: Tested whether Pigz is not used, as it not installed [2021-11-17T22:19:40.805Z] --- PASS: TestPigz (0.13s) [2021-11-17T22:19:40.805Z] === RUN TestCopyFileWithInvalidDest [2021-11-17T22:19:40.805Z] archive_windows_test.go:16: Currently fails [2021-11-17T22:19:40.805Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-11-17T22:19:40.805Z] === RUN TestCanonicalTarNameForPath [2021-11-17T22:19:40.805Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-11-17T22:19:40.805Z] === RUN TestCanonicalTarName [2021-11-17T22:19:40.805Z] --- PASS: TestCanonicalTarName (0.00s) [2021-11-17T22:19:40.805Z] === RUN TestChmodTarEntry [2021-11-17T22:19:40.805Z] --- PASS: TestChmodTarEntry (0.00s) [2021-11-17T22:19:40.805Z] === RUN TestHardLinkOrder [2021-11-17T22:19:40.805Z] --- PASS: TestHardLinkOrder (0.14s) [2021-11-17T22:19:40.805Z] === RUN TestChangeString [2021-11-17T22:19:40.805Z] --- PASS: TestChangeString (0.00s) [2021-11-17T22:19:40.805Z] === RUN TestChangesWithNoChanges [2021-11-17T22:19:41.272Z] --- PASS: TestChangesWithNoChanges (0.02s) [2021-11-17T22:19:41.272Z] === RUN TestChangesWithChanges [2021-11-17T22:19:41.272Z] --- PASS: TestChangesWithChanges (0.03s) [2021-11-17T22:19:41.272Z] === RUN TestChangesWithChangesGH13590 [2021-11-17T22:19:41.272Z] changes_test.go:192: needs more investigation [2021-11-17T22:19:41.272Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-11-17T22:19:41.272Z] === RUN TestChangesDirsEmpty [2021-11-17T22:19:41.272Z] --- PASS: TestChangesDirsEmpty (0.12s) [2021-11-17T22:19:41.272Z] === RUN TestChangesDirsMutated [2021-11-17T22:19:41.272Z] --- PASS: TestChangesDirsMutated (0.15s) [2021-11-17T22:19:41.272Z] === RUN TestApplyLayer [2021-11-17T22:19:41.272Z] changes_test.go:405: needs further investigation [2021-11-17T22:19:41.272Z] --- SKIP: TestApplyLayer (0.00s) [2021-11-17T22:19:41.272Z] === RUN TestChangesSizeWithHardlinks [2021-11-17T22:19:41.272Z] changes_test.go:441: needs further investigation [2021-11-17T22:19:41.272Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-11-17T22:19:41.272Z] === RUN TestChangesSizeWithNoChanges [2021-11-17T22:19:41.272Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-11-17T22:19:41.272Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-11-17T22:19:41.272Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-11-17T22:19:41.272Z] === RUN TestChangesSize [2021-11-17T22:19:41.272Z] --- PASS: TestChangesSize (0.00s) [2021-11-17T22:19:41.272Z] === RUN TestApplyLayerInvalidFilenames [2021-11-17T22:19:41.272Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames178580170\\dest" [2021-11-17T22:19:41.272Z] === RUN TestParseEmptyInterface [2021-11-17T22:19:41.272Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-11-17T22:19:41.272Z] === RUN TestParseNonInterfaceType [2021-11-17T22:19:41.272Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-11-17T22:19:41.272Z] === RUN TestParseWithOneFunction [2021-11-17T22:19:41.272Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-11-17T22:19:41.272Z] === RUN TestApplyLayerInvalidHardlink [2021-11-17T22:19:41.272Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink450902668\\victim\\hello" -> "../victim/hello" [2021-11-17T22:19:41.272Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-11-17T22:19:41.272Z] === RUN TestParseWithMultipleFuncs [2021-11-17T22:19:41.272Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-11-17T22:19:41.272Z] === RUN TestParseWithUnnamedReturn [2021-11-17T22:19:41.272Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-11-17T22:19:41.272Z] === RUN TestEmbeddedInterface [2021-11-17T22:19:41.272Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-11-17T22:19:41.272Z] === RUN TestParsedImports [2021-11-17T22:19:41.272Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink206349435\\victim\\hello" -> "/../victim/hello" [2021-11-17T22:19:41.272Z] --- PASS: TestParsedImports (0.00s) [2021-11-17T22:19:41.272Z] === RUN TestAliasedImports [2021-11-17T22:19:41.272Z] --- PASS: TestAliasedImports (0.00s) [2021-11-17T22:19:41.272Z] PASS [2021-11-17T22:19:41.272Z] coverage: 56.8% of statements [2021-11-17T22:19:41.272Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink351603102\\victim" -> "../victim" [2021-11-17T22:19:41.272Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink283171941\\victim" -> "../victim" [2021-11-17T22:19:41.272Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.063s coverage: 56.8% of statements [2021-11-17T22:19:41.272Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink732565632\\victim" -> "../victim" [2021-11-17T22:19:41.272Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink916437471\\victim" -> "../victim" [2021-11-17T22:19:41.272Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2021-11-17T22:19:41.272Z] === RUN TestApplyLayerInvalidSymlink [2021-11-17T22:19:41.272Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink819735986\\dest\\dotdot" -> "../victim/hello" [2021-11-17T22:19:41.272Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink269768553\\dest\\slash-dotdot" -> "/../victim/hello" [2021-11-17T22:19:41.272Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink187291572\\dest\\loophole-victim" -> "../victim" [2021-11-17T22:19:41.272Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink064675203\\dest\\loophole-victim" -> "../victim" [2021-11-17T22:19:41.272Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink985404166\\dest\\loophole-victim" -> "../victim" [2021-11-17T22:19:41.272Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink721843373\\dest\\loophole-victim" -> "../victim" [2021-11-17T22:19:41.272Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2021-11-17T22:19:41.272Z] === RUN TestApplyLayerWhiteouts [2021-11-17T22:19:41.272Z] --- PASS: TestApplyLayerWhiteouts (0.05s) [2021-11-17T22:19:41.272Z] === RUN TestGenerateEmptyFile [2021-11-17T22:19:41.272Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-11-17T22:19:41.272Z] === RUN TestGenerateWithContent [2021-11-17T22:19:41.272Z] --- PASS: TestGenerateWithContent (0.00s) [2021-11-17T22:19:41.272Z] PASS [2021-11-17T22:19:41.272Z] coverage: 62.6% of statements [2021-11-17T22:19:41.272Z] ok github.com/docker/docker/pkg/archive 6.851s coverage: 62.6% of statements [2021-11-17T22:19:41.740Z] === RUN TestFailedConnection [2021-11-17T22:19:42.208Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-11-17T22:19:42.208Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-11-17T22:19:42.208Z] === RUN TestBufioReaderPoolPutAndGet [2021-11-17T22:19:42.208Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-11-17T22:19:42.208Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-11-17T22:19:42.208Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-11-17T22:19:42.208Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-11-17T22:19:42.208Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-11-17T22:19:42.208Z] === RUN TestBufioWriterPoolPutAndGet [2021-11-17T22:19:42.208Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-11-17T22:19:42.208Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-11-17T22:19:42.208Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-11-17T22:19:42.208Z] === RUN TestBufferPoolPutAndGet [2021-11-17T22:19:42.208Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-11-17T22:19:42.208Z] PASS [2021-11-17T22:19:42.208Z] coverage: 88.2% of statements [2021-11-17T22:19:42.208Z] ok github.com/docker/docker/pkg/pools 0.034s coverage: 88.2% of statements [2021-11-17T22:19:42.208Z] === RUN TestHTTPTransport [2021-11-17T22:19:42.208Z] --- PASS: TestHTTPTransport (0.00s) [2021-11-17T22:19:42.208Z] PASS [2021-11-17T22:19:42.208Z] coverage: 85.7% of statements [2021-11-17T22:19:42.208Z] ok github.com/docker/docker/pkg/plugins/transport 0.040s coverage: 85.7% of statements [2021-11-17T22:19:42.587Z] ok github.com/docker/docker/cmd/dockerd 0.065s coverage: 29.1% of statements [2021-11-17T22:19:42.587Z] ok github.com/docker/docker/container 0.112s coverage: 34.5% of statements [2021-11-17T22:19:42.587Z] ? github.com/docker/docker/container/stream [no test files] [2021-11-17T22:19:42.587Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-11-17T22:19:42.587Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-11-17T22:19:42.587Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-11-17T22:19:42.587Z] ok github.com/docker/docker/daemon/cluster 0.042s coverage: 0.5% of statements [2021-11-17T22:19:42.675Z] === RUN TestOutputOnPrematureClose [2021-11-17T22:19:42.675Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-11-17T22:19:42.675Z] === RUN TestCompleteSilently [2021-11-17T22:19:42.675Z] --- PASS: TestCompleteSilently (0.00s) [2021-11-17T22:19:42.675Z] PASS [2021-11-17T22:19:42.675Z] coverage: 75.9% of statements [2021-11-17T22:19:42.675Z] ok github.com/docker/docker/pkg/progress 0.032s coverage: 75.9% of statements [2021-11-17T22:19:43.145Z] === RUN TestSendToOneSub [2021-11-17T22:19:43.145Z] --- PASS: TestSendToOneSub (0.00s) [2021-11-17T22:19:43.145Z] === RUN TestSendToMultipleSubs [2021-11-17T22:19:43.145Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-11-17T22:19:43.145Z] === RUN TestEvictOneSub [2021-11-17T22:19:43.145Z] --- PASS: TestEvictOneSub (0.00s) [2021-11-17T22:19:43.145Z] === RUN TestClosePublisher [2021-11-17T22:19:43.145Z] --- PASS: TestClosePublisher (0.00s) [2021-11-17T22:19:43.145Z] === RUN TestPubSubRace [2021-11-17T22:19:43.145Z] --- PASS: TestFailedConnection (1.15s) [2021-11-17T22:19:43.145Z] === RUN TestFailOnce [2021-11-17T22:19:43.145Z] 2021/11/17 22:19:42 http: panic serving 127.0.0.1:49220: Plugin not ready [2021-11-17T22:19:43.145Z] goroutine 22 [running]: [2021-11-17T22:19:43.145Z] net/http.(*conn).serve.func1(0xc0000c0000) [2021-11-17T22:19:43.145Z] c:/go/src/net/http/server.go:1804 +0x153 [2021-11-17T22:19:43.145Z] panic(0x1114180, 0x122a130) [2021-11-17T22:19:43.145Z] c:/go/src/runtime/panic.go:971 +0x49a [2021-11-17T22:19:43.145Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x123a8d0, 0xc0000a80e0, 0xc0000b2200) [2021-11-17T22:19:43.145Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2021-11-17T22:19:43.145Z] net/http.HandlerFunc.ServeHTTP(0xc000096050, 0x123a8d0, 0xc0000a80e0, 0xc0000b2200) [2021-11-17T22:19:43.145Z] c:/go/src/net/http/server.go:2049 +0x4b [2021-11-17T22:19:43.145Z] net/http.(*ServeMux).ServeHTTP(0xc0000a0000, 0x123a8d0, 0xc0000a80e0, 0xc0000b2200) [2021-11-17T22:19:43.145Z] c:/go/src/net/http/server.go:2428 +0x1b7 [2021-11-17T22:19:43.145Z] net/http.serverHandler.ServeHTTP(0xc0000a8000, 0x123a8d0, 0xc0000a80e0, 0xc0000b2200) [2021-11-17T22:19:43.145Z] c:/go/src/net/http/server.go:2867 +0xaa [2021-11-17T22:19:43.145Z] net/http.(*conn).serve(0xc0000c0000, 0x123b4c0, 0xc0000a00c0) [2021-11-17T22:19:43.145Z] c:/go/src/net/http/server.go:1932 +0x8cd [2021-11-17T22:19:43.145Z] created by net/http.(*Server).Serve [2021-11-17T22:19:43.145Z] c:/go/src/net/http/server.go:2993 +0x3b8 [2021-11-17T22:19:43.145Z] time="2021-11-17T22:19:42Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49219/Test.FailOnce: Post \"http://127.0.0.1:49219/Test.FailOnce\": EOF, retrying in 1s" [2021-11-17T22:19:43.613Z] === RUN TestRegister [2021-11-17T22:19:43.613Z] --- PASS: TestRegister (0.00s) [2021-11-17T22:19:43.613Z] === RUN TestCommand [2021-11-17T22:19:43.613Z] --- PASS: TestCommand (0.03s) [2021-11-17T22:19:43.613Z] === RUN TestNaiveSelf [2021-11-17T22:19:43.613Z] --- PASS: TestNaiveSelf (0.02s) [2021-11-17T22:19:43.613Z] PASS [2021-11-17T22:19:43.613Z] coverage: 82.4% of statements [2021-11-17T22:19:43.613Z] ok github.com/docker/docker/pkg/reexec 0.090s coverage: 82.4% of statements [2021-11-17T22:19:43.963Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.014s coverage: 65.3% of statements [2021-11-17T22:19:44.081Z] --- PASS: TestPubSubRace (1.04s) [2021-11-17T22:19:44.081Z] PASS [2021-11-17T22:19:44.081Z] coverage: 75.0% of statements [2021-11-17T22:19:44.081Z] ok github.com/docker/docker/pkg/pubsub 1.083s coverage: 75.0% of statements [2021-11-17T22:19:44.081Z] --- PASS: TestFailOnce (1.15s) [2021-11-17T22:19:44.081Z] === RUN TestEchoInputOutput [2021-11-17T22:19:44.081Z] --- PASS: TestEchoInputOutput (0.00s) [2021-11-17T22:19:44.081Z] === RUN TestBackoff [2021-11-17T22:19:44.081Z] --- PASS: TestBackoff (0.00s) [2021-11-17T22:19:44.081Z] === RUN TestAbortRetry [2021-11-17T22:19:44.081Z] --- PASS: TestAbortRetry (0.00s) [2021-11-17T22:19:44.081Z] === RUN TestClientScheme [2021-11-17T22:19:44.081Z] --- PASS: TestClientScheme (0.00s) [2021-11-17T22:19:44.081Z] === RUN TestNewClientWithTimeout [2021-11-17T22:19:44.548Z] === RUN TestParseSignal [2021-11-17T22:19:44.548Z] --- PASS: TestParseSignal (0.00s) [2021-11-17T22:19:44.548Z] === RUN TestValidSignalForPlatform [2021-11-17T22:19:44.548Z] --- PASS: TestValidSignalForPlatform (0.00s) [2021-11-17T22:19:44.548Z] PASS [2021-11-17T22:19:44.548Z] coverage: 19.7% of statements [2021-11-17T22:19:44.548Z] ok github.com/docker/docker/pkg/signal 0.034s coverage: 19.7% of statements [2021-11-17T22:19:44.548Z] time="2021-11-17T22:19:44Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49224/Test.Echo: Post \"http://127.0.0.1:49224/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-11-17T22:19:44.899Z] ok github.com/docker/docker/daemon/cluster/convert 0.006s coverage: 35.9% of statements [2021-11-17T22:19:45.015Z] === RUN TestNewStdWriter [2021-11-17T22:19:45.015Z] --- PASS: TestNewStdWriter (0.00s) [2021-11-17T22:19:45.015Z] === RUN TestWriteWithUninitializedStdWriter [2021-11-17T22:19:45.015Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-11-17T22:19:45.015Z] === RUN TestWriteWithNilBytes [2021-11-17T22:19:45.015Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-11-17T22:19:45.015Z] === RUN TestWrite [2021-11-17T22:19:45.015Z] --- PASS: TestWrite (0.00s) [2021-11-17T22:19:45.015Z] === RUN TestWriteWithWriterError [2021-11-17T22:19:45.015Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-11-17T22:19:45.015Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-11-17T22:19:45.015Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-11-17T22:19:45.015Z] === RUN TestStdCopyWriteAndRead [2021-11-17T22:19:45.015Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-11-17T22:19:45.015Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-11-17T22:19:45.015Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-11-17T22:19:45.015Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-11-17T22:19:45.015Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-11-17T22:19:45.015Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-11-17T22:19:45.015Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-11-17T22:19:45.015Z] === RUN TestStdCopyWithInvalidInputHeader [2021-11-17T22:19:45.015Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-11-17T22:19:45.015Z] === RUN TestStdCopyWithCorruptedPrefix [2021-11-17T22:19:45.015Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-11-17T22:19:45.015Z] === RUN TestStdCopyReturnsWriteErrors [2021-11-17T22:19:45.015Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-11-17T22:19:45.015Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-11-17T22:19:45.015Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-11-17T22:19:45.015Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-11-17T22:19:45.015Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-11-17T22:19:45.015Z] PASS [2021-11-17T22:19:45.015Z] coverage: 100.0% of statements [2021-11-17T22:19:45.015Z] ok github.com/docker/docker/pkg/stdcopy 0.032s coverage: 100.0% of statements [2021-11-17T22:19:45.015Z] === RUN TestRawProgressFormatterFormatStatus [2021-11-17T22:19:45.015Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-11-17T22:19:45.015Z] === RUN TestRawProgressFormatterFormatProgress [2021-11-17T22:19:45.015Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-11-17T22:19:45.015Z] === RUN TestFormatStatus [2021-11-17T22:19:45.015Z] --- PASS: TestFormatStatus (0.00s) [2021-11-17T22:19:45.015Z] === RUN TestFormatError [2021-11-17T22:19:45.015Z] --- PASS: TestFormatError (0.00s) [2021-11-17T22:19:45.015Z] === RUN TestFormatJSONError [2021-11-17T22:19:45.015Z] --- PASS: TestFormatJSONError (0.00s) [2021-11-17T22:19:45.015Z] === RUN TestJsonProgressFormatterFormatProgress [2021-11-17T22:19:45.015Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-11-17T22:19:45.015Z] === RUN TestJsonProgressFormatterFormatStatus [2021-11-17T22:19:45.015Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-11-17T22:19:45.015Z] === RUN TestNewJSONProgressOutput [2021-11-17T22:19:45.015Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-11-17T22:19:45.015Z] === RUN TestAuxFormatterEmit [2021-11-17T22:19:45.015Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-11-17T22:19:45.015Z] === RUN TestStreamWriterStdout [2021-11-17T22:19:45.015Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-11-17T22:19:45.015Z] === RUN TestStreamWriterStderr [2021-11-17T22:19:45.015Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-11-17T22:19:45.015Z] PASS [2021-11-17T22:19:45.015Z] coverage: 66.2% of statements [2021-11-17T22:19:45.015Z] ok github.com/docker/docker/pkg/streamformatter 0.041s coverage: 66.2% of statements [2021-11-17T22:19:45.483Z] === RUN TestGenerateRandomID [2021-11-17T22:19:45.483Z] --- PASS: TestGenerateRandomID (0.00s) [2021-11-17T22:19:45.483Z] === RUN TestShortenId [2021-11-17T22:19:45.483Z] --- PASS: TestShortenId (0.00s) [2021-11-17T22:19:45.483Z] === RUN TestShortenSha256Id [2021-11-17T22:19:45.483Z] --- PASS: TestShortenSha256Id (0.00s) [2021-11-17T22:19:45.483Z] === RUN TestShortenIdEmpty [2021-11-17T22:19:45.483Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-11-17T22:19:45.483Z] === RUN TestShortenIdInvalid [2021-11-17T22:19:45.483Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-11-17T22:19:45.483Z] === RUN TestIsShortIDNonHex [2021-11-17T22:19:45.483Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-11-17T22:19:45.483Z] === RUN TestIsShortIDNotCorrectSize [2021-11-17T22:19:45.483Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-11-17T22:19:45.483Z] PASS [2021-11-17T22:19:45.483Z] coverage: 70.6% of statements [2021-11-17T22:19:45.483Z] ok github.com/docker/docker/pkg/stringid 0.033s coverage: 70.6% of statements [2021-11-17T22:19:45.483Z] === RUN TestIsCpusetListAvailable [2021-11-17T22:19:45.483Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-11-17T22:19:45.483Z] PASS [2021-11-17T22:19:45.483Z] coverage: 38.2% of statements [2021-11-17T22:19:45.963Z] ok github.com/docker/docker/pkg/sysinfo 0.028s coverage: 38.2% of statements [2021-11-17T22:19:45.963Z] time="2021-11-17T22:19:45Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49224/Test.Echo: Post \"http://127.0.0.1:49224/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-11-17T22:19:46.430Z] === RUN TestTailFile [2021-11-17T22:19:46.430Z] --- PASS: TestTailFile (0.00s) [2021-11-17T22:19:46.430Z] === RUN TestTailFileManyLines [2021-11-17T22:19:46.430Z] --- PASS: TestTailFileManyLines (0.00s) [2021-11-17T22:19:46.430Z] === RUN TestTailEmptyFile [2021-11-17T22:19:46.430Z] --- PASS: TestTailEmptyFile (0.00s) [2021-11-17T22:19:46.430Z] === RUN TestTailNegativeN [2021-11-17T22:19:46.430Z] --- PASS: TestTailNegativeN (0.00s) [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader [2021-11-17T22:19:46.430Z] === PAUSE TestNewTailReader [2021-11-17T22:19:46.430Z] === CONT TestNewTailReader [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/4_byte_delimiter [2021-11-17T22:19:46.430Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/8_byte_delimiter [2021-11-17T22:19:46.430Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/12_byte_delimiter [2021-11-17T22:19:46.430Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/no_delimiter [2021-11-17T22:19:46.430Z] === PAUSE TestNewTailReader/no_delimiter [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/single_byte_delimiter [2021-11-17T22:19:46.430Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/2_byte_delimiter [2021-11-17T22:19:46.430Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/truncated_last_line [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-11-17T22:19:46.430Z] === CONT TestNewTailReader/4_byte_delimiter [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-11-17T22:19:46.430Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-11-17T22:19:46.430Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-11-17T22:19:46.430Z] === CONT TestNewTailReader/single_byte_delimiter [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-11-17T22:19:46.430Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-11-17T22:19:46.430Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-11-17T22:19:46.430Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-17T22:19:46.430Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-17T22:19:46.430Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-11-17T22:19:46.430Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-11-17T22:19:46.430Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-11-17T22:19:46.430Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-11-17T22:19:46.430Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-11-17T22:19:46.430Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-11-17T22:19:46.430Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-11-17T22:19:46.430Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-11-17T22:19:46.430Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-17T22:19:46.430Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-17T22:19:46.430Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-11-17T22:19:46.430Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-11-17T22:19:46.430Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-11-17T22:19:46.430Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-11-17T22:19:46.430Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-11-17T22:19:46.430Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-11-17T22:19:46.430Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-11-17T22:19:46.430Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-11-17T22:19:46.430Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-11-17T22:19:46.431Z] === CONT TestNewTailReader/8_byte_delimiter [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-11-17T22:19:46.431Z] === CONT TestNewTailReader/no_delimiter [2021-11-17T22:19:46.431Z] === CONT TestNewTailReader/12_byte_delimiter [2021-11-17T22:19:46.431Z] === CONT TestNewTailReader/2_byte_delimiter [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-11-17T22:19:46.431Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-17T22:19:46.431Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-17T22:19:46.431Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-17T22:19:46.431Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-11-17T22:19:46.431Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-17T22:19:46.431Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.431Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-17T22:19:46.431Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.431Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-17T22:19:46.431Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-11-17T22:19:46.431Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-17T22:19:46.431Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-17T22:19:46.431Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-17T22:19:46.432Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-17T22:19:46.432Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-17T22:19:46.432Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-11-17T22:19:46.432Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-11-17T22:19:46.432Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-17T22:19:46.433Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.433Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-17T22:19:46.433Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.433Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-17T22:19:46.433Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-17T22:19:46.433Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-17T22:19:46.433Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-11-17T22:19:46.433Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-11-17T22:19:46.433Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-17T22:19:46.433Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-17T22:19:46.433Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-17T22:19:46.433Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.433Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-17T22:19:46.433Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-17T22:19:46.433Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-17T22:19:46.433Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-11-17T22:19:46.433Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-17T22:19:46.433Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-17T22:19:46.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-17T22:19:46.434Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-17T22:19:46.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-17T22:19:46.434Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.434Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-11-17T22:19:46.434Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-11-17T22:19:46.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-11-17T22:19:46.434Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-11-17T22:19:46.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-11-17T22:19:46.434Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-11-17T22:19:46.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-11-17T22:19:46.434Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-17T22:19:46.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-17T22:19:46.434Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-11-17T22:19:46.434Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-11-17T22:19:46.434Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-11-17T22:19:46.434Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-11-17T22:19:46.434Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-11-17T22:19:46.434Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-11-17T22:19:46.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-11-17T22:19:46.434Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-11-17T22:19:46.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-11-17T22:19:46.434Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-11-17T22:19:46.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-11-17T22:19:46.434Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-11-17T22:19:46.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-11-17T22:19:46.434Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-11-17T22:19:46.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-11-17T22:19:46.434Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-11-17T22:19:46.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-11-17T22:19:46.434Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-11-17T22:19:46.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-11-17T22:19:46.434Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-11-17T22:19:46.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-11-17T22:19:46.434Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-11-17T22:19:46.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-11-17T22:19:46.434Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-11-17T22:19:46.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-11-17T22:19:46.434Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-17T22:19:46.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-17T22:19:46.434Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-17T22:19:46.434Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-11-17T22:19:46.434Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-11-17T22:19:46.434Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-11-17T22:19:46.434Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-17T22:19:46.434Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-17T22:19:46.434Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-11-17T22:19:46.434Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-11-17T22:19:46.434Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-11-17T22:19:46.434Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-17T22:19:46.434Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-17T22:19:46.434Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-11-17T22:19:46.434Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-11-17T22:19:46.434Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-11-17T22:19:46.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-17T22:19:46.434Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-11-17T22:19:46.434Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-11-17T22:19:46.434Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-11-17T22:19:46.434Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-11-17T22:19:46.434Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-11-17T22:19:46.434Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-11-17T22:19:46.434Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-11-17T22:19:46.434Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-11-17T22:19:46.434Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-11-17T22:19:46.730Z] Loaded image: buildpack-deps:buster [2021-11-17T22:19:46.730Z] Loaded image: busybox:latest [2021-11-17T22:19:46.730Z] Loaded image: busybox:glibc [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-17T22:19:46.913Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.913Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.913Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-17T22:19:46.913Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-17T22:19:46.913Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-17T22:19:46.913Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-11-17T22:19:46.913Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-11-17T22:19:46.913Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-17T22:19:46.913Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-17T22:19:46.913Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-17T22:19:46.913Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-11-17T22:19:46.913Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-17T22:19:46.913Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-17T22:19:46.913Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-17T22:19:46.913Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.913Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-17T22:19:46.913Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-17T22:19:46.913Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-17T22:19:46.913Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-17T22:19:46.913Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-11-17T22:19:46.914Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-11-17T22:19:46.914Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-11-17T22:19:46.914Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-11-17T22:19:46.914Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-11-17T22:19:46.914Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-11-17T22:19:46.914Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-11-17T22:19:46.914Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-11-17T22:19:46.914Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-11-17T22:19:46.914Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-11-17T22:19:46.914Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-11-17T22:19:46.914Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-11-17T22:19:46.914Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-11-17T22:19:46.914Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-11-17T22:19:46.914Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-11-17T22:19:46.914Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-11-17T22:19:46.914Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-11-17T22:19:46.914Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-11-17T22:19:46.914Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-11-17T22:19:46.914Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-11-17T22:19:46.914Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-11-17T22:19:46.914Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-11-17T22:19:46.914Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-11-17T22:19:46.914Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-11-17T22:19:46.914Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-11-17T22:19:46.914Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-11-17T22:19:46.914Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-11-17T22:19:46.914Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-11-17T22:19:46.914Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-11-17T22:19:46.914Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-11-17T22:19:46.914Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-11-17T22:19:46.914Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-11-17T22:19:46.915Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-11-17T22:19:46.915Z] --- PASS: TestNewTailReader (0.00s) [2021-11-17T22:19:46.915Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-11-17T22:19:46.915Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-11-17T22:19:46.915Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-11-17T22:19:46.915Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-11-17T22:19:46.915Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-11-17T22:19:46.915Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-11-17T22:19:46.915Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-11-17T22:19:46.915Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-11-17T22:19:46.915Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.915Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-11-17T22:19:46.915Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-11-17T22:19:46.915Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.915Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-11-17T22:19:46.915Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.01s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.02s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.01s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.01s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.02s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.02s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.01s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-17T22:19:46.916Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.01s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.01s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter (0.01s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.01s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-11-17T22:19:46.917Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-11-17T22:19:46.918Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-11-17T22:19:46.918Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-11-17T22:19:46.918Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-11-17T22:19:46.918Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-11-17T22:19:46.918Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-11-17T22:19:46.918Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-11-17T22:19:46.918Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-17T22:19:46.918Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.918Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-17T22:19:46.918Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-17T22:19:46.918Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-17T22:19:46.918Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-17T22:19:46.918Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-11-17T22:19:46.918Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-17T22:19:46.918Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.918Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-11-17T22:19:46.918Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-11-17T22:19:46.918Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-17T22:19:46.918Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-11-17T22:19:46.918Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-11-17T22:19:46.918Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.01s) [2021-11-17T22:19:46.918Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-11-17T22:19:46.918Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-11-17T22:19:46.918Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-17T22:19:47.397Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-11-17T22:19:47.397Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-17T22:19:47.397Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-11-17T22:19:47.397Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-17T22:19:47.397Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-17T22:19:47.397Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2021-11-17T22:19:47.397Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-17T22:19:47.397Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-17T22:19:47.397Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-17T22:19:47.397Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-11-17T22:19:47.398Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-11-17T22:19:47.398Z] PASS [2021-11-17T22:19:47.398Z] coverage: 88.6% of statements [2021-11-17T22:19:47.398Z] ok github.com/docker/docker/pkg/tailfile 0.322s coverage: 88.6% of statements [2021-11-17T22:19:47.398Z] === RUN TestChtimes [2021-11-17T22:19:47.398Z] --- PASS: TestChtimes (0.00s) [2021-11-17T22:19:47.398Z] === RUN TestChtimesWindows [2021-11-17T22:19:47.398Z] --- PASS: TestChtimesWindows (0.00s) [2021-11-17T22:19:47.398Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-11-17T22:19:47.398Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-11-17T22:19:47.398Z] === RUN TestEnsureRemoveAllNotExist [2021-11-17T22:19:47.398Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-11-17T22:19:47.398Z] === RUN TestEnsureRemoveAllWithDir [2021-11-17T22:19:47.398Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-11-17T22:19:47.398Z] === RUN TestEnsureRemoveAllWithFile [2021-11-17T22:19:47.398Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-11-17T22:19:47.398Z] === RUN TestHasWin32KSupport [2021-11-17T22:19:47.398Z] syscall_windows_test.go:8: win32k: true [2021-11-17T22:19:47.398Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-11-17T22:19:47.398Z] PASS [2021-11-17T22:19:47.398Z] coverage: 12.0% of statements [2021-11-17T22:19:47.398Z] ok github.com/docker/docker/pkg/system 0.071s coverage: 12.0% of statements [2021-11-17T22:19:47.865Z] === RUN TestTarSumRemoveNonExistent [2021-11-17T22:19:47.865Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-11-17T22:19:47.865Z] === RUN TestTarSumRemove [2021-11-17T22:19:47.865Z] --- PASS: TestTarSumRemove (0.00s) [2021-11-17T22:19:47.865Z] === RUN TestSortFileInfoSums [2021-11-17T22:19:47.865Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-11-17T22:19:47.865Z] === RUN TestNewTarSumForLabelInvalid [2021-11-17T22:19:47.865Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-11-17T22:19:47.865Z] === RUN TestNewTarSumForLabel [2021-11-17T22:19:47.865Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-11-17T22:19:47.865Z] === RUN TestEmptyTar [2021-11-17T22:19:47.865Z] --- PASS: TestEmptyTar (0.00s) [2021-11-17T22:19:47.865Z] === RUN TestTarSumsReadSize [2021-11-17T22:19:47.865Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-11-17T22:19:47.865Z] === RUN TestTarSums [2021-11-17T22:19:47.865Z] --- PASS: TestTarSums (0.06s) [2021-11-17T22:19:47.865Z] === RUN TestIteration [2021-11-17T22:19:47.865Z] --- PASS: TestIteration (0.00s) [2021-11-17T22:19:47.865Z] === RUN TestVersionLabelForChecksum [2021-11-17T22:19:47.865Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-11-17T22:19:47.865Z] === RUN TestVersion [2021-11-17T22:19:47.865Z] --- PASS: TestVersion (0.00s) [2021-11-17T22:19:47.865Z] === RUN TestGetVersion [2021-11-17T22:19:47.865Z] --- PASS: TestGetVersion (0.00s) [2021-11-17T22:19:47.865Z] === RUN TestGetVersions [2021-11-17T22:19:47.865Z] --- PASS: TestGetVersions (0.00s) [2021-11-17T22:19:47.865Z] PASS [2021-11-17T22:19:47.865Z] coverage: 89.3% of statements [2021-11-17T22:19:47.865Z] ok github.com/docker/docker/pkg/tarsum 0.114s coverage: 89.3% of statements [2021-11-17T22:19:47.865Z] testing: warning: no tests to run [2021-11-17T22:19:47.865Z] PASS [2021-11-17T22:19:47.865Z] coverage: [no statements] [2021-11-17T22:19:47.865Z] ok github.com/docker/docker/pkg/term/windows 0.031s coverage: [no statements] [no tests to run] [2021-11-17T22:19:48.334Z] === RUN TestTruncIndex [2021-11-17T22:19:48.334Z] === RUN TestIsGIT [2021-11-17T22:19:48.334Z] --- PASS: TestIsGIT (0.00s) [2021-11-17T22:19:48.334Z] === RUN TestIsTransport [2021-11-17T22:19:48.334Z] --- PASS: TestIsTransport (0.00s) [2021-11-17T22:19:48.334Z] PASS [2021-11-17T22:19:48.334Z] coverage: 100.0% of statements [2021-11-17T22:19:48.334Z] ok github.com/docker/docker/pkg/urlutil 0.027s coverage: 100.0% of statements [2021-11-17T22:19:48.334Z] --- PASS: TestTruncIndex (0.10s) [2021-11-17T22:19:48.334Z] PASS [2021-11-17T22:19:48.334Z] coverage: 91.5% of statements [2021-11-17T22:19:48.334Z] ok github.com/docker/docker/pkg/truncindex 0.134s coverage: 91.5% of statements [2021-11-17T22:19:48.801Z] time="2021-11-17T22:19:48Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49224/Test.Echo: Post \"http://127.0.0.1:49224/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-11-17T22:19:48.801Z] === RUN TestVersionInfo [2021-11-17T22:19:48.801Z] --- PASS: TestVersionInfo (0.00s) [2021-11-17T22:19:48.801Z] === RUN TestAppendVersions [2021-11-17T22:19:48.801Z] --- PASS: TestAppendVersions (0.00s) [2021-11-17T22:19:48.801Z] PASS [2021-11-17T22:19:48.801Z] coverage: 88.9% of statements [2021-11-17T22:19:48.801Z] ok github.com/docker/docker/pkg/useragent 0.053s coverage: 88.9% of statements [2021-11-17T22:19:49.786Z] === RUN TestValidatePrivileges [2021-11-17T22:19:49.786Z] --- PASS: TestValidatePrivileges (0.00s) [2021-11-17T22:19:49.786Z] === RUN TestFilterByCapNeg [2021-11-17T22:19:49.786Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-11-17T22:19:49.786Z] === RUN TestFilterByCapPos [2021-11-17T22:19:49.786Z] --- PASS: TestFilterByCapPos (0.00s) [2021-11-17T22:19:49.786Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-11-17T22:19:49.786Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-11-17T22:19:49.786Z] PASS [2021-11-17T22:19:49.786Z] coverage: 12.0% of statements [2021-11-17T22:19:49.786Z] ok github.com/docker/docker/plugin 0.039s coverage: 12.0% of statements [2021-11-17T22:19:50.253Z] === RUN TestNewSettable [2021-11-17T22:19:50.253Z] --- PASS: TestNewSettable (0.00s) [2021-11-17T22:19:50.253Z] === RUN TestIsSettable [2021-11-17T22:19:50.253Z] --- PASS: TestIsSettable (0.00s) [2021-11-17T22:19:50.253Z] === RUN TestUpdateSettingsEnv [2021-11-17T22:19:50.253Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-11-17T22:19:50.253Z] PASS [2021-11-17T22:19:50.253Z] coverage: 20.1% of statements [2021-11-17T22:19:50.253Z] ok github.com/docker/docker/plugin/v2 0.034s coverage: 20.1% of statements [2021-11-17T22:19:50.720Z] === RUN TestLoad [2021-11-17T22:19:50.720Z] --- PASS: TestLoad (0.00s) [2021-11-17T22:19:50.720Z] === RUN TestSave [2021-11-17T22:19:51.188Z] --- PASS: TestSave (0.03s) [2021-11-17T22:19:51.188Z] === RUN TestAddDeleteGet [2021-11-17T22:19:51.188Z] --- PASS: TestAddDeleteGet (0.04s) [2021-11-17T22:19:51.188Z] === RUN TestInvalidTags [2021-11-17T22:19:51.188Z] --- PASS: TestInvalidTags (0.00s) [2021-11-17T22:19:51.188Z] PASS [2021-11-17T22:19:51.188Z] coverage: 84.4% of statements [2021-11-17T22:19:51.188Z] ok github.com/docker/docker/reference 0.109s coverage: 84.4% of statements [2021-11-17T22:19:51.460Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.439s coverage: 13.8% of statements [2021-11-17T22:19:51.655Z] === RUN TestResolveAuthConfigIndexServer [2021-11-17T22:19:51.655Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-11-17T22:19:51.655Z] === RUN TestResolveAuthConfigFullURL [2021-11-17T22:19:51.655Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-11-17T22:19:51.655Z] === RUN TestLoadAllowNondistributableArtifacts [2021-11-17T22:19:51.655Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-11-17T22:19:51.655Z] === RUN TestValidateMirror [2021-11-17T22:19:51.655Z] --- PASS: TestValidateMirror (0.00s) [2021-11-17T22:19:51.655Z] === RUN TestLoadInsecureRegistries [2021-11-17T22:19:51.996Z] Loaded image: debian:bullseye [2021-11-17T22:19:51.996Z] Loaded image: hello-world:latest [2021-11-17T22:19:51.996Z] Loaded image: arm32v7/hello-world:latest [2021-11-17T22:19:51.996Z] INFO: Testing against a local daemon [2021-11-17T22:19:51.996Z] === RUN TestCgroupNamespacesBuild [2021-11-17T22:19:52.122Z] time="2021-11-17T22:19:51Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-11-17T22:19:52.122Z] time="2021-11-17T22:19:51Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-11-17T22:19:52.122Z] time="2021-11-17T22:19:51Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-11-17T22:19:52.122Z] --- PASS: TestLoadInsecureRegistries (0.13s) [2021-11-17T22:19:52.122Z] === RUN TestNewServiceConfig [2021-11-17T22:19:52.122Z] --- PASS: TestNewServiceConfig (0.00s) [2021-11-17T22:19:52.122Z] === RUN TestValidateIndexName [2021-11-17T22:19:52.122Z] --- PASS: TestValidateIndexName (0.00s) [2021-11-17T22:19:52.122Z] === RUN TestValidateIndexNameWithError [2021-11-17T22:19:52.122Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-11-17T22:19:52.122Z] === RUN TestEndpointParse [2021-11-17T22:19:52.122Z] --- PASS: TestEndpointParse (0.00s) [2021-11-17T22:19:52.122Z] === RUN TestEndpointParseInvalid [2021-11-17T22:19:52.122Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-11-17T22:19:52.122Z] === RUN TestValidateEndpoint [2021-11-17T22:19:52.122Z] --- PASS: TestValidateEndpoint (0.01s) [2021-11-17T22:19:52.122Z] === RUN TestPing [2021-11-17T22:19:52.122Z] --- PASS: TestPing (0.00s) [2021-11-17T22:19:52.122Z] === RUN TestPingRegistryEndpoint [2021-11-17T22:19:52.122Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-11-17T22:19:52.122Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-11-17T22:19:52.122Z] === RUN TestEndpoint [2021-11-17T22:19:52.122Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-11-17T22:19:52.122Z] --- SKIP: TestEndpoint (0.00s) [2021-11-17T22:19:52.122Z] === RUN TestParseRepositoryInfo [2021-11-17T22:19:52.122Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-11-17T22:19:52.122Z] === RUN TestNewIndexInfo [2021-11-17T22:19:52.122Z] --- PASS: TestNewIndexInfo (0.00s) [2021-11-17T22:19:52.122Z] === RUN TestMirrorEndpointLookup [2021-11-17T22:19:52.122Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-11-17T22:19:52.122Z] --- SKIP: TestMirrorEndpointLookup (0.01s) [2021-11-17T22:19:52.122Z] === RUN TestSearchRepositories [2021-11-17T22:19:52.122Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-11-17T22:19:52.122Z] Host: 127.0.0.1:49228 [2021-11-17T22:19:52.122Z] User-Agent: docker test client [2021-11-17T22:19:52.122Z] Authorization: Token fake-token [2021-11-17T22:19:52.122Z] X-Docker-Token: true [2021-11-17T22:19:52.122Z] Accept-Encoding: gzip [2021-11-17T22:19:52.122Z] [2021-11-17T22:19:52.122Z] [2021-11-17T22:19:52.122Z] registry_test.go:730: HTTP/1.1 200 OK [2021-11-17T22:19:52.122Z] Connection: close [2021-11-17T22:19:52.122Z] Content-Length: 144 [2021-11-17T22:19:52.122Z] Cache-Control: no-cache [2021-11-17T22:19:52.122Z] Content-Type: application/json [2021-11-17T22:19:52.122Z] Date: Wed, 17 Nov 2021 22:19:51 GMT [2021-11-17T22:19:52.122Z] Expires: -1 [2021-11-17T22:19:52.122Z] Pragma: no-cache [2021-11-17T22:19:52.122Z] Server: docker-tests/mock [2021-11-17T22:19:52.122Z] X-Docker-Registry-Config: mock [2021-11-17T22:19:52.122Z] X-Docker-Registry-Version: 0.0.0 [2021-11-17T22:19:52.122Z] [2021-11-17T22:19:52.122Z] [2021-11-17T22:19:52.122Z] --- PASS: TestSearchRepositories (0.01s) [2021-11-17T22:19:52.122Z] === RUN TestTrustedLocation [2021-11-17T22:19:52.122Z] --- PASS: TestTrustedLocation (0.00s) [2021-11-17T22:19:52.122Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-11-17T22:19:52.122Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-11-17T22:19:52.122Z] === RUN TestAllowNondistributableArtifacts [2021-11-17T22:19:52.122Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-11-17T22:19:52.122Z] === RUN TestIsSecureIndex [2021-11-17T22:19:52.122Z] --- PASS: TestIsSecureIndex (0.00s) [2021-11-17T22:19:52.122Z] PASS [2021-11-17T22:19:52.122Z] coverage: 50.3% of statements [2021-11-17T22:19:52.122Z] ok github.com/docker/docker/registry 0.221s coverage: 50.3% of statements [2021-11-17T22:19:52.122Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-11-17T22:19:52.122Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2021-11-17T22:19:52.122Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-11-17T22:19:52.122Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-11-17T22:19:52.122Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-11-17T22:19:52.122Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-11-17T22:19:52.122Z] === RUN TestResumableRequestReaderWithReadError [2021-11-17T22:19:52.395Z] ok github.com/docker/docker/daemon/config 0.023s coverage: 81.8% of statements [2021-11-17T22:19:52.589Z] time="2021-11-17T22:19:51Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-11-17T22:19:52.589Z] --- PASS: TestResumableRequestReaderWithReadError (0.13s) [2021-11-17T22:19:52.589Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-11-17T22:19:52.589Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-11-17T22:19:52.589Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-11-17T22:19:52.589Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-11-17T22:19:52.589Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-11-17T22:19:52.589Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-11-17T22:19:52.589Z] === RUN TestResumableRequestReader [2021-11-17T22:19:52.589Z] --- PASS: TestResumableRequestReader (0.00s) [2021-11-17T22:19:52.589Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-11-17T22:19:52.589Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-11-17T22:19:52.589Z] PASS [2021-11-17T22:19:52.589Z] coverage: 100.0% of statements [2021-11-17T22:19:52.589Z] ok github.com/docker/docker/registry/resumable 0.180s coverage: 100.0% of statements [2021-11-17T22:19:52.589Z] === RUN TestRestartManagerTimeout [2021-11-17T22:19:52.589Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-11-17T22:19:52.589Z] === RUN TestRestartManagerTimeoutReset [2021-11-17T22:19:52.589Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-11-17T22:19:52.589Z] PASS [2021-11-17T22:19:52.589Z] coverage: 50.9% of statements [2021-11-17T22:19:52.589Z] ok github.com/docker/docker/restartmanager 0.032s coverage: 50.9% of statements [2021-11-17T22:19:52.962Z] ok github.com/docker/docker/daemon/discovery 0.003s coverage: 30.0% of statements [2021-11-17T22:19:53.057Z] === RUN TestDecodeContainerConfig [2021-11-17T22:19:53.057Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-11-17T22:19:53.057Z] === RUN TestDecodeContainerConfigIsolation [2021-11-17T22:19:53.057Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-11-17T22:19:53.057Z] === RUN TestValidatePrivileged [2021-11-17T22:19:53.057Z] --- PASS: TestValidatePrivileged (0.00s) [2021-11-17T22:19:53.057Z] PASS [2021-11-17T22:19:53.057Z] coverage: 52.2% of statements [2021-11-17T22:19:53.057Z] ok github.com/docker/docker/runconfig 0.039s coverage: 52.2% of statements [2021-11-17T22:19:53.057Z] time="2021-11-17T22:19:52Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49224/Test.Echo: Post \"http://127.0.0.1:49224/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-11-17T22:19:53.221Z] ok github.com/docker/docker/daemon/events 0.056s coverage: 50.0% of statements [2021-11-17T22:19:53.524Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-11-17T22:19:53.524Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-11-17T22:19:53.524Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-11-17T22:19:53.524Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-11-17T22:19:53.524Z] PASS [2021-11-17T22:19:53.524Z] coverage: 62.5% of statements [2021-11-17T22:19:53.524Z] ok github.com/docker/docker/testutil 0.044s coverage: 62.5% of statements [2021-11-17T22:19:53.788Z] ok github.com/docker/docker/daemon/graphdriver 0.004s coverage: 2.2% of statements [2021-11-17T22:19:53.992Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-11-17T22:19:53.992Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-11-17T22:19:53.992Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-11-17T22:19:53.992Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-11-17T22:19:53.992Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-11-17T22:19:53.992Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-11-17T22:19:53.992Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-11-17T22:19:53.992Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-11-17T22:19:53.992Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-11-17T22:19:54.723Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.009s coverage: 4.2% of statements [2021-11-17T22:19:55.282Z] --- PASS: TestCgroupNamespacesBuild (2.66s) [2021-11-17T22:19:55.283Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-11-17T22:19:55.327Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2021-11-17T22:19:55.554Z] === RUN TestGetDriver [2021-11-17T22:19:55.554Z] --- PASS: TestGetDriver (0.00s) [2021-11-17T22:19:55.554Z] === RUN TestVolumeRequestError [2021-11-17T22:19:55.554Z] --- PASS: TestVolumeRequestError (0.01s) [2021-11-17T22:19:55.554Z] PASS [2021-11-17T22:19:55.554Z] coverage: 36.1% of statements [2021-11-17T22:19:55.554Z] ok github.com/docker/docker/volume/drivers 0.043s coverage: 36.1% of statements [2021-11-17T22:19:56.025Z] === RUN TestGetAddress [2021-11-17T22:19:56.025Z] --- PASS: TestGetAddress (0.00s) [2021-11-17T22:19:56.025Z] === RUN TestRemove [2021-11-17T22:19:56.025Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-11-17T22:19:56.025Z] --- SKIP: TestRemove (0.00s) [2021-11-17T22:19:56.025Z] === RUN TestInitializeWithVolumes [2021-11-17T22:19:56.025Z] --- PASS: TestInitializeWithVolumes (0.01s) [2021-11-17T22:19:56.025Z] === RUN TestCreate [2021-11-17T22:19:56.025Z] --- PASS: TestCreate (0.01s) [2021-11-17T22:19:56.025Z] === RUN TestValidateName [2021-11-17T22:19:56.025Z] --- PASS: TestValidateName (0.00s) [2021-11-17T22:19:56.025Z] === RUN TestCreateWithOpts [2021-11-17T22:19:56.025Z] local_test.go:181: runtime.GOOS == "windows" [2021-11-17T22:19:56.025Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-11-17T22:19:56.025Z] === RUN TestRelaodNoOpts [2021-11-17T22:19:56.025Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-11-17T22:19:56.025Z] PASS [2021-11-17T22:19:56.025Z] coverage: 41.5% of statements [2021-11-17T22:19:56.025Z] ok github.com/docker/docker/volume/local 0.106s coverage: 41.5% of statements [2021-11-17T22:19:56.098Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.004s coverage: 2.9% of statements [2021-11-17T22:19:56.098Z] ok github.com/docker/docker/daemon 12.135s coverage: 17.1% of statements [2021-11-17T22:19:56.098Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-11-17T22:19:56.098Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-11-17T22:19:56.098Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-11-17T22:19:56.098Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-11-17T22:19:56.492Z] === RUN TestConvertTmpfsOptions [2021-11-17T22:19:56.492Z] parser_test.go:49: data="mode=700,size=1m" [2021-11-17T22:19:56.492Z] parser_test.go:49: data="ro" [2021-11-17T22:19:56.492Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-11-17T22:19:56.492Z] === RUN TestParseMountRaw [2021-11-17T22:19:56.492Z] --- PASS: TestParseMountRaw (0.02s) [2021-11-17T22:19:56.492Z] === RUN TestParseMountRawSplit [2021-11-17T22:19:56.492Z] parser_test.go:390: case 0 [2021-11-17T22:19:56.660Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.96s) [2021-11-17T22:19:56.660Z] === RUN TestBuildWithSession [2021-11-17T22:19:56.660Z] build_session_test.go:25: TODO: BuildKit [2021-11-17T22:19:56.660Z] --- SKIP: TestBuildWithSession (0.00s) [2021-11-17T22:19:56.660Z] === RUN TestBuildSquashParent [2021-11-17T22:19:56.961Z] parser_test.go:390: case 1 [2021-11-17T22:19:56.961Z] parser_test.go:390: case 2 [2021-11-17T22:19:56.961Z] parser_test.go:390: case 3 [2021-11-17T22:19:56.961Z] parser_test.go:390: case 4 [2021-11-17T22:19:56.961Z] parser_test.go:390: case 5 [2021-11-17T22:19:56.961Z] parser_test.go:390: case 6 [2021-11-17T22:19:56.961Z] parser_test.go:390: case 7 [2021-11-17T22:19:56.961Z] parser_test.go:390: case 8 [2021-11-17T22:19:56.961Z] parser_test.go:390: case 0 [2021-11-17T22:19:56.961Z] parser_test.go:390: case 1 [2021-11-17T22:19:56.961Z] parser_test.go:390: case 2 [2021-11-17T22:19:56.961Z] parser_test.go:390: case 3 [2021-11-17T22:19:56.961Z] parser_test.go:390: case 4 [2021-11-17T22:19:56.961Z] parser_test.go:390: case 5 [2021-11-17T22:19:56.961Z] parser_test.go:390: case 6 [2021-11-17T22:19:56.961Z] parser_test.go:390: case 7 [2021-11-17T22:19:56.961Z] parser_test.go:390: case 8 [2021-11-17T22:19:56.961Z] parser_test.go:390: case 9 [2021-11-17T22:19:56.961Z] parser_test.go:390: case 10 [2021-11-17T22:19:56.961Z] parser_test.go:390: case 11 [2021-11-17T22:19:56.961Z] parser_test.go:390: case 12 [2021-11-17T22:19:56.961Z] parser_test.go:390: case 0 [2021-11-17T22:19:56.961Z] parser_test.go:390: case 1 [2021-11-17T22:19:56.961Z] parser_test.go:390: case 2 [2021-11-17T22:19:56.961Z] parser_test.go:390: case 3 [2021-11-17T22:19:56.961Z] parser_test.go:390: case 4 [2021-11-17T22:19:56.961Z] parser_test.go:390: case 5 [2021-11-17T22:19:56.961Z] parser_test.go:390: case 6 [2021-11-17T22:19:56.961Z] parser_test.go:390: case 7 [2021-11-17T22:19:56.961Z] parser_test.go:390: case 8 [2021-11-17T22:19:56.961Z] parser_test.go:390: case 9 [2021-11-17T22:19:56.961Z] parser_test.go:390: case 10 [2021-11-17T22:19:56.961Z] parser_test.go:390: case 11 [2021-11-17T22:19:56.961Z] --- PASS: TestParseMountRawSplit (0.00s) [2021-11-17T22:19:56.961Z] === RUN TestParseMountSpec [2021-11-17T22:19:56.961Z] parser_test.go:455: case 0 [2021-11-17T22:19:56.961Z] parser_test.go:455: case 1 [2021-11-17T22:19:56.961Z] parser_test.go:455: case 2 [2021-11-17T22:19:56.961Z] parser_test.go:455: case 3 [2021-11-17T22:19:56.961Z] parser_test.go:455: case 4 [2021-11-17T22:19:56.961Z] parser_test.go:455: case 5 [2021-11-17T22:19:56.961Z] --- PASS: TestParseMountSpec (0.00s) [2021-11-17T22:19:56.961Z] === RUN TestParseMountSpecBindWithFileinfoError [2021-11-17T22:19:56.961Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2021-11-17T22:19:56.961Z] === RUN TestValidateMount [2021-11-17T22:19:56.961Z] --- PASS: TestValidateMount (0.00s) [2021-11-17T22:19:56.961Z] PASS [2021-11-17T22:19:56.961Z] coverage: 66.2% of statements [2021-11-17T22:19:56.961Z] ok github.com/docker/docker/volume/mounts 0.072s coverage: 66.2% of statements [2021-11-17T22:19:56.961Z] === RUN TestSetGetMeta [2021-11-17T22:19:56.961Z] === PAUSE TestSetGetMeta [2021-11-17T22:19:56.961Z] === RUN TestRestore [2021-11-17T22:19:56.961Z] === PAUSE TestRestore [2021-11-17T22:19:56.961Z] === RUN TestServiceCreate [2021-11-17T22:19:56.961Z] === PAUSE TestServiceCreate [2021-11-17T22:19:56.961Z] === RUN TestServiceList [2021-11-17T22:19:56.961Z] === PAUSE TestServiceList [2021-11-17T22:19:56.961Z] === RUN TestServiceRemove [2021-11-17T22:19:56.961Z] === PAUSE TestServiceRemove [2021-11-17T22:19:56.961Z] === RUN TestServiceGet [2021-11-17T22:19:56.961Z] === PAUSE TestServiceGet [2021-11-17T22:19:56.961Z] === RUN TestServicePrune [2021-11-17T22:19:56.961Z] === PAUSE TestServicePrune [2021-11-17T22:19:56.961Z] === RUN TestCreate [2021-11-17T22:19:56.961Z] === PAUSE TestCreate [2021-11-17T22:19:56.961Z] === RUN TestRemove [2021-11-17T22:19:56.961Z] === PAUSE TestRemove [2021-11-17T22:19:56.961Z] === RUN TestList [2021-11-17T22:19:56.961Z] === PAUSE TestList [2021-11-17T22:19:56.961Z] === RUN TestFindByDriver [2021-11-17T22:19:56.961Z] === PAUSE TestFindByDriver [2021-11-17T22:19:56.961Z] === RUN TestFindByReferenced [2021-11-17T22:19:56.961Z] === PAUSE TestFindByReferenced [2021-11-17T22:19:56.961Z] === RUN TestDerefMultipleOfSameRef [2021-11-17T22:19:56.961Z] === PAUSE TestDerefMultipleOfSameRef [2021-11-17T22:19:56.961Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-11-17T22:19:56.961Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-11-17T22:19:56.961Z] === RUN TestDefererencePluginOnCreateError [2021-11-17T22:19:56.961Z] === PAUSE TestDefererencePluginOnCreateError [2021-11-17T22:19:56.961Z] === RUN TestRefDerefRemove [2021-11-17T22:19:56.961Z] === PAUSE TestRefDerefRemove [2021-11-17T22:19:56.961Z] === RUN TestGet [2021-11-17T22:19:56.961Z] === PAUSE TestGet [2021-11-17T22:19:56.961Z] === RUN TestGetWithReference [2021-11-17T22:19:56.961Z] === PAUSE TestGetWithReference [2021-11-17T22:19:56.961Z] === RUN TestFilterFunc [2021-11-17T22:19:56.961Z] === RUN TestFilterFunc/test_nil_list [2021-11-17T22:19:56.961Z] === PAUSE TestFilterFunc/test_nil_list [2021-11-17T22:19:56.961Z] === RUN TestFilterFunc/test_empty_list [2021-11-17T22:19:56.961Z] === PAUSE TestFilterFunc/test_empty_list [2021-11-17T22:19:56.961Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-11-17T22:19:56.961Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-11-17T22:19:56.961Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-11-17T22:19:56.961Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-11-17T22:19:56.961Z] === RUN TestFilterFunc/test_filter_some [2021-11-17T22:19:56.961Z] === PAUSE TestFilterFunc/test_filter_some [2021-11-17T22:19:56.961Z] === RUN TestFilterFunc/test_filter_middle [2021-11-17T22:19:56.961Z] === PAUSE TestFilterFunc/test_filter_middle [2021-11-17T22:19:56.961Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-11-17T22:19:56.961Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-11-17T22:19:56.961Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-11-17T22:19:56.961Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-11-17T22:19:56.961Z] === CONT TestFilterFunc/test_nil_list [2021-11-17T22:19:56.961Z] === CONT TestFilterFunc/test_filter_some [2021-11-17T22:19:56.961Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-11-17T22:19:56.961Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-11-17T22:19:56.961Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-11-17T22:19:56.961Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-11-17T22:19:56.961Z] === CONT TestFilterFunc/test_empty_list [2021-11-17T22:19:56.961Z] === CONT TestFilterFunc/test_filter_middle [2021-11-17T22:19:56.961Z] --- PASS: TestFilterFunc (0.00s) [2021-11-17T22:19:56.961Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-11-17T22:19:56.961Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-11-17T22:19:56.961Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-11-17T22:19:56.961Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-11-17T22:19:56.961Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-11-17T22:19:56.961Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-11-17T22:19:56.961Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-11-17T22:19:56.961Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-11-17T22:19:56.961Z] === CONT TestSetGetMeta [2021-11-17T22:19:56.961Z] === CONT TestServicePrune [2021-11-17T22:19:56.961Z] === CONT TestFindByReferenced [2021-11-17T22:19:56.961Z] === CONT TestServiceList [2021-11-17T22:19:56.961Z] --- PASS: TestSetGetMeta (0.02s) [2021-11-17T22:19:56.961Z] === CONT TestServiceCreate [2021-11-17T22:19:56.961Z] --- PASS: TestFindByReferenced (0.02s) [2021-11-17T22:19:56.961Z] === CONT TestRestore [2021-11-17T22:19:57.034Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.383s coverage: 56.2% of statements [2021-11-17T22:19:57.429Z] --- PASS: TestRestore (0.03s) [2021-11-17T22:19:57.429Z] === CONT TestServiceGet [2021-11-17T22:19:57.429Z] --- PASS: TestServiceGet (0.09s) [2021-11-17T22:19:57.429Z] === CONT TestList [2021-11-17T22:19:57.429Z] time="2021-11-17T22:19:57Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-11-17T22:19:57.429Z] --- PASS: TestServiceList (0.14s) [2021-11-17T22:19:57.429Z] === CONT TestFindByDriver [2021-11-17T22:19:57.429Z] time="2021-11-17T22:19:57Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-11-17T22:19:57.429Z] --- PASS: TestServiceCreate (0.13s) [2021-11-17T22:19:57.429Z] === CONT TestRemove [2021-11-17T22:19:57.429Z] time="2021-11-17T22:19:57Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-11-17T22:19:57.429Z] time="2021-11-17T22:19:57Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-11-17T22:19:57.429Z] --- PASS: TestList (0.02s) [2021-11-17T22:19:57.429Z] === CONT TestGetWithReference [2021-11-17T22:19:57.429Z] time="2021-11-17T22:19:57Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-11-17T22:19:57.429Z] --- PASS: TestFindByDriver (0.02s) [2021-11-17T22:19:57.429Z] === CONT TestCreate [2021-11-17T22:19:57.429Z] --- PASS: TestRemove (0.02s) [2021-11-17T22:19:57.429Z] === CONT TestDefererencePluginOnCreateError [2021-11-17T22:19:57.429Z] --- PASS: TestServicePrune (0.17s) [2021-11-17T22:19:57.429Z] === CONT TestGet [2021-11-17T22:19:57.429Z] --- PASS: TestGetWithReference (0.02s) [2021-11-17T22:19:57.429Z] === CONT TestRefDerefRemove [2021-11-17T22:19:57.429Z] --- PASS: TestCreate (0.02s) [2021-11-17T22:19:57.429Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-11-17T22:19:57.429Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2021-11-17T22:19:57.429Z] === CONT TestServiceRemove [2021-11-17T22:19:57.429Z] --- PASS: TestGet (0.02s) [2021-11-17T22:19:57.429Z] === CONT TestDerefMultipleOfSameRef [2021-11-17T22:19:57.429Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s) [2021-11-17T22:19:57.429Z] --- PASS: TestRefDerefRemove (0.02s) [2021-11-17T22:19:57.429Z] --- PASS: TestDerefMultipleOfSameRef (0.01s) [2021-11-17T22:19:57.429Z] --- PASS: TestServiceRemove (0.01s) [2021-11-17T22:19:57.429Z] PASS [2021-11-17T22:19:57.429Z] coverage: 70.3% of statements [2021-11-17T22:19:57.429Z] ok github.com/docker/docker/volume/service 0.236s coverage: 70.3% of statements [2021-11-17T22:19:58.412Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.008s coverage: 1.8% of statements [2021-11-17T22:20:00.326Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.335s coverage: 50.5% of statements [2021-11-17T22:20:00.894Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.154s coverage: 45.9% of statements [2021-11-17T22:20:00.894Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-11-17T22:20:02.176Z] --- PASS: TestNewClientWithTimeout (17.61s) [2021-11-17T22:20:02.176Z] === RUN TestClientStream [2021-11-17T22:20:02.176Z] --- PASS: TestClientStream (0.00s) [2021-11-17T22:20:02.176Z] === RUN TestClientSendFile [2021-11-17T22:20:02.176Z] --- PASS: TestClientSendFile (0.00s) [2021-11-17T22:20:02.176Z] === RUN TestClientWithRequestTimeout [2021-11-17T22:20:02.176Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2021-11-17T22:20:02.176Z] === RUN TestFileSpecPlugin [2021-11-17T22:20:02.176Z] --- PASS: TestFileSpecPlugin (0.01s) [2021-11-17T22:20:02.176Z] === RUN TestFileJSONSpecPlugin [2021-11-17T22:20:02.176Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-11-17T22:20:02.176Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-11-17T22:20:02.176Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-11-17T22:20:02.176Z] === RUN TestPluginAddHandler [2021-11-17T22:20:02.176Z] --- PASS: TestPluginAddHandler (0.00s) [2021-11-17T22:20:02.176Z] === RUN TestPluginWaitBadPlugin [2021-11-17T22:20:02.176Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-11-17T22:20:02.176Z] === RUN TestGet [2021-11-17T22:20:02.176Z] time="2021-11-17T22:20:01Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-11-17T22:20:02.644Z] time="2021-11-17T22:20:02Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-11-17T22:20:03.433Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 1.393s coverage: 58.0% of statements [2021-11-17T22:20:03.433Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-11-17T22:20:03.433Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-11-17T22:20:03.433Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.036s coverage: 58.8% of statements [2021-11-17T22:20:04.777Z] --- PASS: TestBuildSquashParent (7.92s) [2021-11-17T22:20:04.777Z] === RUN TestBuildWithRemoveAndForceRemove [2021-11-17T22:20:04.777Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-17T22:20:04.777Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-17T22:20:04.777Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-17T22:20:04.777Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-17T22:20:04.777Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-17T22:20:04.777Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-17T22:20:04.777Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-17T22:20:04.777Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-17T22:20:04.777Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-17T22:20:04.777Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-17T22:20:04.777Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-17T22:20:04.777Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-17T22:20:04.777Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-17T22:20:04.777Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-17T22:20:04.857Z] time="2021-11-17T22:20:04Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-11-17T22:20:05.337Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.014s coverage: 3.0% of statements [2021-11-17T22:20:06.715Z] ok github.com/docker/docker/daemon/links 0.011s coverage: 93.0% of statements [2021-11-17T22:20:07.651Z] ok github.com/docker/docker/daemon/images 0.030s coverage: 6.6% of statements [2021-11-17T22:20:07.651Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-11-17T22:20:07.651Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-11-17T22:20:08.062Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-17T22:20:08.062Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-17T22:20:08.591Z] ok github.com/docker/docker/daemon/logger 0.261s coverage: 43.2% of statements [2021-11-17T22:20:08.644Z] time="2021-11-17T22:20:08Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-11-17T22:20:10.496Z] ok github.com/docker/docker/daemon/logger/awslogs 0.328s coverage: 77.8% of statements [2021-11-17T22:20:10.496Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-11-17T22:20:10.496Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-11-17T22:20:10.496Z] ok github.com/docker/docker/daemon/logger/gelf 0.012s coverage: 67.0% of statements [2021-11-17T22:20:10.595Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-17T22:20:10.595Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-17T22:20:11.432Z] ok github.com/docker/docker/daemon/logger/journald 0.014s coverage: 23.9% of statements [2021-11-17T22:20:11.692Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.017s coverage: 69.9% of statements [2021-11-17T22:20:12.259Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.009s coverage: 87.2% of statements [2021-11-17T22:20:12.840Z] ok github.com/docker/docker/daemon/logger/local 0.027s coverage: 75.2% of statements [2021-11-17T22:20:12.841Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-11-17T22:20:13.776Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.045s coverage: 59.3% of statements [2021-11-17T22:20:13.885Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-11-17T22:20:13.885Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.04s) [2021-11-17T22:20:13.885Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.09s) [2021-11-17T22:20:13.885Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.88s) [2021-11-17T22:20:13.885Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.96s) [2021-11-17T22:20:13.885Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.92s) [2021-11-17T22:20:13.885Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.01s) [2021-11-17T22:20:13.885Z] === RUN TestBuildMultiStageCopy [2021-11-17T22:20:13.885Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-11-17T22:20:14.343Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.035s coverage: 31.5% of statements [2021-11-17T22:20:16.246Z] ok github.com/docker/docker/daemon/logger/syslog 0.019s coverage: 46.8% of statements [2021-11-17T22:20:16.423Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-11-17T22:20:16.505Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2021-11-17T22:20:16.682Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-11-17T22:20:17.073Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2021-11-17T22:20:17.249Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-11-17T22:20:17.294Z] --- PASS: TestGet (15.01s) [2021-11-17T22:20:17.294Z] === RUN TestPluginWithNoManifest [2021-11-17T22:20:17.294Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-11-17T22:20:17.294Z] === RUN TestGetAll [2021-11-17T22:20:17.294Z] --- PASS: TestGetAll (0.00s) [2021-11-17T22:20:17.294Z] PASS [2021-11-17T22:20:17.294Z] coverage: 73.4% of statements [2021-11-17T22:20:17.294Z] ok github.com/docker/docker/pkg/plugins 34.988s coverage: 73.4% of statements [2021-11-17T22:20:17.294Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-11-17T22:20:17.294Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-11-17T22:20:17.294Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-11-17T22:20:17.294Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-11-17T22:20:17.294Z] ? github.com/docker/docker/pkg/term [no test files] [2021-11-17T22:20:17.294Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-11-17T22:20:17.294Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-11-17T22:20:17.294Z] ? github.com/docker/docker/quota [no test files] [2021-11-17T22:20:17.294Z] ? github.com/docker/docker/rootless [no test files] [2021-11-17T22:20:17.294Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-11-17T22:20:17.294Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-11-17T22:20:17.294Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-11-17T22:20:17.294Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-11-17T22:20:17.294Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-11-17T22:20:17.294Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-11-17T22:20:17.294Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-11-17T22:20:17.294Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-11-17T22:20:17.294Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-11-17T22:20:17.294Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-11-17T22:20:17.294Z] ? github.com/docker/docker/testutil/request [no test files] [2021-11-17T22:20:17.294Z] ? github.com/docker/docker/volume [no test files] [2021-11-17T22:20:17.294Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-11-17T22:20:17.294Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-11-17T22:20:17.639Z] ok github.com/docker/docker/daemon/logger/splunk 1.810s coverage: 82.5% of statements [2021-11-17T22:20:17.639Z] ? github.com/docker/docker/daemon/names [no test files] [2021-11-17T22:20:17.639Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-11-17T22:20:17.817Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-11-17T22:20:18.278Z] [2021-11-17T22:20:18.278Z] === Skipped [2021-11-17T22:20:18.278Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-11-17T22:20:18.278Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-11-17T22:20:18.278Z] [2021-11-17T22:20:18.278Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-11-17T22:20:18.278Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-11-17T22:20:18.278Z] [2021-11-17T22:20:18.278Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-11-17T22:20:18.278Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-11-17T22:20:18.278Z] [2021-11-17T22:20:18.278Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2021-11-17T22:20:18.278Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-11-17T22:20:18.278Z] [2021-11-17T22:20:18.278Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-11-17T22:20:18.278Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-11-17T22:20:18.278Z] [2021-11-17T22:20:18.278Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-11-17T22:20:18.278Z] client_test.go:23: runtime.GOOS == "windows" [2021-11-17T22:20:18.278Z] [2021-11-17T22:20:18.278Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-11-17T22:20:18.278Z] daemon_test.go:147: root required [2021-11-17T22:20:18.278Z] [2021-11-17T22:20:18.278Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-11-17T22:20:18.278Z] reload_test.go:520: root required [2021-11-17T22:20:18.278Z] [2021-11-17T22:20:18.278Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2021-11-17T22:20:18.278Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-11-17T22:20:18.279Z] pull_v2_test.go:73: Needs fixing on Windows [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-11-17T22:20:18.279Z] pull_v2_test.go:118: Needs fixing on Windows [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-11-17T22:20:18.279Z] download_test.go:268: Needs fixing on Windows [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-11-17T22:20:18.279Z] layer_test.go:304: Failing on Windows [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-11-17T22:20:18.279Z] layer_test.go:353: Failing on Windows [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-11-17T22:20:18.279Z] layer_test.go:468: Failing on Windows [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-11-17T22:20:18.279Z] layer_test.go:697: Failing on Windows [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-11-17T22:20:18.279Z] migration_test.go:46: Failing on Windows [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-11-17T22:20:18.279Z] migration_test.go:182: Failing on Windows [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-11-17T22:20:18.279Z] mount_test.go:17: Failing on Windows [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-11-17T22:20:18.279Z] mount_test.go:76: Failing on Windows [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-11-17T22:20:18.279Z] mount_test.go:125: Failing on Windows [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-11-17T22:20:18.279Z] mount_test.go:212: Failing on Windows [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-11-17T22:20:18.279Z] archive_test.go:134: Xz not present in msys2 [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-11-17T22:20:18.279Z] archive_test.go:239: Failing on Windows CI machines [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-11-17T22:20:18.279Z] archive_windows_test.go:16: Currently fails [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-11-17T22:20:18.279Z] changes_test.go:192: needs more investigation [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-11-17T22:20:18.279Z] changes_test.go:405: needs further investigation [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-11-17T22:20:18.279Z] changes_test.go:441: needs further investigation [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-11-17T22:20:18.279Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-11-17T22:20:18.279Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-11-17T22:20:18.279Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-11-17T22:20:18.279Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-11-17T22:20:18.279Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-11-17T22:20:18.279Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-11-17T22:20:18.279Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-11-17T22:20:18.279Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-11-17T22:20:18.279Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-11-17T22:20:18.279Z] poller_test.go:41: No chmod on Windows [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-11-17T22:20:18.279Z] fileutils_test.go:134: Needs porting to Windows [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-11-17T22:20:18.279Z] fileutils_test.go:180: Needs porting to Windows [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-11-17T22:20:18.279Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-11-17T22:20:18.279Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s) [2021-11-17T22:20:18.279Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-11-17T22:20:18.279Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-11-17T22:20:18.279Z] local_test.go:181: runtime.GOOS == "windows" [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] [2021-11-17T22:20:18.279Z] DONE 1844 tests, 45 skipped in 191.429s [2021-11-17T22:20:18.279Z] INFO: make.ps1 ended at 11/17/2021 22:20:18 [2021-11-17T22:20:18.384Z] --- PASS: TestBuildMultiStageCopy (4.53s) [2021-11-17T22:20:18.384Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.61s) [2021-11-17T22:20:18.384Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.46s) [2021-11-17T22:20:18.384Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.42s) [2021-11-17T22:20:18.384Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.46s) [2021-11-17T22:20:18.384Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.58s) [2021-11-17T22:20:18.384Z] === RUN TestBuildMultiStageParentConfig [2021-11-17T22:20:19.321Z] --- PASS: TestBuildMultiStageParentConfig (1.18s) [2021-11-17T22:20:19.321Z] === RUN TestBuildLabelWithTargets [2021-11-17T22:20:19.543Z] ok github.com/docker/docker/distribution/metadata 0.045s coverage: 48.2% of statements [2021-11-17T22:20:19.840Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-11-17T22:20:19.840Z] INFO: Unit tests ended at 11/17/2021 22:20:19. Duration:00:03:23.9718088 [2021-11-17T22:20:19.840Z] INFO: Building busybox [2021-11-17T22:20:19.840Z] Sending build context to Docker daemon 5.12kB [2021-11-17T22:20:19.840Z] [2021-11-17T22:20:19.840Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-11-17T22:20:19.840Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-11-17T22:20:19.840Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-11-17T22:20:19.840Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-11-17T22:20:19.840Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-11-17T22:20:19.840Z] ---> 617dd5ead5b8 [2021-11-17T22:20:19.840Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-11-17T22:20:19.840Z] ---> Running in 5a8270fde9fa [2021-11-17T22:20:20.481Z] ok github.com/docker/docker/distribution 0.194s coverage: 25.6% of statements [2021-11-17T22:20:20.481Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-11-17T22:20:21.225Z] --- PASS: TestBuildLabelWithTargets (1.93s) [2021-11-17T22:20:21.225Z] === RUN TestBuildWithEmptyLayers [2021-11-17T22:20:21.416Z] ok github.com/docker/docker/errdefs 0.006s coverage: 53.1% of statements [2021-11-17T22:20:21.983Z] ok github.com/docker/docker/image 0.020s coverage: 86.8% of statements [2021-11-17T22:20:22.548Z] ok github.com/docker/docker/image/cache 0.007s coverage: 19.2% of statements [2021-11-17T22:20:22.603Z] --- PASS: TestBuildWithEmptyLayers (1.12s) [2021-11-17T22:20:22.603Z] === RUN TestBuildMultiStageOnBuild [2021-11-17T22:20:22.807Z] ok github.com/docker/docker/distribution/xfer 1.974s coverage: 85.1% of statements [2021-11-17T22:20:22.807Z] ? github.com/docker/docker/dockerversion [no test files] [2021-11-17T22:20:22.807Z] ? github.com/docker/docker/image/tarexport [no test files] [2021-11-17T22:20:23.373Z] ok github.com/docker/docker/image/v1 0.018s coverage: 25.0% of statements [2021-11-17T22:20:23.373Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-11-17T22:20:23.946Z] ok github.com/docker/docker/libcontainerd/queue 0.039s coverage: 100.0% of statements [2021-11-17T22:20:25.134Z] --- PASS: TestBuildMultiStageOnBuild (2.70s) [2021-11-17T22:20:25.134Z] === RUN TestBuildUncleanTarFilenames [2021-11-17T22:20:25.402Z] ok github.com/docker/docker/oci 0.016s coverage: 38.4% of statements [2021-11-17T22:20:26.795Z] ok github.com/docker/docker/opts 0.034s coverage: 67.1% of statements [2021-11-17T22:20:26.795Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2021-11-17T22:20:27.036Z] --- PASS: TestBuildUncleanTarFilenames (1.77s) [2021-11-17T22:20:27.036Z] === RUN TestBuildMultiStageLayerLeak [2021-11-17T22:20:28.170Z] ok github.com/docker/docker/pkg/archive 0.271s coverage: 81.9% of statements [2021-11-17T22:20:29.105Z] ok github.com/docker/docker/pkg/authorization 0.360s coverage: 68.3% of statements [2021-11-17T22:20:29.105Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2021-11-17T22:20:29.105Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2021-11-17T22:20:30.319Z] --- PASS: TestBuildMultiStageLayerLeak (2.90s) [2021-11-17T22:20:30.319Z] === RUN TestBuildWithHugeFile [2021-11-17T22:20:32.319Z] Removing intermediate container 5a8270fde9fa [2021-11-17T22:20:32.319Z] ---> 9d74eb30aa17 [2021-11-17T22:20:32.319Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-11-17T22:20:32.319Z] ---> Running in 9ceef19f128d [2021-11-17T22:20:32.319Z] Removing intermediate container 9ceef19f128d [2021-11-17T22:20:32.319Z] ---> 3aa1839a4344 [2021-11-17T22:20:32.319Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-11-17T22:20:32.319Z] ---> Running in a8115f4ae5f0 [2021-11-17T22:20:32.319Z] Removing intermediate container a8115f4ae5f0 [2021-11-17T22:20:32.319Z] ---> 4c6879c55df6 [2021-11-17T22:20:32.319Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-11-17T22:20:32.389Z] ok github.com/docker/docker/pkg/chrootarchive 2.494s coverage: 43.5% of statements [2021-11-17T22:20:32.389Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2021-11-17T22:20:32.647Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2021-11-17T22:20:32.906Z] ok github.com/docker/docker/pkg/discovery/file 0.002s coverage: 97.6% of statements [2021-11-17T22:20:33.165Z] ok github.com/docker/docker/layer 7.477s coverage: 68.8% of statements [2021-11-17T22:20:33.165Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-11-17T22:20:33.165Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-11-17T22:20:33.165Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-11-17T22:20:33.165Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-11-17T22:20:33.165Z] ? github.com/docker/docker/oci/caps [no test files] [2021-11-17T22:20:33.165Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-11-17T22:20:33.165Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-11-17T22:20:33.423Z] ok github.com/docker/docker/pkg/discovery/memory 0.006s coverage: 92.3% of statements [2021-11-17T22:20:33.682Z] ok github.com/docker/docker/pkg/discovery/nodes 0.002s coverage: 93.8% of statements [2021-11-17T22:20:33.882Z] [2021-11-17T22:20:33.882Z] ---> eec62d60b21c [2021-11-17T22:20:33.882Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-11-17T22:20:33.882Z] ---> Running in 52ffa3a0e610 [2021-11-17T22:20:33.941Z] ok github.com/docker/docker/pkg/dmesg 0.003s coverage: 83.3% of statements [2021-11-17T22:20:34.875Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2021-11-17T22:20:35.441Z] ok github.com/docker/docker/pkg/fileutils 0.010s coverage: 86.5% of statements [2021-11-17T22:20:36.009Z] ok github.com/docker/docker/pkg/fsutils 0.177s coverage: 85.1% of statements [2021-11-17T22:20:36.009Z] ok github.com/docker/docker/pkg/homedir 0.004s coverage: 11.4% of statements [2021-11-17T22:20:36.268Z] ok github.com/docker/docker/pkg/discovery/kv 3.039s coverage: 84.1% of statements [2021-11-17T22:20:37.203Z] ok github.com/docker/docker/pkg/idtools 0.426s coverage: 69.5% of statements [2021-11-17T22:20:37.203Z] ok github.com/docker/docker/pkg/ioutils 0.333s coverage: 70.6% of statements [2021-11-17T22:20:37.461Z] ok github.com/docker/docker/pkg/jsonmessage 0.011s coverage: 91.7% of statements [2021-11-17T22:20:37.461Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-11-17T22:20:37.461Z] ok github.com/docker/docker/pkg/longpath 0.006s coverage: 100.0% of statements [2021-11-17T22:20:37.461Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-11-17T22:20:37.461Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-11-17T22:20:37.719Z] ok github.com/docker/docker/pkg/namesgenerator 0.008s coverage: 85.7% of statements [2021-11-17T22:20:37.719Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-11-17T22:20:37.719Z] ok github.com/docker/docker/pkg/parsers 0.012s coverage: 97.0% of statements [2021-11-17T22:20:37.979Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2021-11-17T22:20:38.238Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.006s coverage: 86.7% of statements [2021-11-17T22:20:38.238Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2021-11-17T22:20:38.238Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-11-17T22:20:38.238Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-11-17T22:20:38.804Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.006s coverage: 56.8% of statements [2021-11-17T22:20:39.063Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-11-17T22:20:39.321Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-11-17T22:20:39.580Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2021-11-17T22:20:40.954Z] ok github.com/docker/docker/pkg/pubsub 1.039s coverage: 75.0% of statements [2021-11-17T22:20:40.954Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2021-11-17T22:20:45.139Z] ok github.com/docker/docker/pkg/signal 3.298s coverage: 62.3% of statements [2021-11-17T22:20:45.139Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2021-11-17T22:20:45.139Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2021-11-17T22:20:45.139Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2021-11-17T22:20:45.706Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 52.5% of statements [2021-11-17T22:20:45.964Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 36.9% of statements [2021-11-17T22:20:46.223Z] ok github.com/docker/docker/pkg/tailfile 0.042s coverage: 88.6% of statements [2021-11-17T22:20:46.789Z] ok github.com/docker/docker/pkg/tarsum 0.049s coverage: 89.3% of statements [2021-11-17T22:20:46.789Z] testing: warning: no tests to run [2021-11-17T22:20:46.789Z] coverage: [no statements] [2021-11-17T22:20:46.789Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2021-11-17T22:20:47.047Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-11-17T22:20:47.306Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2021-11-17T22:20:47.306Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2021-11-17T22:20:48.743Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-11-17T22:20:48.743Z] [2021-11-17T22:20:48.743Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-11-17T22:20:48.743Z] DOCKER_SYSTEMD=1 [2021-11-17T22:20:48.743Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-11-17T22:20:48.743Z] HOSTNAME=6fd240b0a9f2 [2021-11-17T22:20:48.743Z] DEST=bundles/test-integration [2021-11-17T22:20:48.743Z] PWD=/go/src/github.com/docker/docker [2021-11-17T22:20:48.743Z] DOCKER_GITCOMMIT=208d218a26750d22a34e64466da3f645c8e2520a [2021-11-17T22:20:48.743Z] container=docker [2021-11-17T22:20:48.743Z] HOME=/root [2021-11-17T22:20:48.743Z] LANG=C.UTF-8 [2021-11-17T22:20:48.743Z] INVOCATION_ID=6d6cbdc895d447019c8de8723352f7a1 [2021-11-17T22:20:48.743Z] GOLANG_VERSION=1.16.10 [2021-11-17T22:20:48.743Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-11-17T22:20:48.743Z] VALIDATE_BRANCH=20.10 [2021-11-17T22:20:48.743Z] TERM=xterm [2021-11-17T22:20:48.743Z] DOCKER_PKG=github.com/docker/docker [2021-11-17T22:20:48.743Z] SHLVL=3 [2021-11-17T22:20:48.743Z] TIMEOUT=120m [2021-11-17T22:20:48.743Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-11-17T22:20:48.743Z] DOCKER_GRAPHDRIVER=overlay2 [2021-11-17T22:20:48.743Z] GO111MODULE=off [2021-11-17T22:20:48.743Z] DOCKER_EXPERIMENTAL=1 [2021-11-17T22:20:48.743Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-11-17T22:20:48.743Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-11-17T22:20:48.743Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-11-17T22:20:48.743Z] GOPATH=/go [2021-11-17T22:20:48.743Z] PKG_CONFIG=pkg-config [2021-11-17T22:20:48.743Z] _=/usr/bin/env [2021-11-17T22:20:48.743Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-11-17T22:20:48.783Z] ..........................xx.................... [ 29%] [2021-11-17T22:20:48.816Z] Removing intermediate container 52ffa3a0e610 [2021-11-17T22:20:48.816Z] ---> 5d7f5b1384ab [2021-11-17T22:20:48.816Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-11-17T22:20:48.816Z] ---> Running in 50e78c59ca68 [2021-11-17T22:20:49.206Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2021-11-17T22:20:49.464Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2021-11-17T22:20:49.723Z] ok github.com/docker/docker/profiles/seccomp 0.007s coverage: 85.6% of statements [2021-11-17T22:20:49.800Z] [2021-11-17T22:20:49.800Z] SUCCESS: Specified value was saved. [2021-11-17T22:20:51.098Z] ok github.com/docker/docker/quota 0.270s coverage: 71.4% of statements [2021-11-17T22:20:51.098Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2021-11-17T22:20:52.011Z] Removing intermediate container 50e78c59ca68 [2021-11-17T22:20:52.011Z] ---> d995d46eab01 [2021-11-17T22:20:52.011Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-11-17T22:20:52.011Z] ---> Running in 93ad59c13505 [2021-11-17T22:20:52.033Z] ok github.com/docker/docker/registry 0.062s coverage: 57.2% of statements [2021-11-17T22:20:52.601Z] ok github.com/docker/docker/registry/resumable 0.014s coverage: 100.0% of statements [2021-11-17T22:20:52.601Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 45.3% of statements [2021-11-17T22:20:53.168Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2021-11-17T22:20:53.168Z] ok github.com/docker/docker/testutil 0.001s coverage: 62.5% of statements [2021-11-17T22:20:55.700Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2021-11-17T22:20:56.634Z] ok github.com/docker/docker/volume/local 0.108s coverage: 76.4% of statements [2021-11-17T22:20:56.758Z] Cannot create a file when that file already exists. [2021-11-17T22:20:56.893Z] ok github.com/docker/docker/volume/mounts 0.019s coverage: 67.0% of statements [2021-11-17T22:20:57.827Z] ok github.com/docker/docker/volume/service 0.012s coverage: 73.1% of statements [2021-11-17T22:21:00.544Z] Removing intermediate container 93ad59c13505 [2021-11-17T22:21:00.544Z] ---> df715d48c04b [2021-11-17T22:21:00.544Z] Step 13/13 : CMD ["sh"] [2021-11-17T22:21:00.544Z] ---> Running in 2da649c50a8b [2021-11-17T22:21:00.544Z] Removing intermediate container 2da649c50a8b [2021-11-17T22:21:00.544Z] ---> 7ec2199f3a42 [2021-11-17T22:21:00.544Z] Successfully built 7ec2199f3a42 [2021-11-17T22:21:00.544Z] Successfully tagged busybox:latest [2021-11-17T22:21:00.544Z] INFO: Docker images of the daemon under test [2021-11-17T22:21:00.544Z] [2021-11-17T22:21:00.544Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-11-17T22:21:00.544Z] busybox latest 7ec2199f3a42 Less than a second ago 5.76GB [2021-11-17T22:21:00.544Z] mcr.microsoft.com/windows/servercore ltsc2019 617dd5ead5b8 13 days ago 5.74GB [2021-11-17T22:21:00.544Z] microsoft/windowsservercore latest 617dd5ead5b8 13 days ago 5.74GB [2021-11-17T22:21:00.544Z] [2021-11-17T22:21:00.544Z] INFO: Running integration tests at 11/17/2021 22:21:00... [2021-11-17T22:21:00.544Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-11-17T22:21:00.544Z] INFO: Integration API tests being run from the host: [2021-11-17T22:21:00.544Z] INFO: make.ps1 starting at 11/17/2021 22:21:00 [2021-11-17T22:21:01.010Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-11-17T22:21:05.178Z] tests/integration/api_exec_test.py ..................... [ 34%] [2021-11-17T22:21:12.698Z] ok github.com/docker/docker/pkg/plugins 33.633s coverage: 76.6% of statements [2021-11-17T22:21:12.698Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-11-17T22:21:12.698Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-11-17T22:21:12.698Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-11-17T22:21:12.698Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-11-17T22:21:12.698Z] ? github.com/docker/docker/pkg/term [no test files] [2021-11-17T22:21:12.698Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-11-17T22:21:12.698Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-11-17T22:21:12.698Z] ? github.com/docker/docker/rootless [no test files] [2021-11-17T22:21:12.698Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-11-17T22:21:12.698Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-11-17T22:21:12.698Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-11-17T22:21:12.698Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-11-17T22:21:12.698Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-11-17T22:21:12.698Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-11-17T22:21:12.698Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-11-17T22:21:12.698Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-11-17T22:21:12.698Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-11-17T22:21:12.698Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-11-17T22:21:12.698Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-11-17T22:21:12.698Z] ? github.com/docker/docker/testutil/request [no test files] [2021-11-17T22:21:12.698Z] ? github.com/docker/docker/volume [no test files] [2021-11-17T22:21:12.698Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-11-17T22:21:12.698Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === Skipped [2021-11-17T22:21:12.698Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-11-17T22:21:12.698Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-11-17T22:21:12.698Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon/graphdriver/aufs TestNewDriver (0.00s) [2021-11-17T22:21:12.698Z] time="2021-11-17T22:19:54Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-17T22:21:12.698Z] aufs_test.go:37: driver not supported [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon/graphdriver/aufs TestAufsString (0.00s) [2021-11-17T22:21:12.698Z] time="2021-11-17T22:19:54Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-17T22:21:12.698Z] aufs_test.go:37: driver not supported [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon/graphdriver/aufs TestCreateDirStructure (0.00s) [2021-11-17T22:21:12.698Z] time="2021-11-17T22:19:54Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-17T22:21:12.698Z] aufs_test.go:37: driver not supported [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon/graphdriver/aufs TestNewDriverFromExistingDir (0.00s) [2021-11-17T22:21:12.698Z] time="2021-11-17T22:19:54Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-17T22:21:12.698Z] aufs_test.go:37: driver not supported [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDir (0.00s) [2021-11-17T22:21:12.698Z] time="2021-11-17T22:19:54Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-17T22:21:12.698Z] aufs_test.go:37: driver not supported [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDirStructure (0.00s) [2021-11-17T22:21:12.698Z] time="2021-11-17T22:19:54Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-17T22:21:12.698Z] aufs_test.go:37: driver not supported [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon/graphdriver/aufs TestRemoveImage (0.00s) [2021-11-17T22:21:12.698Z] time="2021-11-17T22:19:54Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-17T22:21:12.698Z] aufs_test.go:37: driver not supported [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon/graphdriver/aufs TestGetWithoutParent (0.00s) [2021-11-17T22:21:12.698Z] time="2021-11-17T22:19:54Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-17T22:21:12.698Z] aufs_test.go:37: driver not supported [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithNoDirs (0.00s) [2021-11-17T22:21:12.698Z] time="2021-11-17T22:19:54Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-17T22:21:12.698Z] aufs_test.go:37: driver not supported [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithDir (0.00s) [2021-11-17T22:21:12.698Z] time="2021-11-17T22:19:54Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-17T22:21:12.698Z] aufs_test.go:37: driver not supported [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon/graphdriver/aufs TestMountedFalseResponse (0.00s) [2021-11-17T22:21:12.698Z] time="2021-11-17T22:19:54Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-17T22:21:12.698Z] aufs_test.go:37: driver not supported [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon/graphdriver/aufs TestMountedTrueResponse (0.00s) [2021-11-17T22:21:12.698Z] time="2021-11-17T22:19:54Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-17T22:21:12.698Z] aufs_test.go:37: driver not supported [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon/graphdriver/aufs TestMountWithParent (0.00s) [2021-11-17T22:21:12.698Z] time="2021-11-17T22:19:54Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-17T22:21:12.698Z] aufs_test.go:37: driver not supported [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon/graphdriver/aufs TestRemoveMountedDir (0.00s) [2021-11-17T22:21:12.698Z] time="2021-11-17T22:19:54Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-17T22:21:12.698Z] aufs_test.go:37: driver not supported [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon/graphdriver/aufs TestCreateWithInvalidParent (0.00s) [2021-11-17T22:21:12.698Z] time="2021-11-17T22:19:54Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-17T22:21:12.698Z] aufs_test.go:37: driver not supported [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon/graphdriver/aufs TestGetDiff (0.00s) [2021-11-17T22:21:12.698Z] time="2021-11-17T22:19:54Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-17T22:21:12.698Z] aufs_test.go:37: driver not supported [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon/graphdriver/aufs TestChanges (0.00s) [2021-11-17T22:21:12.698Z] time="2021-11-17T22:19:54Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-17T22:21:12.698Z] aufs_test.go:37: driver not supported [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon/graphdriver/aufs TestDiffSize (0.00s) [2021-11-17T22:21:12.698Z] time="2021-11-17T22:19:54Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-17T22:21:12.698Z] aufs_test.go:37: driver not supported [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon/graphdriver/aufs TestChildDiffSize (0.00s) [2021-11-17T22:21:12.698Z] time="2021-11-17T22:19:54Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-17T22:21:12.698Z] aufs_test.go:37: driver not supported [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon/graphdriver/aufs TestExists (0.00s) [2021-11-17T22:21:12.698Z] time="2021-11-17T22:19:54Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-17T22:21:12.698Z] aufs_test.go:37: driver not supported [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon/graphdriver/aufs TestStatus (0.00s) [2021-11-17T22:21:12.698Z] time="2021-11-17T22:19:54Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-17T22:21:12.698Z] aufs_test.go:37: driver not supported [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon/graphdriver/aufs TestApplyDiff (0.00s) [2021-11-17T22:21:12.698Z] time="2021-11-17T22:19:54Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-17T22:21:12.698Z] aufs_test.go:37: driver not supported [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42Layers (0.00s) [2021-11-17T22:21:12.698Z] time="2021-11-17T22:19:54Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-17T22:21:12.698Z] aufs_test.go:37: driver not supported [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42LayersMatchingPathLength (0.00s) [2021-11-17T22:21:12.698Z] aufs_test.go:714: Using path: /tmp/aufs-tests/0000000/aufs [2021-11-17T22:21:12.698Z] time="2021-11-17T22:19:54Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-17T22:21:12.698Z] aufs_test.go:37: driver not supported [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon/graphdriver/aufs TestInitStaleCleanup (0.00s) [2021-11-17T22:21:12.698Z] time="2021-11-17T22:19:54Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-17T22:21:12.698Z] aufs_test.go:37: driver not supported [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-11-17T22:21:12.698Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-17T22:21:12.698Z] graphtest_unix.go:46: Driver btrfs not supported [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-11-17T22:21:12.698Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-17T22:21:12.698Z] graphtest_unix.go:46: Driver btrfs not supported [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-11-17T22:21:12.698Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-17T22:21:12.698Z] graphtest_unix.go:46: Driver btrfs not supported [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-11-17T22:21:12.698Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-17T22:21:12.698Z] graphtest_unix.go:46: Driver btrfs not supported [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-11-17T22:21:12.698Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-17T22:21:12.698Z] graphtest_unix.go:46: Driver btrfs not supported [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-11-17T22:21:12.698Z] graphtest_unix.go:73: No driver to put! [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-11-17T22:21:12.698Z] time="2021-11-17T22:19:58Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-11-17T22:21:12.698Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-11-17T22:21:12.698Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-11-17T22:21:12.698Z] time="2021-11-17T22:19:58Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-11-17T22:21:12.698Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-11-17T22:21:12.698Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-11-17T22:21:12.698Z] time="2021-11-17T22:19:58Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-11-17T22:21:12.698Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-11-17T22:21:12.698Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.698Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-11-17T22:21:12.698Z] time="2021-11-17T22:19:58Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-11-17T22:21:12.698Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-11-17T22:21:12.698Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-11-17T22:21:12.698Z] [2021-11-17T22:21:12.699Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-11-17T22:21:12.699Z] time="2021-11-17T22:19:58Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-11-17T22:21:12.699Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-11-17T22:21:12.699Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-11-17T22:21:12.699Z] [2021-11-17T22:21:12.699Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-11-17T22:21:12.699Z] graphtest_unix.go:73: No driver to put! [2021-11-17T22:21:12.699Z] [2021-11-17T22:21:12.699Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-11-17T22:21:12.699Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-11-17T22:21:12.699Z] [2021-11-17T22:21:12.699Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-11-17T22:21:12.699Z] overlay_test.go:49: Fails to compute changes intermittently [2021-11-17T22:21:12.699Z] [2021-11-17T22:21:12.699Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-11-17T22:21:12.699Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-11-17T22:21:12.699Z] [2021-11-17T22:21:12.699Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-11-17T22:21:12.699Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-11-17T22:21:12.699Z] [2021-11-17T22:21:12.699Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-11-17T22:21:12.699Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-17T22:21:12.699Z] graphtest_unix.go:46: Driver zfs not supported [2021-11-17T22:21:12.699Z] [2021-11-17T22:21:12.699Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-11-17T22:21:12.699Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-17T22:21:12.699Z] graphtest_unix.go:46: Driver zfs not supported [2021-11-17T22:21:12.699Z] [2021-11-17T22:21:12.699Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-11-17T22:21:12.699Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-17T22:21:12.699Z] graphtest_unix.go:46: Driver zfs not supported [2021-11-17T22:21:12.699Z] [2021-11-17T22:21:12.699Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-11-17T22:21:12.699Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-17T22:21:12.699Z] graphtest_unix.go:46: Driver zfs not supported [2021-11-17T22:21:12.699Z] [2021-11-17T22:21:12.699Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-11-17T22:21:12.699Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-17T22:21:12.699Z] graphtest_unix.go:46: Driver zfs not supported [2021-11-17T22:21:12.699Z] [2021-11-17T22:21:12.699Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-11-17T22:21:12.699Z] graphtest_unix.go:73: No driver to put! [2021-11-17T22:21:12.699Z] [2021-11-17T22:21:12.699Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-11-17T22:21:12.699Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-11-17T22:21:12.699Z] [2021-11-17T22:21:12.699Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-11-17T22:21:12.699Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-11-17T22:21:12.699Z] [2021-11-17T22:21:12.699Z] [2021-11-17T22:21:12.699Z] DONE 2244 tests, 51 skipped in 215.778s [2021-11-17T22:21:12.937Z] tests/integration/api_healthcheck_test.py .... [ 35%] Post stage [Pipeline] junit [2021-11-17T22:21:13.278Z] Recording test results [2021-11-17T22:21:14.706Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-11-17T22:21:15.052Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43024/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=fd190abbe71c4f86043b23e39000b74bd533d5b3 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:fd190abbe71c4f86043b23e39000b74bd533d5b3 hack/make.sh dynbinary test-integration [2021-11-17T22:21:15.619Z] [2021-11-17T22:21:15.619Z] Removing bundles/ [2021-11-17T22:21:15.619Z] [2021-11-17T22:21:15.619Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-11-17T22:21:15.619Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-11-17T22:21:15.619Z] GOOS="" GOARCH="" GOARM="" [2021-11-17T22:21:15.692Z] --- PASS: TestImportExtremelyLargeImageWorks (94.91s) [2021-11-17T22:21:15.692Z] PASS [2021-11-17T22:21:15.692Z] [2021-11-17T22:21:15.692Z] === Skipped [2021-11-17T22:21:15.692Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-11-17T22:21:15.692Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-11-17T22:21:15.692Z] [2021-11-17T22:21:15.692Z] [2021-11-17T22:21:15.692Z] DONE 12 tests, 1 skipped in 98.603s [2021-11-17T22:21:15.692Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-11-17T22:21:15.692Z] INFO: Testing against a local daemon [2021-11-17T22:21:15.692Z] === RUN TestNetworkCreateDelete [2021-11-17T22:21:15.692Z] --- PASS: TestNetworkCreateDelete (0.14s) [2021-11-17T22:21:15.692Z] === RUN TestDockerNetworkDeletePreferID [2021-11-17T22:21:15.692Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2021-11-17T22:21:15.692Z] === RUN TestDaemonDNSFallback [2021-11-17T22:21:17.513Z] tests/integration/api_image_test.py ............s..... [ 40%] [2021-11-17T22:21:22.443Z] --- PASS: TestDaemonDNSFallback (7.33s) [2021-11-17T22:21:22.444Z] === RUN TestInspectNetwork [2021-11-17T22:21:22.444Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:22.444Z] --- SKIP: TestInspectNetwork (0.00s) [2021-11-17T22:21:22.444Z] === RUN TestRunContainerWithBridgeNone [2021-11-17T22:21:22.444Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-17T22:21:22.444Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-11-17T22:21:22.444Z] === RUN TestNetworkInvalidJSON [2021-11-17T22:21:22.444Z] === RUN TestNetworkInvalidJSON//networks/create [2021-11-17T22:21:22.444Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-11-17T22:21:22.444Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-11-17T22:21:22.444Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-11-17T22:21:22.444Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-17T22:21:22.444Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-17T22:21:22.444Z] === CONT TestNetworkInvalidJSON//networks/create [2021-11-17T22:21:22.444Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-17T22:21:22.444Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-11-17T22:21:22.444Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-11-17T22:21:22.444Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-11-17T22:21:22.444Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-11-17T22:21:22.444Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-11-17T22:21:22.444Z] === RUN TestNetworkList [2021-11-17T22:21:22.444Z] === RUN TestNetworkList//networks [2021-11-17T22:21:22.444Z] === PAUSE TestNetworkList//networks [2021-11-17T22:21:22.444Z] === RUN TestNetworkList//networks/ [2021-11-17T22:21:22.444Z] === PAUSE TestNetworkList//networks/ [2021-11-17T22:21:22.444Z] === CONT TestNetworkList//networks [2021-11-17T22:21:22.444Z] === CONT TestNetworkList//networks/ [2021-11-17T22:21:22.444Z] --- PASS: TestNetworkList (0.01s) [2021-11-17T22:21:22.444Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-11-17T22:21:22.444Z] --- PASS: TestNetworkList//networks (0.00s) [2021-11-17T22:21:22.444Z] === RUN TestHostIPv4BridgeLabel [2021-11-17T22:21:22.444Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-17T22:21:22.444Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-11-17T22:21:22.444Z] === RUN TestDaemonRestartWithLiveRestore [2021-11-17T22:21:22.444Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-17T22:21:22.444Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2021-11-17T22:21:22.444Z] === RUN TestDaemonDefaultNetworkPools [2021-11-17T22:21:22.444Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-17T22:21:22.444Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) [2021-11-17T22:21:22.444Z] === RUN TestDaemonRestartWithExistingNetwork [2021-11-17T22:21:22.444Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-17T22:21:22.444Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s) [2021-11-17T22:21:22.444Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-11-17T22:21:22.444Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-17T22:21:22.444Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-11-17T22:21:22.444Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-11-17T22:21:22.444Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-17T22:21:22.444Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2021-11-17T22:21:22.444Z] === RUN TestServiceWithPredefinedNetwork [2021-11-17T22:21:22.444Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:22.444Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-11-17T22:21:22.444Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-11-17T22:21:22.444Z] service_test.go:242: FLAKY_TEST [2021-11-17T22:21:22.444Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-17T22:21:22.444Z] === RUN TestServiceWithDataPathPortInit [2021-11-17T22:21:22.444Z] service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:22.444Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-11-17T22:21:22.444Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-11-17T22:21:22.444Z] service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:22.444Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-11-17T22:21:22.444Z] PASS [2021-11-17T22:21:22.444Z] [2021-11-17T22:21:22.444Z] === Skipped [2021-11-17T22:21:22.444Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2021-11-17T22:21:22.444Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:22.444Z] [2021-11-17T22:21:22.444Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2021-11-17T22:21:22.444Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-17T22:21:22.444Z] [2021-11-17T22:21:22.444Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2021-11-17T22:21:22.444Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-17T22:21:22.444Z] [2021-11-17T22:21:22.444Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2021-11-17T22:21:22.444Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-17T22:21:22.444Z] [2021-11-17T22:21:22.444Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s) [2021-11-17T22:21:22.444Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-17T22:21:22.444Z] [2021-11-17T22:21:22.444Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s) [2021-11-17T22:21:22.444Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-17T22:21:22.444Z] [2021-11-17T22:21:22.444Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-11-17T22:21:22.444Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-17T22:21:22.444Z] [2021-11-17T22:21:22.444Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2021-11-17T22:21:22.444Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-17T22:21:22.444Z] [2021-11-17T22:21:22.444Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2021-11-17T22:21:22.444Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:22.444Z] [2021-11-17T22:21:22.444Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-17T22:21:22.444Z] service_test.go:242: FLAKY_TEST [2021-11-17T22:21:22.444Z] [2021-11-17T22:21:22.444Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.00s) [2021-11-17T22:21:22.444Z] service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:22.444Z] [2021-11-17T22:21:22.444Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-11-17T22:21:22.444Z] service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:22.444Z] [2021-11-17T22:21:22.444Z] [2021-11-17T22:21:22.444Z] DONE 22 tests, 12 skipped in 8.048s [2021-11-17T22:21:22.444Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-11-17T22:21:22.444Z] INFO: Testing against a local daemon [2021-11-17T22:21:22.444Z] === RUN TestDockerNetworkIpvlanPersistance [2021-11-17T22:21:22.444Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-17T22:21:22.444Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-11-17T22:21:22.444Z] === RUN TestDockerNetworkIpvlan [2021-11-17T22:21:22.444Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-17T22:21:22.444Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-11-17T22:21:22.444Z] PASS [2021-11-17T22:21:22.444Z] [2021-11-17T22:21:22.444Z] === Skipped [2021-11-17T22:21:22.444Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-11-17T22:21:22.444Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-17T22:21:22.444Z] [2021-11-17T22:21:22.444Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-11-17T22:21:22.444Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-17T22:21:22.444Z] [2021-11-17T22:21:22.444Z] [2021-11-17T22:21:22.444Z] DONE 2 tests, 2 skipped in 0.141s [2021-11-17T22:21:22.444Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-11-17T22:21:22.699Z] INFO: Testing against a local daemon [2021-11-17T22:21:22.699Z] === RUN TestDockerNetworkMacvlanPersistance [2021-11-17T22:21:22.699Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-17T22:21:22.699Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2021-11-17T22:21:22.699Z] === RUN TestDockerNetworkMacvlan [2021-11-17T22:21:22.699Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-17T22:21:22.699Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2021-11-17T22:21:22.699Z] PASS [2021-11-17T22:21:22.699Z] [2021-11-17T22:21:22.699Z] === Skipped [2021-11-17T22:21:22.699Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2021-11-17T22:21:22.699Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-17T22:21:22.699Z] [2021-11-17T22:21:22.699Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2021-11-17T22:21:22.699Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-17T22:21:22.699Z] [2021-11-17T22:21:22.699Z] [2021-11-17T22:21:22.699Z] DONE 2 tests, 2 skipped in 0.150s [2021-11-17T22:21:22.699Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-11-17T22:21:22.699Z] testing: warning: no tests to run [2021-11-17T22:21:22.699Z] PASS [2021-11-17T22:21:22.699Z] [2021-11-17T22:21:22.699Z] DONE 0 tests in 0.038s [2021-11-17T22:21:22.699Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-11-17T22:21:22.954Z] INFO: Testing against a local daemon [2021-11-17T22:21:22.954Z] === RUN TestAuthZPluginAllowRequest [2021-11-17T22:21:22.954Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:22.954Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2021-11-17T22:21:22.954Z] === RUN TestAuthZPluginTLS [2021-11-17T22:21:22.954Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:22.954Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2021-11-17T22:21:22.954Z] === RUN TestAuthZPluginDenyRequest [2021-11-17T22:21:22.954Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:22.954Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2021-11-17T22:21:22.954Z] === RUN TestAuthZPluginAPIDenyResponse [2021-11-17T22:21:22.954Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:22.955Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2021-11-17T22:21:22.955Z] === RUN TestAuthZPluginDenyResponse [2021-11-17T22:21:22.955Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:22.955Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2021-11-17T22:21:22.955Z] === RUN TestAuthZPluginAllowEventStream [2021-11-17T22:21:22.955Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:22.955Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2021-11-17T22:21:22.955Z] === RUN TestAuthZPluginErrorResponse [2021-11-17T22:21:22.955Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:22.955Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2021-11-17T22:21:22.955Z] === RUN TestAuthZPluginErrorRequest [2021-11-17T22:21:22.955Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:22.955Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2021-11-17T22:21:22.955Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-11-17T22:21:22.955Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:22.955Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-11-17T22:21:22.955Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-11-17T22:21:22.955Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:22.955Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-11-17T22:21:22.955Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-11-17T22:21:22.955Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:22.955Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-11-17T22:21:22.955Z] === RUN TestAuthZPluginHeader [2021-11-17T22:21:22.955Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:22.955Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2021-11-17T22:21:22.955Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-11-17T22:21:23.210Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:23.210Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.23s) [2021-11-17T22:21:23.210Z] === RUN TestAuthZPluginV2Disable [2021-11-17T22:21:23.211Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:23.211Z] --- SKIP: TestAuthZPluginV2Disable (0.01s) [2021-11-17T22:21:23.211Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-11-17T22:21:23.211Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:23.211Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-11-17T22:21:23.211Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-11-17T22:21:23.211Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:23.211Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-11-17T22:21:23.211Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-11-17T22:21:23.211Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:23.211Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-11-17T22:21:23.211Z] PASS [2021-11-17T22:21:23.211Z] [2021-11-17T22:21:23.211Z] === Skipped [2021-11-17T22:21:23.211Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2021-11-17T22:21:23.211Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:23.211Z] [2021-11-17T22:21:23.211Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2021-11-17T22:21:23.211Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:23.211Z] [2021-11-17T22:21:23.211Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2021-11-17T22:21:23.211Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:23.211Z] [2021-11-17T22:21:23.211Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2021-11-17T22:21:23.211Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:23.211Z] [2021-11-17T22:21:23.211Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2021-11-17T22:21:23.211Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:23.211Z] [2021-11-17T22:21:23.211Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2021-11-17T22:21:23.211Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:23.211Z] [2021-11-17T22:21:23.211Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2021-11-17T22:21:23.211Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:23.211Z] [2021-11-17T22:21:23.211Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2021-11-17T22:21:23.211Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:23.211Z] [2021-11-17T22:21:23.211Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-11-17T22:21:23.211Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:23.211Z] [2021-11-17T22:21:23.211Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-11-17T22:21:23.211Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:23.211Z] [2021-11-17T22:21:23.211Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-11-17T22:21:23.211Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:23.211Z] [2021-11-17T22:21:23.211Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2021-11-17T22:21:23.211Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:23.211Z] [2021-11-17T22:21:23.211Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.23s) [2021-11-17T22:21:23.211Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:23.211Z] [2021-11-17T22:21:23.211Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.01s) [2021-11-17T22:21:23.211Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:23.211Z] [2021-11-17T22:21:23.211Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-11-17T22:21:23.211Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:23.211Z] [2021-11-17T22:21:23.211Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-11-17T22:21:23.211Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:23.211Z] [2021-11-17T22:21:23.211Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-11-17T22:21:23.211Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:23.211Z] [2021-11-17T22:21:23.211Z] [2021-11-17T22:21:23.211Z] DONE 17 tests, 17 skipped in 0.462s [2021-11-17T22:21:23.211Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-11-17T22:21:23.466Z] INFO: Testing against a local daemon [2021-11-17T22:21:23.466Z] === RUN TestPluginInvalidJSON [2021-11-17T22:21:23.466Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-11-17T22:21:23.466Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-11-17T22:21:23.466Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-11-17T22:21:23.466Z] --- PASS: TestPluginInvalidJSON (0.01s) [2021-11-17T22:21:23.466Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-11-17T22:21:23.466Z] === RUN TestPluginInstall [2021-11-17T22:21:23.466Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:23.466Z] --- SKIP: TestPluginInstall (0.00s) [2021-11-17T22:21:23.466Z] === RUN TestPluginsWithRuntimes [2021-11-17T22:21:23.466Z] plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2021-11-17T22:21:23.466Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-11-17T22:21:23.466Z] === RUN TestPluginBackCompatMediaTypes [2021-11-17T22:21:23.466Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-11-17T22:21:23.466Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-11-17T22:21:23.466Z] PASS [2021-11-17T22:21:23.466Z] [2021-11-17T22:21:23.466Z] === Skipped [2021-11-17T22:21:23.466Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2021-11-17T22:21:23.466Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-17T22:21:23.466Z] [2021-11-17T22:21:23.466Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2021-11-17T22:21:23.466Z] plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2021-11-17T22:21:23.466Z] [2021-11-17T22:21:23.466Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2021-11-17T22:21:23.466Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-11-17T22:21:23.466Z] [2021-11-17T22:21:23.466Z] [2021-11-17T22:21:23.466Z] DONE 5 tests, 3 skipped in 0.201s [2021-11-17T22:21:23.466Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-11-17T22:21:23.466Z] INFO: Testing against a local daemon [2021-11-17T22:21:23.466Z] === RUN TestExternalGraphDriver [2021-11-17T22:21:23.722Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-11-17T22:21:23.722Z] --- SKIP: TestExternalGraphDriver (0.05s) [2021-11-17T22:21:23.722Z] === RUN TestGraphdriverPluginV2 [2021-11-17T22:21:26.305Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-17T22:21:26.305Z] INFO: Testing against a local daemon [2021-11-17T22:21:26.305Z] === RUN TestBuildWithSession [2021-11-17T22:21:26.305Z] build_session_test.go:25: TODO: BuildKit [2021-11-17T22:21:26.305Z] --- SKIP: TestBuildWithSession (0.00s) [2021-11-17T22:21:26.305Z] === RUN TestBuildSquashParent [2021-11-17T22:21:26.305Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:21:26.305Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-11-17T22:21:26.305Z] === RUN TestBuildWithRemoveAndForceRemove [2021-11-17T22:21:26.305Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-17T22:21:26.305Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-17T22:21:26.305Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-17T22:21:26.305Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-17T22:21:26.305Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-17T22:21:26.305Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-17T22:21:26.305Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-17T22:21:26.305Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-17T22:21:26.305Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-17T22:21:26.305Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-17T22:21:26.305Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-17T22:21:26.305Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-17T22:21:26.305Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-17T22:21:26.305Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-17T22:21:26.305Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-17T22:21:26.305Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-17T22:21:27.463Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-11-17T22:21:27.463Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-11-17T22:21:30.297Z] --- PASS: TestGraphdriverPluginV2 (5.51s) [2021-11-17T22:21:30.297Z] PASS [2021-11-17T22:21:30.297Z] [2021-11-17T22:21:30.297Z] === Skipped [2021-11-17T22:21:30.297Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.05s) [2021-11-17T22:21:30.297Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-11-17T22:21:30.297Z] [2021-11-17T22:21:30.297Z] [2021-11-17T22:21:30.297Z] DONE 2 tests, 1 skipped in 5.750s [2021-11-17T22:21:30.297Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-11-17T22:21:30.297Z] INFO: Testing against a local daemon [2021-11-17T22:21:30.297Z] === RUN TestContinueAfterPluginCrash [2021-11-17T22:21:30.297Z] === PAUSE TestContinueAfterPluginCrash [2021-11-17T22:21:30.297Z] === RUN TestReadPluginNoRead [2021-11-17T22:21:30.297Z] === PAUSE TestReadPluginNoRead [2021-11-17T22:21:30.297Z] === RUN TestDaemonStartWithLogOpt [2021-11-17T22:21:30.297Z] === PAUSE TestDaemonStartWithLogOpt [2021-11-17T22:21:30.297Z] === CONT TestContinueAfterPluginCrash [2021-11-17T22:21:30.297Z] === CONT TestDaemonStartWithLogOpt [2021-11-17T22:21:33.815Z] tests/integration/api_network_test.py ............................ [ 47%] [2021-11-17T22:21:36.741Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-17T22:21:36.741Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-17T22:21:36.829Z] --- PASS: TestDaemonStartWithLogOpt (6.40s) [2021-11-17T22:21:36.829Z] === CONT TestReadPluginNoRead [2021-11-17T22:21:39.341Z] === RUN TestReadPluginNoRead/default [2021-11-17T22:21:39.597Z] --- PASS: TestContinueAfterPluginCrash (10.22s) [2021-11-17T22:21:41.482Z] === RUN TestReadPluginNoRead/disabled_caching [2021-11-17T22:21:43.369Z] tests/integration/api_plugin_test.py ........... [ 50%] [2021-11-17T22:21:43.907Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2021-11-17T22:21:43.907Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (11.92s) [2021-11-17T22:21:43.907Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (12.26s) [2021-11-17T22:21:43.907Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (12.64s) [2021-11-17T22:21:43.907Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (12.80s) [2021-11-17T22:21:43.907Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (6.49s) [2021-11-17T22:21:43.907Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (6.25s) [2021-11-17T22:21:43.907Z] === RUN TestBuildMultiStageCopy [2021-11-17T22:21:43.907Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-11-17T22:21:43.996Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-11-17T22:21:44.880Z] tests/integration/api_secret_test.py ..... [ 51%] [2021-11-17T22:21:45.882Z] === CONT TestReadPluginNoRead [2021-11-17T22:21:45.882Z] read_test.go:92: [d8f29c95e9f92] daemon is not started [2021-11-17T22:21:45.882Z] --- PASS: TestReadPluginNoRead (10.04s) [2021-11-17T22:21:45.882Z] --- PASS: TestReadPluginNoRead/default (2.30s) [2021-11-17T22:21:45.882Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.26s) [2021-11-17T22:21:45.882Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.24s) [2021-11-17T22:21:45.882Z] PASS [2021-11-17T22:21:45.882Z] [2021-11-17T22:21:45.882Z] DONE 6 tests in 16.577s [2021-11-17T22:21:45.882Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-11-17T22:21:45.882Z] testing: warning: no tests to run [2021-11-17T22:21:45.882Z] PASS [2021-11-17T22:21:45.882Z] [2021-11-17T22:21:45.882Z] DONE 0 tests in 0.135s [2021-11-17T22:21:45.882Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-11-17T22:21:46.138Z] INFO: Testing against a local daemon [2021-11-17T22:21:46.138Z] === RUN TestPluginWithDevMounts [2021-11-17T22:21:46.138Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-11-17T22:21:46.138Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-11-17T22:21:46.138Z] PASS [2021-11-17T22:21:46.138Z] [2021-11-17T22:21:46.138Z] === Skipped [2021-11-17T22:21:46.138Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2021-11-17T22:21:46.138Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-11-17T22:21:46.138Z] [2021-11-17T22:21:46.138Z] [2021-11-17T22:21:46.138Z] DONE 1 tests, 1 skipped in 0.178s [2021-11-17T22:21:46.138Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-11-17T22:21:46.394Z] INFO: Testing against a local daemon [2021-11-17T22:21:46.394Z] === RUN TestSecretInspect [2021-11-17T22:21:46.394Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:46.394Z] --- SKIP: TestSecretInspect (0.01s) [2021-11-17T22:21:46.394Z] === RUN TestSecretList [2021-11-17T22:21:46.394Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:46.394Z] --- SKIP: TestSecretList (0.01s) [2021-11-17T22:21:46.394Z] === RUN TestSecretsCreateAndDelete [2021-11-17T22:21:46.394Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:46.394Z] --- SKIP: TestSecretsCreateAndDelete (0.02s) [2021-11-17T22:21:46.394Z] === RUN TestSecretsUpdate [2021-11-17T22:21:46.394Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:46.394Z] --- SKIP: TestSecretsUpdate (0.01s) [2021-11-17T22:21:46.394Z] === RUN TestTemplatedSecret [2021-11-17T22:21:46.394Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:46.394Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-11-17T22:21:46.394Z] === RUN TestSecretCreateResolve [2021-11-17T22:21:46.394Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:46.394Z] --- SKIP: TestSecretCreateResolve (0.01s) [2021-11-17T22:21:46.394Z] PASS [2021-11-17T22:21:46.394Z] [2021-11-17T22:21:46.394Z] === Skipped [2021-11-17T22:21:46.394Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2021-11-17T22:21:46.394Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:46.394Z] [2021-11-17T22:21:46.394Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2021-11-17T22:21:46.394Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:46.394Z] [2021-11-17T22:21:46.394Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.02s) [2021-11-17T22:21:46.394Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:46.394Z] [2021-11-17T22:21:46.394Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2021-11-17T22:21:46.394Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:46.394Z] [2021-11-17T22:21:46.394Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2021-11-17T22:21:46.394Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:46.394Z] [2021-11-17T22:21:46.394Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2021-11-17T22:21:46.394Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:46.394Z] [2021-11-17T22:21:46.394Z] [2021-11-17T22:21:46.394Z] DONE 6 tests, 6 skipped in 0.262s [2021-11-17T22:21:46.394Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-11-17T22:21:46.394Z] INFO: Testing against a local daemon [2021-11-17T22:21:46.394Z] === RUN TestServiceCreateInit [2021-11-17T22:21:46.650Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-11-17T22:21:46.650Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:46.650Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-11-17T22:21:46.650Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:46.650Z] --- PASS: TestServiceCreateInit (0.02s) [2021-11-17T22:21:46.650Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-11-17T22:21:46.650Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-11-17T22:21:46.650Z] === RUN TestCreateServiceMultipleTimes [2021-11-17T22:21:46.650Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:46.650Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2021-11-17T22:21:46.650Z] === RUN TestCreateServiceConflict [2021-11-17T22:21:46.650Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:46.650Z] --- SKIP: TestCreateServiceConflict (0.01s) [2021-11-17T22:21:46.650Z] === RUN TestCreateServiceMaxReplicas [2021-11-17T22:21:46.650Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:46.650Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2021-11-17T22:21:46.650Z] === RUN TestCreateWithDuplicateNetworkNames [2021-11-17T22:21:46.650Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:46.650Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.02s) [2021-11-17T22:21:46.650Z] === RUN TestCreateServiceSecretFileMode [2021-11-17T22:21:46.650Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:46.650Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2021-11-17T22:21:46.650Z] === RUN TestCreateServiceConfigFileMode [2021-11-17T22:21:46.650Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:46.650Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2021-11-17T22:21:46.650Z] === RUN TestCreateServiceSysctls [2021-11-17T22:21:46.650Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:46.650Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-11-17T22:21:46.650Z] === RUN TestCreateServiceCapabilities [2021-11-17T22:21:46.650Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:46.650Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-11-17T22:21:46.650Z] === RUN TestInspect [2021-11-17T22:21:46.650Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:46.650Z] --- SKIP: TestInspect (0.01s) [2021-11-17T22:21:46.650Z] === RUN TestCreateJob [2021-11-17T22:21:46.650Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:46.650Z] --- SKIP: TestCreateJob (0.01s) [2021-11-17T22:21:46.650Z] === RUN TestReplicatedJob [2021-11-17T22:21:46.650Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:46.650Z] --- SKIP: TestReplicatedJob (0.01s) [2021-11-17T22:21:46.650Z] === RUN TestUpdateReplicatedJob [2021-11-17T22:21:46.650Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:46.650Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2021-11-17T22:21:46.650Z] === RUN TestServiceListWithStatuses [2021-11-17T22:21:46.650Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-11-17T22:21:46.650Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-11-17T22:21:46.650Z] === RUN TestDockerNetworkConnectAlias [2021-11-17T22:21:46.650Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:46.650Z] --- SKIP: TestDockerNetworkConnectAlias (0.02s) [2021-11-17T22:21:46.650Z] === RUN TestDockerNetworkReConnect [2021-11-17T22:21:46.650Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:46.650Z] --- SKIP: TestDockerNetworkReConnect (0.02s) [2021-11-17T22:21:46.650Z] === RUN TestServicePlugin [2021-11-17T22:21:49.397Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-11-17T22:21:49.763Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-11-17T22:21:49.771Z] tests/integration/api_service_test.py .................................. [ 60%] [2021-11-17T22:21:49.959Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:49.959Z] --- SKIP: TestServicePlugin (2.99s) [2021-11-17T22:21:49.959Z] === RUN TestServiceUpdateLabel [2021-11-17T22:21:49.959Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:49.959Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2021-11-17T22:21:49.959Z] === RUN TestServiceUpdateSecrets [2021-11-17T22:21:49.959Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:49.959Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2021-11-17T22:21:49.959Z] === RUN TestServiceUpdateConfigs [2021-11-17T22:21:49.959Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:49.959Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2021-11-17T22:21:49.959Z] === RUN TestServiceUpdateNetwork [2021-11-17T22:21:49.959Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:49.959Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2021-11-17T22:21:49.959Z] === RUN TestServiceUpdatePidsLimit [2021-11-17T22:21:49.959Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:49.959Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s) [2021-11-17T22:21:49.959Z] PASS [2021-11-17T22:21:49.959Z] [2021-11-17T22:21:49.959Z] === Skipped [2021-11-17T22:21:49.959Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-11-17T22:21:49.959Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:49.959Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-11-17T22:21:49.959Z] [2021-11-17T22:21:49.959Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-11-17T22:21:49.959Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:49.959Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-11-17T22:21:49.959Z] [2021-11-17T22:21:49.959Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2021-11-17T22:21:49.959Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:49.959Z] [2021-11-17T22:21:49.959Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2021-11-17T22:21:49.959Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:49.959Z] [2021-11-17T22:21:49.959Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2021-11-17T22:21:49.959Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:49.959Z] [2021-11-17T22:21:49.959Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.02s) [2021-11-17T22:21:49.959Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:49.959Z] [2021-11-17T22:21:49.959Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2021-11-17T22:21:49.959Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:49.959Z] [2021-11-17T22:21:49.959Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2021-11-17T22:21:49.959Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:49.959Z] [2021-11-17T22:21:49.959Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2021-11-17T22:21:49.959Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:49.959Z] [2021-11-17T22:21:49.959Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2021-11-17T22:21:49.959Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:49.959Z] [2021-11-17T22:21:49.959Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2021-11-17T22:21:49.959Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:49.959Z] [2021-11-17T22:21:49.959Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2021-11-17T22:21:49.959Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:49.959Z] [2021-11-17T22:21:49.959Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2021-11-17T22:21:49.959Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:49.959Z] [2021-11-17T22:21:49.959Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2021-11-17T22:21:49.959Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:49.959Z] [2021-11-17T22:21:49.959Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-11-17T22:21:49.959Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-11-17T22:21:49.959Z] [2021-11-17T22:21:49.959Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.02s) [2021-11-17T22:21:49.959Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:49.959Z] [2021-11-17T22:21:49.959Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.02s) [2021-11-17T22:21:49.959Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:49.959Z] [2021-11-17T22:21:49.959Z] === SKIP: amd64.integration.service TestServicePlugin (2.99s) [2021-11-17T22:21:49.959Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:49.959Z] [2021-11-17T22:21:49.959Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2021-11-17T22:21:49.959Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:49.959Z] [2021-11-17T22:21:49.959Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2021-11-17T22:21:49.959Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:49.959Z] [2021-11-17T22:21:49.959Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2021-11-17T22:21:49.959Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:49.959Z] [2021-11-17T22:21:49.959Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2021-11-17T22:21:49.959Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:49.959Z] [2021-11-17T22:21:49.959Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s) [2021-11-17T22:21:49.959Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-17T22:21:49.959Z] [2021-11-17T22:21:49.959Z] [2021-11-17T22:21:49.959Z] DONE 24 tests, 23 skipped in 3.416s [2021-11-17T22:21:49.959Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-11-17T22:21:49.959Z] INFO: Testing against a local daemon [2021-11-17T22:21:49.959Z] === RUN TestSessionCreate [2021-11-17T22:21:49.959Z] --- PASS: TestSessionCreate (0.02s) [2021-11-17T22:21:49.959Z] === RUN TestSessionCreateWithBadUpgrade [2021-11-17T22:21:49.959Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-11-17T22:21:49.959Z] PASS [2021-11-17T22:21:49.959Z] [2021-11-17T22:21:49.959Z] DONE 2 tests in 0.183s [2021-11-17T22:21:49.959Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-11-17T22:21:50.214Z] INFO: Testing against a local daemon [2021-11-17T22:21:50.214Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-11-17T22:21:50.214Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-11-17T22:21:50.214Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-11-17T22:21:50.214Z] === RUN TestEventsExecDie [2021-11-17T22:21:50.231Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-11-17T22:21:50.699Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-11-17T22:21:50.818Z] --- PASS: TestEventsExecDie (0.51s) [2021-11-17T22:21:50.818Z] === RUN TestEventsBackwardsCompatible [2021-11-17T22:21:50.818Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2021-11-17T22:21:50.818Z] === RUN TestInfoBinaryCommits [2021-11-17T22:21:50.818Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-11-17T22:21:50.818Z] === RUN TestInfoAPIVersioned [2021-11-17T22:21:50.818Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-11-17T22:21:50.818Z] === RUN TestInfoDiscoveryBackend [2021-11-17T22:21:51.683Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-11-17T22:21:51.817Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-11-17T22:21:51.817Z] Using test binary docker [2021-11-17T22:21:51.817Z] +++ /etc/init.d/apparmor start [2021-11-17T22:21:51.817Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-11-17T22:21:51.817Z] Starting dockerd [2021-11-17T22:21:51.817Z] INFO: Waiting for daemon to start... [2021-11-17T22:21:51.818Z] +++ 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 [2021-11-17T22:21:51.818Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-11-17T22:21:51.818Z] Using test binary docker [2021-11-17T22:21:51.818Z] +++ /etc/init.d/apparmor start [2021-11-17T22:21:51.818Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-11-17T22:21:51.818Z] INFO: Waiting for daemon to start... [2021-11-17T22:21:51.818Z] Starting dockerd [2021-11-17T22:21:51.818Z] +++ 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 [2021-11-17T22:21:51.818Z] . [2021-11-17T22:21:51.818Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-11-17T22:21:51.818Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-11-17T22:21:51.818Z] Error: No such image: emptyfs [2021-11-17T22:21:51.818Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-11-17T22:21:51.818Z] ++++ docker load [2021-11-17T22:21:51.818Z] Running integration-test (iteration 1) [2021-11-17T22:21:51.818Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-11-17T22:21:51.819Z] ++ 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)/' [2021-11-17T22:21:51.819Z] ++ set -e [2021-11-17T22:21:51.819Z] ++ '[' -n 0 ']' [2021-11-17T22:21:51.819Z] ++ set -x [2021-11-17T22:21:51.819Z] ++ 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)/' [2021-11-17T22:21:51.819Z] [2021-11-17T22:21:51.819Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-11-17T22:21:51.819Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-11-17T22:21:51.819Z] Error: No such image: emptyfs [2021-11-17T22:21:51.819Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-11-17T22:21:51.819Z] ++++ docker load [2021-11-17T22:21:52.090Z] Running integration-test (iteration 1) [2021-11-17T22:21:52.091Z] 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)/ [2021-11-17T22:21:52.091Z] ++ 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)/' [2021-11-17T22:21:52.091Z] ++ set -e [2021-11-17T22:21:52.091Z] ++ '[' -n 0 ']' [2021-11-17T22:21:52.091Z] ++ set -x [2021-11-17T22:21:52.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=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)/' [2021-11-17T22:21:52.150Z] --- PASS: TestBuildMultiStageCopy (9.20s) [2021-11-17T22:21:52.150Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (6.71s) [2021-11-17T22:21:52.150Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.51s) [2021-11-17T22:21:52.150Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.58s) [2021-11-17T22:21:52.150Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.66s) [2021-11-17T22:21:52.150Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.74s) [2021-11-17T22:21:52.150Z] === RUN TestBuildMultiStageParentConfig [2021-11-17T22:21:52.200Z] --- PASS: TestInfoDiscoveryBackend (1.55s) [2021-11-17T22:21:52.200Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-11-17T22:21:54.362Z] --- PASS: TestBuildMultiStageParentConfig (1.82s) [2021-11-17T22:21:54.362Z] === RUN TestBuildLabelWithTargets [2021-11-17T22:21:54.362Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-17T22:21:54.362Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2021-11-17T22:21:54.362Z] === RUN TestBuildWithEmptyLayers [2021-11-17T22:21:54.830Z] --- PASS: TestBuildWithEmptyLayers (0.95s) [2021-11-17T22:21:54.830Z] === RUN TestBuildMultiStageOnBuild [2021-11-17T22:21:56.360Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.38s) [2021-11-17T22:21:56.360Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-11-17T22:21:56.360Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-17T22:21:56.360Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-11-17T22:21:56.360Z] === RUN TestInfoAPI [2021-11-17T22:21:56.360Z] --- PASS: TestInfoAPI (0.02s) [2021-11-17T22:21:56.360Z] === RUN TestInfoAPIWarnings [2021-11-17T22:22:01.604Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-11-17T22:22:01.604Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-11-17T22:22:01.604Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-11-17T22:22:02.541Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-11-17T22:22:02.541Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-11-17T22:22:03.917Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-11-17T22:22:04.572Z] ......................... [ 67%] [2021-11-17T22:22:07.202Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-11-17T22:22:07.770Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-11-17T22:22:08.705Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-11-17T22:22:09.273Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-11-17T22:22:09.747Z] --- PASS: TestBuildMultiStageOnBuild (14.28s) [2021-11-17T22:22:09.747Z] === RUN TestBuildUncleanTarFilenames [2021-11-17T22:22:09.747Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-17T22:22:09.747Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2021-11-17T22:22:09.747Z] === RUN TestBuildMultiStageLayerLeak [2021-11-17T22:22:10.207Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-11-17T22:22:10.775Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-11-17T22:22:12.152Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-11-17T22:22:12.739Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-11-17T22:22:13.691Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-11-17T22:22:14.269Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-11-17T22:22:14.269Z] Using test binary docker [2021-11-17T22:22:14.269Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-11-17T22:22:14.269Z] Starting apparmor (via systemctl): apparmor.service. [2021-11-17T22:22:14.269Z] INFO: Waiting for daemon to start... [2021-11-17T22:22:14.269Z] Starting dockerd [2021-11-17T22:22:14.391Z] --- PASS: TestInfoAPIWarnings (17.36s) [2021-11-17T22:22:14.392Z] === RUN TestInfoDebug [2021-11-17T22:22:14.647Z] --- PASS: TestInfoDebug (1.54s) [2021-11-17T22:22:14.647Z] === RUN TestInfoInsecureRegistries [2021-11-17T22:22:16.010Z] --- PASS: TestInfoInsecureRegistries (1.54s) [2021-11-17T22:22:16.010Z] === RUN TestInfoRegistryMirrors [2021-11-17T22:22:17.807Z] . [2021-11-17T22:22:17.807Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-11-17T22:22:17.807Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-11-17T22:22:17.807Z] Error: No such image: emptyfs [2021-11-17T22:22:17.807Z] Running integration-test (iteration 1) [2021-11-17T22:22:17.807Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-11-17T22:22:17.897Z] --- PASS: TestInfoRegistryMirrors (1.55s) [2021-11-17T22:22:17.897Z] === RUN TestLoginFailsWithBadCredentials [2021-11-17T22:22:17.897Z] --- PASS: TestLoginFailsWithBadCredentials (0.13s) [2021-11-17T22:22:17.897Z] === RUN TestPingCacheHeaders [2021-11-17T22:22:17.897Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-11-17T22:22:17.897Z] === RUN TestPingGet [2021-11-17T22:22:17.897Z] --- PASS: TestPingGet (0.01s) [2021-11-17T22:22:17.897Z] === RUN TestPingHead [2021-11-17T22:22:17.897Z] --- PASS: TestPingHead (0.02s) [2021-11-17T22:22:17.897Z] === RUN TestVersion [2021-11-17T22:22:17.897Z] --- PASS: TestVersion (0.02s) [2021-11-17T22:22:17.897Z] PASS [2021-11-17T22:22:17.897Z] [2021-11-17T22:22:17.897Z] === Skipped [2021-11-17T22:22:17.897Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-11-17T22:22:17.897Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-11-17T22:22:17.897Z] [2021-11-17T22:22:17.897Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-11-17T22:22:17.897Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-17T22:22:17.897Z] [2021-11-17T22:22:17.897Z] [2021-11-17T22:22:17.897Z] DONE 18 tests, 2 skipped in 27.870s [2021-11-17T22:22:17.897Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-11-17T22:22:18.153Z] INFO: Testing against a local daemon [2021-11-17T22:22:18.153Z] === RUN TestVolumesCreateAndList [2021-11-17T22:22:18.153Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-11-17T22:22:18.153Z] === RUN TestVolumesRemove [2021-11-17T22:22:18.153Z] --- PASS: TestVolumesRemove (0.06s) [2021-11-17T22:22:18.153Z] === RUN TestVolumesInspect [2021-11-17T22:22:18.153Z] --- PASS: TestVolumesInspect (0.02s) [2021-11-17T22:22:18.153Z] === RUN TestVolumesInvalidJSON [2021-11-17T22:22:18.153Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-11-17T22:22:18.153Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-11-17T22:22:18.153Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-11-17T22:22:18.153Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-11-17T22:22:18.153Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-11-17T22:22:18.153Z] PASS [2021-11-17T22:22:18.153Z] [2021-11-17T22:22:18.153Z] DONE 5 tests in 0.280s [2021-11-17T22:22:18.153Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-11-17T22:22:18.408Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12164 is not a child of this shell [2021-11-17T22:22:18.408Z] warning: PID 12164 from bundles/test-integration/docker.pid had a nonzero exit code [2021-11-17T22:22:18.408Z] Leaving: AppArmorNo profiles have been unloaded. [2021-11-17T22:22:18.408Z] [2021-11-17T22:22:18.408Z] Unloading profiles will leave already running processes permanently [2021-11-17T22:22:18.408Z] unconfined, which can lead to unexpected situations. [2021-11-17T22:22:18.408Z] [2021-11-17T22:22:18.408Z] To set a process to complain mode, use the command line tool [2021-11-17T22:22:18.408Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-11-17T22:22:18.408Z] Removing test suite binaries [2021-11-17T22:22:18.408Z] exiting test-integration [2021-11-17T22:22:18.408Z] ++ exit 0 [2021-11-17T22:22:19.333Z] [2021-11-17T22:22:22.228Z] --- PASS: TestBuildMultiStageLayerLeak (13.04s) [2021-11-17T22:22:22.228Z] === RUN TestBuildWithHugeFile [2021-11-17T22:22:23.309Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-11-17T22:22:23.309Z] [2021-11-17T22:22:23.309Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-11-17T22:22:23.309Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-11-17T22:22:23.309Z] HOSTNAME=4efd5c0b89d2 [2021-11-17T22:22:23.309Z] TESTDEBUG=0 [2021-11-17T22:22:23.309Z] DEST=bundles/test-integration [2021-11-17T22:22:23.309Z] PWD=/go/src/github.com/docker/docker [2021-11-17T22:22:23.309Z] DOCKER_GITCOMMIT=fd190abbe71c4f86043b23e39000b74bd533d5b3 [2021-11-17T22:22:23.309Z] container=docker [2021-11-17T22:22:23.309Z] HOME=/root [2021-11-17T22:22:23.309Z] GOLANG_VERSION=1.16.10 [2021-11-17T22:22:23.309Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-11-17T22:22:23.309Z] VALIDATE_BRANCH=20.10 [2021-11-17T22:22:23.309Z] TERM=xterm [2021-11-17T22:22:23.309Z] DOCKER_PKG=github.com/docker/docker [2021-11-17T22:22:23.309Z] SHLVL=1 [2021-11-17T22:22:23.309Z] TIMEOUT=120m [2021-11-17T22:22:23.309Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-11-17T22:22:23.309Z] DOCKER_GRAPHDRIVER=overlay2 [2021-11-17T22:22:23.309Z] GO111MODULE=off [2021-11-17T22:22:23.309Z] DOCKER_EXPERIMENTAL=1 [2021-11-17T22:22:23.309Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-11-17T22:22:23.309Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-11-17T22:22:23.309Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-11-17T22:22:23.309Z] GOPATH=/go [2021-11-17T22:22:23.309Z] PKG_CONFIG=pkg-config [2021-11-17T22:22:23.309Z] _=/usr/bin/env [2021-11-17T22:22:23.309Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main Post stage [Pipeline] junit [2021-11-17T22:22:23.511Z] Recording test results [2021-11-17T22:22:23.983Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-11-17T22:22:24.314Z] + echo Ensuring container killed. [2021-11-17T22:22:24.314Z] Ensuring container killed. [2021-11-17T22:22:24.314Z] + docker rm -vf docker-pr2 [2021-11-17T22:22:24.314Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-11-17T22:22:24.630Z] + echo Chowning /workspace to jenkins user [2021-11-17T22:22:24.630Z] Chowning /workspace to jenkins user [2021-11-17T22:22:24.630Z] + id -u [2021-11-17T22:22:24.630Z] + id -g [2021-11-17T22:22:24.630Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43024:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-11-17T22:22:27.480Z] + bundleName=amd64-rootless [2021-11-17T22:22:27.480Z] + echo Creating amd64-rootless-bundles.tar.gz [2021-11-17T22:22:27.480Z] Creating amd64-rootless-bundles.tar.gz [2021-11-17T22:22:27.480Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-11-17T22:22:27.480Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2021-11-17T22:22:27.746Z] Archiving artifacts [2021-11-17T22:22:28.097Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43024/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-11-17T22:22:28.445Z] + make clean [2021-11-17T22:22:28.445Z] docker volume rm -f docker-dev-cache [2021-11-17T22:22:28.700Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-11-17T22:22:32.682Z] Loaded image: buildpack-deps:buster [2021-11-17T22:22:32.682Z] Loaded image: busybox:latest [2021-11-17T22:22:32.682Z] Loaded image: busybox:glibc [2021-11-17T22:22:34.057Z] Loaded image: debian:bullseye [2021-11-17T22:22:34.057Z] Loaded image: hello-world:latest [2021-11-17T22:22:34.057Z] Loaded image: arm32v7/hello-world:latest [2021-11-17T22:22:34.057Z] INFO: Testing against a local daemon [2021-11-17T22:22:34.057Z] === RUN TestCgroupNamespacesBuild [2021-11-17T22:22:36.588Z] --- PASS: TestCgroupNamespacesBuild (2.03s) [2021-11-17T22:22:36.588Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-11-17T22:22:37.522Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.20s) [2021-11-17T22:22:37.522Z] === RUN TestBuildWithSession [2021-11-17T22:22:37.522Z] build_session_test.go:25: TODO: BuildKit [2021-11-17T22:22:37.522Z] --- SKIP: TestBuildWithSession (0.00s) [2021-11-17T22:22:37.522Z] === RUN TestBuildSquashParent [2021-11-17T22:22:38.768Z] Loaded image: buildpack-deps:buster [2021-11-17T22:22:38.768Z] Loaded image: buildpack-deps:buster [2021-11-17T22:22:38.768Z] Loaded image: busybox:latest [2021-11-17T22:22:38.768Z] Loaded image: busybox:latest [2021-11-17T22:22:38.768Z] Loaded image: busybox:glibc [2021-11-17T22:22:38.768Z] Loaded image: busybox:glibc [2021-11-17T22:22:41.709Z] --- PASS: TestBuildSquashParent (4.08s) [2021-11-17T22:22:41.709Z] === RUN TestBuildWithRemoveAndForceRemove [2021-11-17T22:22:41.709Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-17T22:22:41.709Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-17T22:22:41.709Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-17T22:22:41.709Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-17T22:22:41.709Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-17T22:22:41.709Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-17T22:22:41.709Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-17T22:22:41.709Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-17T22:22:41.709Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-17T22:22:41.709Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-17T22:22:41.709Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-17T22:22:41.709Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-17T22:22:41.709Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-17T22:22:41.709Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-17T22:22:43.086Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-17T22:22:43.086Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-17T22:22:43.568Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2021-11-17T22:22:44.035Z] Loaded image: debian:bullseye [2021-11-17T22:22:44.035Z] Loaded image: debian:bullseye [2021-11-17T22:22:44.035Z] Loaded image: hello-world:latest [2021-11-17T22:22:44.035Z] Loaded image: hello-world:latest [2021-11-17T22:22:44.035Z] Loaded image: arm32v7/hello-world:latest [2021-11-17T22:22:44.035Z] Loaded image: arm32v7/hello-world:latest [2021-11-17T22:22:44.035Z] INFO: Testing against a local daemon [2021-11-17T22:22:44.035Z] === RUN TestDockerSuite [2021-11-17T22:22:44.035Z] INFO: Testing against a local daemon [2021-11-17T22:22:44.035Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-11-17T22:22:44.035Z] === RUN TestDockerDaemonSuite [2021-11-17T22:22:44.035Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-11-17T22:22:44.035Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2021-11-17T22:22:44.035Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-11-17T22:22:44.035Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-11-17T22:22:44.035Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-11-17T22:22:44.035Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-11-17T22:22:44.035Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-11-17T22:22:44.035Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-11-17T22:22:44.461Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-17T22:22:44.461Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-17T22:22:45.410Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-11-17T22:22:45.410Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-11-17T22:22:45.669Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-11-17T22:22:45.669Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-11-17T22:22:45.837Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-11-17T22:22:45.837Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.33s) [2021-11-17T22:22:45.837Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.58s) [2021-11-17T22:22:45.837Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.42s) [2021-11-17T22:22:45.837Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.36s) [2021-11-17T22:22:45.837Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.29s) [2021-11-17T22:22:45.837Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.34s) [2021-11-17T22:22:45.837Z] === RUN TestBuildMultiStageCopy [2021-11-17T22:22:45.837Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-11-17T22:22:46.236Z] --- PASS: TestBuildWithHugeFile (136.31s) [2021-11-17T22:22:46.236Z] === RUN TestBuildWithEmptyDockerfile [2021-11-17T22:22:46.236Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-17T22:22:46.236Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-17T22:22:46.236Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-17T22:22:46.236Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-17T22:22:46.236Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-17T22:22:46.236Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-17T22:22:46.236Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-17T22:22:46.236Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-17T22:22:46.236Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-17T22:22:46.495Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2021-11-17T22:22:46.495Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s) [2021-11-17T22:22:46.495Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.17s) [2021-11-17T22:22:46.495Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.09s) [2021-11-17T22:22:46.495Z] === RUN TestBuildPreserveOwnership [2021-11-17T22:22:46.495Z] === RUN TestBuildPreserveOwnership/copy_from [2021-11-17T22:22:46.495Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-11-17T22:22:46.755Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-11-17T22:22:46.755Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-11-17T22:22:47.210Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-11-17T22:22:47.210Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-11-17T22:22:47.468Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-11-17T22:22:47.691Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-11-17T22:22:47.727Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-11-17T22:22:47.727Z] --- PASS: TestBuildMultiStageCopy (2.06s) [2021-11-17T22:22:47.727Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.27s) [2021-11-17T22:22:47.727Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.19s) [2021-11-17T22:22:47.727Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.19s) [2021-11-17T22:22:47.727Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.20s) [2021-11-17T22:22:47.727Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.20s) [2021-11-17T22:22:47.727Z] === RUN TestBuildMultiStageParentConfig [2021-11-17T22:22:47.949Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-11-17T22:22:47.949Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-11-17T22:22:47.949Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-11-17T22:22:48.294Z] --- PASS: TestBuildMultiStageParentConfig (0.59s) [2021-11-17T22:22:48.294Z] === RUN TestBuildLabelWithTargets [2021-11-17T22:22:48.886Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2021-11-17T22:22:49.145Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-11-17T22:22:49.145Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-11-17T22:22:49.230Z] --- PASS: TestBuildLabelWithTargets (0.88s) [2021-11-17T22:22:49.230Z] === RUN TestBuildWithEmptyLayers [2021-11-17T22:22:49.797Z] --- PASS: TestBuildWithEmptyLayers (0.41s) [2021-11-17T22:22:49.797Z] === RUN TestBuildMultiStageOnBuild [2021-11-17T22:22:50.080Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-11-17T22:22:50.338Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-11-17T22:22:50.338Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-11-17T22:22:50.338Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-11-17T22:22:50.597Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-11-17T22:22:50.855Z] --- PASS: TestBuildPreserveOwnership (4.56s) [2021-11-17T22:22:50.855Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.66s) [2021-11-17T22:22:50.855Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.88s) [2021-11-17T22:22:50.855Z] === RUN TestBuildPlatformInvalid [2021-11-17T22:22:51.113Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2021-11-17T22:22:51.113Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-11-17T22:22:51.175Z] --- PASS: TestBuildMultiStageOnBuild (1.49s) [2021-11-17T22:22:51.175Z] === RUN TestBuildUncleanTarFilenames [2021-11-17T22:22:51.742Z] --- PASS: TestBuildUncleanTarFilenames (0.55s) [2021-11-17T22:22:51.742Z] === RUN TestBuildMultiStageLayerLeak [2021-11-17T22:22:53.644Z] --- PASS: TestBuildMultiStageLayerLeak (1.60s) [2021-11-17T22:22:53.644Z] === RUN TestBuildWithHugeFile [2021-11-17T22:22:55.301Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-11-17T22:22:55.393Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-11-17T22:22:55.393Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-11-17T22:22:57.219Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-11-17T22:22:58.762Z] tests/integration/api_volume_test.py ......... [ 74%] [2021-11-17T22:22:59.289Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-11-17T22:23:00.670Z] tests/integration/client_test.py ..... [ 75%] [2021-11-17T22:23:00.670Z] tests/integration/context_api_test.py ... [ 76%] [2021-11-17T22:23:01.190Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-11-17T22:23:01.253Z] tests/integration/errors_test.py . [ 76%] [2021-11-17T22:23:01.756Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-11-17T22:23:02.323Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-11-17T22:23:02.892Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-11-17T22:23:03.829Z] === RUN TestDockerSuite/TestAttachAfterDetach [2021-11-17T22:23:05.729Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2021-11-17T22:23:07.106Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2021-11-17T22:23:07.365Z] === RUN TestDockerSuite/TestAttachDetach [2021-11-17T22:23:08.742Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-11-17T22:23:08.742Z] docker_cli_daemon_test.go:1455: [daf65b8d6557f] daemon is not started [2021-11-17T22:23:09.310Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-11-17T22:23:09.568Z] Loaded image: buildpack-deps:buster [2021-11-17T22:23:09.568Z] check_test.go:309: [df77d243cffec] daemon is not started [2021-11-17T22:23:09.568Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2021-11-17T22:23:09.827Z] Loaded image: busybox:latest [2021-11-17T22:23:10.085Z] Loaded image: busybox:glibc [2021-11-17T22:23:10.344Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-11-17T22:23:11.461Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-11-17T22:23:11.720Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2021-11-17T22:23:11.978Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-11-17T22:23:12.914Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-11-17T22:23:13.850Z] check_test.go:309: [d14d49a6a8c3e] daemon is not started [2021-11-17T22:23:13.850Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2021-11-17T22:23:14.108Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-11-17T22:23:15.043Z] Loaded image: debian:bullseye [2021-11-17T22:23:15.043Z] Loaded image: hello-world:latest [2021-11-17T22:23:15.043Z] Loaded image: arm32v7/hello-world:latest [2021-11-17T22:23:15.610Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-11-17T22:23:16.546Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-11-17T22:23:16.909Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-11-17T22:23:17.168Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-11-17T22:23:17.504Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-11-17T22:23:17.504Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-11-17T22:23:17.736Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-11-17T22:23:18.071Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2021-11-17T22:23:18.337Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-11-17T22:23:18.602Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-11-17T22:23:18.639Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-11-17T22:23:19.538Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-11-17T22:23:19.574Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-11-17T22:23:20.109Z] tests/integration/models_containers_test.py ............................ [ 83%] [2021-11-17T22:23:20.952Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2021-11-17T22:23:22.086Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-11-17T22:23:22.653Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-11-17T22:23:23.484Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2021-11-17T22:23:23.589Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-11-17T22:23:23.847Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-11-17T22:23:24.415Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-11-17T22:23:25.355Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-11-17T22:23:25.389Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (34.44s) [2021-11-17T22:23:25.389Z] PASS [2021-11-17T22:23:25.389Z] [2021-11-17T22:23:25.389Z] === Skipped [2021-11-17T22:23:25.389Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-11-17T22:23:25.389Z] build_session_test.go:25: TODO: BuildKit [2021-11-17T22:23:25.389Z] [2021-11-17T22:23:25.389Z] [2021-11-17T22:23:25.389Z] DONE 33 tests, 1 skipped in 265.381s [2021-11-17T22:23:25.647Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-11-17T22:23:25.647Z] ++ 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 [2021-11-17T22:23:25.647Z] ++ set -e [2021-11-17T22:23:25.647Z] ++ '[' -n 0 ']' [2021-11-17T22:23:25.647Z] ++ set -x [2021-11-17T22:23:25.647Z] ++ 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 [2021-11-17T22:23:25.647Z] INFO: Testing against a local daemon [2021-11-17T22:23:25.647Z] === RUN TestConfigInspect [2021-11-17T22:23:26.297Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-11-17T22:23:26.556Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-11-17T22:23:27.023Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2021-11-17T22:23:27.491Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-11-17T22:23:28.059Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-11-17T22:23:28.059Z] Using test binary docker [2021-11-17T22:23:28.059Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-11-17T22:23:28.059Z] +++ /etc/init.d/apparmor start [2021-11-17T22:23:28.059Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-11-17T22:23:28.059Z] Starting dockerd [2021-11-17T22:23:28.059Z] INFO: Waiting for daemon to start... [2021-11-17T22:23:28.059Z] +++ 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 [2021-11-17T22:23:28.930Z] --- PASS: TestConfigInspect (3.00s) [2021-11-17T22:23:28.930Z] === RUN TestConfigList [2021-11-17T22:23:30.306Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2021-11-17T22:23:31.682Z] --- PASS: TestConfigList (2.91s) [2021-11-17T22:23:31.682Z] === RUN TestConfigsCreateAndDelete [2021-11-17T22:23:32.616Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2021-11-17T22:23:33.324Z] . [2021-11-17T22:23:33.324Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-11-17T22:23:33.324Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-11-17T22:23:33.324Z] Error: No such image: emptyfs [2021-11-17T22:23:33.324Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-11-17T22:23:33.324Z] ++++ docker load [2021-11-17T22:23:33.324Z] Running integration-test (iteration 1) [2021-11-17T22:23:33.324Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2021-11-17T22:23:33.324Z] ++ 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 [2021-11-17T22:23:33.324Z] ++ set -e [2021-11-17T22:23:33.324Z] ++ '[' -n 0 ']' [2021-11-17T22:23:33.324Z] ++ set -x [2021-11-17T22:23:33.324Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2021-11-17T22:23:33.993Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2021-11-17T22:23:34.559Z] --- PASS: TestConfigsCreateAndDelete (2.88s) [2021-11-17T22:23:34.559Z] === RUN TestConfigsUpdate [2021-11-17T22:23:35.497Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-11-17T22:23:35.756Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-11-17T22:23:36.326Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2021-11-17T22:23:36.450Z] ......... [ 86%] [2021-11-17T22:23:36.584Z] check_test.go:309: [d92c250e64958] daemon is not started [2021-11-17T22:23:36.584Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2021-11-17T22:23:36.843Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-11-17T22:23:37.101Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-11-17T22:23:37.101Z] check_test.go:309: [dd97fafd5b7fe] daemon is not started [2021-11-17T22:23:37.101Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2021-11-17T22:23:37.360Z] --- PASS: TestConfigsUpdate (2.77s) [2021-11-17T22:23:37.360Z] === RUN TestTemplatedConfig [2021-11-17T22:23:37.618Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2021-11-17T22:23:38.553Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2021-11-17T22:23:39.121Z] check_test.go:309: [d66d84e300830] daemon is not started [2021-11-17T22:23:39.121Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2021-11-17T22:23:39.380Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-11-17T22:23:40.755Z] --- PASS: TestTemplatedConfig (3.60s) [2021-11-17T22:23:40.755Z] === RUN TestConfigCreateResolve [2021-11-17T22:23:40.973Z] tests/integration/models_images_test.py ............... [ 89%] [2021-11-17T22:23:41.689Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2021-11-17T22:23:41.948Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-11-17T22:23:42.437Z] tests/integration/models_networks_test.py .... [ 90%] [2021-11-17T22:23:42.516Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-11-17T22:23:43.082Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2021-11-17T22:23:43.652Z] --- PASS: TestConfigCreateResolve (2.73s) [2021-11-17T22:23:43.652Z] === RUN TestConfigDaemonLibtrustID [2021-11-17T22:23:44.221Z] --- PASS: TestConfigDaemonLibtrustID (0.59s) [2021-11-17T22:23:44.221Z] PASS [2021-11-17T22:23:44.221Z] [2021-11-17T22:23:44.221Z] DONE 7 tests in 18.647s [2021-11-17T22:23:44.221Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-11-17T22:23:44.221Z] ++ 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 [2021-11-17T22:23:44.221Z] ++ set -e [2021-11-17T22:23:44.221Z] ++ '[' -n 0 ']' [2021-11-17T22:23:44.221Z] ++ set -x [2021-11-17T22:23:44.221Z] ++ 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 [2021-11-17T22:23:44.480Z] INFO: Testing against a local daemon [2021-11-17T22:23:44.480Z] === RUN TestCheckpoint [2021-11-17T22:23:44.480Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-17T22:23:44.480Z] --- SKIP: TestCheckpoint (0.00s) [2021-11-17T22:23:44.480Z] === RUN TestContainerInvalidJSON [2021-11-17T22:23:44.480Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-11-17T22:23:44.480Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-11-17T22:23:44.480Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-11-17T22:23:44.480Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-11-17T22:23:44.480Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-11-17T22:23:44.480Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-11-17T22:23:44.480Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-11-17T22:23:44.480Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-11-17T22:23:44.480Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-11-17T22:23:44.480Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-11-17T22:23:44.480Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-11-17T22:23:44.480Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2021-11-17T22:23:44.480Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2021-11-17T22:23:44.480Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-11-17T22:23:44.480Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2021-11-17T22:23:44.480Z] === RUN TestCopyFromContainerPathIsNotDir [2021-11-17T22:23:44.739Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2021-11-17T22:23:44.739Z] === RUN TestCopyToContainerPathDoesNotExist [2021-11-17T22:23:44.739Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2021-11-17T22:23:44.739Z] === RUN TestCopyToContainerPathIsNotDir [2021-11-17T22:23:44.739Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-11-17T22:23:44.739Z] === RUN TestCopyFromContainer [2021-11-17T22:23:45.306Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2021-11-17T22:23:45.529Z] Loaded image: buildpack-deps:buster [2021-11-17T22:23:45.529Z] Loaded image: busybox:latest [2021-11-17T22:23:45.529Z] Loaded image: busybox:glibc [2021-11-17T22:23:46.243Z] === RUN TestCopyFromContainer// [2021-11-17T22:23:46.501Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2021-11-17T22:23:46.501Z] === RUN TestCopyFromContainer//bar/root [2021-11-17T22:23:46.501Z] === RUN TestCopyFromContainer//bar/root/ [2021-11-17T22:23:46.761Z] === RUN TestCopyFromContainer/bar/quux [2021-11-17T22:23:46.761Z] === RUN TestCopyFromContainer/bar/quux/ [2021-11-17T22:23:47.020Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-11-17T22:23:47.020Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-11-17T22:23:47.020Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2021-11-17T22:23:47.020Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-11-17T22:23:47.278Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-11-17T22:23:47.278Z] === RUN TestCopyFromContainer/bar/notarget [2021-11-17T22:23:47.433Z] Loaded image: debian:bullseye [2021-11-17T22:23:47.537Z] --- PASS: TestCopyFromContainer (2.74s) [2021-11-17T22:23:47.537Z] --- PASS: TestCopyFromContainer// (0.16s) [2021-11-17T22:23:47.537Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2021-11-17T22:23:47.537Z] --- PASS: TestCopyFromContainer//bar/root/ (0.13s) [2021-11-17T22:23:47.537Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2021-11-17T22:23:47.537Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2021-11-17T22:23:47.537Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2021-11-17T22:23:47.537Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2021-11-17T22:23:47.537Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2021-11-17T22:23:47.537Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2021-11-17T22:23:47.537Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2021-11-17T22:23:47.537Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-11-17T22:23:47.537Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-17T22:23:47.537Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-17T22:23:47.537Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-17T22:23:47.537Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-17T22:23:47.537Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-17T22:23:47.537Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-17T22:23:47.537Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-17T22:23:47.537Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-17T22:23:47.537Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-17T22:23:47.537Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-11-17T22:23:47.537Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-11-17T22:23:47.537Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2021-11-17T22:23:47.537Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-11-17T22:23:47.537Z] === RUN TestCreateLinkToNonExistingContainer [2021-11-17T22:23:47.537Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2021-11-17T22:23:47.537Z] === RUN TestCreateWithInvalidEnv [2021-11-17T22:23:47.537Z] === RUN TestCreateWithInvalidEnv/0 [2021-11-17T22:23:47.537Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-11-17T22:23:47.537Z] === RUN TestCreateWithInvalidEnv/1 [2021-11-17T22:23:47.537Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-11-17T22:23:47.537Z] === RUN TestCreateWithInvalidEnv/2 [2021-11-17T22:23:47.537Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-11-17T22:23:47.537Z] === CONT TestCreateWithInvalidEnv/0 [2021-11-17T22:23:47.537Z] === CONT TestCreateWithInvalidEnv/2 [2021-11-17T22:23:47.537Z] === CONT TestCreateWithInvalidEnv/1 [2021-11-17T22:23:47.537Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-11-17T22:23:47.537Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-11-17T22:23:47.537Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-11-17T22:23:47.537Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-11-17T22:23:47.537Z] === RUN TestCreateTmpfsMountsTarget [2021-11-17T22:23:47.537Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2021-11-17T22:23:47.537Z] === RUN TestCreateWithCustomMaskedPaths [2021-11-17T22:23:47.691Z] Loaded image: hello-world:latest [2021-11-17T22:23:47.691Z] Loaded image: arm32v7/hello-world:latest [2021-11-17T22:23:47.691Z] INFO: Testing against a local daemon [2021-11-17T22:23:47.691Z] === RUN TestCgroupNamespacesBuild [2021-11-17T22:23:48.913Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-11-17T22:23:49.014Z] tests/integration/models_nodes_test.py . [ 91%] [2021-11-17T22:23:49.014Z] tests/integration/models_resources_test.py . [ 91%] [2021-11-17T22:23:49.173Z] --- PASS: TestCreateWithCustomMaskedPaths (1.63s) [2021-11-17T22:23:49.173Z] === RUN TestCreateWithCustomReadonlyPaths [2021-11-17T22:23:49.866Z] --- PASS: TestBuildWithHugeFile (52.79s) [2021-11-17T22:23:49.866Z] === RUN TestBuildWithEmptyDockerfile [2021-11-17T22:23:49.866Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-17T22:23:49.866Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-17T22:23:49.866Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-17T22:23:49.866Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-17T22:23:49.866Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-17T22:23:49.866Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-17T22:23:49.866Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-17T22:23:49.866Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-17T22:23:49.866Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-17T22:23:49.866Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2021-11-17T22:23:49.866Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.11s) [2021-11-17T22:23:49.866Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s) [2021-11-17T22:23:49.866Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2021-11-17T22:23:49.866Z] === RUN TestBuildPreserveOwnership [2021-11-17T22:23:49.866Z] === RUN TestBuildPreserveOwnership/copy_from [2021-11-17T22:23:49.866Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-11-17T22:23:49.866Z] --- PASS: TestBuildPreserveOwnership (3.20s) [2021-11-17T22:23:49.866Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.14s) [2021-11-17T22:23:49.866Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.05s) [2021-11-17T22:23:49.866Z] === RUN TestBuildPlatformInvalid [2021-11-17T22:23:49.866Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2021-11-17T22:23:49.866Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-11-17T22:23:50.216Z] tests/integration/models_services_test.py ..............X. [ 95%] [2021-11-17T22:23:50.221Z] --- PASS: TestCgroupNamespacesBuild (2.26s) [2021-11-17T22:23:50.221Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-11-17T22:23:51.078Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2021-11-17T22:23:51.078Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.65s) [2021-11-17T22:23:51.078Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-11-17T22:23:51.078Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-17T22:23:51.078Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-17T22:23:51.078Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-17T22:23:51.078Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-17T22:23:51.078Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-17T22:23:51.078Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-17T22:23:51.078Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-17T22:23:51.078Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-17T22:23:51.078Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-17T22:23:51.078Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-17T22:23:51.079Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-17T22:23:51.079Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-17T22:23:51.079Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-17T22:23:51.079Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-17T22:23:51.079Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-17T22:23:51.079Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-11-17T22:23:51.079Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-11-17T22:23:51.079Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2021-11-17T22:23:51.079Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2021-11-17T22:23:51.079Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2021-11-17T22:23:51.079Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-11-17T22:23:51.079Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-11-17T22:23:51.156Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.08s) [2021-11-17T22:23:51.156Z] === RUN TestBuildWithSession [2021-11-17T22:23:51.156Z] build_session_test.go:25: TODO: BuildKit [2021-11-17T22:23:51.156Z] --- SKIP: TestBuildWithSession (0.00s) [2021-11-17T22:23:51.156Z] === RUN TestBuildSquashParent [2021-11-17T22:23:51.646Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.62s) [2021-11-17T22:23:51.646Z] === RUN TestCreateDifferentPlatform [2021-11-17T22:23:51.646Z] === RUN TestCreateDifferentPlatform/different_os [2021-11-17T22:23:51.646Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-11-17T22:23:51.646Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-11-17T22:23:51.646Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-11-17T22:23:51.646Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-11-17T22:23:51.646Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-11-17T22:23:51.646Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2021-11-17T22:23:51.646Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-11-17T22:23:51.646Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2021-11-17T22:23:51.646Z] === RUN TestContainerStartOnDaemonRestart [2021-11-17T22:23:51.646Z] === PAUSE TestContainerStartOnDaemonRestart [2021-11-17T22:23:51.646Z] === RUN TestDaemonRestartIpcMode [2021-11-17T22:23:51.646Z] === PAUSE TestDaemonRestartIpcMode [2021-11-17T22:23:51.646Z] === RUN TestDaemonHostGatewayIP [2021-11-17T22:23:51.646Z] === PAUSE TestDaemonHostGatewayIP [2021-11-17T22:23:51.646Z] === RUN TestRestartDaemonWithRestartingContainer [2021-11-17T22:23:51.646Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-11-17T22:23:51.646Z] === RUN TestContainerKillOnDaemonStart [2021-11-17T22:23:51.646Z] === PAUSE TestContainerKillOnDaemonStart [2021-11-17T22:23:51.646Z] === RUN TestDiff [2021-11-17T22:23:51.905Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-11-17T22:23:52.164Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-11-17T22:23:52.164Z] --- PASS: TestDiff (0.56s) [2021-11-17T22:23:52.164Z] === RUN TestExecWithCloseStdin [2021-11-17T22:23:52.990Z] tests/integration/models_swarm_test.py .. [ 96%] [2021-11-17T22:23:53.102Z] --- PASS: TestExecWithCloseStdin (0.69s) [2021-11-17T22:23:53.102Z] === RUN TestExec [2021-11-17T22:23:53.250Z] tests/integration/models_volumes_test.py .. [ 96%] [2021-11-17T22:23:53.360Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-11-17T22:23:53.619Z] --- PASS: TestExec (0.70s) [2021-11-17T22:23:53.619Z] === RUN TestExecUser [2021-11-17T22:23:54.185Z] --- PASS: TestExecUser (0.66s) [2021-11-17T22:23:54.185Z] === RUN TestExportContainerAndImportImage [2021-11-17T22:23:54.441Z] --- PASS: TestBuildSquashParent (3.03s) [2021-11-17T22:23:54.441Z] === RUN TestBuildWithRemoveAndForceRemove [2021-11-17T22:23:54.441Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-17T22:23:54.441Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-17T22:23:54.441Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-17T22:23:54.441Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-17T22:23:54.441Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-17T22:23:54.441Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-17T22:23:54.441Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-17T22:23:54.441Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-17T22:23:54.441Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-17T22:23:54.441Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-17T22:23:54.441Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-17T22:23:54.441Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-17T22:23:54.441Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-17T22:23:54.441Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-17T22:23:54.445Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2021-11-17T22:23:55.008Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-17T22:23:55.011Z] check_test.go:309: [d6b04ed8eed28] daemon is not started [2021-11-17T22:23:55.011Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2021-11-17T22:23:55.267Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-17T22:23:55.269Z] --- PASS: TestExportContainerAndImportImage (1.04s) [2021-11-17T22:23:55.269Z] === RUN TestExportContainerAfterDaemonRestart [2021-11-17T22:23:55.528Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2021-11-17T22:23:56.095Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2021-11-17T22:23:56.095Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-11-17T22:23:56.203Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-17T22:23:56.203Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-17T22:23:56.354Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2021-11-17T22:23:56.922Z] --- PASS: TestExportContainerAfterDaemonRestart (1.54s) [2021-11-17T22:23:56.922Z] === RUN TestHealthCheckWorkdir [2021-11-17T22:23:57.180Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-11-17T22:23:57.196Z] tests/integration/regression_test.py ...... [ 98%] [2021-11-17T22:23:57.457Z] tests/integration/credentials/store_test.py ...... [ 99%] [2021-11-17T22:23:57.457Z] tests/integration/credentials/utils_test.py . [100%] [2021-11-17T22:23:57.457Z] [2021-11-17T22:23:57.457Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2021-11-17T22:23:57.457Z] =========================== short test summary info ============================ [2021-11-17T22:23:57.457Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2021-11-17T22:23:57.457Z] CONFIG_RT_GROUP_SCHED isn't enabled [2021-11-17T22:23:57.457Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2021-11-17T22:23:57.457Z] Not supported on most drivers [2021-11-17T22:23:57.457Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2021-11-17T22:23:57.457Z] Output of docker top depends on host distro, and is not formalized. [2021-11-17T22:23:57.457Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2021-11-17T22:23:57.457Z] Output of docker top depends on host distro, and is not formalized. [2021-11-17T22:23:57.457Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2021-11-17T22:23:57.457Z] Can fail if eth0 has multiple IP addresses [2021-11-17T22:23:57.457Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2021-11-17T22:23:57.457Z] This doesn't seem to be taken into account by the engine [2021-11-17T22:23:57.457Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2021-11-17T22:23:57.457Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2021-11-17T22:23:57.457Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 291.19 seconds == [2021-11-17T22:23:57.578Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.07s) [2021-11-17T22:23:57.578Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (0.94s) [2021-11-17T22:23:57.578Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.03s) [2021-11-17T22:23:57.578Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.13s) [2021-11-17T22:23:57.578Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.08s) [2021-11-17T22:23:57.578Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (0.89s) [2021-11-17T22:23:57.578Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.00s) [2021-11-17T22:23:57.578Z] === RUN TestBuildMultiStageCopy [2021-11-17T22:23:57.578Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-11-17T22:23:57.717Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2021-11-17T22:23:57.756Z] --- PASS: TestHealthCheckWorkdir (1.00s) [2021-11-17T22:23:57.756Z] === RUN TestHealthKillContainer [2021-11-17T22:23:58.014Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-11-17T22:23:58.513Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-11-17T22:23:58.513Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-11-17T22:23:58.771Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-11-17T22:23:58.772Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-11-17T22:23:59.030Z] --- PASS: TestBuildMultiStageCopy (1.73s) [2021-11-17T22:23:59.030Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.05s) [2021-11-17T22:23:59.030Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.16s) [2021-11-17T22:23:59.030Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.17s) [2021-11-17T22:23:59.030Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.17s) [2021-11-17T22:23:59.030Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.18s) [2021-11-17T22:23:59.030Z] === RUN TestBuildMultiStageParentConfig [2021-11-17T22:23:59.392Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2021-11-17T22:23:59.596Z] --- PASS: TestBuildMultiStageParentConfig (0.50s) [2021-11-17T22:23:59.596Z] === RUN TestBuildLabelWithTargets [2021-11-17T22:24:00.531Z] --- PASS: TestBuildLabelWithTargets (0.78s) [2021-11-17T22:24:00.531Z] === RUN TestBuildWithEmptyLayers [2021-11-17T22:24:00.531Z] --- PASS: TestBuildWithEmptyLayers (0.35s) [2021-11-17T22:24:00.531Z] === RUN TestBuildMultiStageOnBuild [2021-11-17T22:24:00.766Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-11-17T22:24:01.907Z] --- PASS: TestBuildMultiStageOnBuild (1.26s) [2021-11-17T22:24:01.907Z] === RUN TestBuildUncleanTarFilenames [2021-11-17T22:24:02.474Z] --- PASS: TestBuildUncleanTarFilenames (0.53s) [2021-11-17T22:24:02.474Z] === RUN TestBuildMultiStageLayerLeak [2021-11-17T22:24:03.313Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-11-17T22:24:03.313Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2021-11-17T22:24:03.849Z] --- PASS: TestBuildMultiStageLayerLeak (1.23s) [2021-11-17T22:24:03.849Z] === RUN TestBuildWithHugeFile [2021-11-17T22:24:04.248Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-11-17T22:24:05.185Z] === RUN TestDockerSuite/TestBuildAddScript [2021-11-17T22:24:05.443Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2021-11-17T22:24:05.443Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-11-17T22:24:05.443Z] check_test.go:309: [db2dbef500d50] daemon is not started [2021-11-17T22:24:05.443Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2021-11-17T22:24:06.379Z] --- PASS: TestHealthKillContainer (8.44s) [2021-11-17T22:24:06.379Z] === RUN TestInspectCpusetInConfigPre120 [2021-11-17T22:24:06.946Z] --- PASS: TestInspectCpusetInConfigPre120 (0.69s) [2021-11-17T22:24:06.946Z] === RUN TestIpcModeNone [2021-11-17T22:24:07.512Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2021-11-17T22:24:07.770Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-11-17T22:24:07.770Z] --- PASS: TestIpcModeNone (0.81s) [2021-11-17T22:24:07.770Z] === RUN TestIpcModePrivate [2021-11-17T22:24:07.949Z] Loaded image: buildpack-deps:buster [2021-11-17T22:24:07.949Z] Loaded image: busybox:latest [2021-11-17T22:24:07.949Z] Loaded image: busybox:glibc [2021-11-17T22:24:08.337Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:95, shared: false, mustBeShared: false [2021-11-17T22:24:08.522Z] Loaded image: debian:bullseye [2021-11-17T22:24:08.523Z] Loaded image: hello-world:latest [2021-11-17T22:24:08.523Z] Loaded image: arm32v7/hello-world:latest [2021-11-17T22:24:08.595Z] --- PASS: TestIpcModePrivate (0.81s) [2021-11-17T22:24:08.595Z] === RUN TestIpcModeShareable [2021-11-17T22:24:09.162Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:84, shared: true, mustBeShared: true [2021-11-17T22:24:09.421Z] --- PASS: TestIpcModeShareable (0.81s) [2021-11-17T22:24:09.421Z] === RUN TestAPIIpcModeShareableAndContainer [2021-11-17T22:24:09.680Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2021-11-17T22:24:09.973Z] Leaving: AppArmorNo profiles have been unloaded. [2021-11-17T22:24:09.973Z] [2021-11-17T22:24:09.973Z] Unloading profiles will leave already running processes permanently [2021-11-17T22:24:09.973Z] unconfined, which can lead to unexpected situations. [2021-11-17T22:24:09.973Z] [2021-11-17T22:24:09.973Z] To set a process to complain mode, use the command line tool [2021-11-17T22:24:09.973Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-11-17T22:24:09.973Z] Post stage [Pipeline] junit [2021-11-17T22:24:10.560Z] Recording test results [2021-11-17T22:24:10.689Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2021-11-17T22:24:10.975Z] + echo Ensuring container killed. [2021-11-17T22:24:10.975Z] Ensuring container killed. [2021-11-17T22:24:10.975Z] + docker rm -vf docker-pr2 [2021-11-17T22:24:10.975Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-11-17T22:24:11.260Z] + echo Chowning /workspace to jenkins user [2021-11-17T22:24:11.260Z] Chowning /workspace to jenkins user [2021-11-17T22:24:11.260Z] + id -u [2021-11-17T22:24:11.260Z] + id -g [2021-11-17T22:24:11.260Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43024:/workspace busybox chown -R 1000:1000 /workspace [2021-11-17T22:24:11.584Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2021-11-17T22:24:12.161Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.60s) [2021-11-17T22:24:12.161Z] === RUN TestAPIIpcModeHost [2021-11-17T22:24:12.729Z] --- PASS: TestAPIIpcModeHost (0.72s) [2021-11-17T22:24:12.729Z] === RUN TestDaemonIpcModeShareable [2021-11-17T22:24:12.988Z] check_test.go:309: [d9c1d30999655] daemon is not started [2021-11-17T22:24:12.988Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-11-17T22:24:13.503Z] + bundleName=docker-py [2021-11-17T22:24:13.503Z] + echo Creating docker-py-bundles.tar.gz [2021-11-17T22:24:13.503Z] Creating docker-py-bundles.tar.gz [2021-11-17T22:24:13.503Z] + 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 [2021-11-17T22:24:13.517Z] Archiving artifacts [2021-11-17T22:24:13.861Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43024/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2021-11-17T22:24:14.222Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43024/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=781229ebb92184d01e91497b8a94e88934f8afc3 -e DOCKER_GRAPHDRIVER docker:781229ebb92184d01e91497b8a94e88934f8afc3 hack/make.sh binary-daemon [2021-11-17T22:24:14.368Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:88, shared: true, mustBeShared: true [2021-11-17T22:24:14.368Z] --- PASS: TestDaemonIpcModeShareable (1.59s) [2021-11-17T22:24:14.368Z] === RUN TestDaemonIpcModePrivate [2021-11-17T22:24:14.368Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-11-17T22:24:14.796Z] [2021-11-17T22:24:15.057Z] Removing bundles/ [2021-11-17T22:24:15.057Z] [2021-11-17T22:24:15.057Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2021-11-17T22:24:15.057Z] Building: bundles/binary-daemon/dockerd-dev [2021-11-17T22:24:15.057Z] GOOS="" GOARCH="" GOARM="" [2021-11-17T22:24:16.272Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:100, shared: false, mustBeShared: false [2021-11-17T22:24:16.272Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2021-11-17T22:24:16.272Z] --- PASS: TestDaemonIpcModePrivate (1.85s) [2021-11-17T22:24:16.272Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-11-17T22:24:16.657Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (25.73s) [2021-11-17T22:24:16.658Z] PASS [2021-11-17T22:24:16.658Z] [2021-11-17T22:24:16.658Z] === Skipped [2021-11-17T22:24:16.658Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-11-17T22:24:16.658Z] build_session_test.go:25: TODO: BuildKit [2021-11-17T22:24:16.658Z] [2021-11-17T22:24:16.658Z] [2021-11-17T22:24:16.658Z] DONE 33 tests, 1 skipped in 117.480s [2021-11-17T22:24:16.658Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-11-17T22:24:16.658Z] INFO: Testing against a local daemon [2021-11-17T22:24:16.658Z] === RUN TestConfigInspect [2021-11-17T22:24:16.838Z] check_test.go:309: [d5d529f7afccf] daemon is not started [2021-11-17T22:24:16.838Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2021-11-17T22:24:17.774Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: false, mustBeShared: false [2021-11-17T22:24:17.774Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.68s) [2021-11-17T22:24:17.774Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-11-17T22:24:18.040Z] --- PASS: TestConfigInspect (2.53s) [2021-11-17T22:24:18.040Z] === RUN TestConfigList [2021-11-17T22:24:18.341Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-11-17T22:24:18.918Z] --- PASS: TestBuildWithHugeFile (108.17s) [2021-11-17T22:24:18.918Z] === RUN TestBuildWithEmptyDockerfile [2021-11-17T22:24:18.918Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-17T22:24:18.918Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-17T22:24:18.918Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-17T22:24:18.918Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-17T22:24:18.918Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-17T22:24:18.918Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-17T22:24:18.918Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-17T22:24:18.918Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-17T22:24:18.918Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-17T22:24:18.918Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2021-11-17T22:24:18.918Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-11-17T22:24:18.918Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2021-11-17T22:24:18.918Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-11-17T22:24:18.918Z] === RUN TestBuildPreserveOwnership [2021-11-17T22:24:18.918Z] build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-17T22:24:18.918Z] --- SKIP: TestBuildPreserveOwnership (0.01s) [2021-11-17T22:24:18.918Z] === RUN TestBuildPlatformInvalid [2021-11-17T22:24:18.918Z] --- PASS: TestBuildPlatformInvalid (0.06s) [2021-11-17T22:24:18.918Z] PASS [2021-11-17T22:24:18.918Z] ok github.com/docker/docker/integration/build 166.230s [2021-11-17T22:24:18.918Z] [2021-11-17T22:24:18.918Z] === Skipped [2021-11-17T22:24:18.918Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-11-17T22:24:18.918Z] build_session_test.go:25: TODO: BuildKit [2021-11-17T22:24:18.918Z] [2021-11-17T22:24:18.918Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-11-17T22:24:18.918Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:24:18.918Z] [2021-11-17T22:24:18.918Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2021-11-17T22:24:18.918Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-17T22:24:18.918Z] [2021-11-17T22:24:18.918Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2021-11-17T22:24:18.918Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-17T22:24:18.918Z] [2021-11-17T22:24:18.918Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.01s) [2021-11-17T22:24:18.918Z] build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-17T22:24:18.918Z] [2021-11-17T22:24:18.918Z] [2021-11-17T22:24:18.918Z] DONE 28 tests, 5 skipped in 189.687s [2021-11-17T22:24:18.918Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-11-17T22:24:18.918Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-17T22:24:18.918Z] INFO: Testing against a local daemon [2021-11-17T22:24:18.918Z] === RUN TestConfigInspect [2021-11-17T22:24:18.918Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:24:18.918Z] --- SKIP: TestConfigInspect (0.00s) [2021-11-17T22:24:18.918Z] === RUN TestConfigList [2021-11-17T22:24:18.918Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:24:18.918Z] --- SKIP: TestConfigList (0.00s) [2021-11-17T22:24:18.918Z] === RUN TestConfigsCreateAndDelete [2021-11-17T22:24:18.918Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:24:18.918Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-11-17T22:24:18.918Z] === RUN TestConfigsUpdate [2021-11-17T22:24:18.918Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:24:18.918Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-11-17T22:24:18.918Z] === RUN TestTemplatedConfig [2021-11-17T22:24:18.918Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:24:18.918Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-11-17T22:24:18.918Z] === RUN TestConfigCreateResolve [2021-11-17T22:24:18.918Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-11-17T22:24:18.918Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-11-17T22:24:18.918Z] === RUN TestConfigDaemonLibtrustID [2021-11-17T22:24:18.918Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-11-17T22:24:18.918Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-11-17T22:24:18.918Z] PASS [2021-11-17T22:24:18.918Z] ok github.com/docker/docker/integration/config 0.103s [2021-11-17T22:24:18.918Z] [2021-11-17T22:24:18.918Z] === Skipped [2021-11-17T22:24:18.918Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-11-17T22:24:18.918Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:24:18.918Z] [2021-11-17T22:24:18.918Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-11-17T22:24:18.918Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:24:18.918Z] [2021-11-17T22:24:18.918Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-11-17T22:24:18.918Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:24:18.918Z] [2021-11-17T22:24:18.918Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-11-17T22:24:18.918Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:24:18.918Z] [2021-11-17T22:24:18.918Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-11-17T22:24:18.918Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:24:18.918Z] [2021-11-17T22:24:18.918Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-11-17T22:24:18.918Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-11-17T22:24:18.918Z] [2021-11-17T22:24:18.918Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2021-11-17T22:24:18.918Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-11-17T22:24:18.918Z] [2021-11-17T22:24:18.918Z] [2021-11-17T22:24:18.918Z] DONE 7 tests, 7 skipped in 1.829s [2021-11-17T22:24:18.918Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-11-17T22:24:18.918Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-17T22:24:18.918Z] INFO: Testing against a local daemon [2021-11-17T22:24:18.918Z] === RUN TestCheckpoint [2021-11-17T22:24:18.918Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-17T22:24:18.918Z] --- SKIP: TestCheckpoint (0.00s) [2021-11-17T22:24:18.918Z] === RUN TestContainerInvalidJSON [2021-11-17T22:24:18.918Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-11-17T22:24:18.918Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-11-17T22:24:18.918Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-11-17T22:24:18.918Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-11-17T22:24:18.918Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-11-17T22:24:18.918Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-11-17T22:24:18.918Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-11-17T22:24:18.918Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-11-17T22:24:18.918Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-11-17T22:24:18.918Z] --- PASS: TestContainerInvalidJSON (0.03s) [2021-11-17T22:24:18.918Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-11-17T22:24:18.918Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-11-17T22:24:18.918Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2021-11-17T22:24:18.918Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-11-17T22:24:18.918Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.25s) [2021-11-17T22:24:18.918Z] === RUN TestCopyFromContainerPathIsNotDir [2021-11-17T22:24:18.918Z] copy_test.go:38: testEnv.OSType == "windows" [2021-11-17T22:24:18.918Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.03s) [2021-11-17T22:24:18.918Z] === RUN TestCopyToContainerPathDoesNotExist [2021-11-17T22:24:18.918Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s) [2021-11-17T22:24:18.918Z] === RUN TestCopyToContainerPathIsNotDir [2021-11-17T22:24:18.918Z] copy_test.go:63: testEnv.OSType == "windows" [2021-11-17T22:24:18.918Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.03s) [2021-11-17T22:24:18.918Z] === RUN TestCopyFromContainer [2021-11-17T22:24:18.918Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:24:18.918Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-11-17T22:24:18.918Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-11-17T22:24:18.918Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-17T22:24:18.918Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-17T22:24:18.918Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-17T22:24:18.918Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-17T22:24:18.918Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-17T22:24:18.918Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-17T22:24:18.918Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-17T22:24:18.918Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-17T22:24:18.918Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-17T22:24:18.918Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-11-17T22:24:18.918Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-11-17T22:24:18.918Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-11-17T22:24:18.918Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-11-17T22:24:18.918Z] === RUN TestCreateLinkToNonExistingContainer [2021-11-17T22:24:18.918Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-11-17T22:24:18.918Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-11-17T22:24:18.918Z] === RUN TestCreateWithInvalidEnv [2021-11-17T22:24:18.918Z] === RUN TestCreateWithInvalidEnv/0 [2021-11-17T22:24:18.918Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-11-17T22:24:18.918Z] === RUN TestCreateWithInvalidEnv/1 [2021-11-17T22:24:18.918Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-11-17T22:24:18.918Z] === RUN TestCreateWithInvalidEnv/2 [2021-11-17T22:24:18.918Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-11-17T22:24:18.918Z] === CONT TestCreateWithInvalidEnv/0 [2021-11-17T22:24:18.918Z] === CONT TestCreateWithInvalidEnv/2 [2021-11-17T22:24:18.918Z] === CONT TestCreateWithInvalidEnv/1 [2021-11-17T22:24:18.918Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-11-17T22:24:18.918Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-11-17T22:24:18.918Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-11-17T22:24:18.918Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-11-17T22:24:18.918Z] === RUN TestCreateTmpfsMountsTarget [2021-11-17T22:24:18.918Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:24:18.918Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-11-17T22:24:18.918Z] === RUN TestCreateWithCustomMaskedPaths [2021-11-17T22:24:18.918Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-11-17T22:24:18.918Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-11-17T22:24:18.918Z] === RUN TestCreateWithCustomReadonlyPaths [2021-11-17T22:24:18.918Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-11-17T22:24:18.918Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-11-17T22:24:18.918Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-11-17T22:24:18.918Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-17T22:24:18.918Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-17T22:24:18.919Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-17T22:24:18.919Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-17T22:24:18.919Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-17T22:24:18.919Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-17T22:24:18.919Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-17T22:24:18.919Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-17T22:24:18.919Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-17T22:24:18.919Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-17T22:24:18.919Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-17T22:24:18.919Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-17T22:24:18.919Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-17T22:24:18.919Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-17T22:24:18.919Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-17T22:24:18.919Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2021-11-17T22:24:18.919Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-11-17T22:24:18.919Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-11-17T22:24:18.919Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-11-17T22:24:18.919Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-11-17T22:24:18.919Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2021-11-17T22:24:18.919Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-11-17T22:24:18.919Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-11-17T22:24:18.919Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-11-17T22:24:18.919Z] === RUN TestCreateDifferentPlatform [2021-11-17T22:24:18.919Z] === RUN TestCreateDifferentPlatform/different_os [2021-11-17T22:24:18.919Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-11-17T22:24:18.919Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2021-11-17T22:24:18.919Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-11-17T22:24:18.919Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-11-17T22:24:18.919Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-11-17T22:24:18.919Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-11-17T22:24:18.919Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-11-17T22:24:18.919Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-11-17T22:24:18.919Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-11-17T22:24:18.919Z] === RUN TestContainerKillOnDaemonStart [2021-11-17T22:24:18.919Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:24:18.919Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-11-17T22:24:18.919Z] === RUN TestDiff [2021-11-17T22:24:18.919Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-11-17T22:24:18.919Z] --- SKIP: TestDiff (0.00s) [2021-11-17T22:24:18.919Z] === RUN TestExecWithCloseStdin [2021-11-17T22:24:18.919Z] --- PASS: TestExecWithCloseStdin (1.84s) [2021-11-17T22:24:18.919Z] === RUN TestExec [2021-11-17T22:24:19.389Z] --- PASS: TestExec (1.76s) [2021-11-17T22:24:19.389Z] === RUN TestExecUser [2021-11-17T22:24:19.389Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-11-17T22:24:19.389Z] --- SKIP: TestExecUser (0.00s) [2021-11-17T22:24:19.389Z] === RUN TestExportContainerAndImportImage [2021-11-17T22:24:19.389Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:24:19.389Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-11-17T22:24:19.389Z] === RUN TestExportContainerAfterDaemonRestart [2021-11-17T22:24:19.389Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:24:19.389Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-11-17T22:24:19.389Z] === RUN TestHealthCheckWorkdir [2021-11-17T22:24:19.389Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-11-17T22:24:19.389Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-11-17T22:24:19.389Z] === RUN TestHealthKillContainer [2021-11-17T22:24:19.389Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-11-17T22:24:19.389Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-11-17T22:24:19.389Z] === RUN TestInspectCpusetInConfigPre120 [2021-11-17T22:24:19.389Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-11-17T22:24:19.389Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-11-17T22:24:19.389Z] === RUN TestKillContainerInvalidSignal [2021-11-17T22:24:19.718Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:80, shared: true, mustBeShared: true [2021-11-17T22:24:19.718Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.73s) [2021-11-17T22:24:19.718Z] === RUN TestIpcModeOlderClient [2021-11-17T22:24:19.718Z] === PAUSE TestIpcModeOlderClient [2021-11-17T22:24:19.718Z] === RUN TestKillContainerInvalidSignal [2021-11-17T22:24:19.718Z] docker_cli_daemon_plugins_test.go:79: [d3e1beb289bb3] daemon is not started [2021-11-17T22:24:20.285Z] --- PASS: TestKillContainerInvalidSignal (0.64s) [2021-11-17T22:24:20.285Z] === RUN TestKillContainer [2021-11-17T22:24:20.285Z] === RUN TestKillContainer/no_signal [2021-11-17T22:24:20.569Z] --- PASS: TestConfigList (2.23s) [2021-11-17T22:24:20.569Z] === RUN TestConfigsCreateAndDelete [2021-11-17T22:24:20.851Z] === RUN TestKillContainer/non_killing_signal [2021-11-17T22:24:20.851Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2021-11-17T22:24:20.965Z] --- PASS: TestKillContainerInvalidSignal (1.56s) [2021-11-17T22:24:20.965Z] === RUN TestKillContainer [2021-11-17T22:24:20.965Z] === RUN TestKillContainer/no_signal [2021-11-17T22:24:21.110Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-11-17T22:24:21.368Z] === RUN TestKillContainer/killing_signal [2021-11-17T22:24:21.627Z] === RUN TestDockerSuite/TestBuildAddTar [2021-11-17T22:24:22.196Z] --- PASS: TestKillContainer (1.99s) [2021-11-17T22:24:22.196Z] --- PASS: TestKillContainer/no_signal (0.67s) [2021-11-17T22:24:22.196Z] --- PASS: TestKillContainer/non_killing_signal (0.55s) [2021-11-17T22:24:22.196Z] --- PASS: TestKillContainer/killing_signal (0.55s) [2021-11-17T22:24:22.196Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-11-17T22:24:22.196Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-11-17T22:24:22.471Z] --- PASS: TestConfigsCreateAndDelete (2.16s) [2021-11-17T22:24:22.471Z] === RUN TestConfigsUpdate [2021-11-17T22:24:22.536Z] === RUN TestKillContainer/non_killing_signal [2021-11-17T22:24:22.536Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-11-17T22:24:22.536Z] === RUN TestKillContainer/killing_signal [2021-11-17T22:24:22.764Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-11-17T22:24:23.700Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.32s) [2021-11-17T22:24:23.700Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.58s) [2021-11-17T22:24:23.700Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.54s) [2021-11-17T22:24:23.700Z] === RUN TestKillStoppedContainer [2021-11-17T22:24:23.700Z] --- PASS: TestKillStoppedContainer (0.05s) [2021-11-17T22:24:23.700Z] === RUN TestKillStoppedContainerAPIPre120 [2021-11-17T22:24:23.700Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2021-11-17T22:24:23.700Z] === RUN TestKillDifferentUserContainer [2021-11-17T22:24:23.958Z] docker_cli_daemon_plugins_test.go:169: [df98c3ab5c74e] daemon is not started [2021-11-17T22:24:24.371Z] --- PASS: TestConfigsUpdate (2.14s) [2021-11-17T22:24:24.371Z] === RUN TestTemplatedConfig [2021-11-17T22:24:24.525Z] --- PASS: TestKillDifferentUserContainer (0.76s) [2021-11-17T22:24:24.525Z] === RUN TestInspectOomKilledTrue [2021-11-17T22:24:24.525Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-11-17T22:24:24.525Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-11-17T22:24:24.525Z] === RUN TestInspectOomKilledFalse [2021-11-17T22:24:24.525Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-11-17T22:24:24.525Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-11-17T22:24:24.525Z] === RUN TestLinksEtcHostsContentMatch [2021-11-17T22:24:24.782Z] --- PASS: TestKillContainer (3.45s) [2021-11-17T22:24:24.782Z] --- PASS: TestKillContainer/no_signal (1.48s) [2021-11-17T22:24:24.782Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-11-17T22:24:24.782Z] --- PASS: TestKillContainer/killing_signal (1.93s) [2021-11-17T22:24:24.782Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-11-17T22:24:24.782Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-17T22:24:24.782Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-11-17T22:24:24.782Z] === RUN TestKillStoppedContainer [2021-11-17T22:24:24.782Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-17T22:24:24.782Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-11-17T22:24:24.782Z] === RUN TestKillStoppedContainerAPIPre120 [2021-11-17T22:24:24.782Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-17T22:24:24.782Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-11-17T22:24:24.782Z] === RUN TestKillDifferentUserContainer [2021-11-17T22:24:24.782Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-11-17T22:24:24.782Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-11-17T22:24:24.782Z] === RUN TestInspectOomKilledTrue [2021-11-17T22:24:24.782Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:24:24.782Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-11-17T22:24:24.782Z] === RUN TestInspectOomKilledFalse [2021-11-17T22:24:24.782Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-11-17T22:24:24.782Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-11-17T22:24:24.782Z] === RUN TestLogsFollowTailEmpty [2021-11-17T22:24:25.092Z] --- PASS: TestLinksEtcHostsContentMatch (0.53s) [2021-11-17T22:24:25.092Z] === RUN TestLinksContainerNames [2021-11-17T22:24:25.350Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2021-11-17T22:24:25.773Z] --- PASS: TestLogsFollowTailEmpty (1.55s) [2021-11-17T22:24:25.773Z] === RUN TestNetworkNat [2021-11-17T22:24:25.773Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-11-17T22:24:25.773Z] --- SKIP: TestNetworkNat (0.00s) [2021-11-17T22:24:25.773Z] === RUN TestNetworkLocalhostTCPNat [2021-11-17T22:24:26.286Z] --- PASS: TestLinksContainerNames (1.44s) [2021-11-17T22:24:26.286Z] === RUN TestLogsFollowTailEmpty [2021-11-17T22:24:26.902Z] --- PASS: TestTemplatedConfig (2.52s) [2021-11-17T22:24:26.902Z] === RUN TestConfigCreateResolve [2021-11-17T22:24:27.223Z] --- PASS: TestLogsFollowTailEmpty (0.77s) [2021-11-17T22:24:27.223Z] === RUN TestContainerNetworkMountsNoChown [2021-11-17T22:24:27.792Z] --- PASS: TestContainerNetworkMountsNoChown (0.71s) [2021-11-17T22:24:27.792Z] === RUN TestMountDaemonRoot [2021-11-17T22:24:27.792Z] === RUN TestMountDaemonRoot/default [2021-11-17T22:24:27.792Z] === PAUSE TestMountDaemonRoot/default [2021-11-17T22:24:27.792Z] === RUN TestMountDaemonRoot/private [2021-11-17T22:24:27.792Z] === PAUSE TestMountDaemonRoot/private [2021-11-17T22:24:27.792Z] === RUN TestMountDaemonRoot/rprivate [2021-11-17T22:24:27.792Z] === PAUSE TestMountDaemonRoot/rprivate [2021-11-17T22:24:27.792Z] === RUN TestMountDaemonRoot/slave [2021-11-17T22:24:27.792Z] === PAUSE TestMountDaemonRoot/slave [2021-11-17T22:24:27.792Z] === RUN TestMountDaemonRoot/rslave [2021-11-17T22:24:27.792Z] === PAUSE TestMountDaemonRoot/rslave [2021-11-17T22:24:27.792Z] === RUN TestMountDaemonRoot/shared [2021-11-17T22:24:27.792Z] === PAUSE TestMountDaemonRoot/shared [2021-11-17T22:24:27.792Z] === RUN TestMountDaemonRoot/rshared [2021-11-17T22:24:27.792Z] === PAUSE TestMountDaemonRoot/rshared [2021-11-17T22:24:27.792Z] === CONT TestMountDaemonRoot/default [2021-11-17T22:24:27.792Z] === RUN TestMountDaemonRoot/default/bind_root [2021-11-17T22:24:27.792Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-11-17T22:24:27.792Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-11-17T22:24:27.792Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-11-17T22:24:27.792Z] === RUN TestMountDaemonRoot/default/mount_root [2021-11-17T22:24:27.792Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-11-17T22:24:27.792Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-11-17T22:24:27.792Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-11-17T22:24:27.792Z] === CONT TestMountDaemonRoot/default/bind_root [2021-11-17T22:24:27.792Z] === CONT TestMountDaemonRoot/rprivate [2021-11-17T22:24:27.792Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-11-17T22:24:27.792Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-11-17T22:24:27.792Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-11-17T22:24:27.792Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-11-17T22:24:27.792Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-11-17T22:24:27.792Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-11-17T22:24:27.792Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-11-17T22:24:27.792Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-11-17T22:24:27.792Z] === CONT TestMountDaemonRoot/private [2021-11-17T22:24:27.792Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-11-17T22:24:27.792Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-11-17T22:24:27.792Z] === RUN TestMountDaemonRoot/private/mount_root [2021-11-17T22:24:27.792Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-11-17T22:24:27.792Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-11-17T22:24:27.792Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-11-17T22:24:27.792Z] === RUN TestMountDaemonRoot/private/bind_root [2021-11-17T22:24:27.792Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-11-17T22:24:27.792Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-11-17T22:24:27.997Z] --- PASS: TestNetworkLocalhostTCPNat (1.88s) [2021-11-17T22:24:27.998Z] === RUN TestNetworkLoopbackNat [2021-11-17T22:24:27.998Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-11-17T22:24:27.998Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-11-17T22:24:27.998Z] === RUN TestPause [2021-11-17T22:24:27.998Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-11-17T22:24:27.998Z] --- SKIP: TestPause (0.00s) [2021-11-17T22:24:27.998Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-11-17T22:24:28.050Z] === CONT TestMountDaemonRoot/default/mount_root [2021-11-17T22:24:28.050Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-11-17T22:24:28.050Z] === CONT TestMountDaemonRoot/shared [2021-11-17T22:24:28.050Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-11-17T22:24:28.050Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-11-17T22:24:28.050Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-11-17T22:24:28.050Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-11-17T22:24:28.050Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-11-17T22:24:28.050Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-11-17T22:24:28.050Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-11-17T22:24:28.050Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-11-17T22:24:28.051Z] === CONT TestMountDaemonRoot/rshared [2021-11-17T22:24:28.051Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-11-17T22:24:28.051Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-11-17T22:24:28.051Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-11-17T22:24:28.051Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-11-17T22:24:28.051Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-11-17T22:24:28.051Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-11-17T22:24:28.051Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-11-17T22:24:28.051Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-11-17T22:24:28.051Z] === CONT TestMountDaemonRoot/rslave [2021-11-17T22:24:28.051Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-11-17T22:24:28.051Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-11-17T22:24:28.051Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-11-17T22:24:28.051Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-11-17T22:24:28.051Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-11-17T22:24:28.051Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-11-17T22:24:28.051Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-11-17T22:24:28.051Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-11-17T22:24:28.051Z] === CONT TestMountDaemonRoot/slave [2021-11-17T22:24:28.051Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-11-17T22:24:28.051Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-11-17T22:24:28.051Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-11-17T22:24:28.051Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-11-17T22:24:28.051Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-11-17T22:24:28.051Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-11-17T22:24:28.051Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-11-17T22:24:28.051Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-11-17T22:24:28.051Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-11-17T22:24:28.051Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-11-17T22:24:28.051Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-11-17T22:24:28.051Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-11-17T22:24:28.051Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-11-17T22:24:28.051Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-11-17T22:24:28.051Z] === CONT TestMountDaemonRoot/private/bind_root [2021-11-17T22:24:28.051Z] === CONT TestMountDaemonRoot/private/mount_root [2021-11-17T22:24:28.051Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-11-17T22:24:28.051Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-11-17T22:24:28.309Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-11-17T22:24:28.309Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-11-17T22:24:28.309Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-11-17T22:24:28.309Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-11-17T22:24:28.309Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-11-17T22:24:28.309Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-11-17T22:24:28.309Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-11-17T22:24:28.309Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-11-17T22:24:28.309Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-11-17T22:24:28.309Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-11-17T22:24:28.309Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-11-17T22:24:28.568Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-11-17T22:24:28.568Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-11-17T22:24:28.568Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-11-17T22:24:28.568Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-11-17T22:24:28.568Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug--- PASS: TestMountDaemonRoot (0.02s) [2021-11-17T22:24:28.568Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-11-17T22:24:28.568Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2021-11-17T22:24:28.568Z] [2021-11-17T22:24:28.568Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2021-11-17T22:24:28.568Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2021-11-17T22:24:28.568Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2021-11-17T22:24:28.568Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-11-17T22:24:28.568Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2021-11-17T22:24:28.568Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2021-11-17T22:24:28.568Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2021-11-17T22:24:28.568Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2021-11-17T22:24:28.568Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-11-17T22:24:28.568Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-11-17T22:24:28.568Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-11-17T22:24:28.568Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2021-11-17T22:24:28.568Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2021-11-17T22:24:28.568Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-11-17T22:24:28.568Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2021-11-17T22:24:28.568Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-11-17T22:24:28.568Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-11-17T22:24:28.568Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2021-11-17T22:24:28.568Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-11-17T22:24:28.568Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2021-11-17T22:24:28.568Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2021-11-17T22:24:28.568Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2021-11-17T22:24:28.568Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2021-11-17T22:24:28.568Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-11-17T22:24:28.568Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2021-11-17T22:24:28.568Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2021-11-17T22:24:28.568Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.11s) [2021-11-17T22:24:28.568Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2021-11-17T22:24:28.568Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-11-17T22:24:28.568Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-11-17T22:24:28.568Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-11-17T22:24:28.568Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2021-11-17T22:24:28.568Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2021-11-17T22:24:28.568Z] === RUN TestContainerBindMountNonRecursive [2021-11-17T22:24:29.134Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2021-11-17T22:24:29.392Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-11-17T22:24:29.432Z] --- PASS: TestConfigCreateResolve (2.17s) [2021-11-17T22:24:29.432Z] === RUN TestConfigDaemonLibtrustID [2021-11-17T22:24:29.567Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.56s) [2021-11-17T22:24:29.567Z] === RUN TestPauseStopPausedContainer [2021-11-17T22:24:29.567Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:24:29.567Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-11-17T22:24:29.567Z] === RUN TestPsFilter [2021-11-17T22:24:29.567Z] --- PASS: TestPsFilter (0.09s) [2021-11-17T22:24:29.567Z] === RUN TestRemoveContainerWithRemovedVolume [2021-11-17T22:24:29.651Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2021-11-17T22:24:29.689Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2021-11-17T22:24:29.689Z] PASS [2021-11-17T22:24:29.689Z] [2021-11-17T22:24:29.689Z] DONE 7 tests in 14.340s [2021-11-17T22:24:29.689Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-11-17T22:24:29.689Z] INFO: Testing against a local daemon [2021-11-17T22:24:29.690Z] === RUN TestCheckpoint [2021-11-17T22:24:29.690Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-17T22:24:29.690Z] --- SKIP: TestCheckpoint (0.00s) [2021-11-17T22:24:29.690Z] === RUN TestContainerInvalidJSON [2021-11-17T22:24:29.690Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-11-17T22:24:29.690Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-11-17T22:24:29.690Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-11-17T22:24:29.690Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-11-17T22:24:29.690Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-11-17T22:24:29.690Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-11-17T22:24:29.690Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-11-17T22:24:29.690Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-11-17T22:24:29.690Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-11-17T22:24:29.690Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-11-17T22:24:29.690Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-11-17T22:24:29.690Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-11-17T22:24:29.690Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-11-17T22:24:29.690Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-11-17T22:24:29.948Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2021-11-17T22:24:29.948Z] === RUN TestCopyFromContainerPathIsNotDir [2021-11-17T22:24:29.948Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2021-11-17T22:24:29.948Z] === RUN TestCopyToContainerPathDoesNotExist [2021-11-17T22:24:29.948Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2021-11-17T22:24:29.948Z] === RUN TestCopyToContainerPathIsNotDir [2021-11-17T22:24:29.948Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-11-17T22:24:29.948Z] === RUN TestCopyFromContainer [2021-11-17T22:24:30.218Z] check_test.go:309: [db22315f093e4] daemon is not started [2021-11-17T22:24:30.218Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2021-11-17T22:24:30.218Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-11-17T22:24:30.476Z] --- PASS: TestContainerBindMountNonRecursive (1.95s) [2021-11-17T22:24:30.476Z] === RUN TestContainerVolumesMountedAsShared [2021-11-17T22:24:30.884Z] === RUN TestCopyFromContainer// [2021-11-17T22:24:31.140Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.81s) [2021-11-17T22:24:31.140Z] === RUN TestRemoveContainerWithVolume [2021-11-17T22:24:31.143Z] === RUN TestCopyFromContainer//bar/root [2021-11-17T22:24:31.143Z] === RUN TestCopyFromContainer//bar/root/ [2021-11-17T22:24:31.143Z] === RUN TestCopyFromContainer/bar/quux [2021-11-17T22:24:31.143Z] === RUN TestCopyFromContainer/bar/quux/ [2021-11-17T22:24:31.143Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-11-17T22:24:31.401Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-11-17T22:24:31.401Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-11-17T22:24:31.401Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-11-17T22:24:31.401Z] === RUN TestCopyFromContainer/bar/notarget [2021-11-17T22:24:31.410Z] --- PASS: TestContainerVolumesMountedAsShared (0.73s) [2021-11-17T22:24:31.410Z] === RUN TestContainerVolumesMountedAsSlave [2021-11-17T22:24:31.660Z] --- PASS: TestCopyFromContainer (1.56s) [2021-11-17T22:24:31.660Z] --- PASS: TestCopyFromContainer// (0.07s) [2021-11-17T22:24:31.660Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2021-11-17T22:24:31.660Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2021-11-17T22:24:31.660Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2021-11-17T22:24:31.660Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2021-11-17T22:24:31.660Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2021-11-17T22:24:31.660Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2021-11-17T22:24:31.660Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2021-11-17T22:24:31.660Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2021-11-17T22:24:31.660Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2021-11-17T22:24:31.660Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-11-17T22:24:31.660Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-17T22:24:31.660Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-17T22:24:31.660Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-17T22:24:31.660Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-17T22:24:31.660Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-17T22:24:31.660Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-17T22:24:31.660Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-17T22:24:31.660Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-17T22:24:31.660Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-17T22:24:31.660Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-11-17T22:24:31.660Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-11-17T22:24:31.660Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-11-17T22:24:31.660Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-11-17T22:24:31.660Z] === RUN TestCreateLinkToNonExistingContainer [2021-11-17T22:24:31.660Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2021-11-17T22:24:31.660Z] === RUN TestCreateWithInvalidEnv [2021-11-17T22:24:31.660Z] === RUN TestCreateWithInvalidEnv/0 [2021-11-17T22:24:31.660Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-11-17T22:24:31.660Z] === RUN TestCreateWithInvalidEnv/1 [2021-11-17T22:24:31.660Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-11-17T22:24:31.660Z] === RUN TestCreateWithInvalidEnv/2 [2021-11-17T22:24:31.660Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-11-17T22:24:31.660Z] === CONT TestCreateWithInvalidEnv/0 [2021-11-17T22:24:31.660Z] === CONT TestCreateWithInvalidEnv/2 [2021-11-17T22:24:31.660Z] === CONT TestCreateWithInvalidEnv/1 [2021-11-17T22:24:31.660Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-11-17T22:24:31.660Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-11-17T22:24:31.660Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-11-17T22:24:31.660Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-11-17T22:24:31.660Z] === RUN TestCreateTmpfsMountsTarget [2021-11-17T22:24:31.660Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2021-11-17T22:24:31.660Z] === RUN TestCreateWithCustomMaskedPaths [2021-11-17T22:24:31.978Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2021-11-17T22:24:31.978Z] --- PASS: TestContainerVolumesMountedAsSlave (0.65s) [2021-11-17T22:24:31.978Z] === RUN TestNetworkNat [2021-11-17T22:24:32.545Z] --- PASS: TestNetworkNat (0.79s) [2021-11-17T22:24:32.545Z] === RUN TestNetworkLocalhostTCPNat [2021-11-17T22:24:33.035Z] --- PASS: TestCreateWithCustomMaskedPaths (1.44s) [2021-11-17T22:24:33.035Z] === RUN TestCreateWithCustomReadonlyPaths [2021-11-17T22:24:33.364Z] --- PASS: TestRemoveContainerWithVolume (1.82s) [2021-11-17T22:24:33.364Z] === RUN TestRemoveContainerRunning [2021-11-17T22:24:33.480Z] --- PASS: TestNetworkLocalhostTCPNat (0.76s) [2021-11-17T22:24:33.480Z] === RUN TestNetworkLoopbackNat [2021-11-17T22:24:33.480Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2021-11-17T22:24:34.050Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-11-17T22:24:34.411Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.45s) [2021-11-17T22:24:34.411Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-11-17T22:24:34.411Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-17T22:24:34.411Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-17T22:24:34.411Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-17T22:24:34.411Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-17T22:24:34.411Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-17T22:24:34.411Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-17T22:24:34.411Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-17T22:24:34.411Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-17T22:24:34.411Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-17T22:24:34.411Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-17T22:24:34.411Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-17T22:24:34.411Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-17T22:24:34.669Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-17T22:24:34.669Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-17T22:24:34.669Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-17T22:24:34.669Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-11-17T22:24:34.669Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-11-17T22:24:34.669Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-11-17T22:24:34.669Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-11-17T22:24:34.669Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-11-17T22:24:34.669Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-11-17T22:24:34.669Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-11-17T22:24:34.927Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.49s) [2021-11-17T22:24:34.927Z] === RUN TestCreateDifferentPlatform [2021-11-17T22:24:34.927Z] === RUN TestCreateDifferentPlatform/different_os [2021-11-17T22:24:34.937Z] --- PASS: TestRemoveContainerRunning (1.56s) [2021-11-17T22:24:34.937Z] === RUN TestRemoveContainerForceRemoveRunning [2021-11-17T22:24:34.986Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2021-11-17T22:24:35.186Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-11-17T22:24:35.186Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-11-17T22:24:35.186Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-11-17T22:24:35.186Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-11-17T22:24:35.186Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-11-17T22:24:35.186Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-11-17T22:24:35.186Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-11-17T22:24:35.186Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2021-11-17T22:24:35.186Z] === RUN TestContainerStartOnDaemonRestart [2021-11-17T22:24:35.186Z] === PAUSE TestContainerStartOnDaemonRestart [2021-11-17T22:24:35.186Z] === RUN TestDaemonRestartIpcMode [2021-11-17T22:24:35.186Z] === PAUSE TestDaemonRestartIpcMode [2021-11-17T22:24:35.186Z] === RUN TestDaemonHostGatewayIP [2021-11-17T22:24:35.186Z] === PAUSE TestDaemonHostGatewayIP [2021-11-17T22:24:35.186Z] === RUN TestRestartDaemonWithRestartingContainer [2021-11-17T22:24:35.186Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-11-17T22:24:35.186Z] === RUN TestContainerKillOnDaemonStart [2021-11-17T22:24:35.186Z] === PAUSE TestContainerKillOnDaemonStart [2021-11-17T22:24:35.186Z] === RUN TestDiff [2021-11-17T22:24:35.752Z] --- PASS: TestDiff (0.49s) [2021-11-17T22:24:35.752Z] === RUN TestExecWithCloseStdin [2021-11-17T22:24:36.318Z] --- PASS: TestExecWithCloseStdin (0.55s) [2021-11-17T22:24:36.318Z] === RUN TestExec [2021-11-17T22:24:36.364Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2021-11-17T22:24:36.506Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.54s) [2021-11-17T22:24:36.506Z] === RUN TestRemoveInvalidContainer [2021-11-17T22:24:36.506Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2021-11-17T22:24:36.506Z] === RUN TestRenameLinkedContainer [2021-11-17T22:24:36.506Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-11-17T22:24:36.506Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-11-17T22:24:36.506Z] === RUN TestRenameStoppedContainer [2021-11-17T22:24:36.622Z] --- PASS: TestNetworkLoopbackNat (3.07s) [2021-11-17T22:24:36.622Z] === RUN TestPause [2021-11-17T22:24:36.884Z] --- PASS: TestExec (0.58s) [2021-11-17T22:24:36.884Z] === RUN TestExecUser [2021-11-17T22:24:37.215Z] --- PASS: TestPause (0.75s) [2021-11-17T22:24:37.215Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-11-17T22:24:37.215Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-11-17T22:24:37.215Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-11-17T22:24:37.215Z] === RUN TestPauseStopPausedContainer [2021-11-17T22:24:37.450Z] --- PASS: TestExecUser (0.58s) [2021-11-17T22:24:37.450Z] === RUN TestExportContainerAndImportImage [2021-11-17T22:24:38.017Z] --- PASS: TestExportContainerAndImportImage (0.68s) [2021-11-17T22:24:38.017Z] === RUN TestExportContainerAfterDaemonRestart [2021-11-17T22:24:38.079Z] --- PASS: TestRenameStoppedContainer (1.84s) [2021-11-17T22:24:38.079Z] === RUN TestRenameRunningContainerAndReuse [2021-11-17T22:24:38.151Z] --- PASS: TestPauseStopPausedContainer (0.94s) [2021-11-17T22:24:38.151Z] === RUN TestPsFilter [2021-11-17T22:24:38.151Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2021-11-17T22:24:38.409Z] --- PASS: TestPsFilter (0.19s) [2021-11-17T22:24:38.409Z] === RUN TestRemoveContainerWithRemovedVolume [2021-11-17T22:24:38.978Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.70s) [2021-11-17T22:24:38.978Z] === RUN TestRemoveContainerWithVolume [2021-11-17T22:24:39.392Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s) [2021-11-17T22:24:39.392Z] === RUN TestHealthCheckWorkdir [2021-11-17T22:24:39.913Z] === RUN TestDockerSuite/TestBuildBlankName [2021-11-17T22:24:39.913Z] --- PASS: TestRemoveContainerWithVolume (0.68s) [2021-11-17T22:24:39.913Z] === RUN TestRemoveContainerRunning [2021-11-17T22:24:39.913Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2021-11-17T22:24:40.172Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-11-17T22:24:40.327Z] --- PASS: TestHealthCheckWorkdir (0.78s) [2021-11-17T22:24:40.327Z] === RUN TestHealthKillContainer [2021-11-17T22:24:40.431Z] --- PASS: TestRemoveContainerRunning (0.71s) [2021-11-17T22:24:40.431Z] === RUN TestRemoveContainerForceRemoveRunning [2021-11-17T22:24:41.046Z] --- PASS: TestRenameRunningContainerAndReuse (3.15s) [2021-11-17T22:24:41.046Z] === RUN TestRenameInvalidName [2021-11-17T22:24:41.369Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.84s) [2021-11-17T22:24:41.369Z] === RUN TestRemoveInvalidContainer [2021-11-17T22:24:41.369Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-11-17T22:24:41.369Z] === RUN TestRenameLinkedContainer [2021-11-17T22:24:41.936Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2021-11-17T22:24:42.195Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-11-17T22:24:42.453Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2021-11-17T22:24:42.617Z] --- PASS: TestRenameInvalidName (1.63s) [2021-11-17T22:24:42.617Z] === RUN TestRenameAnonymousContainer [2021-11-17T22:24:42.617Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2021-11-17T22:24:42.617Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2021-11-17T22:24:42.617Z] === RUN TestRenameContainerWithSameName [2021-11-17T22:24:43.832Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-11-17T22:24:43.832Z] --- PASS: TestRenameLinkedContainer (2.64s) [2021-11-17T22:24:43.832Z] === RUN TestRenameStoppedContainer [2021-11-17T22:24:44.189Z] --- PASS: TestRenameContainerWithSameName (1.54s) [2021-11-17T22:24:44.189Z] === RUN TestRenameContainerWithLinkedContainer [2021-11-17T22:24:44.189Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2021-11-17T22:24:44.189Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-11-17T22:24:44.189Z] === RUN TestResize [2021-11-17T22:24:44.400Z] --- PASS: TestRenameStoppedContainer (0.56s) [2021-11-17T22:24:44.400Z] === RUN TestRenameRunningContainerAndReuse [2021-11-17T22:24:44.659Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-11-17T22:24:45.760Z] --- PASS: TestResize (1.58s) [2021-11-17T22:24:45.760Z] === RUN TestResizeWithInvalidSize [2021-11-17T22:24:45.760Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2021-11-17T22:24:45.760Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2021-11-17T22:24:45.760Z] === RUN TestResizeWhenContainerNotStarted [2021-11-17T22:24:46.036Z] --- PASS: TestRenameRunningContainerAndReuse (1.20s) [2021-11-17T22:24:46.036Z] === RUN TestRenameInvalidName [2021-11-17T22:24:46.036Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2021-11-17T22:24:46.294Z] --- PASS: TestRenameInvalidName (0.68s) [2021-11-17T22:24:46.294Z] === RUN TestRenameAnonymousContainer [2021-11-17T22:24:46.552Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-11-17T22:24:47.982Z] --- PASS: TestResizeWhenContainerNotStarted (1.91s) [2021-11-17T22:24:47.982Z] === RUN TestDaemonRestartKillContainers [2021-11-17T22:24:47.982Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:24:47.982Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-11-17T22:24:47.982Z] === RUN TestStats [2021-11-17T22:24:47.982Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-11-17T22:24:47.982Z] --- SKIP: TestStats (0.00s) [2021-11-17T22:24:47.982Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-11-17T22:24:48.433Z] --- PASS: TestHealthKillContainer (8.15s) [2021-11-17T22:24:48.433Z] === RUN TestInspectCpusetInConfigPre120 [2021-11-17T22:24:48.455Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-11-17T22:24:48.691Z] --- PASS: TestInspectCpusetInConfigPre120 (0.45s) [2021-11-17T22:24:48.691Z] === RUN TestIpcModeNone [2021-11-17T22:24:48.715Z] --- PASS: TestRenameAnonymousContainer (2.27s) [2021-11-17T22:24:48.715Z] === RUN TestRenameContainerWithSameName [2021-11-17T22:24:49.258Z] --- PASS: TestIpcModeNone (0.60s) [2021-11-17T22:24:49.258Z] === RUN TestIpcModePrivate [2021-11-17T22:24:49.282Z] --- PASS: TestRenameContainerWithSameName (0.56s) [2021-11-17T22:24:49.282Z] === RUN TestRenameContainerWithLinkedContainer [2021-11-17T22:24:49.824Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:58, shared: false, mustBeShared: false [2021-11-17T22:24:49.824Z] --- PASS: TestIpcModePrivate (0.57s) [2021-11-17T22:24:49.824Z] === RUN TestIpcModeShareable [2021-11-17T22:24:49.849Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-11-17T22:24:50.391Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:53, shared: true, mustBeShared: true [2021-11-17T22:24:50.391Z] --- PASS: TestIpcModeShareable (0.55s) [2021-11-17T22:24:50.391Z] === RUN TestAPIIpcModeShareableAndContainer [2021-11-17T22:24:50.419Z] --- PASS: TestRenameContainerWithLinkedContainer (1.31s) [2021-11-17T22:24:50.419Z] === RUN TestResize [2021-11-17T22:24:50.986Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-11-17T22:24:50.986Z] --- PASS: TestResize (0.56s) [2021-11-17T22:24:50.986Z] === RUN TestResizeWithInvalidSize [2021-11-17T22:24:51.018Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.23s) [2021-11-17T22:24:51.018Z] === RUN TestStopContainerWithTimeout [2021-11-17T22:24:51.018Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-11-17T22:24:51.018Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-11-17T22:24:51.018Z] === RUN TestUpdateRestartPolicy [2021-11-17T22:24:51.552Z] --- PASS: TestResizeWithInvalidSize (0.56s) [2021-11-17T22:24:51.552Z] === RUN TestResizeWhenContainerNotStarted [2021-11-17T22:24:52.120Z] --- PASS: TestResizeWhenContainerNotStarted (0.58s) [2021-11-17T22:24:52.120Z] === RUN TestDaemonRestartKillContainers [2021-11-17T22:24:52.120Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-11-17T22:24:52.120Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-11-17T22:24:52.120Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-11-17T22:24:52.120Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-11-17T22:24:52.120Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-11-17T22:24:52.120Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-11-17T22:24:52.120Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-11-17T22:24:52.120Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-11-17T22:24:52.120Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-11-17T22:24:52.120Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-11-17T22:24:52.120Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-11-17T22:24:52.120Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-11-17T22:24:52.120Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-11-17T22:24:52.120Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-11-17T22:24:52.120Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-11-17T22:24:52.120Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-11-17T22:24:52.120Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-11-17T22:24:52.120Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-11-17T22:24:52.120Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-11-17T22:24:52.120Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-11-17T22:24:52.120Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-11-17T22:24:52.120Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-11-17T22:24:52.120Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-11-17T22:24:52.120Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-11-17T22:24:52.120Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-11-17T22:24:52.120Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-11-17T22:24:52.292Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.60s) [2021-11-17T22:24:52.292Z] === RUN TestAPIIpcModeHost [2021-11-17T22:24:52.378Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2021-11-17T22:24:52.550Z] --- PASS: TestAPIIpcModeHost (0.40s) [2021-11-17T22:24:52.550Z] === RUN TestDaemonIpcModeShareable [2021-11-17T22:24:53.483Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:62, shared: true, mustBeShared: true [2021-11-17T22:24:53.483Z] --- PASS: TestDaemonIpcModeShareable (1.16s) [2021-11-17T22:24:53.483Z] === RUN TestDaemonIpcModePrivate [2021-11-17T22:24:53.755Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-11-17T22:24:54.014Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-11-17T22:24:54.857Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:67, shared: false, mustBeShared: false [2021-11-17T22:24:54.858Z] --- PASS: TestDaemonIpcModePrivate (1.17s) [2021-11-17T22:24:54.858Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-11-17T22:24:54.950Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-11-17T22:24:55.791Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:67, shared: false, mustBeShared: false [2021-11-17T22:24:56.049Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.17s) [2021-11-17T22:24:56.049Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-11-17T22:24:56.856Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-11-17T22:24:56.856Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-11-17T22:24:56.983Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:62, shared: true, mustBeShared: true [2021-11-17T22:24:57.241Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.19s) [2021-11-17T22:24:57.241Z] === RUN TestIpcModeOlderClient [2021-11-17T22:24:57.241Z] === PAUSE TestIpcModeOlderClient [2021-11-17T22:24:57.241Z] === RUN TestKillContainerInvalidSignal [2021-11-17T22:24:57.501Z] --- PASS: TestKillContainerInvalidSignal (0.41s) [2021-11-17T22:24:57.501Z] === RUN TestKillContainer [2021-11-17T22:24:57.501Z] === RUN TestKillContainer/no_signal [2021-11-17T22:24:58.067Z] === RUN TestKillContainer/non_killing_signal [2021-11-17T22:24:58.325Z] === RUN TestKillContainer/killing_signal [2021-11-17T22:24:58.772Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-11-17T22:24:58.772Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-11-17T22:24:58.892Z] --- PASS: TestKillContainer (1.24s) [2021-11-17T22:24:58.892Z] --- PASS: TestKillContainer/no_signal (0.41s) [2021-11-17T22:24:58.892Z] --- PASS: TestKillContainer/non_killing_signal (0.28s) [2021-11-17T22:24:58.892Z] --- PASS: TestKillContainer/killing_signal (0.40s) [2021-11-17T22:24:58.892Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-11-17T22:24:58.892Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-11-17T22:24:59.151Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-11-17T22:24:59.717Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.89s) [2021-11-17T22:24:59.717Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.47s) [2021-11-17T22:24:59.717Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.28s) [2021-11-17T22:24:59.717Z] === RUN TestKillStoppedContainer [2021-11-17T22:24:59.717Z] --- PASS: TestKillStoppedContainer (0.04s) [2021-11-17T22:24:59.717Z] === RUN TestKillStoppedContainerAPIPre120 [2021-11-17T22:24:59.717Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-11-17T22:24:59.717Z] === RUN TestKillDifferentUserContainer [2021-11-17T22:25:00.073Z] --- PASS: TestBuildWithHugeFile (52.32s) [2021-11-17T22:25:00.073Z] === RUN TestBuildWithEmptyDockerfile [2021-11-17T22:25:00.073Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-17T22:25:00.073Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-17T22:25:00.073Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-17T22:25:00.073Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-17T22:25:00.073Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-17T22:25:00.073Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-17T22:25:00.073Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-17T22:25:00.073Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-17T22:25:00.073Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-17T22:25:00.073Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2021-11-17T22:25:00.073Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.10s) [2021-11-17T22:25:00.073Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.10s) [2021-11-17T22:25:00.073Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.04s) [2021-11-17T22:25:00.073Z] === RUN TestBuildPreserveOwnership [2021-11-17T22:25:00.073Z] === RUN TestBuildPreserveOwnership/copy_from [2021-11-17T22:25:00.073Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-11-17T22:25:00.073Z] --- PASS: TestBuildPreserveOwnership (2.41s) [2021-11-17T22:25:00.073Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.61s) [2021-11-17T22:25:00.073Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.80s) [2021-11-17T22:25:00.073Z] === RUN TestBuildPlatformInvalid [2021-11-17T22:25:00.073Z] --- PASS: TestBuildPlatformInvalid (0.06s) [2021-11-17T22:25:00.073Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-11-17T22:25:00.283Z] --- PASS: TestKillDifferentUserContainer (0.40s) [2021-11-17T22:25:00.283Z] === RUN TestInspectOomKilledTrue [2021-11-17T22:25:00.283Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-11-17T22:25:00.283Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-11-17T22:25:00.283Z] === RUN TestInspectOomKilledFalse [2021-11-17T22:25:00.542Z] --- PASS: TestInspectOomKilledFalse (0.40s) [2021-11-17T22:25:00.542Z] === RUN TestLinksEtcHostsContentMatch [2021-11-17T22:25:00.677Z] check_test.go:309: [d5d5984a70dd1] daemon is not started [2021-11-17T22:25:00.677Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2021-11-17T22:25:00.800Z] --- PASS: TestLinksEtcHostsContentMatch (0.31s) [2021-11-17T22:25:00.800Z] === RUN TestLinksContainerNames [2021-11-17T22:25:01.366Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-11-17T22:25:01.366Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-11-17T22:25:01.735Z] --- PASS: TestLinksContainerNames (0.83s) [2021-11-17T22:25:01.735Z] === RUN TestLogsFollowTailEmpty [2021-11-17T22:25:02.302Z] --- PASS: TestLogsFollowTailEmpty (0.43s) [2021-11-17T22:25:02.303Z] === RUN TestContainerNetworkMountsNoChown [2021-11-17T22:25:02.561Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s) [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot/default [2021-11-17T22:25:02.561Z] === PAUSE TestMountDaemonRoot/default [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot/private [2021-11-17T22:25:02.561Z] === PAUSE TestMountDaemonRoot/private [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot/rprivate [2021-11-17T22:25:02.561Z] === PAUSE TestMountDaemonRoot/rprivate [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot/slave [2021-11-17T22:25:02.561Z] === PAUSE TestMountDaemonRoot/slave [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot/rslave [2021-11-17T22:25:02.561Z] === PAUSE TestMountDaemonRoot/rslave [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot/shared [2021-11-17T22:25:02.561Z] === PAUSE TestMountDaemonRoot/shared [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot/rshared [2021-11-17T22:25:02.561Z] === PAUSE TestMountDaemonRoot/rshared [2021-11-17T22:25:02.561Z] === CONT TestMountDaemonRoot/default [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot/default/mount_root [2021-11-17T22:25:02.561Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-11-17T22:25:02.561Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot/default/bind_root [2021-11-17T22:25:02.561Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-11-17T22:25:02.561Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-11-17T22:25:02.561Z] === CONT TestMountDaemonRoot/rslave [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-11-17T22:25:02.561Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-11-17T22:25:02.561Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-11-17T22:25:02.561Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-11-17T22:25:02.561Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-11-17T22:25:02.561Z] === CONT TestMountDaemonRoot/rshared [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-11-17T22:25:02.561Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-11-17T22:25:02.561Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-11-17T22:25:02.561Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-11-17T22:25:02.561Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-11-17T22:25:02.561Z] === CONT TestMountDaemonRoot/shared [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-11-17T22:25:02.561Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-11-17T22:25:02.561Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-11-17T22:25:02.561Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-11-17T22:25:02.561Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-11-17T22:25:02.561Z] === CONT TestMountDaemonRoot/rprivate [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-11-17T22:25:02.561Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-11-17T22:25:02.561Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-11-17T22:25:02.561Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-11-17T22:25:02.561Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-11-17T22:25:02.561Z] === CONT TestMountDaemonRoot/slave [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-11-17T22:25:02.561Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-11-17T22:25:02.561Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-11-17T22:25:02.561Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-11-17T22:25:02.561Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-11-17T22:25:02.561Z] === CONT TestMountDaemonRoot/private [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-11-17T22:25:02.561Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot/private/mount_root [2021-11-17T22:25:02.561Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-11-17T22:25:02.561Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-11-17T22:25:02.561Z] === RUN TestMountDaemonRoot/private/bind_root [2021-11-17T22:25:02.561Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-11-17T22:25:02.561Z] === CONT TestMountDaemonRoot/default/mount_root [2021-11-17T22:25:02.561Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-11-17T22:25:02.561Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-11-17T22:25:02.561Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-11-17T22:25:02.561Z] === CONT TestMountDaemonRoot/default/bind_root [2021-11-17T22:25:02.561Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-11-17T22:25:02.859Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-11-17T22:25:02.859Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-11-17T22:25:02.859Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-11-17T22:25:02.859Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-11-17T22:25:02.859Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-11-17T22:25:02.859Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-11-17T22:25:02.859Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-11-17T22:25:02.859Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-11-17T22:25:02.859Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-11-17T22:25:02.859Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-11-17T22:25:02.859Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-11-17T22:25:02.859Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-11-17T22:25:02.859Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-11-17T22:25:02.859Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-11-17T22:25:02.859Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-11-17T22:25:02.859Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-11-17T22:25:03.129Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-11-17T22:25:03.129Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-11-17T22:25:03.129Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-11-17T22:25:03.129Z] === CONT TestMountDaemonRoot/private/bind_root [2021-11-17T22:25:03.129Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-11-17T22:25:03.129Z] === CONT TestMountDaemonRoot/private/mount_root [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.06s) [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.06s) [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-11-17T22:25:03.129Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-11-17T22:25:03.129Z] === RUN TestContainerBindMountNonRecursive [2021-11-17T22:25:03.271Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2021-11-17T22:25:04.521Z] --- PASS: TestContainerBindMountNonRecursive (1.40s) [2021-11-17T22:25:04.521Z] === RUN TestContainerVolumesMountedAsShared [2021-11-17T22:25:05.087Z] --- PASS: TestContainerVolumesMountedAsShared (0.41s) [2021-11-17T22:25:05.087Z] === RUN TestContainerVolumesMountedAsSlave [2021-11-17T22:25:05.172Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-11-17T22:25:05.172Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-11-17T22:25:05.346Z] --- PASS: TestContainerVolumesMountedAsSlave (0.36s) [2021-11-17T22:25:05.346Z] === RUN TestNetworkNat [2021-11-17T22:25:05.433Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-11-17T22:25:05.605Z] --- PASS: TestNetworkNat (0.44s) [2021-11-17T22:25:05.605Z] === RUN TestNetworkLocalhostTCPNat [2021-11-17T22:25:06.171Z] --- PASS: TestNetworkLocalhostTCPNat (0.46s) [2021-11-17T22:25:06.171Z] === RUN TestNetworkLoopbackNat [2021-11-17T22:25:08.699Z] --- PASS: TestNetworkLoopbackNat (2.58s) [2021-11-17T22:25:08.699Z] === RUN TestPause [2021-11-17T22:25:08.718Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-11-17T22:25:08.718Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.81s) [2021-11-17T22:25:08.718Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.54s) [2021-11-17T22:25:08.718Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.44s) [2021-11-17T22:25:08.718Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.86s) [2021-11-17T22:25:08.718Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.95s) [2021-11-17T22:25:08.718Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.93s) [2021-11-17T22:25:08.718Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.97s) [2021-11-17T22:25:08.718Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.89s) [2021-11-17T22:25:08.718Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.76s) [2021-11-17T22:25:08.718Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.09s) [2021-11-17T22:25:08.718Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.27s) [2021-11-17T22:25:08.718Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.01s) [2021-11-17T22:25:08.718Z] === RUN TestCgroupNamespacesRun [2021-11-17T22:25:08.976Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-11-17T22:25:09.265Z] --- PASS: TestPause (0.45s) [2021-11-17T22:25:09.265Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-11-17T22:25:09.265Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-11-17T22:25:09.265Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-11-17T22:25:09.265Z] === RUN TestPauseStopPausedContainer [2021-11-17T22:25:09.832Z] --- PASS: TestPauseStopPausedContainer (0.45s) [2021-11-17T22:25:09.832Z] === RUN TestPsFilter [2021-11-17T22:25:09.832Z] --- PASS: TestPsFilter (0.11s) [2021-11-17T22:25:09.832Z] === RUN TestRemoveContainerWithRemovedVolume [2021-11-17T22:25:10.090Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.42s) [2021-11-17T22:25:10.090Z] === RUN TestRemoveContainerWithVolume [2021-11-17T22:25:10.656Z] --- PASS: TestRemoveContainerWithVolume (0.40s) [2021-11-17T22:25:10.656Z] === RUN TestRemoveContainerRunning [2021-11-17T22:25:10.880Z] --- PASS: TestCgroupNamespacesRun (2.05s) [2021-11-17T22:25:10.880Z] === RUN TestCgroupNamespacesRunPrivileged [2021-11-17T22:25:10.914Z] --- PASS: TestRemoveContainerRunning (0.39s) [2021-11-17T22:25:10.914Z] === RUN TestRemoveContainerForceRemoveRunning [2021-11-17T22:25:11.483Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.44s) [2021-11-17T22:25:11.483Z] === RUN TestRemoveInvalidContainer [2021-11-17T22:25:11.483Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-11-17T22:25:11.483Z] === RUN TestRenameLinkedContainer [2021-11-17T22:25:11.816Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-11-17T22:25:12.280Z] --- PASS: TestUpdateRestartPolicy (18.40s) [2021-11-17T22:25:12.280Z] === RUN TestUpdateRestartWithAutoRemove [2021-11-17T22:25:12.280Z] --- PASS: TestUpdateRestartWithAutoRemove (1.55s) [2021-11-17T22:25:12.280Z] === RUN TestWaitNonBlocked [2021-11-17T22:25:12.280Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-17T22:25:12.280Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-17T22:25:12.280Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-17T22:25:12.280Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-17T22:25:12.280Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-17T22:25:12.280Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-17T22:25:12.392Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.83s) [2021-11-17T22:25:12.393Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-11-17T22:25:12.393Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-11-17T22:25:13.272Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-11-17T22:25:13.272Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.10s) [2021-11-17T22:25:13.272Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.19s) [2021-11-17T22:25:13.272Z] === RUN TestWaitBlocked [2021-11-17T22:25:13.272Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-11-17T22:25:13.272Z] --- SKIP: TestWaitBlocked (0.00s) [2021-11-17T22:25:13.272Z] PASS [2021-11-17T22:25:13.272Z] ok github.com/docker/docker/integration/container 58.266s [2021-11-17T22:25:13.272Z] [2021-11-17T22:25:13.272Z] === Skipped [2021-11-17T22:25:13.272Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-11-17T22:25:13.272Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-17T22:25:13.272Z] [2021-11-17T22:25:13.272Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.03s) [2021-11-17T22:25:13.272Z] copy_test.go:38: testEnv.OSType == "windows" [2021-11-17T22:25:13.272Z] [2021-11-17T22:25:13.272Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.03s) [2021-11-17T22:25:13.272Z] copy_test.go:63: testEnv.OSType == "windows" [2021-11-17T22:25:13.272Z] [2021-11-17T22:25:13.272Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-11-17T22:25:13.272Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:13.272Z] [2021-11-17T22:25:13.272Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-11-17T22:25:13.272Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-11-17T22:25:13.272Z] [2021-11-17T22:25:13.272Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-11-17T22:25:13.272Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:13.272Z] [2021-11-17T22:25:13.272Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-11-17T22:25:13.272Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-11-17T22:25:13.272Z] [2021-11-17T22:25:13.272Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-11-17T22:25:13.272Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-11-17T22:25:13.272Z] [2021-11-17T22:25:13.272Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-11-17T22:25:13.272Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-11-17T22:25:13.272Z] [2021-11-17T22:25:13.272Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-11-17T22:25:13.272Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-11-17T22:25:13.272Z] [2021-11-17T22:25:13.272Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-11-17T22:25:13.272Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:13.272Z] [2021-11-17T22:25:13.272Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-11-17T22:25:13.272Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-11-17T22:25:13.272Z] [2021-11-17T22:25:13.272Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-11-17T22:25:13.272Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-11-17T22:25:13.272Z] [2021-11-17T22:25:13.273Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-11-17T22:25:13.273Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:13.273Z] [2021-11-17T22:25:13.273Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-11-17T22:25:13.273Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:13.273Z] [2021-11-17T22:25:13.273Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-11-17T22:25:13.273Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-11-17T22:25:13.273Z] [2021-11-17T22:25:13.273Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-11-17T22:25:13.273Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-11-17T22:25:13.273Z] [2021-11-17T22:25:13.273Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-11-17T22:25:13.273Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-11-17T22:25:13.273Z] [2021-11-17T22:25:13.273Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-11-17T22:25:13.273Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-11-17T22:25:13.273Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-11-17T22:25:13.273Z] [2021-11-17T22:25:13.273Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-11-17T22:25:13.273Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-17T22:25:13.273Z] [2021-11-17T22:25:13.273Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-11-17T22:25:13.273Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-17T22:25:13.273Z] [2021-11-17T22:25:13.273Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-11-17T22:25:13.273Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-17T22:25:13.273Z] [2021-11-17T22:25:13.273Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-11-17T22:25:13.273Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-11-17T22:25:13.273Z] [2021-11-17T22:25:13.273Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-11-17T22:25:13.273Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:13.273Z] [2021-11-17T22:25:13.273Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-11-17T22:25:13.273Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-11-17T22:25:13.273Z] [2021-11-17T22:25:13.273Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-11-17T22:25:13.273Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-11-17T22:25:13.273Z] [2021-11-17T22:25:13.273Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-11-17T22:25:13.273Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-11-17T22:25:13.273Z] [2021-11-17T22:25:13.273Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-11-17T22:25:13.273Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-11-17T22:25:13.273Z] [2021-11-17T22:25:13.273Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-11-17T22:25:13.273Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:13.273Z] [2021-11-17T22:25:13.273Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-11-17T22:25:13.273Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-11-17T22:25:13.273Z] [2021-11-17T22:25:13.273Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2021-11-17T22:25:13.273Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2021-11-17T22:25:13.273Z] [2021-11-17T22:25:13.273Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-11-17T22:25:13.273Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2021-11-17T22:25:13.273Z] [2021-11-17T22:25:13.273Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2021-11-17T22:25:13.273Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2021-11-17T22:25:13.273Z] [2021-11-17T22:25:13.273Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-11-17T22:25:13.273Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:13.273Z] [2021-11-17T22:25:13.273Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-11-17T22:25:13.273Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-11-17T22:25:13.273Z] [2021-11-17T22:25:13.273Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-11-17T22:25:13.273Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-11-17T22:25:13.273Z] [2021-11-17T22:25:13.273Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-11-17T22:25:13.273Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-11-17T22:25:13.273Z] [2021-11-17T22:25:13.273Z] [2021-11-17T22:25:13.273Z] DONE 88 tests, 37 skipped in 60.473s [2021-11-17T22:25:13.273Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-11-17T22:25:13.383Z] --- PASS: TestRenameLinkedContainer (1.66s) [2021-11-17T22:25:13.383Z] === RUN TestRenameStoppedContainer [2021-11-17T22:25:13.383Z] --- PASS: TestRenameStoppedContainer (0.40s) [2021-11-17T22:25:13.383Z] === RUN TestRenameRunningContainerAndReuse [2021-11-17T22:25:14.317Z] --- PASS: TestRenameRunningContainerAndReuse (0.83s) [2021-11-17T22:25:14.317Z] === RUN TestRenameInvalidName [2021-11-17T22:25:14.842Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-17T22:25:14.842Z] INFO: Testing against a local daemon [2021-11-17T22:25:14.842Z] === RUN TestCommitInheritsEnv [2021-11-17T22:25:14.842Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-17T22:25:14.842Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-11-17T22:25:14.842Z] === RUN TestImportExtremelyLargeImageWorks [2021-11-17T22:25:14.842Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-11-17T22:25:14.842Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-11-17T22:25:14.842Z] === RUN TestImagesFilterMultiReference [2021-11-17T22:25:14.842Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2021-11-17T22:25:14.842Z] === RUN TestImagePullPlatformInvalid [2021-11-17T22:25:14.842Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-11-17T22:25:14.842Z] === RUN TestRemoveImageOrphaning [2021-11-17T22:25:14.884Z] --- PASS: TestRenameInvalidName (0.42s) [2021-11-17T22:25:14.884Z] === RUN TestRenameAnonymousContainer [2021-11-17T22:25:14.926Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.01s) [2021-11-17T22:25:14.926Z] === RUN TestCgroupNamespacesRunHostMode [2021-11-17T22:25:14.926Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-11-17T22:25:15.004Z] Loaded image: buildpack-deps:buster [2021-11-17T22:25:15.004Z] Loaded image: busybox:latest [2021-11-17T22:25:15.004Z] Loaded image: busybox:glibc [2021-11-17T22:25:15.262Z] Loaded image: debian:bullseye [2021-11-17T22:25:15.262Z] Loaded image: hello-world:latest [2021-11-17T22:25:15.262Z] Loaded image: arm32v7/hello-world:latest [2021-11-17T22:25:15.833Z] --- PASS: TestRemoveImageOrphaning (0.73s) [2021-11-17T22:25:15.833Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-11-17T22:25:15.833Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-11-17T22:25:15.833Z] === RUN TestTagInvalidReference [2021-11-17T22:25:15.833Z] --- PASS: TestTagInvalidReference (0.02s) [2021-11-17T22:25:15.833Z] === RUN TestTagValidPrefixedRepo [2021-11-17T22:25:15.833Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-11-17T22:25:15.833Z] === RUN TestTagExistedNameWithoutForce [2021-11-17T22:25:15.833Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-11-17T22:25:15.833Z] === RUN TestTagOfficialNames [2021-11-17T22:25:15.833Z] --- PASS: TestTagOfficialNames (0.07s) [2021-11-17T22:25:15.833Z] === RUN TestTagMatchesDigest [2021-11-17T22:25:15.833Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-11-17T22:25:15.833Z] PASS [2021-11-17T22:25:15.833Z] ok github.com/docker/docker/integration/image 1.138s [2021-11-17T22:25:15.833Z] [2021-11-17T22:25:15.833Z] === Skipped [2021-11-17T22:25:15.833Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-11-17T22:25:15.833Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-17T22:25:15.833Z] [2021-11-17T22:25:15.833Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-11-17T22:25:15.833Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-11-17T22:25:15.833Z] [2021-11-17T22:25:15.833Z] [2021-11-17T22:25:15.833Z] DONE 11 tests, 2 skipped in 2.541s [2021-11-17T22:25:15.833Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-11-17T22:25:16.258Z] --- PASS: TestRenameAnonymousContainer (1.49s) [2021-11-17T22:25:16.259Z] === RUN TestRenameContainerWithSameName [2021-11-17T22:25:16.302Z] --- PASS: TestCgroupNamespacesRunHostMode (1.83s) [2021-11-17T22:25:16.302Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-11-17T22:25:16.825Z] --- PASS: TestRenameContainerWithSameName (0.43s) [2021-11-17T22:25:16.825Z] === RUN TestRenameContainerWithLinkedContainer [2021-11-17T22:25:17.407Z] testing: warning: no tests to run [2021-11-17T22:25:17.407Z] PASS [2021-11-17T22:25:17.407Z] ok github.com/docker/docker/integration/network/ipvlan 0.099s [no tests to run] [2021-11-17T22:25:17.407Z] testing: warning: no tests to run [2021-11-17T22:25:17.407Z] PASS [2021-11-17T22:25:17.407Z] ok github.com/docker/docker/integration/network/macvlan 0.044s [no tests to run] [2021-11-17T22:25:17.680Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-11-17T22:25:17.759Z] --- PASS: TestRenameContainerWithLinkedContainer (0.86s) [2021-11-17T22:25:17.760Z] === RUN TestResize [2021-11-17T22:25:17.877Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-17T22:25:17.877Z] INFO: Testing against a local daemon [2021-11-17T22:25:17.877Z] === RUN TestNetworkCreateDelete [2021-11-17T22:25:17.877Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-11-17T22:25:17.877Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-11-17T22:25:17.877Z] === RUN TestDockerNetworkDeletePreferID [2021-11-17T22:25:17.877Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-11-17T22:25:17.877Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-11-17T22:25:17.877Z] === RUN TestDaemonDNSFallback [2021-11-17T22:25:17.877Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-11-17T22:25:17.877Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-11-17T22:25:17.877Z] === RUN TestInspectNetwork [2021-11-17T22:25:17.877Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-11-17T22:25:17.877Z] --- SKIP: TestInspectNetwork (0.00s) [2021-11-17T22:25:17.877Z] === RUN TestRunContainerWithBridgeNone [2021-11-17T22:25:17.877Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-11-17T22:25:17.877Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-11-17T22:25:17.877Z] === RUN TestNetworkInvalidJSON [2021-11-17T22:25:17.877Z] === RUN TestNetworkInvalidJSON//networks/create [2021-11-17T22:25:17.877Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-11-17T22:25:17.877Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-11-17T22:25:17.877Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-11-17T22:25:17.877Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-17T22:25:17.877Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-17T22:25:17.877Z] === CONT TestNetworkInvalidJSON//networks/create [2021-11-17T22:25:17.877Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-17T22:25:17.877Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-11-17T22:25:17.877Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-11-17T22:25:17.877Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-11-17T22:25:17.877Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-11-17T22:25:17.877Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-11-17T22:25:17.877Z] === RUN TestNetworkList [2021-11-17T22:25:17.877Z] === RUN TestNetworkList//networks [2021-11-17T22:25:17.877Z] === PAUSE TestNetworkList//networks [2021-11-17T22:25:17.877Z] === RUN TestNetworkList//networks/ [2021-11-17T22:25:17.877Z] === PAUSE TestNetworkList//networks/ [2021-11-17T22:25:17.877Z] === CONT TestNetworkList//networks [2021-11-17T22:25:17.877Z] === CONT TestNetworkList//networks/ [2021-11-17T22:25:17.877Z] --- PASS: TestNetworkList (0.02s) [2021-11-17T22:25:17.877Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-11-17T22:25:17.877Z] --- PASS: TestNetworkList//networks (0.00s) [2021-11-17T22:25:17.877Z] === RUN TestHostIPv4BridgeLabel [2021-11-17T22:25:17.877Z] network_test.go:126: testEnv.OSType == "windows" [2021-11-17T22:25:17.877Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-11-17T22:25:17.877Z] === RUN TestDaemonRestartWithLiveRestore [2021-11-17T22:25:17.877Z] service_test.go:29: testEnv.OSType == "windows" [2021-11-17T22:25:17.877Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-11-17T22:25:17.877Z] === RUN TestDaemonDefaultNetworkPools [2021-11-17T22:25:17.877Z] service_test.go:58: testEnv.OSType == "windows" [2021-11-17T22:25:17.877Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-11-17T22:25:17.877Z] === RUN TestDaemonRestartWithExistingNetwork [2021-11-17T22:25:17.877Z] service_test.go:102: testEnv.OSType == "windows" [2021-11-17T22:25:17.877Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-11-17T22:25:17.877Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-11-17T22:25:17.877Z] service_test.go:136: testEnv.OSType == "windows" [2021-11-17T22:25:17.877Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-11-17T22:25:17.877Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-11-17T22:25:17.877Z] service_test.go:187: testEnv.OSType == "windows" [2021-11-17T22:25:17.877Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-11-17T22:25:17.877Z] === RUN TestServiceWithPredefinedNetwork [2021-11-17T22:25:17.877Z] service_test.go:212: testEnv.OSType == "windows" [2021-11-17T22:25:17.877Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-11-17T22:25:17.877Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-11-17T22:25:17.877Z] service_test.go:242: FLAKY_TEST [2021-11-17T22:25:17.877Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-17T22:25:17.877Z] === RUN TestServiceWithDataPathPortInit [2021-11-17T22:25:17.877Z] service_test.go:332: testEnv.OSType == "windows" [2021-11-17T22:25:17.877Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-11-17T22:25:17.877Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-11-17T22:25:17.877Z] service_test.go:400: testEnv.OSType == "windows" [2021-11-17T22:25:17.877Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-11-17T22:25:17.877Z] PASS [2021-11-17T22:25:17.877Z] ok github.com/docker/docker/integration/network 0.141s [2021-11-17T22:25:17.939Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2021-11-17T22:25:18.018Z] --- PASS: TestResize (0.40s) [2021-11-17T22:25:18.018Z] === RUN TestResizeWithInvalidSize [2021-11-17T22:25:18.198Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.89s) [2021-11-17T22:25:18.198Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-11-17T22:25:18.276Z] --- PASS: TestResizeWithInvalidSize (0.44s) [2021-11-17T22:25:18.276Z] === RUN TestResizeWhenContainerNotStarted [2021-11-17T22:25:18.350Z] [2021-11-17T22:25:18.350Z] === Skipped [2021-11-17T22:25:18.350Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-11-17T22:25:18.350Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-11-17T22:25:18.350Z] [2021-11-17T22:25:18.350Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-11-17T22:25:18.350Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-11-17T22:25:18.350Z] [2021-11-17T22:25:18.350Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-11-17T22:25:18.350Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-11-17T22:25:18.350Z] [2021-11-17T22:25:18.350Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-11-17T22:25:18.350Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-11-17T22:25:18.350Z] [2021-11-17T22:25:18.350Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-11-17T22:25:18.350Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-11-17T22:25:18.350Z] [2021-11-17T22:25:18.350Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-11-17T22:25:18.350Z] network_test.go:126: testEnv.OSType == "windows" [2021-11-17T22:25:18.350Z] [2021-11-17T22:25:18.350Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-11-17T22:25:18.350Z] service_test.go:29: testEnv.OSType == "windows" [2021-11-17T22:25:18.350Z] [2021-11-17T22:25:18.350Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-11-17T22:25:18.350Z] service_test.go:58: testEnv.OSType == "windows" [2021-11-17T22:25:18.350Z] [2021-11-17T22:25:18.350Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-11-17T22:25:18.350Z] service_test.go:102: testEnv.OSType == "windows" [2021-11-17T22:25:18.350Z] [2021-11-17T22:25:18.350Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-11-17T22:25:18.350Z] service_test.go:136: testEnv.OSType == "windows" [2021-11-17T22:25:18.350Z] [2021-11-17T22:25:18.350Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-11-17T22:25:18.350Z] service_test.go:187: testEnv.OSType == "windows" [2021-11-17T22:25:18.350Z] [2021-11-17T22:25:18.350Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-11-17T22:25:18.350Z] service_test.go:212: testEnv.OSType == "windows" [2021-11-17T22:25:18.350Z] [2021-11-17T22:25:18.350Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-17T22:25:18.350Z] service_test.go:242: FLAKY_TEST [2021-11-17T22:25:18.350Z] [2021-11-17T22:25:18.350Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-11-17T22:25:18.350Z] service_test.go:332: testEnv.OSType == "windows" [2021-11-17T22:25:18.350Z] [2021-11-17T22:25:18.350Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-11-17T22:25:18.350Z] service_test.go:400: testEnv.OSType == "windows" [2021-11-17T22:25:18.350Z] [2021-11-17T22:25:18.350Z] [2021-11-17T22:25:18.350Z] DONE 22 tests, 15 skipped in 2.116s [2021-11-17T22:25:18.350Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-11-17T22:25:18.350Z] testing: warning: no tests to run [2021-11-17T22:25:18.350Z] PASS [2021-11-17T22:25:18.350Z] ok github.com/docker/docker/integration/network/ipvlan (cached) [no tests to run] [2021-11-17T22:25:18.350Z] [2021-11-17T22:25:18.350Z] DONE 0 tests in 0.343s [2021-11-17T22:25:18.350Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-11-17T22:25:18.820Z] testing: warning: no tests to run [2021-11-17T22:25:18.820Z] PASS [2021-11-17T22:25:18.820Z] ok github.com/docker/docker/integration/network/macvlan (cached) [no tests to run] [2021-11-17T22:25:18.820Z] [2021-11-17T22:25:18.820Z] DONE 0 tests in 0.329s [2021-11-17T22:25:18.820Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-11-17T22:25:18.843Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s) [2021-11-17T22:25:18.843Z] === RUN TestDaemonRestartKillContainers [2021-11-17T22:25:18.843Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-11-17T22:25:18.843Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-11-17T22:25:18.843Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-11-17T22:25:18.843Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-11-17T22:25:18.843Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-11-17T22:25:18.843Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-11-17T22:25:18.843Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-11-17T22:25:18.843Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-11-17T22:25:18.843Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-11-17T22:25:18.843Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-11-17T22:25:18.843Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-11-17T22:25:18.843Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-11-17T22:25:18.843Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-11-17T22:25:18.843Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-11-17T22:25:18.843Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-11-17T22:25:18.843Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-11-17T22:25:18.843Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-11-17T22:25:18.843Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-11-17T22:25:18.843Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-11-17T22:25:18.843Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-11-17T22:25:18.843Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-11-17T22:25:18.843Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-11-17T22:25:18.843Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-11-17T22:25:18.843Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-11-17T22:25:18.843Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-11-17T22:25:18.843Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-11-17T22:25:19.812Z] testing: warning: no tests to run [2021-11-17T22:25:19.812Z] testing: warning: no tests to run [2021-11-17T22:25:19.812Z] PASS [2021-11-17T22:25:19.812Z] PASS [2021-11-17T22:25:19.812Z] ok github.com/docker/docker/integration/plugin/authz 0.057s [no tests to run] [2021-11-17T22:25:19.812Z] ok github.com/docker/docker/integration/plugin 0.105s [no tests to run] [2021-11-17T22:25:20.101Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.70s) [2021-11-17T22:25:20.101Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-11-17T22:25:20.101Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2021-11-17T22:25:20.217Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-11-17T22:25:20.475Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-11-17T22:25:20.668Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.87s) [2021-11-17T22:25:20.668Z] === RUN TestCgroupNamespacesRunOlderClient [2021-11-17T22:25:21.243Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2021-11-17T22:25:21.410Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-11-17T22:25:21.669Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-11-17T22:25:21.828Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-11-17T22:25:21.835Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (23.19s) [2021-11-17T22:25:21.835Z] PASS [2021-11-17T22:25:21.835Z] [2021-11-17T22:25:21.835Z] === Skipped [2021-11-17T22:25:21.835Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2021-11-17T22:25:21.835Z] build_session_test.go:25: TODO: BuildKit [2021-11-17T22:25:21.835Z] [2021-11-17T22:25:21.835Z] [2021-11-17T22:25:21.835Z] DONE 33 tests, 1 skipped in 108.475s [2021-11-17T22:25:21.835Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2021-11-17T22:25:21.835Z] ++ 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 [2021-11-17T22:25:21.835Z] ++ set -e [2021-11-17T22:25:21.835Z] ++ '[' -n 0 ']' [2021-11-17T22:25:21.835Z] ++ set -x [2021-11-17T22:25:21.835Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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 [2021-11-17T22:25:21.835Z] INFO: Testing against a local daemon [2021-11-17T22:25:21.835Z] === RUN TestConfigInspect [2021-11-17T22:25:22.404Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.75s) [2021-11-17T22:25:22.404Z] === RUN TestNISDomainname [2021-11-17T22:25:22.606Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-11-17T22:25:22.971Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-11-17T22:25:23.537Z] --- PASS: TestNISDomainname (0.94s) [2021-11-17T22:25:23.537Z] === RUN TestHostnameDnsResolution [2021-11-17T22:25:23.542Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-11-17T22:25:24.410Z] --- PASS: TestConfigInspect (2.42s) [2021-11-17T22:25:24.410Z] === RUN TestConfigList [2021-11-17T22:25:24.472Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-11-17T22:25:24.476Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-11-17T22:25:24.731Z] --- PASS: TestHostnameDnsResolution (1.21s) [2021-11-17T22:25:24.731Z] === RUN TestStats [2021-11-17T22:25:24.989Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-11-17T22:25:25.411Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-11-17T22:25:25.741Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-11-17T22:25:26.000Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2021-11-17T22:25:26.311Z] --- PASS: TestConfigList (2.09s) [2021-11-17T22:25:26.311Z] === RUN TestConfigsCreateAndDelete [2021-11-17T22:25:26.453Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-11-17T22:25:27.378Z] --- PASS: TestStats (2.76s) [2021-11-17T22:25:27.378Z] === RUN TestStopContainerWithTimeout [2021-11-17T22:25:27.378Z] === RUN TestStopContainerWithTimeout/0 [2021-11-17T22:25:27.378Z] === PAUSE TestStopContainerWithTimeout/0 [2021-11-17T22:25:27.378Z] === RUN TestStopContainerWithTimeout/1 [2021-11-17T22:25:27.378Z] === PAUSE TestStopContainerWithTimeout/1 [2021-11-17T22:25:27.378Z] === RUN TestStopContainerWithTimeout/3 [2021-11-17T22:25:27.378Z] === PAUSE TestStopContainerWithTimeout/3 [2021-11-17T22:25:27.378Z] === RUN TestStopContainerWithTimeout/-1 [2021-11-17T22:25:27.378Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-11-17T22:25:27.378Z] === CONT TestStopContainerWithTimeout/0 [2021-11-17T22:25:27.378Z] === CONT TestStopContainerWithTimeout/-1 [2021-11-17T22:25:27.388Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-11-17T22:25:28.212Z] --- PASS: TestConfigsCreateAndDelete (1.64s) [2021-11-17T22:25:28.212Z] === RUN TestConfigsUpdate [2021-11-17T22:25:28.690Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-17T22:25:28.690Z] INFO: Testing against a local daemon [2021-11-17T22:25:28.690Z] === RUN TestExternalGraphDriver [2021-11-17T22:25:28.690Z] external_test.go:48: runtime.GOOS == "windows" [2021-11-17T22:25:28.690Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-11-17T22:25:28.690Z] === RUN TestGraphdriverPluginV2 [2021-11-17T22:25:28.690Z] external_test.go:408: runtime.GOOS == "windows" [2021-11-17T22:25:28.690Z] --- SKIP: TestGraphdriverPluginV2 (0.01s) [2021-11-17T22:25:28.690Z] PASS [2021-11-17T22:25:28.690Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.196s [2021-11-17T22:25:28.690Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-17T22:25:28.690Z] INFO: Testing against a local daemon [2021-11-17T22:25:28.690Z] === RUN TestPluginInvalidJSON [2021-11-17T22:25:28.690Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-11-17T22:25:28.690Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-11-17T22:25:28.690Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-11-17T22:25:28.690Z] --- PASS: TestPluginInvalidJSON (0.06s) [2021-11-17T22:25:28.690Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2021-11-17T22:25:28.690Z] === RUN TestPluginInstall [2021-11-17T22:25:28.690Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-11-17T22:25:28.690Z] --- SKIP: TestPluginInstall (0.00s) [2021-11-17T22:25:28.690Z] === RUN TestPluginsWithRuntimes [2021-11-17T22:25:28.690Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-11-17T22:25:28.690Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-11-17T22:25:28.690Z] === RUN TestPluginBackCompatMediaTypes [2021-11-17T22:25:28.690Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-11-17T22:25:28.690Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-11-17T22:25:28.690Z] PASS [2021-11-17T22:25:28.690Z] ok github.com/docker/docker/integration/plugin/common 0.180s [2021-11-17T22:25:28.690Z] testing: warning: no tests to run [2021-11-17T22:25:28.690Z] PASS [2021-11-17T22:25:28.690Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.049s [no tests to run] [2021-11-17T22:25:28.690Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-17T22:25:28.690Z] INFO: Testing against a local daemon [2021-11-17T22:25:28.690Z] === RUN TestReadPluginNoRead [2021-11-17T22:25:28.690Z] read_test.go:21: no unix domain sockets on Windows [2021-11-17T22:25:28.690Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-11-17T22:25:28.690Z] PASS [2021-11-17T22:25:28.690Z] ok github.com/docker/docker/integration/plugin/logging 0.079s [2021-11-17T22:25:28.690Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2021-11-17T22:25:28.690Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2021-11-17T22:25:28.754Z] === CONT TestStopContainerWithTimeout/3 [2021-11-17T22:25:28.754Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2021-11-17T22:25:28.763Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-11-17T22:25:28.763Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.39s) [2021-11-17T22:25:28.763Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.79s) [2021-11-17T22:25:28.763Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.25s) [2021-11-17T22:25:28.763Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.23s) [2021-11-17T22:25:28.763Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.27s) [2021-11-17T22:25:28.763Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.77s) [2021-11-17T22:25:28.763Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.76s) [2021-11-17T22:25:28.763Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.90s) [2021-11-17T22:25:28.763Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.94s) [2021-11-17T22:25:28.763Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.89s) [2021-11-17T22:25:28.763Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.73s) [2021-11-17T22:25:28.763Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.51s) [2021-11-17T22:25:28.763Z] === RUN TestCgroupNamespacesRun [2021-11-17T22:25:29.160Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-17T22:25:29.160Z] INFO: Testing against a local daemon [2021-11-17T22:25:29.160Z] === RUN TestPluginWithDevMounts [2021-11-17T22:25:29.160Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:29.160Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-11-17T22:25:29.160Z] PASS [2021-11-17T22:25:29.160Z] ok github.com/docker/docker/integration/plugin/volumes 0.061s [2021-11-17T22:25:29.160Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2021-11-17T22:25:29.630Z] [2021-11-17T22:25:29.630Z] === Skipped [2021-11-17T22:25:29.630Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-11-17T22:25:29.630Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-11-17T22:25:29.630Z] [2021-11-17T22:25:29.630Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-11-17T22:25:29.630Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-11-17T22:25:29.630Z] [2021-11-17T22:25:29.630Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-11-17T22:25:29.630Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-11-17T22:25:29.630Z] [2021-11-17T22:25:29.630Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-11-17T22:25:29.630Z] external_test.go:48: runtime.GOOS == "windows" [2021-11-17T22:25:29.630Z] [2021-11-17T22:25:29.630Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.01s) [2021-11-17T22:25:29.630Z] external_test.go:408: runtime.GOOS == "windows" [2021-11-17T22:25:29.630Z] [2021-11-17T22:25:29.630Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-11-17T22:25:29.630Z] read_test.go:21: no unix domain sockets on Windows [2021-11-17T22:25:29.630Z] [2021-11-17T22:25:29.630Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-11-17T22:25:29.630Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:29.630Z] [2021-11-17T22:25:29.630Z] [2021-11-17T22:25:29.630Z] DONE 9 tests, 7 skipped in 10.707s [2021-11-17T22:25:29.630Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-11-17T22:25:30.100Z] testing: warning: no tests to run [2021-11-17T22:25:30.100Z] PASS [2021-11-17T22:25:30.100Z] ok github.com/docker/docker/integration/plugin/authz (cached) [no tests to run] [2021-11-17T22:25:30.100Z] [2021-11-17T22:25:30.100Z] DONE 0 tests in 0.324s [2021-11-17T22:25:30.100Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-11-17T22:25:30.113Z] --- PASS: TestConfigsUpdate (2.13s) [2021-11-17T22:25:30.113Z] === RUN TestTemplatedConfig [2021-11-17T22:25:30.130Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-11-17T22:25:30.138Z] --- PASS: TestCgroupNamespacesRun (1.21s) [2021-11-17T22:25:30.138Z] === RUN TestCgroupNamespacesRunPrivileged [2021-11-17T22:25:30.138Z] run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-11-17T22:25:30.138Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2021-11-17T22:25:30.138Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-11-17T22:25:30.699Z] === CONT TestStopContainerWithTimeout/1 [2021-11-17T22:25:31.090Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-17T22:25:31.090Z] INFO: Testing against a local daemon [2021-11-17T22:25:31.090Z] === RUN TestPluginInvalidJSON [2021-11-17T22:25:31.090Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-11-17T22:25:31.090Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-11-17T22:25:31.090Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-11-17T22:25:31.090Z] --- PASS: TestPluginInvalidJSON (0.06s) [2021-11-17T22:25:31.090Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2021-11-17T22:25:31.090Z] === RUN TestPluginInstall [2021-11-17T22:25:31.090Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-11-17T22:25:31.090Z] --- SKIP: TestPluginInstall (0.00s) [2021-11-17T22:25:31.090Z] === RUN TestPluginsWithRuntimes [2021-11-17T22:25:31.090Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-11-17T22:25:31.090Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-11-17T22:25:31.090Z] === RUN TestPluginBackCompatMediaTypes [2021-11-17T22:25:31.090Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-11-17T22:25:31.090Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-11-17T22:25:31.090Z] PASS [2021-11-17T22:25:31.090Z] ok github.com/docker/docker/integration/plugin/common (cached) [2021-11-17T22:25:31.090Z] [2021-11-17T22:25:31.090Z] === Skipped [2021-11-17T22:25:31.090Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-11-17T22:25:31.090Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-11-17T22:25:31.090Z] [2021-11-17T22:25:31.090Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-11-17T22:25:31.090Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-11-17T22:25:31.090Z] [2021-11-17T22:25:31.090Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-11-17T22:25:31.090Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-11-17T22:25:31.090Z] [2021-11-17T22:25:31.090Z] [2021-11-17T22:25:31.090Z] DONE 5 tests, 3 skipped in 0.895s [2021-11-17T22:25:31.090Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-11-17T22:25:31.265Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-11-17T22:25:31.511Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.19s) [2021-11-17T22:25:31.511Z] === RUN TestCgroupNamespacesRunHostMode [2021-11-17T22:25:31.834Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2021-11-17T22:25:32.015Z] --- PASS: TestTemplatedConfig (1.89s) [2021-11-17T22:25:32.015Z] === RUN TestConfigCreateResolve [2021-11-17T22:25:32.081Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-17T22:25:32.081Z] INFO: Testing against a local daemon [2021-11-17T22:25:32.081Z] === RUN TestExternalGraphDriver [2021-11-17T22:25:32.081Z] external_test.go:48: runtime.GOOS == "windows" [2021-11-17T22:25:32.081Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-11-17T22:25:32.081Z] === RUN TestGraphdriverPluginV2 [2021-11-17T22:25:32.081Z] external_test.go:408: runtime.GOOS == "windows" [2021-11-17T22:25:32.081Z] --- SKIP: TestGraphdriverPluginV2 (0.01s) [2021-11-17T22:25:32.081Z] PASS [2021-11-17T22:25:32.081Z] ok github.com/docker/docker/integration/plugin/graphdriver (cached) [2021-11-17T22:25:32.081Z] [2021-11-17T22:25:32.081Z] === Skipped [2021-11-17T22:25:32.081Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-11-17T22:25:32.081Z] external_test.go:48: runtime.GOOS == "windows" [2021-11-17T22:25:32.081Z] [2021-11-17T22:25:32.081Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.01s) [2021-11-17T22:25:32.081Z] external_test.go:408: runtime.GOOS == "windows" [2021-11-17T22:25:32.081Z] [2021-11-17T22:25:32.081Z] [2021-11-17T22:25:32.081Z] DONE 2 tests, 2 skipped in 0.787s [2021-11-17T22:25:32.081Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-11-17T22:25:32.401Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-11-17T22:25:32.401Z] --- PASS: TestStopContainerWithTimeout/0 (1.17s) [2021-11-17T22:25:32.401Z] --- PASS: TestStopContainerWithTimeout/-1 (3.10s) [2021-11-17T22:25:32.401Z] --- PASS: TestStopContainerWithTimeout/3 (2.67s) [2021-11-17T22:25:32.401Z] --- PASS: TestStopContainerWithTimeout/1 (1.75s) [2021-11-17T22:25:32.401Z] === RUN TestDeleteDevicemapper [2021-11-17T22:25:32.401Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-11-17T22:25:32.401Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-11-17T22:25:32.401Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-11-17T22:25:32.401Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-11-17T22:25:32.445Z] --- PASS: TestCgroupNamespacesRunHostMode (1.19s) [2021-11-17T22:25:32.445Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-11-17T22:25:32.552Z] testing: warning: no tests to run [2021-11-17T22:25:32.552Z] PASS [2021-11-17T22:25:32.552Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2021-11-17T22:25:32.552Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-17T22:25:32.552Z] INFO: Testing against a local daemon [2021-11-17T22:25:33.023Z] === RUN TestReadPluginNoRead [2021-11-17T22:25:33.023Z] read_test.go:21: no unix domain sockets on Windows [2021-11-17T22:25:33.023Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-11-17T22:25:33.023Z] PASS [2021-11-17T22:25:33.023Z] ok github.com/docker/docker/integration/plugin/logging (cached) [2021-11-17T22:25:33.023Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2021-11-17T22:25:33.023Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2021-11-17T22:25:33.023Z] [2021-11-17T22:25:33.023Z] === Skipped [2021-11-17T22:25:33.023Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-11-17T22:25:33.023Z] read_test.go:21: no unix domain sockets on Windows [2021-11-17T22:25:33.023Z] [2021-11-17T22:25:33.023Z] [2021-11-17T22:25:33.023Z] DONE 1 tests, 1 skipped in 0.966s [2021-11-17T22:25:33.023Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-11-17T22:25:33.337Z] check_test.go:309: [df87b7bc58d54] daemon is not started [2021-11-17T22:25:33.338Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2021-11-17T22:25:33.494Z] testing: warning: no tests to run [2021-11-17T22:25:33.494Z] PASS [2021-11-17T22:25:33.494Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2021-11-17T22:25:33.494Z] [2021-11-17T22:25:33.494Z] DONE 0 tests in 0.555s [2021-11-17T22:25:33.494Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-11-17T22:25:33.822Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.21s) [2021-11-17T22:25:33.822Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-11-17T22:25:33.922Z] --- PASS: TestConfigCreateResolve (1.67s) [2021-11-17T22:25:33.922Z] === RUN TestConfigDaemonLibtrustID [2021-11-17T22:25:34.181Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2021-11-17T22:25:34.181Z] PASS [2021-11-17T22:25:34.181Z] [2021-11-17T22:25:34.181Z] DONE 7 tests in 12.455s [2021-11-17T22:25:34.181Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2021-11-17T22:25:34.181Z] ++ 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 [2021-11-17T22:25:34.181Z] ++ set -e [2021-11-17T22:25:34.181Z] ++ '[' -n 0 ']' [2021-11-17T22:25:34.181Z] ++ set -x [2021-11-17T22:25:34.181Z] ++ 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 [2021-11-17T22:25:34.439Z] INFO: Testing against a local daemon [2021-11-17T22:25:34.439Z] === RUN TestCheckpoint [2021-11-17T22:25:34.439Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-17T22:25:34.439Z] --- SKIP: TestCheckpoint (0.00s) [2021-11-17T22:25:34.439Z] === RUN TestContainerInvalidJSON [2021-11-17T22:25:34.439Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-11-17T22:25:34.439Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-11-17T22:25:34.439Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-11-17T22:25:34.439Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-11-17T22:25:34.439Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-11-17T22:25:34.439Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-11-17T22:25:34.439Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-11-17T22:25:34.439Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-11-17T22:25:34.439Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-11-17T22:25:34.439Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-11-17T22:25:34.439Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-11-17T22:25:34.439Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-11-17T22:25:34.439Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-11-17T22:25:34.439Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-11-17T22:25:34.439Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2021-11-17T22:25:34.439Z] === RUN TestCopyFromContainerPathIsNotDir [2021-11-17T22:25:34.439Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2021-11-17T22:25:34.439Z] === RUN TestCopyToContainerPathDoesNotExist [2021-11-17T22:25:34.500Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-17T22:25:34.500Z] INFO: Testing against a local daemon [2021-11-17T22:25:34.500Z] === RUN TestPluginWithDevMounts [2021-11-17T22:25:34.500Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:34.500Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-11-17T22:25:34.500Z] PASS [2021-11-17T22:25:34.500Z] ok github.com/docker/docker/integration/plugin/volumes (cached) [2021-11-17T22:25:34.500Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2021-11-17T22:25:34.500Z] [2021-11-17T22:25:34.501Z] === Skipped [2021-11-17T22:25:34.501Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-11-17T22:25:34.501Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:34.501Z] [2021-11-17T22:25:34.501Z] [2021-11-17T22:25:34.501Z] DONE 1 tests, 1 skipped in 0.795s [2021-11-17T22:25:34.501Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-11-17T22:25:34.698Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2021-11-17T22:25:34.698Z] === RUN TestCopyToContainerPathIsNotDir [2021-11-17T22:25:34.698Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2021-11-17T22:25:34.698Z] === RUN TestCopyFromContainer [2021-11-17T22:25:34.713Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2021-11-17T22:25:34.757Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.15s) [2021-11-17T22:25:34.757Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-11-17T22:25:35.265Z] === RUN TestCopyFromContainer// [2021-11-17T22:25:35.524Z] === RUN TestCopyFromContainer//bar/root [2021-11-17T22:25:35.524Z] === RUN TestCopyFromContainer//bar/root/ [2021-11-17T22:25:35.524Z] === RUN TestCopyFromContainer/bar/quux [2021-11-17T22:25:35.524Z] === RUN TestCopyFromContainer/bar/quux/ [2021-11-17T22:25:35.524Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-11-17T22:25:35.691Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s) [2021-11-17T22:25:35.691Z] === RUN TestCgroupNamespacesRunOlderClient [2021-11-17T22:25:35.783Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-11-17T22:25:35.783Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-11-17T22:25:35.783Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-11-17T22:25:35.783Z] === RUN TestCopyFromContainer/bar/notarget [2021-11-17T22:25:35.783Z] --- PASS: TestCopyFromContainer (1.24s) [2021-11-17T22:25:35.783Z] --- PASS: TestCopyFromContainer// (0.06s) [2021-11-17T22:25:35.783Z] --- PASS: TestCopyFromContainer//bar/root (0.05s) [2021-11-17T22:25:35.783Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2021-11-17T22:25:35.783Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2021-11-17T22:25:35.783Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2021-11-17T22:25:35.783Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.04s) [2021-11-17T22:25:35.783Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2021-11-17T22:25:35.783Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2021-11-17T22:25:35.783Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2021-11-17T22:25:35.783Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2021-11-17T22:25:35.783Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-11-17T22:25:35.783Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-17T22:25:35.783Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-17T22:25:35.783Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-17T22:25:35.783Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-17T22:25:35.783Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-17T22:25:35.783Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-17T22:25:35.783Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-17T22:25:35.783Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-17T22:25:35.783Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-17T22:25:35.783Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-11-17T22:25:35.783Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-11-17T22:25:35.783Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-11-17T22:25:35.783Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-11-17T22:25:35.783Z] === RUN TestCreateLinkToNonExistingContainer [2021-11-17T22:25:36.041Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2021-11-17T22:25:36.041Z] === RUN TestCreateWithInvalidEnv [2021-11-17T22:25:36.041Z] === RUN TestCreateWithInvalidEnv/0 [2021-11-17T22:25:36.041Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-11-17T22:25:36.041Z] === RUN TestCreateWithInvalidEnv/1 [2021-11-17T22:25:36.041Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-11-17T22:25:36.041Z] === RUN TestCreateWithInvalidEnv/2 [2021-11-17T22:25:36.041Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-11-17T22:25:36.041Z] === CONT TestCreateWithInvalidEnv/0 [2021-11-17T22:25:36.041Z] === CONT TestCreateWithInvalidEnv/2 [2021-11-17T22:25:36.041Z] === CONT TestCreateWithInvalidEnv/1 [2021-11-17T22:25:36.041Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-11-17T22:25:36.041Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-11-17T22:25:36.041Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-11-17T22:25:36.041Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-11-17T22:25:36.041Z] === RUN TestCreateTmpfsMountsTarget [2021-11-17T22:25:36.041Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2021-11-17T22:25:36.041Z] === RUN TestCreateWithCustomMaskedPaths [2021-11-17T22:25:36.072Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-17T22:25:36.072Z] INFO: Testing against a local daemon [2021-11-17T22:25:36.072Z] === RUN TestSecretInspect [2021-11-17T22:25:36.072Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:36.072Z] --- SKIP: TestSecretInspect (0.00s) [2021-11-17T22:25:36.072Z] === RUN TestSecretList [2021-11-17T22:25:36.072Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:36.072Z] --- SKIP: TestSecretList (0.00s) [2021-11-17T22:25:36.072Z] === RUN TestSecretsCreateAndDelete [2021-11-17T22:25:36.072Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:36.072Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-11-17T22:25:36.072Z] === RUN TestSecretsUpdate [2021-11-17T22:25:36.072Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:36.072Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-11-17T22:25:36.072Z] === RUN TestTemplatedSecret [2021-11-17T22:25:36.072Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:36.072Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-11-17T22:25:36.072Z] === RUN TestSecretCreateResolve [2021-11-17T22:25:36.072Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-11-17T22:25:36.072Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-11-17T22:25:36.072Z] PASS [2021-11-17T22:25:36.072Z] ok github.com/docker/docker/integration/secret 0.086s [2021-11-17T22:25:36.072Z] [2021-11-17T22:25:36.072Z] === Skipped [2021-11-17T22:25:36.072Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-11-17T22:25:36.072Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:36.072Z] [2021-11-17T22:25:36.072Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-11-17T22:25:36.072Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:36.072Z] [2021-11-17T22:25:36.072Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-11-17T22:25:36.072Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:36.072Z] [2021-11-17T22:25:36.072Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-11-17T22:25:36.072Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:36.072Z] [2021-11-17T22:25:36.072Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-11-17T22:25:36.072Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:36.072Z] [2021-11-17T22:25:36.072Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-11-17T22:25:36.072Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-11-17T22:25:36.072Z] [2021-11-17T22:25:36.072Z] [2021-11-17T22:25:36.072Z] DONE 6 tests, 6 skipped in 1.698s [2021-11-17T22:25:36.072Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-11-17T22:25:36.089Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.65s) [2021-11-17T22:25:36.089Z] === RUN TestUpdateMemory [2021-11-17T22:25:36.089Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-11-17T22:25:36.089Z] --- SKIP: TestUpdateMemory (0.00s) [2021-11-17T22:25:36.089Z] === RUN TestUpdateCPUQuota [2021-11-17T22:25:36.976Z] --- PASS: TestCreateWithCustomMaskedPaths (1.09s) [2021-11-17T22:25:36.976Z] === RUN TestCreateWithCustomReadonlyPaths [2021-11-17T22:25:37.025Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2021-11-17T22:25:37.067Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.27s) [2021-11-17T22:25:37.067Z] === RUN TestNISDomainname [2021-11-17T22:25:37.325Z] --- PASS: TestNISDomainname (0.54s) [2021-11-17T22:25:37.325Z] === RUN TestHostnameDnsResolution [2021-11-17T22:25:37.592Z] --- PASS: TestUpdateCPUQuota (1.48s) [2021-11-17T22:25:37.592Z] === RUN TestUpdatePidsLimit [2021-11-17T22:25:37.592Z] === RUN TestUpdatePidsLimit/update_from_none [2021-11-17T22:25:37.850Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-11-17T22:25:37.850Z] === RUN TestUpdatePidsLimit/no_change [2021-11-17T22:25:38.109Z] === RUN TestUpdatePidsLimit/update_lower [2021-11-17T22:25:38.259Z] --- PASS: TestHostnameDnsResolution (0.75s) [2021-11-17T22:25:38.259Z] === RUN TestStats [2021-11-17T22:25:38.294Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-17T22:25:38.294Z] INFO: Testing against a local daemon [2021-11-17T22:25:38.294Z] === RUN TestServiceCreateInit [2021-11-17T22:25:38.294Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-11-17T22:25:38.294Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-11-17T22:25:38.294Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] --- PASS: TestServiceCreateInit (0.03s) [2021-11-17T22:25:38.294Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-11-17T22:25:38.294Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-11-17T22:25:38.294Z] === RUN TestCreateServiceMultipleTimes [2021-11-17T22:25:38.294Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-11-17T22:25:38.294Z] === RUN TestCreateServiceConflict [2021-11-17T22:25:38.294Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-11-17T22:25:38.294Z] === RUN TestCreateServiceMaxReplicas [2021-11-17T22:25:38.294Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2021-11-17T22:25:38.294Z] === RUN TestCreateWithDuplicateNetworkNames [2021-11-17T22:25:38.294Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-11-17T22:25:38.294Z] === RUN TestCreateServiceSecretFileMode [2021-11-17T22:25:38.294Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-11-17T22:25:38.294Z] === RUN TestCreateServiceConfigFileMode [2021-11-17T22:25:38.294Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-11-17T22:25:38.294Z] === RUN TestCreateServiceSysctls [2021-11-17T22:25:38.294Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2021-11-17T22:25:38.294Z] === RUN TestCreateServiceCapabilities [2021-11-17T22:25:38.294Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-11-17T22:25:38.294Z] === RUN TestInspect [2021-11-17T22:25:38.294Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] --- SKIP: TestInspect (0.00s) [2021-11-17T22:25:38.294Z] === RUN TestCreateJob [2021-11-17T22:25:38.294Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] --- SKIP: TestCreateJob (0.00s) [2021-11-17T22:25:38.294Z] === RUN TestReplicatedJob [2021-11-17T22:25:38.294Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] --- SKIP: TestReplicatedJob (0.00s) [2021-11-17T22:25:38.294Z] === RUN TestUpdateReplicatedJob [2021-11-17T22:25:38.294Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-11-17T22:25:38.294Z] === RUN TestServiceListWithStatuses [2021-11-17T22:25:38.294Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-11-17T22:25:38.294Z] === RUN TestDockerNetworkConnectAlias [2021-11-17T22:25:38.294Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-11-17T22:25:38.294Z] === RUN TestDockerNetworkReConnect [2021-11-17T22:25:38.294Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-11-17T22:25:38.294Z] === RUN TestServicePlugin [2021-11-17T22:25:38.294Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] --- SKIP: TestServicePlugin (0.00s) [2021-11-17T22:25:38.294Z] === RUN TestServiceUpdateLabel [2021-11-17T22:25:38.294Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-11-17T22:25:38.294Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-11-17T22:25:38.294Z] === RUN TestServiceUpdateSecrets [2021-11-17T22:25:38.294Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-11-17T22:25:38.294Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-11-17T22:25:38.294Z] === RUN TestServiceUpdateConfigs [2021-11-17T22:25:38.294Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-11-17T22:25:38.294Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-11-17T22:25:38.294Z] === RUN TestServiceUpdateNetwork [2021-11-17T22:25:38.294Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-11-17T22:25:38.294Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-11-17T22:25:38.294Z] === RUN TestServiceUpdatePidsLimit [2021-11-17T22:25:38.294Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-11-17T22:25:38.294Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-11-17T22:25:38.294Z] PASS [2021-11-17T22:25:38.294Z] ok github.com/docker/docker/integration/service 0.209s [2021-11-17T22:25:38.294Z] [2021-11-17T22:25:38.294Z] === Skipped [2021-11-17T22:25:38.294Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-11-17T22:25:38.294Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-11-17T22:25:38.294Z] [2021-11-17T22:25:38.294Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-11-17T22:25:38.294Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-11-17T22:25:38.294Z] [2021-11-17T22:25:38.294Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-11-17T22:25:38.294Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] [2021-11-17T22:25:38.294Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-11-17T22:25:38.294Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] [2021-11-17T22:25:38.294Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2021-11-17T22:25:38.294Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] [2021-11-17T22:25:38.294Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-11-17T22:25:38.294Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] [2021-11-17T22:25:38.294Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-11-17T22:25:38.294Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] [2021-11-17T22:25:38.294Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-11-17T22:25:38.294Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] [2021-11-17T22:25:38.294Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2021-11-17T22:25:38.294Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] [2021-11-17T22:25:38.294Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.02s) [2021-11-17T22:25:38.294Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] [2021-11-17T22:25:38.294Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-11-17T22:25:38.294Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] [2021-11-17T22:25:38.294Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-11-17T22:25:38.294Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] [2021-11-17T22:25:38.294Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-11-17T22:25:38.294Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] [2021-11-17T22:25:38.294Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-11-17T22:25:38.294Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] [2021-11-17T22:25:38.294Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-11-17T22:25:38.294Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] [2021-11-17T22:25:38.294Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-11-17T22:25:38.294Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] [2021-11-17T22:25:38.294Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-11-17T22:25:38.294Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] [2021-11-17T22:25:38.294Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-11-17T22:25:38.294Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:38.294Z] [2021-11-17T22:25:38.294Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-11-17T22:25:38.294Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-11-17T22:25:38.294Z] [2021-11-17T22:25:38.294Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-11-17T22:25:38.294Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-11-17T22:25:38.294Z] [2021-11-17T22:25:38.294Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-11-17T22:25:38.294Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-11-17T22:25:38.294Z] [2021-11-17T22:25:38.294Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-11-17T22:25:38.294Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-11-17T22:25:38.294Z] [2021-11-17T22:25:38.294Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-11-17T22:25:38.294Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-11-17T22:25:38.294Z] [2021-11-17T22:25:38.294Z] [2021-11-17T22:25:38.294Z] DONE 24 tests, 23 skipped in 2.094s [2021-11-17T22:25:38.294Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-11-17T22:25:38.351Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.08s) [2021-11-17T22:25:38.351Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-11-17T22:25:38.351Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-17T22:25:38.351Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-17T22:25:38.351Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-17T22:25:38.351Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-17T22:25:38.351Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-17T22:25:38.351Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-17T22:25:38.351Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-17T22:25:38.351Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-17T22:25:38.351Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-17T22:25:38.351Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-17T22:25:38.351Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-17T22:25:38.351Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-17T22:25:38.351Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-17T22:25:38.351Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-17T22:25:38.351Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-17T22:25:38.351Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-11-17T22:25:38.351Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-11-17T22:25:38.351Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-11-17T22:25:38.351Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-11-17T22:25:38.351Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-11-17T22:25:38.351Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-11-17T22:25:38.351Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-11-17T22:25:38.609Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.38s) [2021-11-17T22:25:38.609Z] === RUN TestCreateDifferentPlatform [2021-11-17T22:25:38.609Z] === RUN TestCreateDifferentPlatform/different_os [2021-11-17T22:25:38.609Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-11-17T22:25:38.609Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-11-17T22:25:38.609Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-11-17T22:25:38.609Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-11-17T22:25:38.609Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-11-17T22:25:38.609Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2021-11-17T22:25:38.609Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-11-17T22:25:38.609Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2021-11-17T22:25:38.609Z] === RUN TestContainerStartOnDaemonRestart [2021-11-17T22:25:38.609Z] === PAUSE TestContainerStartOnDaemonRestart [2021-11-17T22:25:38.609Z] === RUN TestDaemonRestartIpcMode [2021-11-17T22:25:38.609Z] === PAUSE TestDaemonRestartIpcMode [2021-11-17T22:25:38.609Z] === RUN TestDaemonHostGatewayIP [2021-11-17T22:25:38.609Z] === PAUSE TestDaemonHostGatewayIP [2021-11-17T22:25:38.609Z] === RUN TestRestartDaemonWithRestartingContainer [2021-11-17T22:25:38.609Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-11-17T22:25:38.609Z] === RUN TestContainerKillOnDaemonStart [2021-11-17T22:25:38.609Z] === PAUSE TestContainerKillOnDaemonStart [2021-11-17T22:25:38.609Z] === RUN TestDiff [2021-11-17T22:25:38.677Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-11-17T22:25:38.936Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-11-17T22:25:39.175Z] --- PASS: TestDiff (0.39s) [2021-11-17T22:25:39.176Z] === RUN TestExecWithCloseStdin [2021-11-17T22:25:39.195Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-11-17T22:25:39.434Z] --- PASS: TestExecWithCloseStdin (0.43s) [2021-11-17T22:25:39.434Z] === RUN TestExec [2021-11-17T22:25:39.763Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-11-17T22:25:39.763Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-11-17T22:25:39.865Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-17T22:25:39.865Z] INFO: Testing against a local daemon [2021-11-17T22:25:39.865Z] === RUN TestSessionCreate [2021-11-17T22:25:39.865Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-11-17T22:25:39.865Z] --- SKIP: TestSessionCreate (0.00s) [2021-11-17T22:25:39.865Z] === RUN TestSessionCreateWithBadUpgrade [2021-11-17T22:25:39.865Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-11-17T22:25:39.865Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-11-17T22:25:39.865Z] PASS [2021-11-17T22:25:39.865Z] ok github.com/docker/docker/integration/session 0.089s [2021-11-17T22:25:39.865Z] [2021-11-17T22:25:39.865Z] === Skipped [2021-11-17T22:25:39.865Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-11-17T22:25:39.865Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-11-17T22:25:39.865Z] [2021-11-17T22:25:39.865Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-11-17T22:25:39.865Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-11-17T22:25:39.865Z] [2021-11-17T22:25:39.865Z] [2021-11-17T22:25:39.865Z] DONE 2 tests, 2 skipped in 1.532s [2021-11-17T22:25:39.865Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-11-17T22:25:40.001Z] --- PASS: TestExec (0.41s) [2021-11-17T22:25:40.001Z] === RUN TestExecUser [2021-11-17T22:25:40.259Z] --- PASS: TestExecUser (0.43s) [2021-11-17T22:25:40.259Z] === RUN TestExportContainerAndImportImage [2021-11-17T22:25:40.699Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-11-17T22:25:40.786Z] --- PASS: TestStats (2.43s) [2021-11-17T22:25:40.786Z] === RUN TestStopContainerWithTimeout [2021-11-17T22:25:40.786Z] === RUN TestStopContainerWithTimeout/0 [2021-11-17T22:25:40.786Z] === PAUSE TestStopContainerWithTimeout/0 [2021-11-17T22:25:40.786Z] === RUN TestStopContainerWithTimeout/1 [2021-11-17T22:25:40.786Z] === PAUSE TestStopContainerWithTimeout/1 [2021-11-17T22:25:40.786Z] === RUN TestStopContainerWithTimeout/3 [2021-11-17T22:25:40.786Z] === PAUSE TestStopContainerWithTimeout/3 [2021-11-17T22:25:40.786Z] === RUN TestStopContainerWithTimeout/-1 [2021-11-17T22:25:40.786Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-11-17T22:25:40.786Z] === CONT TestStopContainerWithTimeout/0 [2021-11-17T22:25:40.786Z] === CONT TestStopContainerWithTimeout/-1 [2021-11-17T22:25:40.828Z] --- PASS: TestExportContainerAndImportImage (0.51s) [2021-11-17T22:25:40.829Z] === RUN TestExportContainerAfterDaemonRestart [2021-11-17T22:25:40.958Z] --- PASS: TestUpdatePidsLimit (3.53s) [2021-11-17T22:25:40.958Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.38s) [2021-11-17T22:25:40.958Z] --- PASS: TestUpdatePidsLimit/no_change (0.37s) [2021-11-17T22:25:40.958Z] --- PASS: TestUpdatePidsLimit/update_lower (0.40s) [2021-11-17T22:25:40.958Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.33s) [2021-11-17T22:25:40.958Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.40s) [2021-11-17T22:25:40.958Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.44s) [2021-11-17T22:25:40.958Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.43s) [2021-11-17T22:25:40.958Z] === RUN TestUpdateRestartPolicy [2021-11-17T22:25:41.353Z] === CONT TestStopContainerWithTimeout/3 [2021-11-17T22:25:41.436Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-17T22:25:41.436Z] INFO: Testing against a local daemon [2021-11-17T22:25:41.436Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-11-17T22:25:41.436Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:41.436Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-11-17T22:25:41.436Z] === RUN TestEventsExecDie [2021-11-17T22:25:41.436Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-11-17T22:25:41.436Z] --- SKIP: TestEventsExecDie (0.00s) [2021-11-17T22:25:41.436Z] === RUN TestEventsBackwardsCompatible [2021-11-17T22:25:41.436Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-11-17T22:25:41.436Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-11-17T22:25:41.436Z] === RUN TestInfoAPI [2021-11-17T22:25:41.436Z] --- PASS: TestInfoAPI (0.03s) [2021-11-17T22:25:41.436Z] === RUN TestInfoAPIWarnings [2021-11-17T22:25:41.436Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-17T22:25:41.436Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-11-17T22:25:41.436Z] === RUN TestInfoDebug [2021-11-17T22:25:41.436Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-17T22:25:41.436Z] --- SKIP: TestInfoDebug (0.00s) [2021-11-17T22:25:41.436Z] === RUN TestInfoInsecureRegistries [2021-11-17T22:25:41.436Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-17T22:25:41.436Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-11-17T22:25:41.436Z] === RUN TestInfoRegistryMirrors [2021-11-17T22:25:41.436Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-17T22:25:41.436Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-11-17T22:25:41.436Z] === RUN TestLoginFailsWithBadCredentials [2021-11-17T22:25:41.533Z] === RUN TestDockerSuite/TestBuildCmd [2021-11-17T22:25:41.806Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-11-17T22:25:42.067Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-11-17T22:25:42.202Z] --- PASS: TestExportContainerAfterDaemonRestart (1.24s) [2021-11-17T22:25:42.202Z] === RUN TestHealthCheckWorkdir [2021-11-17T22:25:42.325Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-11-17T22:25:42.325Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-11-17T22:25:42.325Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-11-17T22:25:42.425Z] --- PASS: TestLoginFailsWithBadCredentials (0.99s) [2021-11-17T22:25:42.425Z] === RUN TestPingCacheHeaders [2021-11-17T22:25:42.425Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-11-17T22:25:42.425Z] === RUN TestPingGet [2021-11-17T22:25:42.425Z] --- PASS: TestPingGet (0.03s) [2021-11-17T22:25:42.425Z] === RUN TestPingHead [2021-11-17T22:25:42.425Z] --- PASS: TestPingHead (0.03s) [2021-11-17T22:25:42.425Z] === RUN TestVersion [2021-11-17T22:25:42.425Z] --- PASS: TestVersion (0.03s) [2021-11-17T22:25:42.425Z] PASS [2021-11-17T22:25:42.425Z] ok github.com/docker/docker/integration/system 1.189s [2021-11-17T22:25:42.425Z] [2021-11-17T22:25:42.425Z] === Skipped [2021-11-17T22:25:42.425Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-11-17T22:25:42.426Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-11-17T22:25:42.426Z] [2021-11-17T22:25:42.426Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-11-17T22:25:42.426Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-11-17T22:25:42.426Z] [2021-11-17T22:25:42.426Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-11-17T22:25:42.426Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-11-17T22:25:42.426Z] [2021-11-17T22:25:42.426Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-11-17T22:25:42.426Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-17T22:25:42.426Z] [2021-11-17T22:25:42.426Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-11-17T22:25:42.426Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-17T22:25:42.426Z] [2021-11-17T22:25:42.426Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-11-17T22:25:42.426Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-17T22:25:42.426Z] [2021-11-17T22:25:42.426Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-11-17T22:25:42.426Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-17T22:25:42.426Z] [2021-11-17T22:25:42.426Z] [2021-11-17T22:25:42.426Z] DONE 13 tests, 7 skipped in 2.697s [2021-11-17T22:25:42.426Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-11-17T22:25:42.460Z] --- PASS: TestHealthCheckWorkdir (0.47s) [2021-11-17T22:25:42.460Z] === RUN TestHealthKillContainer [2021-11-17T22:25:43.252Z] === CONT TestStopContainerWithTimeout/1 [2021-11-17T22:25:43.699Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-11-17T22:25:43.998Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-17T22:25:43.998Z] INFO: Testing against a local daemon [2021-11-17T22:25:43.998Z] === RUN TestVolumesCreateAndList [2021-11-17T22:25:43.998Z] --- PASS: TestVolumesCreateAndList (0.05s) [2021-11-17T22:25:43.998Z] === RUN TestVolumesRemove [2021-11-17T22:25:44.469Z] --- PASS: TestVolumesRemove (0.05s) [2021-11-17T22:25:44.469Z] === RUN TestVolumesInspect [2021-11-17T22:25:44.469Z] --- PASS: TestVolumesInspect (0.03s) [2021-11-17T22:25:44.469Z] === RUN TestVolumesInvalidJSON [2021-11-17T22:25:44.469Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-11-17T22:25:44.469Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-11-17T22:25:44.469Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-11-17T22:25:44.469Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2021-11-17T22:25:44.469Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-11-17T22:25:44.469Z] PASS [2021-11-17T22:25:44.469Z] ok github.com/docker/docker/integration/volume 0.230s [2021-11-17T22:25:44.469Z] [2021-11-17T22:25:44.469Z] DONE 5 tests in 1.844s [2021-11-17T22:25:44.469Z] INFO: make.ps1 ended at 11/17/2021 22:25:44 [2021-11-17T22:25:44.469Z] INFO: Integration CLI tests being run from the host: [2021-11-17T22:25:44.469Z] 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" [2021-11-17T22:25:44.626Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-11-17T22:25:44.626Z] --- PASS: TestStopContainerWithTimeout/0 (0.69s) [2021-11-17T22:25:44.626Z] --- PASS: TestStopContainerWithTimeout/-1 (2.66s) [2021-11-17T22:25:44.626Z] --- PASS: TestStopContainerWithTimeout/3 (2.36s) [2021-11-17T22:25:44.626Z] --- PASS: TestStopContainerWithTimeout/1 (1.48s) [2021-11-17T22:25:44.626Z] === RUN TestDeleteDevicemapper [2021-11-17T22:25:44.626Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-11-17T22:25:44.626Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-11-17T22:25:44.626Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-11-17T22:25:45.603Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2021-11-17T22:25:46.611Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.08s) [2021-11-17T22:25:46.611Z] === RUN TestUpdateMemory [2021-11-17T22:25:47.185Z] --- PASS: TestUpdateMemory (0.59s) [2021-11-17T22:25:47.185Z] === RUN TestUpdateCPUQuota [2021-11-17T22:25:48.134Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-11-17T22:25:48.134Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2021-11-17T22:25:48.222Z] --- PASS: TestUpdateCPUQuota (0.93s) [2021-11-17T22:25:48.222Z] === RUN TestUpdatePidsLimit [2021-11-17T22:25:48.222Z] === RUN TestUpdatePidsLimit/update_from_none [2021-11-17T22:25:48.481Z] === RUN TestUpdatePidsLimit/no_change [2021-11-17T22:25:48.700Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-11-17T22:25:48.739Z] === RUN TestUpdatePidsLimit/update_lower [2021-11-17T22:25:48.997Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-11-17T22:25:49.255Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-11-17T22:25:49.255Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-11-17T22:25:49.513Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-11-17T22:25:49.636Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-11-17T22:25:49.636Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-11-17T22:25:49.636Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2021-11-17T22:25:50.080Z] --- PASS: TestUpdatePidsLimit (1.95s) [2021-11-17T22:25:50.080Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.22s) [2021-11-17T22:25:50.080Z] --- PASS: TestUpdatePidsLimit/no_change (0.20s) [2021-11-17T22:25:50.080Z] --- PASS: TestUpdatePidsLimit/update_lower (0.21s) [2021-11-17T22:25:50.080Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.27s) [2021-11-17T22:25:50.080Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.21s) [2021-11-17T22:25:50.080Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.23s) [2021-11-17T22:25:50.080Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.22s) [2021-11-17T22:25:50.080Z] === RUN TestUpdateRestartPolicy [2021-11-17T22:25:50.203Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-11-17T22:25:50.697Z] --- PASS: TestHealthKillContainer (7.76s) [2021-11-17T22:25:50.698Z] === RUN TestInspectCpusetInConfigPre120 [2021-11-17T22:25:50.698Z] --- PASS: TestInspectCpusetInConfigPre120 (0.43s) [2021-11-17T22:25:50.698Z] === RUN TestIpcModeNone [2021-11-17T22:25:50.769Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-11-17T22:25:50.770Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-11-17T22:25:51.265Z] --- PASS: TestIpcModeNone (0.42s) [2021-11-17T22:25:51.265Z] === RUN TestIpcModePrivate [2021-11-17T22:25:51.265Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:73, shared: false, mustBeShared: false [2021-11-17T22:25:51.523Z] --- PASS: TestIpcModePrivate (0.40s) [2021-11-17T22:25:51.523Z] === RUN TestIpcModeShareable [2021-11-17T22:25:51.649Z] Created binary: bundles/binary-daemon/dockerd-dev [2021-11-17T22:25:51.649Z] Copying nested executables into bundles/binary-daemon [2021-11-17T22:25:51.649Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2021-11-17T22:25:51.705Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2021-11-17T22:25:51.782Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:67, shared: true, mustBeShared: true [2021-11-17T22:25:51.782Z] --- PASS: TestIpcModeShareable (0.41s) [2021-11-17T22:25:51.782Z] === RUN TestAPIIpcModeShareableAndContainer [2021-11-17T22:25:51.982Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43024/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=781229ebb92184d01e91497b8a94e88934f8afc3 -e DOCKER_GRAPHDRIVER docker:781229ebb92184d01e91497b8a94e88934f8afc3 hack/make.sh cross [2021-11-17T22:25:52.554Z] [2021-11-17T22:25:52.815Z] Removing bundles/ [2021-11-17T22:25:52.815Z] [2021-11-17T22:25:52.815Z] ---> Making bundle: cross (in bundles/cross) [2021-11-17T22:25:52.815Z] Cross building: bundles/cross/linux/amd64 [2021-11-17T22:25:52.815Z] Building: bundles/cross/linux/amd64/dockerd-dev [2021-11-17T22:25:52.815Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-11-17T22:25:53.155Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-17T22:25:53.155Z] INFO: Testing against a local daemon [2021-11-17T22:25:53.155Z] === RUN TestDockerSuite [2021-11-17T22:25:53.155Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-11-17T22:25:53.155Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-11-17T22:25:53.155Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-11-17T22:25:53.155Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-11-17T22:25:53.155Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-11-17T22:25:53.155Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-11-17T22:25:53.155Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-11-17T22:25:53.155Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-11-17T22:25:53.155Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-11-17T22:25:53.155Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-11-17T22:25:53.155Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-11-17T22:25:53.155Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-11-17T22:25:53.156Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.34s) [2021-11-17T22:25:53.156Z] === RUN TestAPIIpcModeHost [2021-11-17T22:25:53.607Z] --- PASS: TestUpdateRestartPolicy (12.48s) [2021-11-17T22:25:53.607Z] === RUN TestUpdateRestartWithAutoRemove [2021-11-17T22:25:53.625Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-11-17T22:25:53.722Z] --- PASS: TestAPIIpcModeHost (0.31s) [2021-11-17T22:25:53.722Z] === RUN TestDaemonIpcModeShareable [2021-11-17T22:25:54.095Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-11-17T22:25:54.177Z] --- PASS: TestUpdateRestartWithAutoRemove (0.75s) [2021-11-17T22:25:54.177Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2021-11-17T22:25:54.177Z] === RUN TestWaitNonBlocked [2021-11-17T22:25:54.177Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-11-17T22:25:54.177Z] check_test.go:309: [d89921b811da5] daemon is not started [2021-11-17T22:25:54.177Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2021-11-17T22:25:54.177Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-11-17T22:25:54.177Z] check_test.go:309: [dd48c984c9bb1] daemon is not started [2021-11-17T22:25:54.177Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2021-11-17T22:25:54.177Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-17T22:25:54.177Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-17T22:25:54.177Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-17T22:25:54.177Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-17T22:25:54.177Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-17T22:25:54.177Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-17T22:25:54.656Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:77, shared: true, mustBeShared: true [2021-11-17T22:25:54.656Z] --- PASS: TestDaemonIpcModeShareable (1.07s) [2021-11-17T22:25:54.656Z] === RUN TestDaemonIpcModePrivate [2021-11-17T22:25:55.557Z] --- PASS: TestWaitNonBlocked (0.06s) [2021-11-17T22:25:55.557Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.17s) [2021-11-17T22:25:55.557Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.17s) [2021-11-17T22:25:55.557Z] === RUN TestWaitBlocked [2021-11-17T22:25:55.557Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-17T22:25:55.557Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-17T22:25:55.557Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-11-17T22:25:55.557Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-11-17T22:25:55.557Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-17T22:25:55.557Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-11-17T22:25:55.591Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:83, shared: false, mustBeShared: false [2021-11-17T22:25:55.591Z] --- PASS: TestDaemonIpcModePrivate (1.09s) [2021-11-17T22:25:55.591Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-11-17T22:25:56.492Z] --- PASS: TestWaitBlocked (0.03s) [2021-11-17T22:25:56.492Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.96s) [2021-11-17T22:25:56.492Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.03s) [2021-11-17T22:25:56.492Z] === CONT TestContainerStartOnDaemonRestart [2021-11-17T22:25:56.492Z] === CONT TestContainerKillOnDaemonStart [2021-11-17T22:25:56.527Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:83, shared: false, mustBeShared: false [2021-11-17T22:25:56.785Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.06s) [2021-11-17T22:25:56.785Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-11-17T22:25:57.720Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:77, shared: true, mustBeShared: true [2021-11-17T22:25:57.720Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.06s) [2021-11-17T22:25:57.720Z] === RUN TestIpcModeOlderClient [2021-11-17T22:25:57.720Z] === PAUSE TestIpcModeOlderClient [2021-11-17T22:25:57.720Z] === RUN TestKillContainerInvalidSignal [2021-11-17T22:25:57.868Z] check_test.go:309: [d52a5aa21409b] daemon is not started [2021-11-17T22:25:57.868Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2021-11-17T22:25:58.287Z] --- PASS: TestKillContainerInvalidSignal (0.38s) [2021-11-17T22:25:58.287Z] === RUN TestKillContainer [2021-11-17T22:25:58.287Z] === RUN TestKillContainer/no_signal [2021-11-17T22:25:58.545Z] === RUN TestKillContainer/non_killing_signal [2021-11-17T22:25:58.803Z] === RUN TestKillContainer/killing_signal [2021-11-17T22:25:59.370Z] --- PASS: TestKillContainer (1.12s) [2021-11-17T22:25:59.370Z] --- PASS: TestKillContainer/no_signal (0.35s) [2021-11-17T22:25:59.370Z] --- PASS: TestKillContainer/non_killing_signal (0.23s) [2021-11-17T22:25:59.370Z] --- PASS: TestKillContainer/killing_signal (0.36s) [2021-11-17T22:25:59.370Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-11-17T22:25:59.370Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-11-17T22:25:59.628Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-11-17T22:26:00.401Z] --- PASS: TestContainerStartOnDaemonRestart (3.61s) [2021-11-17T22:26:00.401Z] === CONT TestIpcModeOlderClient [2021-11-17T22:26:00.401Z] --- PASS: TestIpcModeOlderClient (0.09s) [2021-11-17T22:26:00.401Z] === CONT TestDaemonHostGatewayIP [2021-11-17T22:26:00.564Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.05s) [2021-11-17T22:26:00.564Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.33s) [2021-11-17T22:26:00.564Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.58s) [2021-11-17T22:26:00.564Z] === RUN TestKillStoppedContainer [2021-11-17T22:26:00.564Z] --- PASS: TestKillStoppedContainer (0.04s) [2021-11-17T22:26:00.564Z] === RUN TestKillStoppedContainerAPIPre120 [2021-11-17T22:26:00.564Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-11-17T22:26:00.564Z] === RUN TestKillDifferentUserContainer [2021-11-17T22:26:00.822Z] --- PASS: TestKillDifferentUserContainer (0.40s) [2021-11-17T22:26:00.822Z] === RUN TestInspectOomKilledTrue [2021-11-17T22:26:01.335Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-11-17T22:26:01.388Z] --- PASS: TestInspectOomKilledTrue (0.43s) [2021-11-17T22:26:01.388Z] === RUN TestInspectOomKilledFalse [2021-11-17T22:26:01.647Z] --- PASS: TestInspectOomKilledFalse (0.38s) [2021-11-17T22:26:01.647Z] === RUN TestLinksEtcHostsContentMatch [2021-11-17T22:26:01.905Z] --- PASS: TestLinksEtcHostsContentMatch (0.31s) [2021-11-17T22:26:01.905Z] === RUN TestLinksContainerNames [2021-11-17T22:26:02.269Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-11-17T22:26:02.274Z] --- PASS: TestUpdateRestartPolicy (11.02s) [2021-11-17T22:26:02.274Z] === RUN TestUpdateRestartWithAutoRemove [2021-11-17T22:26:02.274Z] --- PASS: TestUpdateRestartWithAutoRemove (0.44s) [2021-11-17T22:26:02.274Z] === RUN TestWaitNonBlocked [2021-11-17T22:26:02.274Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-17T22:26:02.274Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-17T22:26:02.274Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-17T22:26:02.274Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-17T22:26:02.274Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-17T22:26:02.274Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-17T22:26:02.274Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-11-17T22:26:02.274Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.68s) [2021-11-17T22:26:02.274Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.71s) [2021-11-17T22:26:02.274Z] === RUN TestWaitBlocked [2021-11-17T22:26:02.274Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-17T22:26:02.274Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-17T22:26:02.274Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-11-17T22:26:02.274Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-11-17T22:26:02.274Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-17T22:26:02.274Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-11-17T22:26:02.528Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2021-11-17T22:26:02.528Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-11-17T22:26:02.839Z] --- PASS: TestLinksContainerNames (0.75s) [2021-11-17T22:26:02.839Z] === RUN TestLogsFollowTailEmpty [2021-11-17T22:26:03.097Z] --- PASS: TestLogsFollowTailEmpty (0.38s) [2021-11-17T22:26:03.097Z] === RUN TestContainerNetworkMountsNoChown [2021-11-17T22:26:03.208Z] --- PASS: TestWaitBlocked (0.01s) [2021-11-17T22:26:03.208Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.64s) [2021-11-17T22:26:03.208Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.69s) [2021-11-17T22:26:03.208Z] === CONT TestContainerStartOnDaemonRestart [2021-11-17T22:26:03.208Z] === CONT TestContainerKillOnDaemonStart [2021-11-17T22:26:03.356Z] --- PASS: TestContainerNetworkMountsNoChown (0.34s) [2021-11-17T22:26:03.356Z] === RUN TestMountDaemonRoot [2021-11-17T22:26:03.356Z] === RUN TestMountDaemonRoot/default [2021-11-17T22:26:03.356Z] === PAUSE TestMountDaemonRoot/default [2021-11-17T22:26:03.356Z] === RUN TestMountDaemonRoot/private [2021-11-17T22:26:03.356Z] === PAUSE TestMountDaemonRoot/private [2021-11-17T22:26:03.356Z] === RUN TestMountDaemonRoot/rprivate [2021-11-17T22:26:03.356Z] === PAUSE TestMountDaemonRoot/rprivate [2021-11-17T22:26:03.356Z] === RUN TestMountDaemonRoot/slave [2021-11-17T22:26:03.356Z] === PAUSE TestMountDaemonRoot/slave [2021-11-17T22:26:03.356Z] === RUN TestMountDaemonRoot/rslave [2021-11-17T22:26:03.356Z] === PAUSE TestMountDaemonRoot/rslave [2021-11-17T22:26:03.356Z] === RUN TestMountDaemonRoot/shared [2021-11-17T22:26:03.356Z] === PAUSE TestMountDaemonRoot/shared [2021-11-17T22:26:03.356Z] === RUN TestMountDaemonRoot/rshared [2021-11-17T22:26:03.356Z] === PAUSE TestMountDaemonRoot/rshared [2021-11-17T22:26:03.356Z] === CONT TestMountDaemonRoot/default [2021-11-17T22:26:03.356Z] === RUN TestMountDaemonRoot/default/mount_root [2021-11-17T22:26:03.356Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-11-17T22:26:03.356Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-11-17T22:26:03.356Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-11-17T22:26:03.356Z] === RUN TestMountDaemonRoot/default/bind_root [2021-11-17T22:26:03.356Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-11-17T22:26:03.356Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-11-17T22:26:03.356Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-11-17T22:26:03.356Z] === CONT TestMountDaemonRoot/default/mount_root [2021-11-17T22:26:03.356Z] === CONT TestMountDaemonRoot/rshared [2021-11-17T22:26:03.356Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-11-17T22:26:03.356Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-11-17T22:26:03.356Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-11-17T22:26:03.356Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-11-17T22:26:03.356Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-11-17T22:26:03.356Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-11-17T22:26:03.356Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-11-17T22:26:03.356Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-11-17T22:26:03.356Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-11-17T22:26:03.462Z] --- PASS: TestDaemonHostGatewayIP (3.11s) [2021-11-17T22:26:03.462Z] === CONT TestRestartDaemonWithRestartingContainer [2021-11-17T22:26:03.614Z] === CONT TestMountDaemonRoot/shared [2021-11-17T22:26:03.615Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-11-17T22:26:03.615Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-11-17T22:26:03.615Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-11-17T22:26:03.615Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-11-17T22:26:03.615Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-11-17T22:26:03.615Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-11-17T22:26:03.615Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-11-17T22:26:03.615Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-11-17T22:26:03.615Z] === CONT TestMountDaemonRoot/rslave [2021-11-17T22:26:03.615Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-11-17T22:26:03.615Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-11-17T22:26:03.615Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-11-17T22:26:03.615Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-11-17T22:26:03.615Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-11-17T22:26:03.615Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-11-17T22:26:03.615Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-11-17T22:26:03.615Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-11-17T22:26:03.615Z] === CONT TestMountDaemonRoot/slave [2021-11-17T22:26:03.615Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-11-17T22:26:03.615Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-11-17T22:26:03.615Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-11-17T22:26:03.615Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-11-17T22:26:03.615Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-11-17T22:26:03.615Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-11-17T22:26:03.615Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-11-17T22:26:03.615Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-11-17T22:26:03.615Z] === CONT TestMountDaemonRoot/rprivate [2021-11-17T22:26:03.615Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-11-17T22:26:03.615Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-11-17T22:26:03.615Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-11-17T22:26:03.615Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-11-17T22:26:03.615Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-11-17T22:26:03.615Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-11-17T22:26:03.615Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-11-17T22:26:03.615Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-11-17T22:26:03.615Z] === CONT TestMountDaemonRoot/private [2021-11-17T22:26:03.615Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-11-17T22:26:03.615Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-11-17T22:26:03.615Z] === RUN TestMountDaemonRoot/private/mount_root [2021-11-17T22:26:03.615Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-11-17T22:26:03.615Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-11-17T22:26:03.615Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-11-17T22:26:03.615Z] === RUN TestMountDaemonRoot/private/bind_root [2021-11-17T22:26:03.615Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-11-17T22:26:03.615Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-11-17T22:26:03.615Z] === CONT TestMountDaemonRoot/default/bind_root [2021-11-17T22:26:03.615Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-11-17T22:26:03.615Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-11-17T22:26:03.615Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-11-17T22:26:03.615Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-11-17T22:26:03.615Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-11-17T22:26:03.615Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-11-17T22:26:03.615Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-11-17T22:26:03.615Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-11-17T22:26:03.615Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-11-17T22:26:03.615Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-11-17T22:26:03.873Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-11-17T22:26:03.873Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-11-17T22:26:03.873Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-11-17T22:26:03.873Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-11-17T22:26:03.873Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-11-17T22:26:03.873Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-11-17T22:26:03.873Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-11-17T22:26:03.873Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-11-17T22:26:03.873Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-11-17T22:26:03.873Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-11-17T22:26:03.873Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-11-17T22:26:03.873Z] === CONT TestMountDaemonRoot/private/bind_root [2021-11-17T22:26:03.873Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-11-17T22:26:03.873Z] === CONT TestMountDaemonRoot/private/mount_root [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.03s) [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.01s) [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-11-17T22:26:03.873Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-11-17T22:26:03.873Z] === RUN TestContainerBindMountNonRecursive [2021-11-17T22:26:05.109Z] --- PASS: TestContainerStartOnDaemonRestart (2.11s) [2021-11-17T22:26:05.109Z] === CONT TestIpcModeOlderClient [2021-11-17T22:26:05.248Z] --- PASS: TestContainerBindMountNonRecursive (1.24s) [2021-11-17T22:26:05.248Z] === RUN TestContainerVolumesMountedAsShared [2021-11-17T22:26:05.368Z] --- PASS: TestIpcModeOlderClient (0.08s) [2021-11-17T22:26:05.368Z] === CONT TestDaemonHostGatewayIP [2021-11-17T22:26:05.378Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-11-17T22:26:05.522Z] --- PASS: TestContainerVolumesMountedAsShared (0.40s) [2021-11-17T22:26:05.522Z] === RUN TestContainerVolumesMountedAsSlave [2021-11-17T22:26:05.637Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2021-11-17T22:26:05.789Z] --- PASS: TestContainerVolumesMountedAsSlave (0.33s) [2021-11-17T22:26:05.789Z] === RUN TestNetworkNat [2021-11-17T22:26:06.207Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.91s) [2021-11-17T22:26:06.207Z] === CONT TestDaemonRestartIpcMode [2021-11-17T22:26:06.365Z] --- PASS: TestNetworkNat (0.40s) [2021-11-17T22:26:06.365Z] === RUN TestNetworkLocalhostTCPNat [2021-11-17T22:26:06.633Z] --- PASS: TestNetworkLocalhostTCPNat (0.37s) [2021-11-17T22:26:06.633Z] === RUN TestNetworkLoopbackNat [2021-11-17T22:26:07.898Z] === CONT TestRestartDaemonWithRestartingContainer [2021-11-17T22:26:07.898Z] --- PASS: TestDaemonHostGatewayIP (2.32s) [2021-11-17T22:26:08.739Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2021-11-17T22:26:09.168Z] --- PASS: TestNetworkLoopbackNat (2.53s) [2021-11-17T22:26:09.169Z] === RUN TestPause [2021-11-17T22:26:09.273Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.75s) [2021-11-17T22:26:09.273Z] === CONT TestDaemonRestartIpcMode [2021-11-17T22:26:09.306Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-11-17T22:26:09.565Z] --- PASS: TestDaemonRestartIpcMode (3.28s) [2021-11-17T22:26:09.565Z] --- PASS: TestContainerKillOnDaemonStart (13.07s) [2021-11-17T22:26:09.565Z] PASS [2021-11-17T22:26:09.565Z] [2021-11-17T22:26:09.565Z] === Skipped [2021-11-17T22:26:09.565Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-11-17T22:26:09.565Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-17T22:26:09.565Z] [2021-11-17T22:26:09.565Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-11-17T22:26:09.565Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-11-17T22:26:09.565Z] [2021-11-17T22:26:09.565Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-11-17T22:26:09.565Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-11-17T22:26:09.565Z] [2021-11-17T22:26:09.565Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-11-17T22:26:09.565Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-11-17T22:26:09.565Z] [2021-11-17T22:26:09.565Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-11-17T22:26:09.565Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-11-17T22:26:09.565Z] [2021-11-17T22:26:09.565Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-11-17T22:26:09.565Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-11-17T22:26:09.565Z] [2021-11-17T22:26:09.565Z] [2021-11-17T22:26:09.565Z] DONE 195 tests, 6 skipped in 145.339s [2021-11-17T22:26:09.565Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-11-17T22:26:09.565Z] ++ 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 [2021-11-17T22:26:09.565Z] ++ set -e [2021-11-17T22:26:09.565Z] ++ '[' -n 0 ']' [2021-11-17T22:26:09.565Z] ++ set -x [2021-11-17T22:26:09.565Z] ++ 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 [2021-11-17T22:26:09.735Z] --- PASS: TestPause (0.39s) [2021-11-17T22:26:09.735Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-11-17T22:26:09.735Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-11-17T22:26:09.735Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-11-17T22:26:09.735Z] === RUN TestPauseStopPausedContainer [2021-11-17T22:26:09.824Z] INFO: Testing against a local daemon [2021-11-17T22:26:09.824Z] === RUN TestCommitInheritsEnv [2021-11-17T22:26:09.993Z] --- PASS: TestPauseStopPausedContainer (0.42s) [2021-11-17T22:26:09.993Z] === RUN TestPsFilter [2021-11-17T22:26:09.994Z] --- PASS: TestPsFilter (0.09s) [2021-11-17T22:26:09.994Z] === RUN TestRemoveContainerWithRemovedVolume [2021-11-17T22:26:10.082Z] --- PASS: TestCommitInheritsEnv (0.40s) [2021-11-17T22:26:10.082Z] === RUN TestImportExtremelyLargeImageWorks [2021-11-17T22:26:10.082Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-11-17T22:26:10.082Z] === RUN TestImagesFilterMultiReference [2021-11-17T22:26:10.340Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2021-11-17T22:26:10.340Z] === RUN TestImagePullPlatformInvalid [2021-11-17T22:26:10.340Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-11-17T22:26:10.340Z] === RUN TestRemoveImageOrphaning [2021-11-17T22:26:10.340Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-11-17T22:26:10.340Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-11-17T22:26:10.340Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-11-17T22:26:10.340Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-11-17T22:26:10.340Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-11-17T22:26:10.340Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-11-17T22:26:10.340Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-11-17T22:26:10.340Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-11-17T22:26:10.340Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-11-17T22:26:10.560Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.35s) [2021-11-17T22:26:10.560Z] === RUN TestRemoveContainerWithVolume [2021-11-17T22:26:10.819Z] --- PASS: TestRemoveContainerWithVolume (0.35s) [2021-11-17T22:26:10.819Z] === RUN TestRemoveContainerRunning [2021-11-17T22:26:10.906Z] --- PASS: TestRemoveImageOrphaning (0.47s) [2021-11-17T22:26:10.906Z] === RUN TestRemoveImageGarbageCollector [2021-11-17T22:26:11.165Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2021-11-17T22:26:11.385Z] --- PASS: TestRemoveContainerRunning (0.42s) [2021-11-17T22:26:11.385Z] === RUN TestRemoveContainerForceRemoveRunning [2021-11-17T22:26:11.643Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.38s) [2021-11-17T22:26:11.643Z] === RUN TestRemoveInvalidContainer [2021-11-17T22:26:11.643Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-11-17T22:26:11.643Z] === RUN TestRenameLinkedContainer [2021-11-17T22:26:11.801Z] --- PASS: TestDaemonRestartIpcMode (2.19s) [2021-11-17T22:26:13.018Z] --- PASS: TestRenameLinkedContainer (1.49s) [2021-11-17T22:26:13.018Z] === RUN TestRenameStoppedContainer [2021-11-17T22:26:13.066Z] --- PASS: TestRemoveImageGarbageCollector (2.25s) [2021-11-17T22:26:13.066Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-11-17T22:26:13.066Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-11-17T22:26:13.066Z] === RUN TestTagInvalidReference [2021-11-17T22:26:13.066Z] --- PASS: TestTagInvalidReference (0.04s) [2021-11-17T22:26:13.066Z] === RUN TestTagValidPrefixedRepo [2021-11-17T22:26:13.066Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2021-11-17T22:26:13.066Z] === RUN TestTagExistedNameWithoutForce [2021-11-17T22:26:13.066Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-11-17T22:26:13.066Z] === RUN TestTagOfficialNames [2021-11-17T22:26:13.325Z] --- PASS: TestTagOfficialNames (0.06s) [2021-11-17T22:26:13.325Z] === RUN TestTagMatchesDigest [2021-11-17T22:26:13.325Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-11-17T22:26:13.325Z] === CONT TestImportExtremelyLargeImageWorks [2021-11-17T22:26:13.584Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-11-17T22:26:13.584Z] --- PASS: TestRenameStoppedContainer (0.37s) [2021-11-17T22:26:13.584Z] === RUN TestRenameRunningContainerAndReuse [2021-11-17T22:26:14.151Z] --- PASS: TestRenameRunningContainerAndReuse (0.73s) [2021-11-17T22:26:14.151Z] === RUN TestRenameInvalidName [2021-11-17T22:26:14.718Z] --- PASS: TestRenameInvalidName (0.36s) [2021-11-17T22:26:14.718Z] === RUN TestRenameAnonymousContainer [2021-11-17T22:26:15.082Z] --- PASS: TestContainerKillOnDaemonStart (11.79s) [2021-11-17T22:26:15.082Z] PASS [2021-11-17T22:26:15.082Z] [2021-11-17T22:26:15.082Z] === Skipped [2021-11-17T22:26:15.082Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-11-17T22:26:15.082Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-17T22:26:15.082Z] [2021-11-17T22:26:15.082Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-11-17T22:26:15.082Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-11-17T22:26:15.082Z] [2021-11-17T22:26:15.082Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-11-17T22:26:15.082Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-11-17T22:26:15.082Z] [2021-11-17T22:26:15.082Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2021-11-17T22:26:15.082Z] run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-11-17T22:26:15.082Z] [2021-11-17T22:26:15.082Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-11-17T22:26:15.082Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-11-17T22:26:15.082Z] [2021-11-17T22:26:15.082Z] [2021-11-17T22:26:15.082Z] DONE 195 tests, 5 skipped in 105.161s [2021-11-17T22:26:15.082Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-11-17T22:26:15.082Z] INFO: Testing against a local daemon [2021-11-17T22:26:15.082Z] === RUN TestCommitInheritsEnv [2021-11-17T22:26:15.082Z] --- PASS: TestCommitInheritsEnv (0.27s) [2021-11-17T22:26:15.082Z] === RUN TestImportExtremelyLargeImageWorks [2021-11-17T22:26:15.082Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-11-17T22:26:15.082Z] === RUN TestImagesFilterMultiReference [2021-11-17T22:26:15.340Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2021-11-17T22:26:15.340Z] === RUN TestImagePullPlatformInvalid [2021-11-17T22:26:15.340Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-11-17T22:26:15.340Z] === RUN TestRemoveImageOrphaning [2021-11-17T22:26:15.487Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2021-11-17T22:26:15.599Z] --- PASS: TestRemoveImageOrphaning (0.24s) [2021-11-17T22:26:15.599Z] === RUN TestRemoveImageGarbageCollector [2021-11-17T22:26:16.094Z] --- PASS: TestRenameAnonymousContainer (1.41s) [2021-11-17T22:26:16.094Z] === RUN TestRenameContainerWithSameName [2021-11-17T22:26:16.353Z] --- PASS: TestRenameContainerWithSameName (0.37s) [2021-11-17T22:26:16.353Z] === RUN TestRenameContainerWithLinkedContainer [2021-11-17T22:26:17.287Z] --- PASS: TestRenameContainerWithLinkedContainer (0.75s) [2021-11-17T22:26:17.287Z] === RUN TestResize [2021-11-17T22:26:17.497Z] --- PASS: TestRemoveImageGarbageCollector (1.90s) [2021-11-17T22:26:17.497Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-11-17T22:26:17.497Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-11-17T22:26:17.497Z] === RUN TestTagInvalidReference [2021-11-17T22:26:17.497Z] --- PASS: TestTagInvalidReference (0.01s) [2021-11-17T22:26:17.497Z] === RUN TestTagValidPrefixedRepo [2021-11-17T22:26:17.497Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-11-17T22:26:17.497Z] === RUN TestTagExistedNameWithoutForce [2021-11-17T22:26:17.497Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-11-17T22:26:17.497Z] === RUN TestTagOfficialNames [2021-11-17T22:26:17.497Z] --- PASS: TestTagOfficialNames (0.05s) [2021-11-17T22:26:17.497Z] === RUN TestTagMatchesDigest [2021-11-17T22:26:17.497Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-11-17T22:26:17.497Z] === CONT TestImportExtremelyLargeImageWorks [2021-11-17T22:26:17.549Z] --- PASS: TestResize (0.37s) [2021-11-17T22:26:17.549Z] === RUN TestResizeWithInvalidSize [2021-11-17T22:26:17.810Z] --- PASS: TestResizeWithInvalidSize (0.40s) [2021-11-17T22:26:17.810Z] === RUN TestResizeWhenContainerNotStarted [2021-11-17T22:26:18.019Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-11-17T22:26:18.377Z] --- PASS: TestResizeWhenContainerNotStarted (0.36s) [2021-11-17T22:26:18.377Z] === RUN TestDaemonRestartKillContainers [2021-11-17T22:26:18.377Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-11-17T22:26:18.377Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-11-17T22:26:18.377Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-11-17T22:26:18.377Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-11-17T22:26:18.377Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-11-17T22:26:18.377Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-11-17T22:26:18.377Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-11-17T22:26:18.377Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-11-17T22:26:18.377Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-11-17T22:26:18.377Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-11-17T22:26:18.377Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-11-17T22:26:18.377Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-11-17T22:26:18.377Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-11-17T22:26:18.377Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-11-17T22:26:18.377Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-11-17T22:26:18.377Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-11-17T22:26:18.377Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-11-17T22:26:18.377Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-11-17T22:26:18.377Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-11-17T22:26:18.377Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-11-17T22:26:18.377Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-11-17T22:26:18.377Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-11-17T22:26:18.377Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-11-17T22:26:18.377Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-11-17T22:26:18.377Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-11-17T22:26:18.377Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-11-17T22:26:19.395Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2021-11-17T22:26:19.753Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-11-17T22:26:19.753Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-11-17T22:26:21.130Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-11-17T22:26:21.130Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-11-17T22:26:21.302Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-11-17T22:26:21.302Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-11-17T22:26:22.505Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-11-17T22:26:22.505Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-11-17T22:26:23.838Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2021-11-17T22:26:23.880Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-11-17T22:26:24.138Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-11-17T22:26:25.513Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-11-17T22:26:25.771Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-11-17T22:26:26.369Z] check_test.go:309: [d1b2a897473c9] daemon is not started [2021-11-17T22:26:26.369Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2021-11-17T22:26:26.937Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-11-17T22:26:27.147Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-11-17T22:26:27.147Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.30s) [2021-11-17T22:26:27.147Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.54s) [2021-11-17T22:26:27.147Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.25s) [2021-11-17T22:26:27.147Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.69s) [2021-11-17T22:26:27.147Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.21s) [2021-11-17T22:26:27.147Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.23s) [2021-11-17T22:26:27.147Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.59s) [2021-11-17T22:26:27.147Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.62s) [2021-11-17T22:26:27.147Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.59s) [2021-11-17T22:26:27.147Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.59s) [2021-11-17T22:26:27.147Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.60s) [2021-11-17T22:26:27.147Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.62s) [2021-11-17T22:26:27.147Z] === RUN TestCgroupNamespacesRun [2021-11-17T22:26:28.522Z] --- PASS: TestCgroupNamespacesRun (1.08s) [2021-11-17T22:26:28.522Z] === RUN TestCgroupNamespacesRunPrivileged [2021-11-17T22:26:29.457Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.06s) [2021-11-17T22:26:29.457Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-11-17T22:26:29.476Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2021-11-17T22:26:30.392Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.06s) [2021-11-17T22:26:30.392Z] === RUN TestCgroupNamespacesRunHostMode [2021-11-17T22:26:31.767Z] --- PASS: TestCgroupNamespacesRunHostMode (1.07s) [2021-11-17T22:26:31.767Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-11-17T22:26:32.702Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.19s) [2021-11-17T22:26:32.702Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-11-17T22:26:32.759Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-11-17T22:26:33.018Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-11-17T22:26:33.585Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2021-11-17T22:26:34.081Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.10s) [2021-11-17T22:26:34.082Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-11-17T22:26:34.521Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-11-17T22:26:34.649Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.66s) [2021-11-17T22:26:34.649Z] === RUN TestCgroupNamespacesRunOlderClient [2021-11-17T22:26:35.457Z] check_test.go:309: [dd8695de06275] daemon is not started [2021-11-17T22:26:35.457Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2021-11-17T22:26:35.583Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.08s) [2021-11-17T22:26:35.583Z] === RUN TestNISDomainname [2021-11-17T22:26:36.149Z] --- PASS: TestNISDomainname (0.49s) [2021-11-17T22:26:36.149Z] === RUN TestHostnameDnsResolution [2021-11-17T22:26:36.715Z] --- PASS: TestHostnameDnsResolution (0.60s) [2021-11-17T22:26:36.715Z] === RUN TestStats [2021-11-17T22:26:37.359Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-11-17T22:26:37.926Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-11-17T22:26:37.926Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-11-17T22:26:38.862Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-11-17T22:26:38.862Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2021-11-17T22:26:39.244Z] --- PASS: TestStats (2.40s) [2021-11-17T22:26:39.244Z] === RUN TestStopContainerWithTimeout [2021-11-17T22:26:39.244Z] === RUN TestStopContainerWithTimeout/0 [2021-11-17T22:26:39.244Z] === PAUSE TestStopContainerWithTimeout/0 [2021-11-17T22:26:39.244Z] === RUN TestStopContainerWithTimeout/1 [2021-11-17T22:26:39.244Z] === PAUSE TestStopContainerWithTimeout/1 [2021-11-17T22:26:39.244Z] === RUN TestStopContainerWithTimeout/3 [2021-11-17T22:26:39.244Z] === PAUSE TestStopContainerWithTimeout/3 [2021-11-17T22:26:39.244Z] === RUN TestStopContainerWithTimeout/-1 [2021-11-17T22:26:39.244Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-11-17T22:26:39.244Z] === CONT TestStopContainerWithTimeout/0 [2021-11-17T22:26:39.244Z] === CONT TestStopContainerWithTimeout/3 [2021-11-17T22:26:39.797Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-11-17T22:26:39.810Z] === CONT TestStopContainerWithTimeout/1 [2021-11-17T22:26:40.731Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-11-17T22:26:41.183Z] === CONT TestStopContainerWithTimeout/-1 [2021-11-17T22:26:43.712Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-11-17T22:26:43.712Z] --- PASS: TestStopContainerWithTimeout/0 (0.58s) [2021-11-17T22:26:43.712Z] --- PASS: TestStopContainerWithTimeout/1 (1.37s) [2021-11-17T22:26:43.712Z] --- PASS: TestStopContainerWithTimeout/3 (2.68s) [2021-11-17T22:26:43.712Z] --- PASS: TestStopContainerWithTimeout/-1 (2.34s) [2021-11-17T22:26:43.712Z] === RUN TestDeleteDevicemapper [2021-11-17T22:26:43.712Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-11-17T22:26:43.712Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-11-17T22:26:43.712Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-11-17T22:26:44.646Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.26s) [2021-11-17T22:26:44.646Z] === RUN TestUpdateMemory [2021-11-17T22:26:44.919Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2021-11-17T22:26:45.212Z] --- PASS: TestUpdateMemory (0.53s) [2021-11-17T22:26:45.212Z] === RUN TestUpdateCPUQuota [2021-11-17T22:26:45.778Z] --- PASS: TestUpdateCPUQuota (0.66s) [2021-11-17T22:26:45.778Z] === RUN TestUpdatePidsLimit [2021-11-17T22:26:45.778Z] === RUN TestUpdatePidsLimit/update_from_none [2021-11-17T22:26:45.855Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2021-11-17T22:26:46.036Z] === RUN TestUpdatePidsLimit/no_change [2021-11-17T22:26:46.295Z] === RUN TestUpdatePidsLimit/update_lower [2021-11-17T22:26:46.295Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-11-17T22:26:46.423Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2021-11-17T22:26:46.554Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-11-17T22:26:46.812Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-11-17T22:26:46.813Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-11-17T22:26:46.990Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2021-11-17T22:26:46.990Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2021-11-17T22:26:47.379Z] --- PASS: TestUpdatePidsLimit (1.61s) [2021-11-17T22:26:47.379Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.17s) [2021-11-17T22:26:47.379Z] --- PASS: TestUpdatePidsLimit/no_change (0.18s) [2021-11-17T22:26:47.379Z] --- PASS: TestUpdatePidsLimit/update_lower (0.17s) [2021-11-17T22:26:47.379Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.18s) [2021-11-17T22:26:47.379Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.19s) [2021-11-17T22:26:47.379Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.20s) [2021-11-17T22:26:47.379Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.17s) [2021-11-17T22:26:47.379Z] === RUN TestUpdateRestartPolicy [2021-11-17T22:26:47.558Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2021-11-17T22:26:48.124Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2021-11-17T22:26:48.691Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2021-11-17T22:26:49.258Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2021-11-17T22:26:49.517Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-11-17T22:26:49.517Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2021-11-17T22:26:50.084Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2021-11-17T22:26:51.020Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2021-11-17T22:26:51.020Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-11-17T22:26:51.279Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2021-11-17T22:26:51.855Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2021-11-17T22:26:52.428Z] check_test.go:309: [d271ad3bb8064] daemon is not started [2021-11-17T22:26:52.428Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2021-11-17T22:26:53.363Z] check_test.go:309: [dcc514a7a4d90] daemon is not started [2021-11-17T22:26:53.363Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2021-11-17T22:26:53.622Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-11-17T22:26:54.190Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2021-11-17T22:26:55.567Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2021-11-17T22:26:58.852Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2021-11-17T22:26:59.110Z] check_test.go:309: [d84026943855a] daemon is not started [2021-11-17T22:26:59.110Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2021-11-17T22:26:59.598Z] --- PASS: TestUpdateRestartPolicy (10.58s) [2021-11-17T22:26:59.598Z] === RUN TestUpdateRestartWithAutoRemove [2021-11-17T22:26:59.598Z] --- PASS: TestUpdateRestartWithAutoRemove (0.39s) [2021-11-17T22:26:59.598Z] === RUN TestWaitNonBlocked [2021-11-17T22:26:59.598Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-17T22:26:59.598Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-17T22:26:59.598Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-17T22:26:59.598Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-17T22:26:59.598Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-17T22:26:59.598Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-17T22:26:59.598Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-11-17T22:26:59.598Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.66s) [2021-11-17T22:26:59.598Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.66s) [2021-11-17T22:26:59.598Z] === RUN TestWaitBlocked [2021-11-17T22:26:59.598Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-17T22:26:59.598Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-17T22:26:59.598Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-11-17T22:26:59.598Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-11-17T22:26:59.598Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-17T22:26:59.598Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-11-17T22:26:59.856Z] --- PASS: TestWaitBlocked (0.02s) [2021-11-17T22:26:59.856Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.67s) [2021-11-17T22:26:59.856Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.70s) [2021-11-17T22:26:59.856Z] === CONT TestContainerStartOnDaemonRestart [2021-11-17T22:26:59.856Z] === CONT TestContainerKillOnDaemonStart [2021-11-17T22:27:01.756Z] --- PASS: TestContainerStartOnDaemonRestart (1.87s) [2021-11-17T22:27:01.756Z] === CONT TestIpcModeOlderClient [2021-11-17T22:27:01.756Z] --- PASS: TestIpcModeOlderClient (0.05s) [2021-11-17T22:27:01.756Z] === CONT TestDaemonHostGatewayIP [2021-11-17T22:27:02.396Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2021-11-17T22:27:03.772Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-11-17T22:27:03.772Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2021-11-17T22:27:04.286Z] --- PASS: TestDaemonHostGatewayIP (2.12s) [2021-11-17T22:27:04.286Z] === CONT TestRestartDaemonWithRestartingContainer [2021-11-17T22:27:04.707Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-11-17T22:27:04.707Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-11-17T22:27:05.660Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.54s) [2021-11-17T22:27:05.660Z] === CONT TestDaemonRestartIpcMode [2021-11-17T22:27:07.560Z] --- PASS: TestDaemonRestartIpcMode (2.05s) [2021-11-17T22:27:07.991Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2021-11-17T22:27:08.925Z] check_test.go:309: [d4a727c23eef2] daemon is not started [2021-11-17T22:27:08.926Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2021-11-17T22:27:08.926Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-11-17T22:27:11.456Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-11-17T22:27:11.743Z] --- PASS: TestContainerKillOnDaemonStart (11.58s) [2021-11-17T22:27:11.743Z] PASS [2021-11-17T22:27:11.743Z] [2021-11-17T22:27:11.743Z] === Skipped [2021-11-17T22:27:11.743Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2021-11-17T22:27:11.743Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-17T22:27:11.743Z] [2021-11-17T22:27:11.743Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-11-17T22:27:11.743Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-11-17T22:27:11.743Z] [2021-11-17T22:27:11.743Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2021-11-17T22:27:11.743Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-11-17T22:27:11.743Z] [2021-11-17T22:27:11.743Z] [2021-11-17T22:27:11.743Z] DONE 195 tests, 3 skipped in 97.058s [2021-11-17T22:27:11.743Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2021-11-17T22:27:11.743Z] ++ 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 [2021-11-17T22:27:11.743Z] ++ set -e [2021-11-17T22:27:11.743Z] ++ '[' -n 0 ']' [2021-11-17T22:27:11.743Z] ++ set -x [2021-11-17T22:27:11.743Z] ++ 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 [2021-11-17T22:27:11.743Z] INFO: Testing against a local daemon [2021-11-17T22:27:11.743Z] === RUN TestCommitInheritsEnv [2021-11-17T22:27:11.743Z] --- PASS: TestCommitInheritsEnv (0.22s) [2021-11-17T22:27:11.743Z] === RUN TestImportExtremelyLargeImageWorks [2021-11-17T22:27:11.743Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-11-17T22:27:11.743Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-11-17T22:27:11.743Z] === RUN TestImagesFilterMultiReference [2021-11-17T22:27:11.743Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-11-17T22:27:11.743Z] === RUN TestImagePullPlatformInvalid [2021-11-17T22:27:11.743Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-11-17T22:27:11.743Z] === RUN TestRemoveImageOrphaning [2021-11-17T22:27:12.001Z] --- PASS: TestRemoveImageOrphaning (0.21s) [2021-11-17T22:27:12.001Z] === RUN TestRemoveImageGarbageCollector [2021-11-17T22:27:12.001Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-17T22:27:12.002Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-11-17T22:27:12.002Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-11-17T22:27:12.002Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-11-17T22:27:12.002Z] === RUN TestTagInvalidReference [2021-11-17T22:27:12.002Z] --- PASS: TestTagInvalidReference (0.01s) [2021-11-17T22:27:12.002Z] === RUN TestTagValidPrefixedRepo [2021-11-17T22:27:12.002Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-11-17T22:27:12.002Z] === RUN TestTagExistedNameWithoutForce [2021-11-17T22:27:12.002Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-11-17T22:27:12.002Z] === RUN TestTagOfficialNames [2021-11-17T22:27:12.260Z] --- PASS: TestTagOfficialNames (0.06s) [2021-11-17T22:27:12.260Z] === RUN TestTagMatchesDigest [2021-11-17T22:27:12.260Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-11-17T22:27:12.260Z] PASS [2021-11-17T22:27:12.260Z] [2021-11-17T22:27:12.260Z] === Skipped [2021-11-17T22:27:12.260Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2021-11-17T22:27:12.260Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-11-17T22:27:12.260Z] [2021-11-17T22:27:12.260Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-11-17T22:27:12.260Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-17T22:27:12.260Z] [2021-11-17T22:27:12.260Z] [2021-11-17T22:27:12.260Z] DONE 12 tests, 2 skipped in 0.817s [2021-11-17T22:27:12.260Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2021-11-17T22:27:12.260Z] ++ 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 [2021-11-17T22:27:12.260Z] ++ set -e [2021-11-17T22:27:12.260Z] ++ '[' -n 0 ']' [2021-11-17T22:27:12.260Z] ++ set -x [2021-11-17T22:27:12.260Z] ++ 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 [2021-11-17T22:27:12.260Z] INFO: Testing against a local daemon [2021-11-17T22:27:12.260Z] === RUN TestNetworkCreateDelete [2021-11-17T22:27:12.519Z] --- PASS: TestNetworkCreateDelete (0.13s) [2021-11-17T22:27:12.519Z] === RUN TestDockerNetworkDeletePreferID [2021-11-17T22:27:12.776Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2021-11-17T22:27:12.776Z] === RUN TestDaemonDNSFallback [2021-11-17T22:27:13.357Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-11-17T22:27:13.357Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-11-17T22:27:16.644Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2021-11-17T22:27:19.187Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-11-17T22:27:19.335Z] --- PASS: TestDaemonDNSFallback (6.21s) [2021-11-17T22:27:19.335Z] === RUN TestInspectNetwork [2021-11-17T22:27:19.446Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2021-11-17T22:27:20.823Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-11-17T22:27:21.866Z] === RUN TestInspectNetwork/full_network_id [2021-11-17T22:27:21.866Z] === RUN TestInspectNetwork/partial_network_id [2021-11-17T22:27:21.866Z] === RUN TestInspectNetwork/network_name [2021-11-17T22:27:21.866Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-11-17T22:27:22.198Z] check_test.go:309: [d8ff331031d14] daemon is not started [2021-11-17T22:27:22.198Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2021-11-17T22:27:22.764Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2021-11-17T22:27:23.023Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-11-17T22:27:23.281Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2021-11-17T22:27:23.848Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2021-11-17T22:27:25.751Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2021-11-17T22:27:25.751Z] check_test.go:309: [d1f76fd7116db] daemon is not started [2021-11-17T22:27:25.751Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2021-11-17T22:27:26.050Z] --- PASS: TestInspectNetwork (6.91s) [2021-11-17T22:27:26.050Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-11-17T22:27:26.050Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-11-17T22:27:26.050Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-11-17T22:27:26.050Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-11-17T22:27:26.050Z] === RUN TestRunContainerWithBridgeNone [2021-11-17T22:27:27.425Z] --- PASS: TestRunContainerWithBridgeNone (1.35s) [2021-11-17T22:27:27.425Z] === RUN TestNetworkInvalidJSON [2021-11-17T22:27:27.425Z] === RUN TestNetworkInvalidJSON//networks/create [2021-11-17T22:27:27.425Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-11-17T22:27:27.425Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-11-17T22:27:27.425Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-11-17T22:27:27.425Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-17T22:27:27.425Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-17T22:27:27.425Z] === CONT TestNetworkInvalidJSON//networks/create [2021-11-17T22:27:27.425Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-17T22:27:27.425Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-11-17T22:27:27.425Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-11-17T22:27:27.425Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-11-17T22:27:27.425Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-11-17T22:27:27.425Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-11-17T22:27:27.425Z] === RUN TestNetworkList [2021-11-17T22:27:27.425Z] === RUN TestNetworkList//networks [2021-11-17T22:27:27.425Z] === PAUSE TestNetworkList//networks [2021-11-17T22:27:27.425Z] === RUN TestNetworkList//networks/ [2021-11-17T22:27:27.425Z] === PAUSE TestNetworkList//networks/ [2021-11-17T22:27:27.425Z] === CONT TestNetworkList//networks [2021-11-17T22:27:27.425Z] === CONT TestNetworkList//networks/ [2021-11-17T22:27:27.425Z] --- PASS: TestNetworkList (0.01s) [2021-11-17T22:27:27.425Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-11-17T22:27:27.425Z] --- PASS: TestNetworkList//networks (0.00s) [2021-11-17T22:27:27.425Z] === RUN TestHostIPv4BridgeLabel [2021-11-17T22:27:27.992Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2021-11-17T22:27:27.992Z] === RUN TestDaemonRestartWithLiveRestore [2021-11-17T22:27:28.370Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2021-11-17T22:27:28.927Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2021-11-17T22:27:28.927Z] === RUN TestDaemonDefaultNetworkPools [2021-11-17T22:27:29.318Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2021-11-17T22:27:29.318Z] Copying nested executables into bundles/cross/linux/amd64 [2021-11-17T22:27:29.318Z] Cross building: bundles/cross/windows/amd64 [2021-11-17T22:27:29.318Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2021-11-17T22:27:29.318Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-11-17T22:27:29.493Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s) [2021-11-17T22:27:29.493Z] === RUN TestDaemonRestartWithExistingNetwork [2021-11-17T22:27:30.270Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2021-11-17T22:27:30.963Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2021-11-17T22:27:30.963Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-11-17T22:27:31.905Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2021-11-17T22:27:31.905Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-11-17T22:27:32.472Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2021-11-17T22:27:32.472Z] === RUN TestServiceWithPredefinedNetwork [2021-11-17T22:27:34.372Z] --- PASS: TestServiceWithPredefinedNetwork (1.74s) [2021-11-17T22:27:34.372Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-11-17T22:27:34.372Z] service_test.go:242: FLAKY_TEST [2021-11-17T22:27:34.372Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-17T22:27:34.372Z] === RUN TestServiceWithDataPathPortInit [2021-11-17T22:27:34.458Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2021-11-17T22:27:35.640Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-11-17T22:27:35.640Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-11-17T22:27:35.640Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-11-17T22:27:35.640Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-11-17T22:27:35.640Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-11-17T22:27:35.640Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-11-17T22:27:35.640Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-11-17T22:27:35.640Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-11-17T22:27:35.640Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-11-17T22:27:35.640Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-11-17T22:27:35.640Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-11-17T22:27:35.640Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-11-17T22:27:35.640Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-11-17T22:27:35.640Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-11-17T22:27:35.640Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-11-17T22:27:35.640Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-11-17T22:27:35.640Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-11-17T22:27:35.640Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-11-17T22:27:35.640Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-11-17T22:27:35.640Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-11-17T22:27:35.837Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2021-11-17T22:27:36.772Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-11-17T22:27:37.030Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-11-17T22:27:37.597Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2021-11-17T22:27:39.463Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-11-17T22:27:39.463Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-11-17T22:27:39.463Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-11-17T22:27:39.463Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-11-17T22:27:39.463Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-11-17T22:27:40.881Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2021-11-17T22:27:41.448Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-11-17T22:27:42.015Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-11-17T22:27:42.273Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-11-17T22:27:42.427Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-11-17T22:27:42.841Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-11-17T22:27:43.100Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-11-17T22:27:43.358Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-11-17T22:27:43.926Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-11-17T22:27:44.185Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2021-11-17T22:27:46.089Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-11-17T22:27:47.992Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-11-17T22:27:47.992Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2021-11-17T22:27:49.243Z] --- PASS: TestServiceWithDataPathPortInit (13.41s) [2021-11-17T22:27:49.244Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-11-17T22:27:49.369Z] === RUN TestDockerSuite/TestBuildEnv [2021-11-17T22:27:49.618Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-11-17T22:27:49.618Z] docker_cli_run_test.go:3177: unmatched requirement Apparmor [2021-11-17T22:27:49.618Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-11-17T22:27:49.618Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-11-17T22:27:49.618Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-11-17T22:27:49.618Z] docker_cli_run_test.go:3167: unmatched requirement DaemonIsLinux [2021-11-17T22:27:49.618Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-11-17T22:27:49.618Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-11-17T22:27:49.618Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-11-17T22:27:49.628Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2021-11-17T22:27:50.178Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:iohfen09rmsi1r0q0svaooc3w Created:2021-11-17 22:27:48.939977458 +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[1a54c4e65bd84dbb293e72f74febe6366f17e40ef1cbb0dacf2bef7648adae6d:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.tyro74kd504y7zfv2miabrpkq EndpointID:77fc89f556b42b6b701559da50963ea8774e917d863c9eb8594f837c8de7f40b MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:6dc9e8e868442b82fe18a2745dc26393401b864ada893059102ea16d3afa54bf 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:0641aaafe253 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.tyro74kd504y7zfv2miabrpkq EndpointID:77fc89f556b42b6b701559da50963ea8774e917d863c9eb8594f837c8de7f40b EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-11-17T22:27:51.005Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-11-17T22:27:51.005Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2021-11-17T22:27:51.848Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-11-17T22:27:51.848Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-11-17T22:27:51.848Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-11-17T22:27:51.848Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-11-17T22:27:51.848Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-11-17T22:27:51.941Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2021-11-17T22:27:52.200Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-11-17T22:27:53.139Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-11-17T22:27:53.931Z] --- PASS: TestImportExtremelyLargeImageWorks (95.04s) [2021-11-17T22:27:53.932Z] PASS [2021-11-17T22:27:53.932Z] [2021-11-17T22:27:53.932Z] DONE 12 tests in 97.748s [2021-11-17T22:27:53.932Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-11-17T22:27:53.932Z] INFO: Testing against a local daemon [2021-11-17T22:27:53.932Z] === RUN TestNetworkCreateDelete [2021-11-17T22:27:53.932Z] --- PASS: TestNetworkCreateDelete (0.14s) [2021-11-17T22:27:53.932Z] === RUN TestDockerNetworkDeletePreferID [2021-11-17T22:27:53.932Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2021-11-17T22:27:53.932Z] === RUN TestDaemonDNSFallback [2021-11-17T22:27:54.362Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.77s) [2021-11-17T22:27:54.362Z] PASS [2021-11-17T22:27:54.362Z] [2021-11-17T22:27:54.362Z] === Skipped [2021-11-17T22:27:54.362Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-17T22:27:54.362Z] service_test.go:242: FLAKY_TEST [2021-11-17T22:27:54.362Z] [2021-11-17T22:27:54.362Z] [2021-11-17T22:27:54.362Z] DONE 26 tests, 1 skipped in 42.221s [2021-11-17T22:27:54.362Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-11-17T22:27:54.362Z] ++ 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 [2021-11-17T22:27:54.362Z] ++ set -e [2021-11-17T22:27:54.362Z] ++ '[' -n 0 ']' [2021-11-17T22:27:54.362Z] ++ set -x [2021-11-17T22:27:54.363Z] ++ 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 [2021-11-17T22:27:54.620Z] INFO: Testing against a local daemon [2021-11-17T22:27:54.620Z] === RUN TestDockerNetworkIpvlanPersistance [2021-11-17T22:27:54.620Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-17T22:27:54.620Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-11-17T22:27:54.620Z] === RUN TestDockerNetworkIpvlan [2021-11-17T22:27:54.620Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-17T22:27:54.620Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-11-17T22:27:54.620Z] PASS [2021-11-17T22:27:54.620Z] [2021-11-17T22:27:54.620Z] === Skipped [2021-11-17T22:27:54.620Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-11-17T22:27:54.620Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-17T22:27:54.620Z] [2021-11-17T22:27:54.620Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-11-17T22:27:54.620Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-17T22:27:54.620Z] [2021-11-17T22:27:54.620Z] [2021-11-17T22:27:54.620Z] DONE 2 tests, 2 skipped in 0.105s [2021-11-17T22:27:54.620Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-11-17T22:27:54.620Z] ++ 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 [2021-11-17T22:27:54.620Z] ++ set -e [2021-11-17T22:27:54.620Z] ++ '[' -n 0 ']' [2021-11-17T22:27:54.620Z] ++ set -x [2021-11-17T22:27:54.621Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2021-11-17T22:27:54.621Z] INFO: Testing against a local daemon [2021-11-17T22:27:54.621Z] === RUN TestDockerNetworkMacvlanPersistance [2021-11-17T22:27:55.043Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2021-11-17T22:27:55.995Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.33s) [2021-11-17T22:27:55.995Z] === RUN TestDockerNetworkMacvlan [2021-11-17T22:27:56.561Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-11-17T22:27:56.627Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-11-17T22:27:57.495Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-11-17T22:27:58.062Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-11-17T22:27:59.964Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-11-17T22:28:00.328Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-11-17T22:28:00.487Z] --- PASS: TestDaemonDNSFallback (6.33s) [2021-11-17T22:28:00.487Z] === RUN TestInspectNetwork [2021-11-17T22:28:00.586Z] docker_cli_daemon_test.go:2550: [d614ead039fe8] daemon is not started [2021-11-17T22:28:01.339Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-11-17T22:28:02.496Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2021-11-17T22:28:03.017Z] === RUN TestInspectNetwork/full_network_id [2021-11-17T22:28:03.017Z] === RUN TestInspectNetwork/partial_network_id [2021-11-17T22:28:03.017Z] === RUN TestInspectNetwork/network_name [2021-11-17T22:28:03.017Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-11-17T22:28:04.658Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-11-17T22:28:04.658Z] --- PASS: TestDockerNetworkMacvlan (8.77s) [2021-11-17T22:28:04.658Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s) [2021-11-17T22:28:04.658Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2021-11-17T22:28:04.658Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.86s) [2021-11-17T22:28:04.658Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.68s) [2021-11-17T22:28:04.658Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.79s) [2021-11-17T22:28:04.658Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.50s) [2021-11-17T22:28:04.658Z] PASS [2021-11-17T22:28:04.658Z] [2021-11-17T22:28:04.658Z] DONE 8 tests in 10.190s [2021-11-17T22:28:04.658Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2021-11-17T22:28:04.658Z] ++ 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 [2021-11-17T22:28:04.658Z] ++ set -e [2021-11-17T22:28:04.658Z] ++ '[' -n 0 ']' [2021-11-17T22:28:04.658Z] ++ set -x [2021-11-17T22:28:04.658Z] ++ 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 [2021-11-17T22:28:04.922Z] testing: warning: no tests to run [2021-11-17T22:28:04.922Z] PASS [2021-11-17T22:28:04.922Z] [2021-11-17T22:28:04.922Z] DONE 0 tests in 0.034s [2021-11-17T22:28:04.922Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-11-17T22:28:04.922Z] ++ 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 [2021-11-17T22:28:04.922Z] ++ set -e [2021-11-17T22:28:04.922Z] ++ '[' -n 0 ']' [2021-11-17T22:28:04.922Z] ++ set -x [2021-11-17T22:28:04.922Z] ++ 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 [2021-11-17T22:28:04.922Z] INFO: Testing against a local daemon [2021-11-17T22:28:04.922Z] === RUN TestAuthZPluginAllowRequest [2021-11-17T22:28:06.296Z] --- PASS: TestAuthZPluginAllowRequest (1.10s) [2021-11-17T22:28:06.296Z] === RUN TestAuthZPluginTLS [2021-11-17T22:28:06.554Z] --- PASS: TestAuthZPluginTLS (0.55s) [2021-11-17T22:28:06.554Z] === RUN TestAuthZPluginDenyRequest [2021-11-17T22:28:07.120Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2021-11-17T22:28:07.120Z] === RUN TestAuthZPluginAPIDenyResponse [2021-11-17T22:28:07.199Z] --- PASS: TestInspectNetwork (7.28s) [2021-11-17T22:28:07.200Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-11-17T22:28:07.200Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-11-17T22:28:07.200Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-11-17T22:28:07.200Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-11-17T22:28:07.200Z] === RUN TestRunContainerWithBridgeNone [2021-11-17T22:28:07.686Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2021-11-17T22:28:07.686Z] === RUN TestAuthZPluginDenyResponse [2021-11-17T22:28:08.252Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2021-11-17T22:28:08.252Z] === RUN TestAuthZPluginAllowEventStream [2021-11-17T22:28:08.575Z] --- PASS: TestRunContainerWithBridgeNone (1.53s) [2021-11-17T22:28:08.575Z] === RUN TestNetworkInvalidJSON [2021-11-17T22:28:08.575Z] === RUN TestNetworkInvalidJSON//networks/create [2021-11-17T22:28:08.575Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-11-17T22:28:08.575Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-11-17T22:28:08.575Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-11-17T22:28:08.575Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-17T22:28:08.575Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-17T22:28:08.575Z] === CONT TestNetworkInvalidJSON//networks/create [2021-11-17T22:28:08.575Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-17T22:28:08.575Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-11-17T22:28:08.575Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-11-17T22:28:08.575Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-11-17T22:28:08.575Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-11-17T22:28:08.575Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-11-17T22:28:08.575Z] === RUN TestNetworkList [2021-11-17T22:28:08.575Z] === RUN TestNetworkList//networks [2021-11-17T22:28:08.575Z] === PAUSE TestNetworkList//networks [2021-11-17T22:28:08.575Z] === RUN TestNetworkList//networks/ [2021-11-17T22:28:08.575Z] === PAUSE TestNetworkList//networks/ [2021-11-17T22:28:08.575Z] === CONT TestNetworkList//networks [2021-11-17T22:28:08.575Z] === CONT TestNetworkList//networks/ [2021-11-17T22:28:08.575Z] --- PASS: TestNetworkList (0.01s) [2021-11-17T22:28:08.575Z] --- PASS: TestNetworkList//networks (0.00s) [2021-11-17T22:28:08.575Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-11-17T22:28:08.575Z] === RUN TestHostIPv4BridgeLabel [2021-11-17T22:28:08.833Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2021-11-17T22:28:08.833Z] === RUN TestDaemonRestartWithLiveRestore [2021-11-17T22:28:09.186Z] --- PASS: TestAuthZPluginAllowEventStream (1.03s) [2021-11-17T22:28:09.186Z] === RUN TestAuthZPluginErrorResponse [2021-11-17T22:28:09.752Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2021-11-17T22:28:09.752Z] === RUN TestAuthZPluginErrorRequest [2021-11-17T22:28:10.206Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2021-11-17T22:28:10.206Z] === RUN TestDaemonDefaultNetworkPools [2021-11-17T22:28:10.318Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2021-11-17T22:28:10.318Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-11-17T22:28:10.772Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2021-11-17T22:28:10.772Z] === RUN TestDaemonRestartWithExistingNetwork [2021-11-17T22:28:10.885Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2021-11-17T22:28:10.885Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-11-17T22:28:12.159Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s) [2021-11-17T22:28:12.159Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-11-17T22:28:12.260Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.27s) [2021-11-17T22:28:12.260Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-11-17T22:28:12.467Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-11-17T22:28:13.102Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2021-11-17T22:28:13.102Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-11-17T22:28:13.404Z] === RUN TestDockerDaemonSuite/TestShmSize [2021-11-17T22:28:13.636Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.24s) [2021-11-17T22:28:13.636Z] === RUN TestAuthZPluginHeader [2021-11-17T22:28:13.679Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2021-11-17T22:28:13.679Z] === RUN TestServiceWithPredefinedNetwork [2021-11-17T22:28:13.894Z] --- PASS: TestAuthZPluginHeader (0.67s) [2021-11-17T22:28:13.894Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-11-17T22:28:13.894Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-17T22:28:13.894Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-11-17T22:28:13.894Z] === RUN TestAuthZPluginV2Disable [2021-11-17T22:28:13.894Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-17T22:28:13.894Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-11-17T22:28:13.894Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-11-17T22:28:13.894Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-17T22:28:13.894Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-11-17T22:28:13.894Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-11-17T22:28:13.894Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-17T22:28:13.894Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-11-17T22:28:13.894Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-11-17T22:28:15.309Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2021-11-17T22:28:16.206Z] --- PASS: TestServiceWithPredefinedNetwork (2.23s) [2021-11-17T22:28:16.206Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-11-17T22:28:16.207Z] service_test.go:242: FLAKY_TEST [2021-11-17T22:28:16.207Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-17T22:28:16.207Z] === RUN TestServiceWithDataPathPortInit [2021-11-17T22:28:17.842Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2021-11-17T22:28:17.842Z] check_test.go:309: [d51021a90949e] daemon is not started [2021-11-17T22:28:17.842Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2021-11-17T22:28:19.218Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-11-17T22:28:21.121Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite (339.63s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (5.04s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.65s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.64s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.51s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.18s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.80s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.50s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.94s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.40s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.27s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.36s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.42s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.55s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.12s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.31s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.55s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.40s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.56s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.31s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.16s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.62s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.61s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.66s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.81s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.05s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.21s) [2021-11-17T22:28:23.655Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.04s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.18s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.64s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.68s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.05s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.53s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.27s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.27s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.33s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.53s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.72s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.68s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.52s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.43s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.75s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.59s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.01s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.57s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.56s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.54s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (8.05s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.55s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.89s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.22s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.13s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.65s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.66s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.50s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.57s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.22s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.43s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.67s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.58s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.00s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.57s) [2021-11-17T22:28:23.655Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-11-17T22:28:23.655Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.55s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.66s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.16s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.87s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.71s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.21s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.06s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.50s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.42s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.23s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (4.12s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.76s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.80s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.10s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.64s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.31s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.10s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.58s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.59s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (2.99s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.77s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.82s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.99s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.06s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.63s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.23s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.89s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.53s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.56s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.58s) [2021-11-17T22:28:23.655Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.61s) [2021-11-17T22:28:23.656Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.80s) [2021-11-17T22:28:23.656Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2021-11-17T22:28:23.656Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.33s) [2021-11-17T22:28:23.656Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.32s) [2021-11-17T22:28:23.656Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.03s) [2021-11-17T22:28:23.656Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.45s) [2021-11-17T22:28:23.656Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.84s) [2021-11-17T22:28:23.656Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.20s) [2021-11-17T22:28:23.656Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.26s) [2021-11-17T22:28:23.656Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (3.95s) [2021-11-17T22:28:23.656Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.62s) [2021-11-17T22:28:23.656Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.17s) [2021-11-17T22:28:23.656Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.21s) [2021-11-17T22:28:23.656Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (2.98s) [2021-11-17T22:28:23.656Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.34s) [2021-11-17T22:28:23.656Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.45s) [2021-11-17T22:28:23.656Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.63s) [2021-11-17T22:28:23.656Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.82s) [2021-11-17T22:28:23.656Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.51s) [2021-11-17T22:28:23.656Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.10s) [2021-11-17T22:28:23.656Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.53s) [2021-11-17T22:28:23.656Z] === RUN TestDockerSwarmSuite [2021-11-17T22:28:23.656Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2021-11-17T22:28:26.185Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2021-11-17T22:28:28.718Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2021-11-17T22:28:29.657Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-11-17T22:28:30.592Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-11-17T22:28:31.076Z] --- PASS: TestServiceWithDataPathPortInit (13.77s) [2021-11-17T22:28:31.076Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-11-17T22:28:31.529Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-11-17T22:28:31.971Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.70s) [2021-11-17T22:28:31.971Z] PASS [2021-11-17T22:28:31.971Z] [2021-11-17T22:28:31.971Z] === Skipped [2021-11-17T22:28:31.971Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-11-17T22:28:31.971Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-17T22:28:31.971Z] [2021-11-17T22:28:31.971Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-11-17T22:28:31.971Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-17T22:28:31.971Z] [2021-11-17T22:28:31.971Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-11-17T22:28:31.971Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-17T22:28:31.971Z] [2021-11-17T22:28:31.971Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-11-17T22:28:31.971Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-17T22:28:31.971Z] [2021-11-17T22:28:31.971Z] [2021-11-17T22:28:31.971Z] DONE 17 tests, 4 skipped in 25.904s [2021-11-17T22:28:31.971Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-11-17T22:28:31.971Z] ++ 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 [2021-11-17T22:28:31.971Z] ++ set -e [2021-11-17T22:28:31.971Z] ++ '[' -n 0 ']' [2021-11-17T22:28:31.971Z] ++ set -x [2021-11-17T22:28:31.971Z] ++ 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 [2021-11-17T22:28:31.971Z] INFO: Testing against a local daemon [2021-11-17T22:28:31.971Z] === RUN TestPluginInvalidJSON [2021-11-17T22:28:31.971Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-11-17T22:28:31.971Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-11-17T22:28:31.971Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-11-17T22:28:31.971Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-11-17T22:28:31.971Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-11-17T22:28:31.971Z] === RUN TestPluginInstall [2021-11-17T22:28:31.971Z] === RUN TestPluginInstall/no_auth [2021-11-17T22:28:31.971Z] time="2021-11-17T22:28:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-17T22:28:31.971Z] time="2021-11-17T22:28:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:67977b6e58e88ed6bc26b5105630cced548ac5261c378119363b5b9d0ed3573f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-17T22:28:31.971Z] time="2021-11-17T22:28:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-17T22:28:31.971Z] time="2021-11-17T22:28:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:67977b6e58e88ed6bc26b5105630cced548ac5261c378119363b5b9d0ed3573f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-17T22:28:32.098Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-11-17T22:28:32.229Z] === RUN TestPluginInstall/with_htpasswd [2021-11-17T22:28:32.450Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:x1akah32bqwe7vvr3o1prebts Created:2021-11-17 22:28:30.95097739 +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[87f1b3e12c12a857cdeb4bd82c3bf59b493b902f839c5b0794b1da96d434b315:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ziniyspl3eiw05ol60a6fgd40 EndpointID:2c36749be15c4d1c1892133ad0d95f70e2621276dd21ee64a1649a51e26eb48b MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:9759a4cf3c3e6483a9ab452e65cb06b5f3b3f09142dddf4cb0dd44ed0cffabf0 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:826b0c84070d IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ziniyspl3eiw05ol60a6fgd40 EndpointID:2c36749be15c4d1c1892133ad0d95f70e2621276dd21ee64a1649a51e26eb48b EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-11-17T22:28:32.796Z] time="2021-11-17T22:28:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-17T22:28:32.796Z] time="2021-11-17T22:28:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8dc38bce84eeeabaafdd1e1585c7a30a56536d7009e67684cad9e33bf352a5e1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-17T22:28:32.796Z] time="2021-11-17T22:28:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-17T22:28:32.796Z] time="2021-11-17T22:28:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8dc38bce84eeeabaafdd1e1585c7a30a56536d7009e67684cad9e33bf352a5e1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-17T22:28:32.796Z] === RUN TestPluginInstall/with_insecure [2021-11-17T22:28:33.475Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-11-17T22:28:33.475Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-11-17T22:28:33.475Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-11-17T22:28:33.730Z] time="2021-11-17T22:28:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-17T22:28:33.730Z] time="2021-11-17T22:28:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:21dce0202f8af7a76d8c91af403336d3fac5bf8ed1e68ca7847f76e36226c8ca" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-17T22:28:33.730Z] time="2021-11-17T22:28:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-17T22:28:33.730Z] time="2021-11-17T22:28:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:21dce0202f8af7a76d8c91af403336d3fac5bf8ed1e68ca7847f76e36226c8ca" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-17T22:28:33.733Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2021-11-17T22:28:33.988Z] plugin_test.go:165: [d93a4f7f2d9f8] daemon is not started [2021-11-17T22:28:33.989Z] --- PASS: TestPluginInstall (3.08s) [2021-11-17T22:28:33.989Z] --- PASS: TestPluginInstall/no_auth (1.46s) [2021-11-17T22:28:33.989Z] --- PASS: TestPluginInstall/with_htpasswd (0.59s) [2021-11-17T22:28:33.989Z] --- PASS: TestPluginInstall/with_insecure (1.03s) [2021-11-17T22:28:33.989Z] === RUN TestPluginsWithRuntimes [2021-11-17T22:28:33.992Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-11-17T22:28:35.363Z] === RUN TestPluginsWithRuntimes/No_Args [2021-11-17T22:28:36.298Z] === RUN TestPluginsWithRuntimes/With_Args [2021-11-17T22:28:36.632Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.91s) [2021-11-17T22:28:36.632Z] PASS [2021-11-17T22:28:36.632Z] [2021-11-17T22:28:36.632Z] === Skipped [2021-11-17T22:28:36.632Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-17T22:28:36.632Z] service_test.go:242: FLAKY_TEST [2021-11-17T22:28:36.632Z] [2021-11-17T22:28:36.632Z] [2021-11-17T22:28:36.632Z] DONE 26 tests, 1 skipped in 43.933s [2021-11-17T22:28:36.632Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-11-17T22:28:36.632Z] INFO: Testing against a local daemon [2021-11-17T22:28:36.632Z] === RUN TestDockerNetworkIpvlanPersistance [2021-11-17T22:28:36.632Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-17T22:28:36.632Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-11-17T22:28:36.632Z] === RUN TestDockerNetworkIpvlan [2021-11-17T22:28:36.632Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-17T22:28:36.632Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-11-17T22:28:36.632Z] PASS [2021-11-17T22:28:36.632Z] [2021-11-17T22:28:36.632Z] === Skipped [2021-11-17T22:28:36.632Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-11-17T22:28:36.632Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-17T22:28:36.632Z] [2021-11-17T22:28:36.632Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-11-17T22:28:36.632Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-17T22:28:36.632Z] [2021-11-17T22:28:36.632Z] [2021-11-17T22:28:36.632Z] DONE 2 tests, 2 skipped in 0.053s [2021-11-17T22:28:36.632Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-11-17T22:28:36.632Z] INFO: Testing against a local daemon [2021-11-17T22:28:36.632Z] === RUN TestDockerNetworkMacvlanPersistance [2021-11-17T22:28:37.231Z] --- PASS: TestPluginsWithRuntimes (3.10s) [2021-11-17T22:28:37.231Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.80s) [2021-11-17T22:28:37.231Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.78s) [2021-11-17T22:28:37.231Z] === RUN TestPluginBackCompatMediaTypes [2021-11-17T22:28:37.490Z] --- PASS: TestPluginBackCompatMediaTypes (0.56s) [2021-11-17T22:28:37.490Z] PASS [2021-11-17T22:28:37.490Z] [2021-11-17T22:28:37.490Z] DONE 10 tests in 6.866s [2021-11-17T22:28:37.490Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-11-17T22:28:37.490Z] ++ 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 [2021-11-17T22:28:37.490Z] ++ set -e [2021-11-17T22:28:37.490Z] ++ '[' -n 0 ']' [2021-11-17T22:28:37.490Z] ++ set -x [2021-11-17T22:28:37.490Z] ++ 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 [2021-11-17T22:28:37.748Z] INFO: Testing against a local daemon [2021-11-17T22:28:37.748Z] === RUN TestExternalGraphDriver [2021-11-17T22:28:37.748Z] === RUN TestExternalGraphDriver/json [2021-11-17T22:28:38.007Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.33s) [2021-11-17T22:28:38.007Z] === RUN TestDockerNetworkMacvlan [2021-11-17T22:28:38.575Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-11-17T22:28:39.510Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-11-17T22:28:39.649Z] === RUN TestExternalGraphDriver/spec [2021-11-17T22:28:40.077Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-11-17T22:28:41.023Z] === RUN TestExternalGraphDriver/pull [2021-11-17T22:28:42.396Z] --- PASS: TestExternalGraphDriver (4.65s) [2021-11-17T22:28:42.396Z] --- PASS: TestExternalGraphDriver/json (1.51s) [2021-11-17T22:28:42.396Z] --- PASS: TestExternalGraphDriver/spec (1.50s) [2021-11-17T22:28:42.396Z] --- PASS: TestExternalGraphDriver/pull (1.56s) [2021-11-17T22:28:42.396Z] === RUN TestGraphdriverPluginV2 [2021-11-17T22:28:42.396Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-17T22:28:42.396Z] --- SKIP: TestGraphdriverPluginV2 (0.03s) [2021-11-17T22:28:42.396Z] PASS [2021-11-17T22:28:42.396Z] [2021-11-17T22:28:42.396Z] === Skipped [2021-11-17T22:28:42.396Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s) [2021-11-17T22:28:42.396Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-17T22:28:42.396Z] [2021-11-17T22:28:42.396Z] [2021-11-17T22:28:42.396Z] DONE 5 tests, 1 skipped in 4.784s [2021-11-17T22:28:42.396Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-11-17T22:28:42.397Z] ++ 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 [2021-11-17T22:28:42.397Z] ++ set -e [2021-11-17T22:28:42.397Z] ++ '[' -n 0 ']' [2021-11-17T22:28:42.397Z] ++ set -x [2021-11-17T22:28:42.397Z] ++ 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 [2021-11-17T22:28:42.397Z] INFO: Testing against a local daemon [2021-11-17T22:28:42.397Z] === RUN TestContinueAfterPluginCrash [2021-11-17T22:28:42.397Z] === PAUSE TestContinueAfterPluginCrash [2021-11-17T22:28:42.397Z] === RUN TestReadPluginNoRead [2021-11-17T22:28:42.397Z] === PAUSE TestReadPluginNoRead [2021-11-17T22:28:42.397Z] === RUN TestDaemonStartWithLogOpt [2021-11-17T22:28:42.397Z] === PAUSE TestDaemonStartWithLogOpt [2021-11-17T22:28:42.397Z] === CONT TestContinueAfterPluginCrash [2021-11-17T22:28:42.397Z] === CONT TestDaemonStartWithLogOpt [2021-11-17T22:28:42.605Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-11-17T22:28:43.961Z] === RUN TestDockerSuite/TestBuildExpose [2021-11-17T22:28:43.961Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-11-17T22:28:43.961Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-11-17T22:28:43.961Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-11-17T22:28:43.961Z] === RUN TestDockerSuite/TestBuildFails [2021-11-17T22:28:43.980Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-11-17T22:28:44.895Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-11-17T22:28:44.895Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-11-17T22:28:45.679Z] --- PASS: TestDaemonStartWithLogOpt (2.93s) [2021-11-17T22:28:45.679Z] === CONT TestReadPluginNoRead [2021-11-17T22:28:46.796Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-11-17T22:28:47.055Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2021-11-17T22:28:47.265Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-11-17T22:28:47.579Z] === RUN TestReadPluginNoRead/default [2021-11-17T22:28:47.831Z] --- PASS: TestDockerNetworkMacvlan (9.76s) [2021-11-17T22:28:47.831Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2021-11-17T22:28:47.831Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2021-11-17T22:28:47.831Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.01s) [2021-11-17T22:28:47.831Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.83s) [2021-11-17T22:28:47.831Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.08s) [2021-11-17T22:28:47.831Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.64s) [2021-11-17T22:28:47.831Z] PASS [2021-11-17T22:28:47.831Z] [2021-11-17T22:28:47.831Z] DONE 8 tests in 11.139s [2021-11-17T22:28:47.831Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-11-17T22:28:47.831Z] testing: warning: no tests to run [2021-11-17T22:28:47.831Z] PASS [2021-11-17T22:28:47.831Z] [2021-11-17T22:28:47.831Z] DONE 0 tests in 0.011s [2021-11-17T22:28:47.831Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-11-17T22:28:47.831Z] INFO: Testing against a local daemon [2021-11-17T22:28:47.831Z] === RUN TestAuthZPluginAllowRequest [2021-11-17T22:28:47.990Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2021-11-17T22:28:48.513Z] === RUN TestReadPluginNoRead/disabled_caching [2021-11-17T22:28:48.557Z] === RUN TestDockerSuite/TestBuildForceRm [2021-11-17T22:28:49.205Z] --- PASS: TestAuthZPluginAllowRequest (1.17s) [2021-11-17T22:28:49.205Z] === RUN TestAuthZPluginTLS [2021-11-17T22:28:49.464Z] --- PASS: TestAuthZPluginTLS (0.55s) [2021-11-17T22:28:49.464Z] === RUN TestAuthZPluginDenyRequest [2021-11-17T22:28:49.887Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-11-17T22:28:50.030Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2021-11-17T22:28:50.030Z] === RUN TestAuthZPluginAPIDenyResponse [2021-11-17T22:28:50.453Z] --- PASS: TestContinueAfterPluginCrash (7.85s) [2021-11-17T22:28:50.461Z] === RUN TestDockerSuite/TestBuildFromGit [2021-11-17T22:28:50.596Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2021-11-17T22:28:50.596Z] === RUN TestAuthZPluginDenyResponse [2021-11-17T22:28:50.712Z] === CONT TestReadPluginNoRead [2021-11-17T22:28:50.712Z] read_test.go:92: [d07b0e74e60df] daemon is not started [2021-11-17T22:28:50.712Z] --- PASS: TestReadPluginNoRead (5.32s) [2021-11-17T22:28:50.712Z] --- PASS: TestReadPluginNoRead/default (1.10s) [2021-11-17T22:28:50.712Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.07s) [2021-11-17T22:28:50.712Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.09s) [2021-11-17T22:28:50.712Z] PASS [2021-11-17T22:28:50.712Z] [2021-11-17T22:28:50.712Z] DONE 6 tests in 8.358s [2021-11-17T22:28:50.712Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-11-17T22:28:50.712Z] ++ 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 [2021-11-17T22:28:50.712Z] ++ set -e [2021-11-17T22:28:50.712Z] ++ '[' -n 0 ']' [2021-11-17T22:28:50.712Z] ++ set -x [2021-11-17T22:28:50.712Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2021-11-17T22:28:50.712Z] testing: warning: no tests to run [2021-11-17T22:28:50.712Z] PASS [2021-11-17T22:28:50.712Z] [2021-11-17T22:28:50.712Z] DONE 0 tests in 0.028s [2021-11-17T22:28:50.712Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-11-17T22:28:50.712Z] ++ 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 [2021-11-17T22:28:50.712Z] ++ set -e [2021-11-17T22:28:50.712Z] ++ '[' -n 0 ']' [2021-11-17T22:28:50.712Z] ++ set -x [2021-11-17T22:28:50.712Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2021-11-17T22:28:50.719Z] docker_api_swarm_test.go:562: [d9cc840154cee] joining swarm manager [dc7060e1f0de3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-17T22:28:50.804Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2021-11-17T22:28:50.804Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2021-11-17T22:28:50.804Z] remote: Enumerating objects: 23, done. [2021-11-17T22:28:50.804Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2021-11-17T22:28:50.804Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2021-11-17T22:28:50.804Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2021-11-17T22:28:50.804Z] Unpacking objects: 4% (1/23) Unpacking objects: 8% (2/23) Unpacking objects: 13% (3/23) Unpacking objects: 17% (4/23) Unpacking objects: 21% (5/23) Unpacking objects: 26% (6/23) Unpacking objects: 30% (7/23) Unpacking objects: 34% (8/23) Unpacking objects: 39% (9/23) Unpacking objects: 43% (10/23) Unpacking objects: 47% (11/23) Unpacking objects: 52% (12/23) Unpacking objects: 56% (13/23) Unpacking objects: 60% (14/23) Unpacking objects: 65% (15/23) Unpacking objects: 69% (16/23) Unpacking objects: 73% (17/23) Unpacking objects: 78% (18/23) Unpacking objects: 82% (19/23) Unpacking objects: 86% (20/23) Unpacking objects: 91% (21/23) Unpacking objects: 95% (22/23) Unpacking objects: 100% (23/23) Unpacking objects: 100% (23/23), done. [2021-11-17T22:28:50.804Z] Building: bundles/cross/windows/amd64/containerutility.exe [2021-11-17T22:28:50.804Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-11-17T22:28:50.970Z] INFO: Testing against a local daemon [2021-11-17T22:28:50.970Z] === RUN TestPluginWithDevMounts [2021-11-17T22:28:50.970Z] === PAUSE TestPluginWithDevMounts [2021-11-17T22:28:50.970Z] === CONT TestPluginWithDevMounts [2021-11-17T22:28:51.140Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43024/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=781229ebb92184d01e91497b8a94e88934f8afc3 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:781229ebb92184d01e91497b8a94e88934f8afc3 hack/test/unit [2021-11-17T22:28:51.163Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2021-11-17T22:28:51.163Z] === RUN TestAuthZPluginAllowEventStream [2021-11-17T22:28:52.093Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-11-17T22:28:52.344Z] --- PASS: TestPluginWithDevMounts (1.50s) [2021-11-17T22:28:52.344Z] PASS [2021-11-17T22:28:52.344Z] [2021-11-17T22:28:52.344Z] DONE 1 tests in 1.603s [2021-11-17T22:28:52.344Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2021-11-17T22:28:52.344Z] ++ 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 [2021-11-17T22:28:52.344Z] ++ set -e [2021-11-17T22:28:52.344Z] ++ '[' -n 0 ']' [2021-11-17T22:28:52.344Z] ++ set -x [2021-11-17T22:28:52.344Z] ++ 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 [2021-11-17T22:28:52.351Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-11-17T22:28:52.536Z] --- PASS: TestAuthZPluginAllowEventStream (1.17s) [2021-11-17T22:28:52.536Z] === RUN TestAuthZPluginErrorResponse [2021-11-17T22:28:52.602Z] INFO: Testing against a local daemon [2021-11-17T22:28:52.602Z] === RUN TestSecretInspect [2021-11-17T22:28:52.795Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2021-11-17T22:28:52.795Z] === RUN TestAuthZPluginErrorRequest [2021-11-17T22:28:53.367Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2021-11-17T22:28:53.367Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-11-17T22:28:53.725Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-11-17T22:28:53.936Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2021-11-17T22:28:53.936Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-11-17T22:28:54.442Z] ? github.com/docker/docker/api [no test files] [2021-11-17T22:28:54.503Z] --- PASS: TestSecretInspect (1.72s) [2021-11-17T22:28:54.503Z] === RUN TestSecretList [2021-11-17T22:28:55.104Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-11-17T22:28:55.310Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.40s) [2021-11-17T22:28:55.310Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-11-17T22:28:55.882Z] --- PASS: TestSecretList (1.69s) [2021-11-17T22:28:55.882Z] === RUN TestSecretsCreateAndDelete [2021-11-17T22:28:56.480Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-11-17T22:28:56.688Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.42s) [2021-11-17T22:28:56.688Z] === RUN TestAuthZPluginHeader [2021-11-17T22:28:56.739Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-11-17T22:28:57.624Z] --- PASS: TestAuthZPluginHeader (0.71s) [2021-11-17T22:28:57.624Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-11-17T22:28:57.783Z] --- PASS: TestSecretsCreateAndDelete (1.69s) [2021-11-17T22:28:57.783Z] === RUN TestSecretsUpdate [2021-11-17T22:28:58.649Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-11-17T22:28:59.683Z] --- PASS: TestSecretsUpdate (2.10s) [2021-11-17T22:28:59.683Z] === RUN TestTemplatedSecret [2021-11-17T22:29:00.038Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-11-17T22:29:01.416Z] === RUN TestDockerSuite/TestBuildHistory [2021-11-17T22:29:01.807Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.88s) [2021-11-17T22:29:01.808Z] === RUN TestAuthZPluginV2Disable [2021-11-17T22:29:02.215Z] --- PASS: TestTemplatedSecret (2.51s) [2021-11-17T22:29:02.215Z] === RUN TestSecretCreateResolve [2021-11-17T22:29:03.319Z] docker_api_swarm_test.go:584: [d30f1bdc45c29] joining swarm manager [dc7060e1f0de3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-17T22:29:04.769Z] --- PASS: TestSecretCreateResolve (2.10s) [2021-11-17T22:29:04.769Z] PASS [2021-11-17T22:29:04.769Z] [2021-11-17T22:29:04.769Z] DONE 6 tests in 11.921s [2021-11-17T22:29:04.769Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2021-11-17T22:29:04.770Z] ++ 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 [2021-11-17T22:29:04.770Z] ++ set -e [2021-11-17T22:29:04.770Z] ++ '[' -n 0 ']' [2021-11-17T22:29:04.770Z] ++ set -x [2021-11-17T22:29:04.770Z] ++ 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 [2021-11-17T22:29:04.770Z] INFO: Testing against a local daemon [2021-11-17T22:29:04.770Z] === RUN TestServiceCreateInit [2021-11-17T22:29:04.770Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-11-17T22:29:05.090Z] --- PASS: TestAuthZPluginV2Disable (3.38s) [2021-11-17T22:29:05.090Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-11-17T22:29:05.850Z] check_test.go:380: [d9cc840154cee] daemon is not started [2021-11-17T22:29:06.109Z] === RUN TestDockerSuite/TestBuildIidFile [2021-11-17T22:29:06.676Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-11-17T22:29:07.243Z] === RUN TestDockerSuite/TestBuildInheritance [2021-11-17T22:29:07.810Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-11-17T22:29:08.061Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-11-17T22:29:08.372Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.24s) [2021-11-17T22:29:08.372Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-11-17T22:29:08.377Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-11-17T22:29:08.377Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-11-17T22:29:09.311Z] === RUN TestDockerSuite/TestBuildLabel [2021-11-17T22:29:09.417Z] ok github.com/docker/docker/api/server 0.004s coverage: 9.0% of statements [2021-11-17T22:29:09.570Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-11-17T22:29:10.137Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-11-17T22:29:10.395Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-11-17T22:29:10.654Z] === RUN TestDockerSuite/TestBuildLabels [2021-11-17T22:29:11.240Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-11-17T22:29:11.343Z] --- PASS: TestServiceCreateInit (6.78s) [2021-11-17T22:29:11.343Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.52s) [2021-11-17T22:29:11.343Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.25s) [2021-11-17T22:29:11.343Z] === RUN TestCreateServiceMultipleTimes [2021-11-17T22:29:12.616Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-11-17T22:29:15.147Z] === RUN TestDockerSuite/TestBuildLastModified [2021-11-17T22:29:16.522Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2021-11-17T22:29:16.522Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-11-17T22:29:16.522Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2021-11-17T22:29:18.338Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.39s) [2021-11-17T22:29:18.338Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-11-17T22:29:19.052Z] docker_api_swarm_test.go:45: [dfbb74e26ab7d] joining swarm manager [da81d421c2fd4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-17T22:29:19.988Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-11-17T22:29:21.889Z] --- PASS: TestImportExtremelyLargeImageWorks (188.57s) [2021-11-17T22:29:21.889Z] PASS [2021-11-17T22:29:21.889Z] [2021-11-17T22:29:21.889Z] DONE 12 tests in 192.245s [2021-11-17T22:29:21.889Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-11-17T22:29:21.889Z] ++ 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 [2021-11-17T22:29:21.889Z] ++ set -e [2021-11-17T22:29:21.889Z] ++ '[' -n 0 ']' [2021-11-17T22:29:21.889Z] ++ set -x [2021-11-17T22:29:21.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-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 [2021-11-17T22:29:21.889Z] INFO: Testing against a local daemon [2021-11-17T22:29:21.889Z] === RUN TestNetworkCreateDelete [2021-11-17T22:29:22.148Z] --- PASS: TestNetworkCreateDelete (0.20s) [2021-11-17T22:29:22.148Z] === RUN TestDockerNetworkDeletePreferID [2021-11-17T22:29:22.715Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-11-17T22:29:22.715Z] --- PASS: TestDockerNetworkDeletePreferID (0.47s) [2021-11-17T22:29:22.715Z] === RUN TestDaemonDNSFallback [2021-11-17T22:29:22.715Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-11-17T22:29:22.991Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-11-17T22:29:22.991Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-11-17T22:29:22.991Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-11-17T22:29:23.259Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-11-17T22:29:24.633Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-11-17T22:29:25.567Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-11-17T22:29:26.214Z] --- PASS: TestCreateServiceMultipleTimes (14.37s) [2021-11-17T22:29:26.214Z] === RUN TestCreateServiceConflict [2021-11-17T22:29:27.467Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-11-17T22:29:27.587Z] --- PASS: TestCreateServiceConflict (1.68s) [2021-11-17T22:29:27.587Z] === RUN TestCreateServiceMaxReplicas [2021-11-17T22:29:27.726Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-11-17T22:29:28.293Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-11-17T22:29:29.229Z] --- PASS: TestDaemonDNSFallback (6.67s) [2021-11-17T22:29:29.229Z] === RUN TestInspectNetwork [2021-11-17T22:29:29.489Z] --- PASS: TestCreateServiceMaxReplicas (2.09s) [2021-11-17T22:29:29.489Z] === RUN TestCreateWithDuplicateNetworkNames [2021-11-17T22:29:34.497Z] === RUN TestInspectNetwork/full_network_id [2021-11-17T22:29:34.497Z] === RUN TestInspectNetwork/partial_network_id [2021-11-17T22:29:34.497Z] === RUN TestInspectNetwork/network_name [2021-11-17T22:29:34.497Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-11-17T22:29:35.430Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-11-17T22:29:36.464Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2021-11-17T22:29:36.464Z] PASS [2021-11-17T22:29:36.464Z] [2021-11-17T22:29:36.464Z] DONE 17 tests in 46.165s [2021-11-17T22:29:36.464Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-11-17T22:29:36.464Z] INFO: Testing against a local daemon [2021-11-17T22:29:36.464Z] === RUN TestPluginInvalidJSON [2021-11-17T22:29:36.464Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-11-17T22:29:36.464Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-11-17T22:29:36.464Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-11-17T22:29:36.464Z] --- PASS: TestPluginInvalidJSON (0.05s) [2021-11-17T22:29:36.464Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-11-17T22:29:36.464Z] === RUN TestPluginInstall [2021-11-17T22:29:36.464Z] === RUN TestPluginInstall/no_auth [2021-11-17T22:29:36.464Z] time="2021-11-17T22:29:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-17T22:29:36.464Z] time="2021-11-17T22:29:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7031a6658e9f7685ebae8b00ce7afeb836e17b8669558cfdf68085baf41d9822" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-17T22:29:36.464Z] time="2021-11-17T22:29:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-17T22:29:36.464Z] time="2021-11-17T22:29:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7031a6658e9f7685ebae8b00ce7afeb836e17b8669558cfdf68085baf41d9822" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-17T22:29:36.464Z] === RUN TestPluginInstall/with_htpasswd [2021-11-17T22:29:36.464Z] time="2021-11-17T22:29:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-17T22:29:36.464Z] time="2021-11-17T22:29:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7031a6658e9f7685ebae8b00ce7afeb836e17b8669558cfdf68085baf41d9822" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-17T22:29:36.464Z] time="2021-11-17T22:29:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-17T22:29:36.464Z] time="2021-11-17T22:29:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7031a6658e9f7685ebae8b00ce7afeb836e17b8669558cfdf68085baf41d9822" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-17T22:29:36.464Z] === RUN TestPluginInstall/with_insecure [2021-11-17T22:29:37.398Z] time="2021-11-17T22:29:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-17T22:29:37.398Z] time="2021-11-17T22:29:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:810b4d802c241daddd217a871f61a1a8bad6e8cba5c12f7a3ccc7770f47293b2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-17T22:29:37.398Z] time="2021-11-17T22:29:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-17T22:29:37.398Z] time="2021-11-17T22:29:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:810b4d802c241daddd217a871f61a1a8bad6e8cba5c12f7a3ccc7770f47293b2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-17T22:29:37.656Z] plugin_test.go:165: [db58c534e0dcc] daemon is not started [2021-11-17T22:29:37.656Z] --- PASS: TestPluginInstall (3.37s) [2021-11-17T22:29:37.656Z] --- PASS: TestPluginInstall/no_auth (1.57s) [2021-11-17T22:29:37.656Z] --- PASS: TestPluginInstall/with_htpasswd (0.66s) [2021-11-17T22:29:37.656Z] --- PASS: TestPluginInstall/with_insecure (1.14s) [2021-11-17T22:29:37.656Z] === RUN TestPluginsWithRuntimes [2021-11-17T22:29:37.960Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-11-17T22:29:37.960Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2021-11-17T22:29:38.176Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-11-17T22:29:38.176Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-11-17T22:29:38.176Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-11-17T22:29:38.176Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-11-17T22:29:38.176Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-11-17T22:29:38.176Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-11-17T22:29:38.176Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-11-17T22:29:38.176Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-11-17T22:29:38.176Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-11-17T22:29:38.176Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-11-17T22:29:38.176Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-11-17T22:29:38.176Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-11-17T22:29:38.176Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-11-17T22:29:38.176Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-11-17T22:29:38.176Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-11-17T22:29:38.176Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-11-17T22:29:38.526Z] --- PASS: TestInspectNetwork (9.23s) [2021-11-17T22:29:38.526Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-11-17T22:29:38.526Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-11-17T22:29:38.526Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-11-17T22:29:38.526Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.01s) [2021-11-17T22:29:38.526Z] === RUN TestRunContainerWithBridgeNone [2021-11-17T22:29:38.785Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-11-17T22:29:38.785Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2021-11-17T22:29:39.031Z] === RUN TestPluginsWithRuntimes/No_Args [2021-11-17T22:29:39.749Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-11-17T22:29:39.749Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-11-17T22:29:39.749Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-11-17T22:29:39.749Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-11-17T22:29:39.749Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-11-17T22:29:39.749Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-11-17T22:29:39.964Z] === RUN TestPluginsWithRuntimes/With_Args [2021-11-17T22:29:40.690Z] --- PASS: TestRunContainerWithBridgeNone (2.22s) [2021-11-17T22:29:40.690Z] === RUN TestNetworkInvalidJSON [2021-11-17T22:29:40.690Z] === RUN TestNetworkInvalidJSON//networks/create [2021-11-17T22:29:40.690Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-11-17T22:29:40.690Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-11-17T22:29:40.690Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-11-17T22:29:40.690Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-17T22:29:40.690Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-17T22:29:40.690Z] === CONT TestNetworkInvalidJSON//networks/create [2021-11-17T22:29:40.690Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-17T22:29:40.690Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-11-17T22:29:40.690Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-11-17T22:29:40.690Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-11-17T22:29:40.690Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-11-17T22:29:40.690Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-11-17T22:29:40.690Z] === RUN TestNetworkList [2021-11-17T22:29:40.690Z] === RUN TestNetworkList//networks [2021-11-17T22:29:40.690Z] === PAUSE TestNetworkList//networks [2021-11-17T22:29:40.690Z] === RUN TestNetworkList//networks/ [2021-11-17T22:29:40.690Z] === PAUSE TestNetworkList//networks/ [2021-11-17T22:29:40.690Z] === CONT TestNetworkList//networks [2021-11-17T22:29:40.690Z] === CONT TestNetworkList//networks/ [2021-11-17T22:29:40.690Z] --- PASS: TestNetworkList (0.03s) [2021-11-17T22:29:40.690Z] --- PASS: TestNetworkList//networks (0.00s) [2021-11-17T22:29:40.690Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-11-17T22:29:40.690Z] === RUN TestHostIPv4BridgeLabel [2021-11-17T22:29:40.899Z] --- PASS: TestPluginsWithRuntimes (3.32s) [2021-11-17T22:29:40.899Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.86s) [2021-11-17T22:29:40.899Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.87s) [2021-11-17T22:29:40.899Z] === RUN TestPluginBackCompatMediaTypes [2021-11-17T22:29:41.258Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-11-17T22:29:41.258Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-11-17T22:29:41.258Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-11-17T22:29:41.465Z] --- PASS: TestPluginBackCompatMediaTypes (0.59s) [2021-11-17T22:29:41.465Z] PASS [2021-11-17T22:29:41.465Z] [2021-11-17T22:29:41.465Z] DONE 10 tests in 7.434s [2021-11-17T22:29:41.465Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-11-17T22:29:41.465Z] INFO: Testing against a local daemon [2021-11-17T22:29:41.465Z] === RUN TestExternalGraphDriver [2021-11-17T22:29:41.465Z] === RUN TestExternalGraphDriver/json [2021-11-17T22:29:41.517Z] --- PASS: TestHostIPv4BridgeLabel (0.63s) [2021-11-17T22:29:41.517Z] === RUN TestDaemonRestartWithLiveRestore [2021-11-17T22:29:41.980Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-11-17T22:29:42.450Z] --- PASS: TestDaemonRestartWithLiveRestore (1.11s) [2021-11-17T22:29:42.450Z] === RUN TestDaemonDefaultNetworkPools [2021-11-17T22:29:43.366Z] === RUN TestExternalGraphDriver/spec [2021-11-17T22:29:43.388Z] --- PASS: TestDaemonDefaultNetworkPools (0.84s) [2021-11-17T22:29:43.388Z] === RUN TestDaemonRestartWithExistingNetwork [2021-11-17T22:29:44.357Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.61s) [2021-11-17T22:29:44.357Z] === RUN TestCreateServiceSecretFileMode [2021-11-17T22:29:44.761Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-11-17T22:29:44.761Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s) [2021-11-17T22:29:44.761Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-11-17T22:29:45.019Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-11-17T22:29:45.266Z] === RUN TestExternalGraphDriver/pull [2021-11-17T22:29:45.955Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.31s) [2021-11-17T22:29:45.955Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-11-17T22:29:46.521Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-11-17T22:29:46.521Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.62s) [2021-11-17T22:29:46.521Z] === RUN TestServiceWithPredefinedNetwork [2021-11-17T22:29:46.521Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-11-17T22:29:46.640Z] --- PASS: TestExternalGraphDriver (5.04s) [2021-11-17T22:29:46.640Z] --- PASS: TestExternalGraphDriver/json (1.68s) [2021-11-17T22:29:46.640Z] --- PASS: TestExternalGraphDriver/spec (1.66s) [2021-11-17T22:29:46.640Z] --- PASS: TestExternalGraphDriver/pull (1.65s) [2021-11-17T22:29:46.640Z] === RUN TestGraphdriverPluginV2 [2021-11-17T22:29:47.904Z] === RUN TestDockerSuite/TestBuildNetNone [2021-11-17T22:29:48.839Z] === RUN TestDockerSuite/TestBuildNoContext [2021-11-17T22:29:49.404Z] --- PASS: TestServiceWithPredefinedNetwork (2.81s) [2021-11-17T22:29:49.404Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-11-17T22:29:49.404Z] service_test.go:242: FLAKY_TEST [2021-11-17T22:29:49.404Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-17T22:29:49.404Z] === RUN TestServiceWithDataPathPortInit [2021-11-17T22:29:49.404Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-11-17T22:29:49.970Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-11-17T22:29:50.826Z] --- PASS: TestGraphdriverPluginV2 (3.86s) [2021-11-17T22:29:50.826Z] PASS [2021-11-17T22:29:50.826Z] [2021-11-17T22:29:50.826Z] DONE 5 tests in 8.940s [2021-11-17T22:29:50.826Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-11-17T22:29:50.826Z] INFO: Testing against a local daemon [2021-11-17T22:29:50.826Z] === RUN TestContinueAfterPluginCrash [2021-11-17T22:29:50.826Z] === PAUSE TestContinueAfterPluginCrash [2021-11-17T22:29:50.826Z] === RUN TestReadPluginNoRead [2021-11-17T22:29:50.826Z] === PAUSE TestReadPluginNoRead [2021-11-17T22:29:50.826Z] === RUN TestDaemonStartWithLogOpt [2021-11-17T22:29:50.826Z] === PAUSE TestDaemonStartWithLogOpt [2021-11-17T22:29:50.826Z] === CONT TestContinueAfterPluginCrash [2021-11-17T22:29:50.826Z] === CONT TestDaemonStartWithLogOpt [2021-11-17T22:29:51.346Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-11-17T22:29:51.913Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-11-17T22:29:51.913Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-11-17T22:29:52.172Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-11-17T22:29:52.430Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-11-17T22:29:52.446Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-11-17T22:29:52.997Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-11-17T22:29:54.109Z] --- PASS: TestDaemonStartWithLogOpt (3.39s) [2021-11-17T22:29:54.109Z] === CONT TestReadPluginNoRead [2021-11-17T22:29:54.325Z] --- PASS: TestCreateServiceSecretFileMode (12.43s) [2021-11-17T22:29:54.325Z] === RUN TestCreateServiceConfigFileMode [2021-11-17T22:29:54.371Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-11-17T22:29:54.629Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-11-17T22:29:56.002Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-11-17T22:29:56.010Z] === RUN TestReadPluginNoRead/disabled_caching [2021-11-17T22:29:56.253Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-11-17T22:29:56.724Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-11-17T22:29:56.724Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-11-17T22:29:56.724Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-11-17T22:29:57.376Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-11-17T22:29:57.382Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-11-17T22:29:58.753Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-11-17T22:29:58.756Z] === RUN TestReadPluginNoRead/default [2021-11-17T22:29:58.756Z] --- PASS: TestContinueAfterPluginCrash (8.33s) [2021-11-17T22:29:59.689Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-11-17T22:29:59.690Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-11-17T22:29:59.690Z] === CONT TestReadPluginNoRead [2021-11-17T22:29:59.690Z] read_test.go:92: [db1bb4df6d495] daemon is not started [2021-11-17T22:29:59.690Z] --- PASS: TestReadPluginNoRead (5.79s) [2021-11-17T22:29:59.690Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.21s) [2021-11-17T22:29:59.690Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.17s) [2021-11-17T22:29:59.690Z] --- PASS: TestReadPluginNoRead/default (1.17s) [2021-11-17T22:29:59.690Z] PASS [2021-11-17T22:29:59.690Z] [2021-11-17T22:29:59.690Z] DONE 6 tests in 9.224s [2021-11-17T22:29:59.690Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-11-17T22:29:59.690Z] testing: warning: no tests to run [2021-11-17T22:29:59.690Z] PASS [2021-11-17T22:29:59.690Z] [2021-11-17T22:29:59.690Z] DONE 0 tests in 0.009s [2021-11-17T22:29:59.690Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-11-17T22:29:59.690Z] INFO: Testing against a local daemon [2021-11-17T22:29:59.690Z] === RUN TestPluginWithDevMounts [2021-11-17T22:29:59.690Z] === PAUSE TestPluginWithDevMounts [2021-11-17T22:29:59.690Z] === CONT TestPluginWithDevMounts [2021-11-17T22:30:00.626Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-11-17T22:30:00.884Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-11-17T22:30:01.262Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-11-17T22:30:01.591Z] --- PASS: TestPluginWithDevMounts (1.61s) [2021-11-17T22:30:01.591Z] PASS [2021-11-17T22:30:01.591Z] [2021-11-17T22:30:01.591Z] DONE 1 tests in 1.666s [2021-11-17T22:30:01.591Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-11-17T22:30:01.591Z] INFO: Testing against a local daemon [2021-11-17T22:30:01.591Z] === RUN TestSecretInspect [2021-11-17T22:30:03.414Z] === RUN TestDockerSuite/TestBuildPATH [2021-11-17T22:30:03.491Z] --- PASS: TestSecretInspect (2.17s) [2021-11-17T22:30:03.491Z] === RUN TestSecretList [2021-11-17T22:30:04.789Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-11-17T22:30:05.070Z] === RUN TestDockerSuite/TestBuildAddScript [2021-11-17T22:30:05.070Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-11-17T22:30:05.070Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-11-17T22:30:05.070Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-11-17T22:30:05.070Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-11-17T22:30:05.070Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-11-17T22:30:05.070Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-11-17T22:30:05.070Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-11-17T22:30:05.070Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-11-17T22:30:05.355Z] --- PASS: TestServiceWithDataPathPortInit (16.05s) [2021-11-17T22:30:05.355Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-11-17T22:30:05.355Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-11-17T22:30:05.543Z] === RUN TestDockerSuite/TestBuildAddTar [2021-11-17T22:30:06.019Z] --- PASS: TestSecretList (2.16s) [2021-11-17T22:30:06.019Z] === RUN TestSecretsCreateAndDelete [2021-11-17T22:30:06.288Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-11-17T22:30:07.918Z] --- PASS: TestSecretsCreateAndDelete (2.17s) [2021-11-17T22:30:07.918Z] === RUN TestSecretsUpdate [2021-11-17T22:30:08.823Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:p87elubx9nt3dqwuburb9o2x6 Created:2021-11-17 22:30:06.764568614 +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[0a8148ba98e1fc9d5c8e9a21cae3849c933425e05f8479541fb639b6942a18e1:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.nj0hieaa6zjmoj22usp79hxpc EndpointID:591b966e5a280b445415e8e12ade9198842cd50a8acf5d5b8c63ea6fa2b35a30 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:bbdadf5a17b66ff3656490e13b2a8b5cc25572bf154fc341b6fdd559a3d90d62 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:7c4b213c2271 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.nj0hieaa6zjmoj22usp79hxpc EndpointID:591b966e5a280b445415e8e12ade9198842cd50a8acf5d5b8c63ea6fa2b35a30 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-11-17T22:30:09.196Z] --- PASS: TestCreateServiceConfigFileMode (12.45s) [2021-11-17T22:30:09.196Z] === RUN TestCreateServiceSysctls [2021-11-17T22:30:09.454Z] --- PASS: TestCreateServiceSysctls (2.55s) [2021-11-17T22:30:09.454Z] === RUN TestCreateServiceCapabilities [2021-11-17T22:30:10.444Z] --- PASS: TestSecretsUpdate (2.15s) [2021-11-17T22:30:10.444Z] === RUN TestTemplatedSecret [2021-11-17T22:30:11.984Z] --- PASS: TestCreateServiceCapabilities (2.31s) [2021-11-17T22:30:11.984Z] === RUN TestInspect [2021-11-17T22:30:12.134Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-11-17T22:30:12.974Z] --- PASS: TestTemplatedSecret (2.62s) [2021-11-17T22:30:12.974Z] === RUN TestSecretCreateResolve [2021-11-17T22:30:13.072Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.79s) [2021-11-17T22:30:13.072Z] PASS [2021-11-17T22:30:13.072Z] [2021-11-17T22:30:13.072Z] === Skipped [2021-11-17T22:30:13.072Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-17T22:30:13.072Z] service_test.go:242: FLAKY_TEST [2021-11-17T22:30:13.072Z] [2021-11-17T22:30:13.072Z] [2021-11-17T22:30:13.072Z] DONE 26 tests, 1 skipped in 51.280s [2021-11-17T22:30:13.072Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-11-17T22:30:13.072Z] ++ 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 [2021-11-17T22:30:13.072Z] ++ set -e [2021-11-17T22:30:13.072Z] ++ '[' -n 0 ']' [2021-11-17T22:30:13.072Z] ++ set -x [2021-11-17T22:30:13.072Z] ++ 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 [2021-11-17T22:30:13.330Z] INFO: Testing against a local daemon [2021-11-17T22:30:13.330Z] === RUN TestDockerNetworkIpvlanPersistance [2021-11-17T22:30:13.330Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-17T22:30:13.330Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-11-17T22:30:13.330Z] === RUN TestDockerNetworkIpvlan [2021-11-17T22:30:13.330Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-17T22:30:13.330Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-11-17T22:30:13.330Z] PASS [2021-11-17T22:30:13.330Z] [2021-11-17T22:30:13.330Z] === Skipped [2021-11-17T22:30:13.330Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-11-17T22:30:13.330Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-17T22:30:13.330Z] [2021-11-17T22:30:13.330Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-11-17T22:30:13.330Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-17T22:30:13.330Z] [2021-11-17T22:30:13.330Z] [2021-11-17T22:30:13.330Z] DONE 2 tests, 2 skipped in 0.135s [2021-11-17T22:30:13.330Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-11-17T22:30:13.330Z] ++ 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 [2021-11-17T22:30:13.330Z] ++ set -e [2021-11-17T22:30:13.330Z] ++ '[' -n 0 ']' [2021-11-17T22:30:13.330Z] ++ set -x [2021-11-17T22:30:13.330Z] ++ 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 [2021-11-17T22:30:13.330Z] INFO: Testing against a local daemon [2021-11-17T22:30:13.330Z] === RUN TestDockerNetworkMacvlanPersistance [2021-11-17T22:30:13.885Z] --- PASS: TestInspect (2.04s) [2021-11-17T22:30:13.885Z] === RUN TestCreateJob [2021-11-17T22:30:14.706Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.41s) [2021-11-17T22:30:14.706Z] === RUN TestDockerNetworkMacvlan [2021-11-17T22:30:14.873Z] --- PASS: TestSecretCreateResolve (2.20s) [2021-11-17T22:30:14.873Z] PASS [2021-11-17T22:30:14.873Z] [2021-11-17T22:30:14.873Z] DONE 6 tests in 13.517s [2021-11-17T22:30:14.873Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-11-17T22:30:14.873Z] INFO: Testing against a local daemon [2021-11-17T22:30:14.873Z] === RUN TestServiceCreateInit [2021-11-17T22:30:14.873Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-11-17T22:30:14.964Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2021-11-17T22:30:15.531Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-11-17T22:30:16.467Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-11-17T22:30:16.467Z] === RUN TestDockerSuite/TestBuildRm [2021-11-17T22:30:17.168Z] --- PASS: TestCreateJob (2.97s) [2021-11-17T22:30:17.168Z] === RUN TestReplicatedJob [2021-11-17T22:30:17.406Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-11-17T22:30:19.057Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-11-17T22:30:19.310Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-11-17T22:30:19.568Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-11-17T22:30:19.826Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-11-17T22:30:20.761Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-11-17T22:30:21.330Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-11-17T22:30:21.589Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-11-17T22:30:21.848Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-11-17T22:30:22.341Z] --- PASS: TestServiceCreateInit (7.20s) [2021-11-17T22:30:22.341Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.57s) [2021-11-17T22:30:22.341Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.62s) [2021-11-17T22:30:22.341Z] === RUN TestCreateServiceMultipleTimes [2021-11-17T22:30:22.432Z] --- PASS: TestReplicatedJob (4.86s) [2021-11-17T22:30:22.432Z] === RUN TestUpdateReplicatedJob [2021-11-17T22:30:22.783Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-11-17T22:30:23.719Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-11-17T22:30:24.333Z] --- PASS: TestUpdateReplicatedJob (2.62s) [2021-11-17T22:30:24.333Z] === RUN TestServiceListWithStatuses [2021-11-17T22:30:24.333Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-11-17T22:30:24.333Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-11-17T22:30:24.333Z] === RUN TestDockerNetworkConnectAlias [2021-11-17T22:30:24.656Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-11-17T22:30:26.557Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-11-17T22:30:27.124Z] --- PASS: TestDockerNetworkMacvlan (12.40s) [2021-11-17T22:30:27.124Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s) [2021-11-17T22:30:27.124Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2021-11-17T22:30:27.124Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.18s) [2021-11-17T22:30:27.124Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.17s) [2021-11-17T22:30:27.124Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.04s) [2021-11-17T22:30:27.124Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.84s) [2021-11-17T22:30:27.124Z] PASS [2021-11-17T22:30:27.124Z] [2021-11-17T22:30:27.124Z] DONE 8 tests in 13.920s [2021-11-17T22:30:27.124Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-11-17T22:30:27.124Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-11-17T22:30:27.124Z] ++ set -e [2021-11-17T22:30:27.124Z] ++ '[' -n 0 ']' [2021-11-17T22:30:27.124Z] ++ set -x [2021-11-17T22:30:27.124Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-11-17T22:30:27.383Z] testing: warning: no tests to run [2021-11-17T22:30:27.383Z] PASS [2021-11-17T22:30:27.383Z] [2021-11-17T22:30:27.383Z] DONE 0 tests in 0.038s [2021-11-17T22:30:27.383Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-11-17T22:30:27.383Z] ++ 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 [2021-11-17T22:30:27.383Z] ++ set -e [2021-11-17T22:30:27.383Z] ++ '[' -n 0 ']' [2021-11-17T22:30:27.383Z] ++ set -x [2021-11-17T22:30:27.383Z] ++ 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 [2021-11-17T22:30:27.383Z] INFO: Testing against a local daemon [2021-11-17T22:30:27.383Z] === RUN TestAuthZPluginAllowRequest [2021-11-17T22:30:27.641Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2021-11-17T22:30:27.900Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-11-17T22:30:27.900Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-11-17T22:30:28.159Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-11-17T22:30:28.159Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-11-17T22:30:28.159Z] === RUN TestDockerSuite/TestBuildSpaces [2021-11-17T22:30:28.518Z] --- PASS: TestDockerNetworkConnectAlias (3.79s) [2021-11-17T22:30:28.518Z] === RUN TestDockerNetworkReConnect [2021-11-17T22:30:28.727Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-11-17T22:30:28.985Z] --- PASS: TestAuthZPluginAllowRequest (1.55s) [2021-11-17T22:30:28.985Z] === RUN TestAuthZPluginTLS [2021-11-17T22:30:29.554Z] --- PASS: TestAuthZPluginTLS (0.60s) [2021-11-17T22:30:29.554Z] === RUN TestAuthZPluginDenyRequest [2021-11-17T22:30:29.554Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-11-17T22:30:29.813Z] === RUN TestDockerSuite/TestBuildStderr [2021-11-17T22:30:30.072Z] --- PASS: TestAuthZPluginDenyRequest (0.59s) [2021-11-17T22:30:30.072Z] === RUN TestAuthZPluginAPIDenyResponse [2021-11-17T22:30:30.331Z] docker_api_swarm_test.go:303: [db2b9ca1c5163] joining swarm manager [d02287ad9bad9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-17T22:30:30.899Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2021-11-17T22:30:30.899Z] === RUN TestAuthZPluginDenyResponse [2021-11-17T22:30:30.899Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-11-17T22:30:31.047Z] --- PASS: TestDockerNetworkReConnect (3.14s) [2021-11-17T22:30:31.047Z] === RUN TestServicePlugin [2021-11-17T22:30:31.047Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-17T22:30:31.047Z] --- SKIP: TestServicePlugin (0.00s) [2021-11-17T22:30:31.047Z] === RUN TestServiceUpdateLabel [2021-11-17T22:30:31.465Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2021-11-17T22:30:31.465Z] === RUN TestAuthZPluginAllowEventStream [2021-11-17T22:30:31.740Z] docker_api_swarm_test.go:304: [df64c15933c4e] joining swarm manager [d02287ad9bad9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-17T22:30:32.948Z] --- PASS: TestServiceUpdateLabel (1.69s) [2021-11-17T22:30:32.948Z] === RUN TestServiceUpdateSecrets [2021-11-17T22:30:33.118Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2021-11-17T22:30:33.118Z] --- PASS: TestAuthZPluginAllowEventStream (1.67s) [2021-11-17T22:30:33.118Z] === RUN TestAuthZPluginErrorResponse [2021-11-17T22:30:33.685Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2021-11-17T22:30:33.685Z] === RUN TestAuthZPluginErrorRequest [2021-11-17T22:30:34.253Z] --- PASS: TestAuthZPluginErrorRequest (0.57s) [2021-11-17T22:30:34.253Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-11-17T22:30:34.253Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-11-17T22:30:34.823Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.57s) [2021-11-17T22:30:34.823Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-11-17T22:30:35.081Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-11-17T22:30:35.648Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-11-17T22:30:36.217Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-11-17T22:30:36.475Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.72s) [2021-11-17T22:30:36.475Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-11-17T22:30:37.042Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-11-17T22:30:37.979Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.70s) [2021-11-17T22:30:37.979Z] === RUN TestAuthZPluginHeader [2021-11-17T22:30:38.238Z] === RUN TestDockerSuite/TestBuildUser [2021-11-17T22:30:38.805Z] --- PASS: TestAuthZPluginHeader (0.80s) [2021-11-17T22:30:38.805Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-11-17T22:30:39.741Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-11-17T22:30:40.419Z] --- PASS: TestCreateServiceMultipleTimes (15.86s) [2021-11-17T22:30:40.419Z] === RUN TestCreateServiceConflict [2021-11-17T22:30:40.419Z] --- PASS: TestCreateServiceConflict (2.18s) [2021-11-17T22:30:40.419Z] === RUN TestCreateServiceMaxReplicas [2021-11-17T22:30:42.271Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-11-17T22:30:43.003Z] --- PASS: TestCreateServiceMaxReplicas (2.78s) [2021-11-17T22:30:43.003Z] === RUN TestCreateWithDuplicateNetworkNames [2021-11-17T22:30:43.204Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.42s) [2021-11-17T22:30:43.204Z] === RUN TestAuthZPluginV2Disable [2021-11-17T22:30:45.913Z] ok github.com/docker/docker/api/server/httputils 0.013s coverage: 14.7% of statements [2021-11-17T22:30:45.913Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-11-17T22:30:45.913Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2021-11-17T22:30:45.913Z] ? github.com/docker/docker/api/server/router [no test files] [2021-11-17T22:30:45.913Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-11-17T22:30:45.913Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-11-17T22:30:45.913Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-11-17T22:30:45.913Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-11-17T22:30:45.913Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-11-17T22:30:45.913Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-11-17T22:30:45.913Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-11-17T22:30:45.913Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-11-17T22:30:45.913Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-11-17T22:30:45.913Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-11-17T22:30:45.913Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 5.7% of statements [2021-11-17T22:30:45.913Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-11-17T22:30:45.913Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-11-17T22:30:45.913Z] ? github.com/docker/docker/api/types [no test files] [2021-11-17T22:30:45.913Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-11-17T22:30:45.913Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-11-17T22:30:45.913Z] ? github.com/docker/docker/api/types/container [no test files] [2021-11-17T22:30:45.913Z] ? github.com/docker/docker/api/types/events [no test files] [2021-11-17T22:30:45.913Z] ok github.com/docker/docker/api/types/strslice 0.012s coverage: 90.0% of statements [2021-11-17T22:30:45.913Z] ok github.com/docker/docker/api/types/filters 0.006s coverage: 92.2% of statements [2021-11-17T22:30:45.913Z] ? github.com/docker/docker/api/types/image [no test files] [2021-11-17T22:30:45.913Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-11-17T22:30:45.913Z] ? github.com/docker/docker/api/types/network [no test files] [2021-11-17T22:30:45.913Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-11-17T22:30:45.913Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-11-17T22:30:45.913Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-11-17T22:30:45.913Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-11-17T22:30:45.913Z] ok github.com/docker/docker/api/types/versions 0.007s coverage: 75.0% of statements [2021-11-17T22:30:45.913Z] ok github.com/docker/docker/api/types/time 0.004s coverage: 100.0% of statements [2021-11-17T22:30:45.913Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-11-17T22:30:45.913Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-11-17T22:30:45.913Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-11-17T22:30:45.913Z] ? github.com/docker/docker/builder [no test files] [2021-11-17T22:30:45.913Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-11-17T22:30:45.914Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-11-17T22:30:45.914Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-11-17T22:30:45.914Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-11-17T22:30:45.914Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-11-17T22:30:45.914Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-11-17T22:30:45.914Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-11-17T22:30:45.914Z] ok github.com/docker/docker/builder/dockerfile 0.228s coverage: 48.5% of statements [2021-11-17T22:30:45.914Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-11-17T22:30:45.914Z] ok github.com/docker/docker/builder/remotecontext 0.112s coverage: 13.7% of statements [2021-11-17T22:30:45.914Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2021-11-17T22:30:46.174Z] ok github.com/docker/docker/builder/remotecontext/git 1.233s coverage: 86.3% of statements [2021-11-17T22:30:46.174Z] ? github.com/docker/docker/cli [no test files] [2021-11-17T22:30:46.174Z] ? github.com/docker/docker/cli/config [no test files] [2021-11-17T22:30:47.391Z] --- PASS: TestAuthZPluginV2Disable (3.90s) [2021-11-17T22:30:47.391Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-11-17T22:30:47.907Z] --- PASS: TestServiceUpdateSecrets (13.87s) [2021-11-17T22:30:47.907Z] === RUN TestServiceUpdateConfigs [2021-11-17T22:30:49.294Z] docker_api_swarm_test.go:363: Waiting for possible election... [2021-11-17T22:30:49.475Z] ok github.com/docker/docker/client 0.155s coverage: 75.4% of statements [2021-11-17T22:30:51.196Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.65s) [2021-11-17T22:30:51.196Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-11-17T22:30:53.098Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-11-17T22:30:54.037Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-11-17T22:30:54.295Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-11-17T22:30:55.672Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-11-17T22:30:56.466Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-11-17T22:30:56.467Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-11-17T22:30:56.467Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-11-17T22:30:56.467Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-11-17T22:30:56.467Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-11-17T22:30:56.619Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-11-17T22:30:57.871Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.15s) [2021-11-17T22:30:57.871Z] === RUN TestCreateServiceSecretFileMode [2021-11-17T22:30:58.012Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-11-17T22:30:58.012Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-11-17T22:30:58.012Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-11-17T22:30:58.012Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-11-17T22:30:58.012Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-11-17T22:30:58.012Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-11-17T22:30:58.271Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-11-17T22:30:58.271Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-11-17T22:30:58.271Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-11-17T22:30:59.651Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-11-17T22:30:59.909Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-11-17T22:31:00.475Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2021-11-17T22:31:00.733Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-11-17T22:31:01.301Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-11-17T22:31:02.236Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-11-17T22:31:02.236Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-11-17T22:31:02.495Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.75s) [2021-11-17T22:31:02.495Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-11-17T22:31:02.775Z] --- PASS: TestServiceUpdateConfigs (13.84s) [2021-11-17T22:31:02.776Z] === RUN TestServiceUpdateNetwork [2021-11-17T22:31:03.061Z] docker_api_swarm_test.go:271: [d8412e51f810a] joining swarm manager [df6dfc245fdc3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-17T22:31:04.437Z] docker_api_swarm_test.go:272: [d82abd87e92ed] joining swarm manager [df6dfc245fdc3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-17T22:31:04.695Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-11-17T22:31:06.071Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-11-17T22:31:07.005Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-11-17T22:31:07.005Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-11-17T22:31:07.571Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-11-17T22:31:07.571Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-11-17T22:31:07.571Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-11-17T22:31:07.830Z] === RUN TestDockerSuite/TestBuildXZHost [2021-11-17T22:31:09.283Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-11-17T22:31:09.283Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-11-17T22:31:09.283Z] docker_cli_sni_test.go:18: Flakey test [2021-11-17T22:31:09.283Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-11-17T22:31:09.850Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-11-17T22:31:10.063Z] --- PASS: TestCreateServiceSecretFileMode (12.50s) [2021-11-17T22:31:10.063Z] === RUN TestCreateServiceConfigFileMode [2021-11-17T22:31:10.416Z] === RUN TestDockerSuite/TestCommitChange [2021-11-17T22:31:10.982Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-11-17T22:31:11.442Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-11-17T22:31:11.442Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-11-17T22:31:11.442Z] === RUN TestDockerSuite/TestBuildBlankName [2021-11-17T22:31:11.442Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-11-17T22:31:11.549Z] === RUN TestDockerSuite/TestCommitHardlink [2021-11-17T22:31:12.488Z] === RUN TestDockerSuite/TestCommitNewFile [2021-11-17T22:31:12.742Z] --- PASS: TestServiceUpdateNetwork (12.18s) [2021-11-17T22:31:12.742Z] === RUN TestServiceUpdatePidsLimit [2021-11-17T22:31:13.423Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-11-17T22:31:13.677Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-11-17T22:31:13.991Z] === RUN TestDockerSuite/TestCommitTTY [2021-11-17T22:31:14.244Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-11-17T22:31:14.926Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-11-17T22:31:15.493Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-11-17T22:31:16.429Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-11-17T22:31:17.006Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-11-17T22:31:17.006Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-11-17T22:31:17.006Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-11-17T22:31:17.006Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-11-17T22:31:17.006Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-11-17T22:31:17.006Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-11-17T22:31:17.275Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-11-17T22:31:17.335Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-11-17T22:31:17.335Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-11-17T22:31:17.805Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-11-17T22:31:18.210Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-11-17T22:31:19.147Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-11-17T22:31:19.147Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-11-17T22:31:19.147Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.63s) [2021-11-17T22:31:19.147Z] PASS [2021-11-17T22:31:19.147Z] [2021-11-17T22:31:19.147Z] DONE 17 tests in 51.933s [2021-11-17T22:31:19.147Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-11-17T22:31:19.148Z] ++ 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 [2021-11-17T22:31:19.148Z] ++ set -e [2021-11-17T22:31:19.148Z] ++ '[' -n 0 ']' [2021-11-17T22:31:19.148Z] ++ set -x [2021-11-17T22:31:19.148Z] ++ 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 [2021-11-17T22:31:19.406Z] INFO: Testing against a local daemon [2021-11-17T22:31:19.406Z] === RUN TestPluginInvalidJSON [2021-11-17T22:31:19.406Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-11-17T22:31:19.406Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-11-17T22:31:19.406Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-11-17T22:31:19.406Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-11-17T22:31:19.406Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-11-17T22:31:19.406Z] === RUN TestPluginInstall [2021-11-17T22:31:19.406Z] === RUN TestPluginInstall/no_auth [2021-11-17T22:31:19.668Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-11-17T22:31:20.235Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-11-17T22:31:20.801Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-11-17T22:31:21.737Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-11-17T22:31:21.737Z] time="2021-11-17T22:31:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-17T22:31:21.737Z] time="2021-11-17T22:31:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:753b9f2ffe719979b7889cf4bf5fb59193cc9b97e5a2b2db84db0a2b975dcbab" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-17T22:31:21.737Z] time="2021-11-17T22:31:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-17T22:31:21.737Z] time="2021-11-17T22:31:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:753b9f2ffe719979b7889cf4bf5fb59193cc9b97e5a2b2db84db0a2b975dcbab" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-17T22:31:21.996Z] === RUN TestPluginInstall/with_htpasswd [2021-11-17T22:31:21.996Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-11-17T22:31:22.254Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-11-17T22:31:22.254Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-11-17T22:31:22.256Z] --- PASS: TestCreateServiceConfigFileMode (12.53s) [2021-11-17T22:31:22.256Z] === RUN TestCreateServiceSysctls [2021-11-17T22:31:22.354Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-11-17T22:31:22.514Z] time="2021-11-17T22:31:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-17T22:31:22.514Z] time="2021-11-17T22:31:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2619fe5e728ae77948a3aa269b12a181d354cfaa07d0e197375e6a16aaa663e1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-17T22:31:22.514Z] time="2021-11-17T22:31:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-17T22:31:22.514Z] time="2021-11-17T22:31:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2619fe5e728ae77948a3aa269b12a181d354cfaa07d0e197375e6a16aaa663e1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-17T22:31:22.576Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-11-17T22:31:22.773Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-11-17T22:31:22.773Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-11-17T22:31:22.773Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-11-17T22:31:22.773Z] === RUN TestPluginInstall/with_insecure [2021-11-17T22:31:22.773Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-11-17T22:31:23.031Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-11-17T22:31:23.290Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-11-17T22:31:23.857Z] time="2021-11-17T22:31:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-17T22:31:23.857Z] time="2021-11-17T22:31:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:618571f4fcde44dca0db21016e36c56962cf4b26bab99f5626e8a2dc79fe81ba" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-17T22:31:23.857Z] time="2021-11-17T22:31:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-17T22:31:23.857Z] time="2021-11-17T22:31:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:618571f4fcde44dca0db21016e36c56962cf4b26bab99f5626e8a2dc79fe81ba" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-17T22:31:24.116Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-11-17T22:31:24.116Z] plugin_test.go:165: [d48f1d8a97769] daemon is not started [2021-11-17T22:31:24.116Z] --- PASS: TestPluginInstall (4.67s) [2021-11-17T22:31:24.116Z] --- PASS: TestPluginInstall/no_auth (2.46s) [2021-11-17T22:31:24.116Z] --- PASS: TestPluginInstall/with_htpasswd (0.89s) [2021-11-17T22:31:24.116Z] --- PASS: TestPluginInstall/with_insecure (1.32s) [2021-11-17T22:31:24.116Z] === RUN TestPluginsWithRuntimes [2021-11-17T22:31:24.160Z] --- PASS: TestCreateServiceSysctls (3.09s) [2021-11-17T22:31:24.160Z] === RUN TestCreateServiceCapabilities [2021-11-17T22:31:24.683Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-11-17T22:31:24.683Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-11-17T22:31:25.618Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2021-11-17T22:31:25.881Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-11-17T22:31:25.881Z] === RUN TestPluginsWithRuntimes/No_Args [2021-11-17T22:31:26.448Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-11-17T22:31:26.449Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-11-17T22:31:27.015Z] === RUN TestPluginsWithRuntimes/With_Args [2021-11-17T22:31:27.275Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-11-17T22:31:27.444Z] --- PASS: TestCreateServiceCapabilities (2.60s) [2021-11-17T22:31:27.444Z] === RUN TestInspect [2021-11-17T22:31:27.842Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-11-17T22:31:28.410Z] --- PASS: TestPluginsWithRuntimes (4.19s) [2021-11-17T22:31:28.410Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.05s) [2021-11-17T22:31:28.410Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.24s) [2021-11-17T22:31:28.410Z] === RUN TestPluginBackCompatMediaTypes [2021-11-17T22:31:28.913Z] --- PASS: TestServiceUpdatePidsLimit (15.51s) [2021-11-17T22:31:28.913Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2021-11-17T22:31:28.913Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s) [2021-11-17T22:31:28.913Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.78s) [2021-11-17T22:31:28.913Z] PASS [2021-11-17T22:31:28.913Z] [2021-11-17T22:31:28.913Z] === Skipped [2021-11-17T22:31:28.913Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2021-11-17T22:31:28.913Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-11-17T22:31:28.913Z] [2021-11-17T22:31:28.913Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2021-11-17T22:31:28.913Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-17T22:31:28.913Z] [2021-11-17T22:31:28.913Z] [2021-11-17T22:31:28.913Z] DONE 27 tests, 2 skipped in 143.881s [2021-11-17T22:31:28.913Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2021-11-17T22:31:28.913Z] ++ 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 [2021-11-17T22:31:28.913Z] ++ set -e [2021-11-17T22:31:28.913Z] ++ '[' -n 0 ']' [2021-11-17T22:31:28.913Z] ++ set -x [2021-11-17T22:31:28.913Z] ++ 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 [2021-11-17T22:31:28.913Z] INFO: Testing against a local daemon [2021-11-17T22:31:28.913Z] === RUN TestSessionCreate [2021-11-17T22:31:28.913Z] --- PASS: TestSessionCreate (0.02s) [2021-11-17T22:31:28.913Z] === RUN TestSessionCreateWithBadUpgrade [2021-11-17T22:31:28.913Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-11-17T22:31:28.913Z] PASS [2021-11-17T22:31:28.913Z] [2021-11-17T22:31:28.913Z] DONE 2 tests in 0.139s [2021-11-17T22:31:28.913Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2021-11-17T22:31:28.913Z] ++ 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 [2021-11-17T22:31:28.913Z] ++ set -e [2021-11-17T22:31:28.913Z] ++ '[' -n 0 ']' [2021-11-17T22:31:28.913Z] ++ set -x [2021-11-17T22:31:28.913Z] ++ 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 [2021-11-17T22:31:28.913Z] INFO: Testing against a local daemon [2021-11-17T22:31:28.913Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-11-17T22:31:28.913Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-11-17T22:31:28.913Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-11-17T22:31:28.913Z] === RUN TestEventsExecDie [2021-11-17T22:31:28.913Z] --- PASS: TestEventsExecDie (0.43s) [2021-11-17T22:31:28.913Z] === RUN TestEventsBackwardsCompatible [2021-11-17T22:31:28.913Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2021-11-17T22:31:28.913Z] === RUN TestInfoBinaryCommits [2021-11-17T22:31:28.913Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-11-17T22:31:28.913Z] === RUN TestInfoAPIVersioned [2021-11-17T22:31:28.913Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-11-17T22:31:28.913Z] === RUN TestInfoDiscoveryBackend [2021-11-17T22:31:28.978Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-11-17T22:31:29.238Z] --- PASS: TestPluginBackCompatMediaTypes (0.90s) [2021-11-17T22:31:29.238Z] PASS [2021-11-17T22:31:29.238Z] [2021-11-17T22:31:29.238Z] DONE 10 tests in 9.946s [2021-11-17T22:31:29.238Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-11-17T22:31:29.238Z] ++ 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 [2021-11-17T22:31:29.238Z] ++ set -e [2021-11-17T22:31:29.238Z] ++ '[' -n 0 ']' [2021-11-17T22:31:29.238Z] ++ set -x [2021-11-17T22:31:29.238Z] ++ 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 [2021-11-17T22:31:29.238Z] INFO: Testing against a local daemon [2021-11-17T22:31:29.238Z] === RUN TestExternalGraphDriver [2021-11-17T22:31:29.479Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2021-11-17T22:31:29.479Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-11-17T22:31:29.496Z] === RUN TestExternalGraphDriver/json [2021-11-17T22:31:29.496Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-11-17T22:31:29.496Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-11-17T22:31:29.758Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-11-17T22:31:29.974Z] --- PASS: TestInspect (2.78s) [2021-11-17T22:31:29.974Z] === RUN TestCreateJob [2021-11-17T22:31:30.062Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-11-17T22:31:30.413Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-11-17T22:31:30.413Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-11-17T22:31:30.629Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-11-17T22:31:30.979Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2021-11-17T22:31:30.979Z] === RUN TestInfoAPI [2021-11-17T22:31:30.979Z] --- PASS: TestInfoAPI (0.02s) [2021-11-17T22:31:30.979Z] === RUN TestInfoAPIWarnings [2021-11-17T22:31:31.197Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-11-17T22:31:31.197Z] === RUN TestExternalGraphDriver/spec [2021-11-17T22:31:31.456Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-11-17T22:31:32.025Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-11-17T22:31:32.504Z] --- PASS: TestCreateJob (2.95s) [2021-11-17T22:31:32.504Z] === RUN TestReplicatedJob [2021-11-17T22:31:32.966Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-11-17T22:31:33.225Z] === RUN TestExternalGraphDriver/pull [2021-11-17T22:31:34.160Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-11-17T22:31:34.160Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-11-17T22:31:34.160Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-11-17T22:31:34.160Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-11-17T22:31:34.160Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-11-17T22:31:34.728Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-11-17T22:31:34.987Z] --- PASS: TestExternalGraphDriver (5.57s) [2021-11-17T22:31:34.987Z] --- PASS: TestExternalGraphDriver/json (1.88s) [2021-11-17T22:31:34.987Z] --- PASS: TestExternalGraphDriver/spec (1.81s) [2021-11-17T22:31:34.987Z] --- PASS: TestExternalGraphDriver/pull (1.81s) [2021-11-17T22:31:34.987Z] === RUN TestGraphdriverPluginV2 [2021-11-17T22:31:36.198Z] ok github.com/docker/docker/cmd/dockerd 0.092s coverage: 29.1% of statements [2021-11-17T22:31:36.198Z] ok github.com/docker/docker/container 0.127s coverage: 34.5% of statements [2021-11-17T22:31:36.198Z] ? github.com/docker/docker/container/stream [no test files] [2021-11-17T22:31:36.198Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-11-17T22:31:36.198Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-11-17T22:31:36.198Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-11-17T22:31:36.941Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-11-17T22:31:36.941Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-11-17T22:31:36.941Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-11-17T22:31:37.770Z] --- PASS: TestReplicatedJob (5.13s) [2021-11-17T22:31:37.770Z] === RUN TestUpdateReplicatedJob [2021-11-17T22:31:39.213Z] --- PASS: TestGraphdriverPluginV2 (3.84s) [2021-11-17T22:31:39.213Z] PASS [2021-11-17T22:31:39.213Z] [2021-11-17T22:31:39.213Z] DONE 5 tests in 9.531s [2021-11-17T22:31:39.213Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-11-17T22:31:39.213Z] ++ 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 [2021-11-17T22:31:39.213Z] ++ set -e [2021-11-17T22:31:39.213Z] ++ '[' -n 0 ']' [2021-11-17T22:31:39.213Z] ++ set -x [2021-11-17T22:31:39.213Z] ++ 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 [2021-11-17T22:31:39.213Z] INFO: Testing against a local daemon [2021-11-17T22:31:39.213Z] === RUN TestContinueAfterPluginCrash [2021-11-17T22:31:39.213Z] === PAUSE TestContinueAfterPluginCrash [2021-11-17T22:31:39.213Z] === RUN TestReadPluginNoRead [2021-11-17T22:31:39.213Z] === PAUSE TestReadPluginNoRead [2021-11-17T22:31:39.213Z] === RUN TestDaemonStartWithLogOpt [2021-11-17T22:31:39.213Z] === PAUSE TestDaemonStartWithLogOpt [2021-11-17T22:31:39.213Z] === CONT TestContinueAfterPluginCrash [2021-11-17T22:31:39.213Z] === CONT TestDaemonStartWithLogOpt [2021-11-17T22:31:39.213Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-11-17T22:31:39.471Z] === RUN TestDockerSuite/TestContainerAPITop [2021-11-17T22:31:40.405Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-11-17T22:31:40.405Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-11-17T22:31:40.405Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-11-17T22:31:40.405Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-11-17T22:31:40.745Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-11-17T22:31:40.745Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-11-17T22:31:40.745Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-11-17T22:31:40.745Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-11-17T22:31:40.745Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-11-17T22:31:41.050Z] --- PASS: TestUpdateReplicatedJob (3.05s) [2021-11-17T22:31:41.050Z] === RUN TestServiceListWithStatuses [2021-11-17T22:31:41.050Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-11-17T22:31:41.050Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-11-17T22:31:41.050Z] === RUN TestDockerNetworkConnectAlias [2021-11-17T22:31:42.797Z] ok github.com/docker/docker/daemon/cluster 0.099s coverage: 0.5% of statements [2021-11-17T22:31:42.936Z] --- PASS: TestDaemonStartWithLogOpt (4.08s) [2021-11-17T22:31:42.936Z] === CONT TestReadPluginNoRead [2021-11-17T22:31:42.936Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-11-17T22:31:43.502Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-11-17T22:31:43.738Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.014s coverage: 65.3% of statements [2021-11-17T22:31:44.437Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-11-17T22:31:45.123Z] ok github.com/docker/docker/daemon/cluster/convert 0.007s coverage: 35.9% of statements [2021-11-17T22:31:45.235Z] --- PASS: TestDockerNetworkConnectAlias (4.14s) [2021-11-17T22:31:45.235Z] === RUN TestDockerNetworkReConnect [2021-11-17T22:31:45.814Z] === RUN TestReadPluginNoRead/disabled_caching [2021-11-17T22:31:46.631Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-11-17T22:31:46.631Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-11-17T22:31:46.631Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-11-17T22:31:46.631Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-11-17T22:31:46.631Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-11-17T22:31:46.631Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-11-17T22:31:46.631Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-11-17T22:31:46.631Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-11-17T22:31:47.716Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-11-17T22:31:47.716Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-11-17T22:31:47.974Z] --- PASS: TestContinueAfterPluginCrash (9.04s) [2021-11-17T22:31:48.517Z] --- PASS: TestDockerNetworkReConnect (3.37s) [2021-11-17T22:31:48.518Z] === RUN TestServicePlugin [2021-11-17T22:31:48.541Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-11-17T22:31:48.802Z] === RUN TestReadPluginNoRead/default [2021-11-17T22:31:49.054Z] --- PASS: TestInfoAPIWarnings (16.21s) [2021-11-17T22:31:49.054Z] === RUN TestInfoDebug [2021-11-17T22:31:49.054Z] --- PASS: TestInfoDebug (0.52s) [2021-11-17T22:31:49.054Z] === RUN TestInfoInsecureRegistries [2021-11-17T22:31:49.054Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2021-11-17T22:31:49.054Z] === RUN TestInfoRegistryMirrors [2021-11-17T22:31:49.054Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2021-11-17T22:31:49.054Z] === RUN TestLoginFailsWithBadCredentials [2021-11-17T22:31:49.054Z] --- PASS: TestLoginFailsWithBadCredentials (0.13s) [2021-11-17T22:31:49.054Z] === RUN TestPingCacheHeaders [2021-11-17T22:31:49.054Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-11-17T22:31:49.054Z] === RUN TestPingGet [2021-11-17T22:31:49.054Z] --- PASS: TestPingGet (0.01s) [2021-11-17T22:31:49.054Z] === RUN TestPingHead [2021-11-17T22:31:49.054Z] --- PASS: TestPingHead (0.02s) [2021-11-17T22:31:49.054Z] === RUN TestVersion [2021-11-17T22:31:49.054Z] --- PASS: TestVersion (0.02s) [2021-11-17T22:31:49.054Z] PASS [2021-11-17T22:31:49.054Z] [2021-11-17T22:31:49.054Z] === Skipped [2021-11-17T22:31:49.054Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-11-17T22:31:49.054Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-11-17T22:31:49.054Z] [2021-11-17T22:31:49.054Z] [2021-11-17T22:31:49.054Z] DONE 18 tests, 1 skipped in 20.647s [2021-11-17T22:31:49.054Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2021-11-17T22:31:49.054Z] ++ 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 [2021-11-17T22:31:49.054Z] ++ set -e [2021-11-17T22:31:49.054Z] ++ '[' -n 0 ']' [2021-11-17T22:31:49.054Z] ++ set -x [2021-11-17T22:31:49.054Z] ++ 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 [2021-11-17T22:31:49.054Z] INFO: Testing against a local daemon [2021-11-17T22:31:49.054Z] === RUN TestVolumesCreateAndList [2021-11-17T22:31:49.054Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-11-17T22:31:49.054Z] === RUN TestVolumesRemove [2021-11-17T22:31:49.312Z] --- PASS: TestVolumesRemove (0.06s) [2021-11-17T22:31:49.312Z] === RUN TestVolumesInspect [2021-11-17T22:31:49.312Z] --- PASS: TestVolumesInspect (0.02s) [2021-11-17T22:31:49.312Z] === RUN TestVolumesInvalidJSON [2021-11-17T22:31:49.312Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-11-17T22:31:49.312Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-11-17T22:31:49.312Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-11-17T22:31:49.312Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-11-17T22:31:49.312Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-11-17T22:31:49.312Z] PASS [2021-11-17T22:31:49.312Z] [2021-11-17T22:31:49.312Z] DONE 5 tests in 0.201s [2021-11-17T22:31:49.312Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-11-17T22:31:49.312Z] ++++ cat bundles/test-integration/docker.pid [2021-11-17T22:31:49.312Z] +++ kill 12151 [2021-11-17T22:31:49.369Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2021-11-17T22:31:49.935Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-11-17T22:31:50.504Z] === CONT TestReadPluginNoRead [2021-11-17T22:31:50.504Z] read_test.go:92: [da83552495ba2] daemon is not started [2021-11-17T22:31:50.504Z] --- PASS: TestReadPluginNoRead (7.52s) [2021-11-17T22:31:50.504Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.54s) [2021-11-17T22:31:50.504Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.46s) [2021-11-17T22:31:50.504Z] --- PASS: TestReadPluginNoRead/default (1.70s) [2021-11-17T22:31:50.504Z] PASS [2021-11-17T22:31:50.504Z] [2021-11-17T22:31:50.504Z] DONE 6 tests in 11.721s [2021-11-17T22:31:50.504Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-11-17T22:31:50.504Z] ++ 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 [2021-11-17T22:31:50.504Z] ++ set -e [2021-11-17T22:31:50.504Z] ++ '[' -n 0 ']' [2021-11-17T22:31:50.504Z] ++ set -x [2021-11-17T22:31:50.504Z] ++ 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 [2021-11-17T22:31:50.504Z] testing: warning: no tests to run [2021-11-17T22:31:50.504Z] PASS [2021-11-17T22:31:50.504Z] [2021-11-17T22:31:50.504Z] DONE 0 tests in 0.034s [2021-11-17T22:31:50.504Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-11-17T22:31:50.504Z] ++ 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 [2021-11-17T22:31:50.504Z] ++ set -e [2021-11-17T22:31:50.504Z] ++ '[' -n 0 ']' [2021-11-17T22:31:50.504Z] ++ set -x [2021-11-17T22:31:50.504Z] ++ 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 [2021-11-17T22:31:50.689Z] +++ /etc/init.d/apparmor stop [2021-11-17T22:31:50.689Z] Leaving: AppArmorNo profiles have been unloaded. [2021-11-17T22:31:50.689Z] [2021-11-17T22:31:50.689Z] Unloading profiles will leave already running processes permanently [2021-11-17T22:31:50.689Z] unconfined, which can lead to unexpected situations. [2021-11-17T22:31:50.689Z] [2021-11-17T22:31:50.689Z] To set a process to complain mode, use the command line tool [2021-11-17T22:31:50.689Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-11-17T22:31:50.689Z] +++ true [2021-11-17T22:31:50.689Z] exiting test-integration [2021-11-17T22:31:50.689Z] ++ exit 0 [2021-11-17T22:31:50.689Z] [2021-11-17T22:31:50.765Z] INFO: Testing against a local daemon [2021-11-17T22:31:50.765Z] === RUN TestPluginWithDevMounts [2021-11-17T22:31:50.765Z] === PAUSE TestPluginWithDevMounts [2021-11-17T22:31:50.765Z] === CONT TestPluginWithDevMounts [2021-11-17T22:31:51.025Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate Post stage [Pipeline] junit [2021-11-17T22:31:51.642Z] Recording test results [2021-11-17T22:31:51.799Z] plugin_test.go:62: [d5304e577e228] joining swarm manager [db64b97b7bf50]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-17T22:31:51.902Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-11-17T22:31:52.236Z] + echo Ensuring container killed. [2021-11-17T22:31:52.236Z] Ensuring container killed. [2021-11-17T22:31:52.236Z] + docker rm -vf docker-pr2 [2021-11-17T22:31:52.236Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-11-17T22:31:52.400Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2021-11-17T22:31:52.518Z] + echo Chowning /workspace to jenkins user [2021-11-17T22:31:52.518Z] Chowning /workspace to jenkins user [2021-11-17T22:31:52.518Z] + id -u [2021-11-17T22:31:52.518Z] + id -g [2021-11-17T22:31:52.519Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43024:/workspace busybox chown -R 1000:1000 /workspace [2021-11-17T22:31:52.519Z] Unable to find image 'busybox:latest' locally [2021-11-17T22:31:52.519Z] latest: Pulling from library/busybox [2021-11-17T22:31:52.777Z] 00fa7918e1c4: Pulling fs layer [2021-11-17T22:31:52.777Z] 00fa7918e1c4: Verifying Checksum [2021-11-17T22:31:52.777Z] 00fa7918e1c4: Download complete [2021-11-17T22:31:52.777Z] 00fa7918e1c4: Pull complete [2021-11-17T22:31:52.777Z] Digest: sha256:e7157b6d7ebbe2cce5eaa8cfe8aa4fa82d173999b9f90a9ec42e57323546c353 [2021-11-17T22:31:52.777Z] Status: Downloaded newer image for busybox:latest [2021-11-17T22:31:52.966Z] --- PASS: TestPluginWithDevMounts (2.31s) [2021-11-17T22:31:52.966Z] PASS [2021-11-17T22:31:52.966Z] [2021-11-17T22:31:52.966Z] DONE 1 tests in 2.456s [2021-11-17T22:31:52.967Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-11-17T22:31:52.967Z] ++ 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 [2021-11-17T22:31:52.967Z] ++ set -e [2021-11-17T22:31:52.967Z] ++ '[' -n 0 ']' [2021-11-17T22:31:52.967Z] ++ set -x [2021-11-17T22:31:52.967Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2021-11-17T22:31:53.172Z] plugin_test.go:65: [d23243b199e19] joining swarm manager [db64b97b7bf50]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-17T22:31:53.224Z] INFO: Testing against a local daemon [2021-11-17T22:31:53.225Z] === RUN TestSecretInspect [2021-11-17T22:31:53.256Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.436s coverage: 13.8% of statements [2021-11-17T22:31:53.256Z] ok github.com/docker/docker/daemon/config 0.029s coverage: 81.8% of statements [2021-11-17T22:31:53.516Z] ok github.com/docker/docker/daemon/discovery 0.003s coverage: 30.0% of statements [2021-11-17T22:31:53.777Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2021-11-17T22:31:53.791Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2021-11-17T22:31:53.791Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-11-17T22:31:54.453Z] + bundleName=arm64-integration [2021-11-17T22:31:54.453Z] + echo Creating arm64-integration-bundles.tar.gz [2021-11-17T22:31:54.453Z] Creating arm64-integration-bundles.tar.gz [2021-11-17T22:31:54.453Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-11-17T22:31:54.453Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2021-11-17T22:31:54.719Z] ok github.com/docker/docker/daemon/graphdriver 0.004s coverage: 2.2% of statements [Pipeline] archiveArtifacts [2021-11-17T22:31:54.724Z] Archiving artifacts [2021-11-17T22:31:55.165Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2021-11-17T22:31:55.425Z] --- PASS: TestSecretInspect (2.31s) [2021-11-17T22:31:55.425Z] === RUN TestSecretList [2021-11-17T22:31:55.993Z] docker_api_swarm_node_test.go:19: [dedd9a6e024d0] joining swarm manager [d664c9372303e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-17T22:31:56.104Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.807s coverage: 73.3% of statements [2021-11-17T22:31:56.365Z] ok github.com/docker/docker/daemon 12.143s coverage: 17.1% of statements [2021-11-17T22:31:56.365Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-11-17T22:31:56.365Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-11-17T22:31:56.365Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-11-17T22:31:56.365Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-11-17T22:31:56.531Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43024/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-11-17T22:31:56.846Z] + make clean [2021-11-17T22:31:56.928Z] docker_api_swarm_node_test.go:20: [d64ecb1c4d9c1] joining swarm manager [d664c9372303e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-17T22:31:56.928Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2021-11-17T22:31:57.105Z] docker volume rm -f docker-dev-cache [2021-11-17T22:31:57.105Z] docker-dev-cache [Pipeline] deleteDir [2021-11-17T22:31:57.749Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.427s coverage: 56.2% of statements [2021-11-17T22:31:58.010Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 2.9% of statements [2021-11-17T22:31:58.304Z] --- PASS: TestSecretList (2.59s) [2021-11-17T22:31:58.305Z] === RUN TestSecretsCreateAndDelete [2021-11-17T22:31:58.305Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0007beb88_} [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-11-17T22:31:59.681Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1403858186_/foo_false____} [2021-11-17T22:31:59.923Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.008s coverage: 1.8% of statements [2021-11-17T22:32:00.628Z] --- PASS: TestSecretsCreateAndDelete (2.35s) [2021-11-17T22:32:00.628Z] === RUN TestSecretsUpdate [2021-11-17T22:32:01.194Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1403858186_/foo_true____} [2021-11-17T22:32:01.839Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.253s coverage: 45.9% of statements [2021-11-17T22:32:01.839Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-11-17T22:32:02.567Z] --- PASS: TestSecretsUpdate (1.93s) [2021-11-17T22:32:02.567Z] === RUN TestTemplatedSecret [2021-11-17T22:32:02.567Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3333689057_/foo_false____} [2021-11-17T22:32:02.783Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.741s coverage: 50.5% of statements [2021-11-17T22:32:03.942Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3333689057_/foo_true____} [2021-11-17T22:32:04.508Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3333689057_/foo_true__0xc0007bebb8__} [2021-11-17T22:32:04.768Z] --- PASS: TestTemplatedSecret (2.40s) [2021-11-17T22:32:04.768Z] === RUN TestSecretCreateResolve [2021-11-17T22:32:05.701Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0007bebd0_} [2021-11-17T22:32:06.082Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.021s coverage: 58.8% of statements [2021-11-17T22:32:07.027Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 1.928s coverage: 58.0% of statements [2021-11-17T22:32:07.027Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-11-17T22:32:07.027Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-11-17T22:32:07.075Z] --- PASS: TestSecretCreateResolve (2.28s) [2021-11-17T22:32:07.076Z] PASS [2021-11-17T22:32:07.076Z] [2021-11-17T22:32:07.076Z] DONE 6 tests in 13.981s [2021-11-17T22:32:07.076Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-11-17T22:32:07.076Z] ++ 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 [2021-11-17T22:32:07.076Z] ++ set -e [2021-11-17T22:32:07.076Z] ++ '[' -n 0 ']' [2021-11-17T22:32:07.076Z] ++ set -x [2021-11-17T22:32:07.076Z] ++ 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 [2021-11-17T22:32:07.076Z] INFO: Testing against a local daemon [2021-11-17T22:32:07.076Z] === RUN TestServiceCreateInit [2021-11-17T22:32:07.076Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-11-17T22:32:07.334Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0007bebe8_} [2021-11-17T22:32:07.334Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2021-11-17T22:32:07.971Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.024s coverage: 3.0% of statements [2021-11-17T22:32:08.709Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0007bec00_} [2021-11-17T22:32:09.277Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0007bec18_} [2021-11-17T22:32:09.358Z] ok github.com/docker/docker/daemon/links 0.032s coverage: 93.0% of statements [2021-11-17T22:32:10.804Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-11-17T22:32:12.180Z] docker_api_swarm_test.go:501: [d6928e0fecae0] joining swarm manager [d5103b90e72f0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-17T22:32:12.181Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-11-17T22:32:12.748Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-11-17T22:32:12.748Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-11-17T22:32:12.748Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-11-17T22:32:12.748Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-11-17T22:32:12.748Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-11-17T22:32:12.748Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-11-17T22:32:12.748Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-11-17T22:32:12.748Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-11-17T22:32:12.748Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-11-17T22:32:12.801Z] ok github.com/docker/docker/daemon/images 0.057s coverage: 6.6% of statements [2021-11-17T22:32:12.801Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-11-17T22:32:12.801Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-11-17T22:32:13.007Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-11-17T22:32:13.007Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-11-17T22:32:13.007Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2021-11-17T22:32:13.007Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2021-11-17T22:32:13.007Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2021-11-17T22:32:13.007Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2021-11-17T22:32:13.007Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2021-11-17T22:32:13.007Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2021-11-17T22:32:13.007Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-11-17T22:32:13.062Z] ok github.com/docker/docker/daemon/logger 0.247s coverage: 43.2% of statements [2021-11-17T22:32:15.536Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-11-17T22:32:15.617Z] ok github.com/docker/docker/daemon/logger/awslogs 0.414s coverage: 77.8% of statements [2021-11-17T22:32:15.617Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-11-17T22:32:15.617Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-11-17T22:32:15.617Z] ok github.com/docker/docker/daemon/logger/gelf 0.014s coverage: 67.0% of statements [2021-11-17T22:32:16.912Z] --- PASS: TestServiceCreateInit (9.62s) [2021-11-17T22:32:16.912Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.04s) [2021-11-17T22:32:16.912Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.56s) [2021-11-17T22:32:16.912Z] === RUN TestCreateServiceMultipleTimes [2021-11-17T22:32:16.912Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-11-17T22:32:17.006Z] ok github.com/docker/docker/daemon/logger/journald 0.024s coverage: 23.9% of statements [2021-11-17T22:32:17.268Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.026s coverage: 69.9% of statements [2021-11-17T22:32:18.211Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.029s coverage: 87.2% of statements [2021-11-17T22:32:18.815Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-11-17T22:32:19.595Z] ok github.com/docker/docker/daemon/logger/local 0.037s coverage: 75.2% of statements [2021-11-17T22:32:19.595Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-11-17T22:32:19.701Z] --- PASS: TestServicePlugin (29.76s) [2021-11-17T22:32:19.701Z] === RUN TestServiceUpdateLabel [2021-11-17T22:32:20.192Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-11-17T22:32:20.267Z] --- PASS: TestServiceUpdateLabel (2.17s) [2021-11-17T22:32:20.267Z] === RUN TestServiceUpdateSecrets [2021-11-17T22:32:20.451Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-11-17T22:32:20.537Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.103s coverage: 55.1% of statements [2021-11-17T22:32:21.019Z] docker_api_swarm_test.go:506: [d74f165b19f43] joining swarm manager [d5103b90e72f0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-17T22:32:21.278Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-11-17T22:32:21.478Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.049s coverage: 31.5% of statements [2021-11-17T22:32:22.214Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2021-11-17T22:32:23.171Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-11-17T22:32:23.761Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-11-17T22:32:24.022Z] ok github.com/docker/docker/daemon/logger/syslog 0.012s coverage: 46.8% of statements [2021-11-17T22:32:24.326Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-11-17T22:32:24.595Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2021-11-17T22:32:24.893Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-11-17T22:32:25.168Z] ok github.com/docker/docker/daemon/logger/splunk 2.214s coverage: 82.5% of statements [2021-11-17T22:32:25.168Z] ? github.com/docker/docker/daemon/names [no test files] [2021-11-17T22:32:25.429Z] ok github.com/docker/docker/daemon/network 0.018s coverage: 63.8% of statements [2021-11-17T22:32:25.429Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-11-17T22:32:25.459Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-11-17T22:32:26.024Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-11-17T22:32:26.961Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-11-17T22:32:27.344Z] ok github.com/docker/docker/distribution/metadata 0.115s coverage: 48.2% of statements [2021-11-17T22:32:27.896Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-11-17T22:32:28.463Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-11-17T22:32:28.721Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-11-17T22:32:29.286Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-11-17T22:32:29.891Z] ok github.com/docker/docker/distribution 0.224s coverage: 25.6% of statements [2021-11-17T22:32:29.891Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-11-17T22:32:29.943Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-11-17T22:32:29.943Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-11-17T22:32:29.943Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-11-17T22:32:29.943Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-11-17T22:32:29.943Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-11-17T22:32:29.943Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-11-17T22:32:29.943Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-11-17T22:32:29.943Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-11-17T22:32:29.943Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-11-17T22:32:30.222Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-11-17T22:32:30.788Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-11-17T22:32:30.835Z] ok github.com/docker/docker/errdefs 0.006s coverage: 53.1% of statements [2021-11-17T22:32:31.355Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-11-17T22:32:31.355Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-11-17T22:32:31.921Z] === RUN TestDockerSuite/TestCpRelativePath [2021-11-17T22:32:32.179Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-11-17T22:32:32.219Z] ok github.com/docker/docker/image 0.026s coverage: 86.8% of statements [2021-11-17T22:32:32.219Z] ok github.com/docker/docker/distribution/xfer 2.058s coverage: 85.6% of statements [2021-11-17T22:32:32.219Z] ? github.com/docker/docker/dockerversion [no test files] [2021-11-17T22:32:33.115Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-11-17T22:32:33.161Z] ok github.com/docker/docker/image/cache 0.021s coverage: 19.2% of statements [2021-11-17T22:32:33.161Z] ? github.com/docker/docker/image/tarexport [no test files] [2021-11-17T22:32:33.372Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-11-17T22:32:33.421Z] ok github.com/docker/docker/image/v1 0.035s coverage: 25.0% of statements [2021-11-17T22:32:33.422Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-11-17T22:32:33.748Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-11-17T22:32:33.939Z] --- PASS: TestCreateServiceMultipleTimes (17.06s) [2021-11-17T22:32:33.939Z] === RUN TestCreateServiceConflict [2021-11-17T22:32:33.993Z] ok github.com/docker/docker/libcontainerd/queue 0.036s coverage: 100.0% of statements [2021-11-17T22:32:34.199Z] === RUN TestDockerSuite/TestCpToCaseA [2021-11-17T22:32:34.738Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-11-17T22:32:34.738Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-11-17T22:32:34.738Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-11-17T22:32:34.738Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-11-17T22:32:34.738Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-11-17T22:32:35.185Z] --- PASS: TestServiceUpdateSecrets (14.52s) [2021-11-17T22:32:35.185Z] === RUN TestServiceUpdateConfigs [2021-11-17T22:32:35.573Z] === RUN TestDockerSuite/TestCpToCaseB [2021-11-17T22:32:35.833Z] === RUN TestDockerSuite/TestCpToCaseC [2021-11-17T22:32:36.308Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-11-17T22:32:36.538Z] ok github.com/docker/docker/oci 0.008s coverage: 38.4% of statements [2021-11-17T22:32:36.767Z] --- PASS: TestCreateServiceConflict (2.77s) [2021-11-17T22:32:36.767Z] === RUN TestCreateServiceMaxReplicas [2021-11-17T22:32:36.779Z] === RUN TestDockerSuite/TestBuildCmd [2021-11-17T22:32:37.250Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-11-17T22:32:37.513Z] ok github.com/docker/docker/opts 0.047s coverage: 67.1% of statements [2021-11-17T22:32:37.513Z] ok github.com/docker/docker/pkg/aaparser 0.003s coverage: 52.9% of statements [2021-11-17T22:32:37.703Z] === RUN TestDockerSuite/TestCpToCaseD [2021-11-17T22:32:37.721Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-11-17T22:32:38.192Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-11-17T22:32:40.233Z] --- PASS: TestCreateServiceMaxReplicas (3.31s) [2021-11-17T22:32:40.233Z] === RUN TestCreateWithDuplicateNetworkNames [2021-11-17T22:32:40.835Z] ok github.com/docker/docker/pkg/archive 0.559s coverage: 81.8% of statements [2021-11-17T22:32:41.174Z] === RUN TestDockerSuite/TestCpToCaseE [2021-11-17T22:32:41.780Z] ok github.com/docker/docker/pkg/authorization 0.308s coverage: 68.3% of statements [2021-11-17T22:32:42.041Z] ok github.com/docker/docker/pkg/broadcaster 0.003s coverage: 100.0% of statements [2021-11-17T22:32:42.302Z] ok github.com/docker/docker/pkg/capabilities 0.005s coverage: 87.5% of statements [2021-11-17T22:32:42.969Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-11-17T22:32:43.705Z] === RUN TestDockerSuite/TestCpToCaseF [2021-11-17T22:32:44.217Z] ok github.com/docker/docker/layer 7.833s coverage: 68.8% of statements [2021-11-17T22:32:44.217Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-11-17T22:32:44.217Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-11-17T22:32:44.217Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-11-17T22:32:44.217Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-11-17T22:32:44.217Z] ? github.com/docker/docker/oci/caps [no test files] [2021-11-17T22:32:44.271Z] === RUN TestDockerSuite/TestCpToCaseG [2021-11-17T22:32:44.478Z] ok github.com/docker/docker/pkg/directory 0.007s coverage: 80.0% of statements [2021-11-17T22:32:44.540Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-11-17T22:32:44.540Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-11-17T22:32:44.540Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-11-17T22:32:45.051Z] ok github.com/docker/docker/pkg/discovery 0.006s coverage: 58.3% of statements [2021-11-17T22:32:45.531Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-11-17T22:32:45.531Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-11-17T22:32:45.531Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-11-17T22:32:45.622Z] ok github.com/docker/docker/pkg/discovery/file 0.013s coverage: 97.6% of statements [2021-11-17T22:32:46.002Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-11-17T22:32:46.193Z] ok github.com/docker/docker/pkg/chrootarchive 2.713s coverage: 43.5% of statements [2021-11-17T22:32:46.193Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-11-17T22:32:46.193Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-11-17T22:32:46.454Z] ok github.com/docker/docker/pkg/discovery/memory 0.011s coverage: 92.3% of statements [2021-11-17T22:32:46.715Z] ok github.com/docker/docker/pkg/discovery/nodes 0.007s coverage: 93.8% of statements [2021-11-17T22:32:47.286Z] ok github.com/docker/docker/pkg/dmesg 0.009s coverage: 83.3% of statements [2021-11-17T22:32:47.572Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-11-17T22:32:47.574Z] === RUN TestDockerSuite/TestCpToCaseH [2021-11-17T22:32:48.227Z] ok github.com/docker/docker/pkg/filenotify 0.608s coverage: 67.0% of statements [2021-11-17T22:32:48.562Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-11-17T22:32:48.799Z] ok github.com/docker/docker/pkg/fileutils 0.021s coverage: 86.5% of statements [2021-11-17T22:32:48.948Z] === RUN TestDockerSuite/TestCpToCaseI [2021-11-17T22:32:49.033Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-11-17T22:32:49.033Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-11-17T22:32:49.033Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-11-17T22:32:49.062Z] ok github.com/docker/docker/pkg/discovery/kv 3.027s coverage: 84.1% of statements [2021-11-17T22:32:49.208Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-11-17T22:32:49.323Z] ok github.com/docker/docker/pkg/fsutils 0.186s coverage: 85.1% of statements [2021-11-17T22:32:49.323Z] ok github.com/docker/docker/pkg/homedir 0.004s coverage: 11.4% of statements [2021-11-17T22:32:49.504Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-11-17T22:32:50.051Z] --- PASS: TestServiceUpdateConfigs (14.36s) [2021-11-17T22:32:50.051Z] === RUN TestServiceUpdateNetwork [2021-11-17T22:32:50.265Z] ok github.com/docker/docker/pkg/idtools 0.434s coverage: 69.5% of statements [2021-11-17T22:32:50.497Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-11-17T22:32:50.497Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-11-17T22:32:50.497Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-11-17T22:32:50.497Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-11-17T22:32:50.497Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-11-17T22:32:50.526Z] ok github.com/docker/docker/pkg/ioutils 0.491s coverage: 70.6% of statements [2021-11-17T22:32:50.787Z] ok github.com/docker/docker/pkg/jsonmessage 0.010s coverage: 91.7% of statements [2021-11-17T22:32:50.787Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-11-17T22:32:50.787Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2021-11-17T22:32:50.787Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-11-17T22:32:50.787Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-11-17T22:32:51.048Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2021-11-17T22:32:51.048Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-11-17T22:32:51.048Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2021-11-17T22:32:51.309Z] ok github.com/docker/docker/pkg/parsers/kernel 0.013s coverage: 60.0% of statements [2021-11-17T22:32:51.570Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.016s coverage: 86.7% of statements [2021-11-17T22:32:51.570Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2021-11-17T22:32:51.570Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-11-17T22:32:51.570Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-11-17T22:32:51.736Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2021-11-17T22:32:52.303Z] === RUN TestDockerSuite/TestCpToDot [2021-11-17T22:32:52.513Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.007s coverage: 56.8% of statements [2021-11-17T22:32:52.774Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-11-17T22:32:52.869Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-11-17T22:32:53.034Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-11-17T22:32:53.295Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2021-11-17T22:32:53.804Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-11-17T22:32:53.804Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.00s) [2021-11-17T22:32:53.804Z] === RUN TestCreateServiceSecretFileMode [2021-11-17T22:32:54.677Z] ok github.com/docker/docker/pkg/pubsub 1.028s coverage: 75.0% of statements [2021-11-17T22:32:54.677Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2021-11-17T22:32:55.178Z] === RUN TestDockerSuite/TestCpToStdout [2021-11-17T22:32:55.269Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-11-17T22:32:55.745Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-11-17T22:32:56.680Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-11-17T22:32:56.938Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-11-17T22:32:57.506Z] === RUN TestDockerSuite/TestCpVolumePath [2021-11-17T22:32:57.506Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2021-11-17T22:32:58.442Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-11-17T22:32:58.442Z] === RUN TestDockerSuite/TestCreateArgs [2021-11-17T22:32:58.442Z] === RUN TestDockerSuite/TestCreateByImageID [2021-11-17T22:32:58.699Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-11-17T22:32:58.877Z] ok github.com/docker/docker/pkg/signal 3.319s coverage: 62.3% of statements [2021-11-17T22:32:58.877Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2021-11-17T22:32:58.877Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2021-11-17T22:32:58.877Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2021-11-17T22:32:59.266Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-11-17T22:32:59.266Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-11-17T22:32:59.266Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-11-17T22:32:59.266Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-11-17T22:32:59.449Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 52.9% of statements [2021-11-17T22:32:59.833Z] docker_api_swarm_node_test.go:80: [dac9cea99bd2c] joining swarm manager [d89ddc376ce5c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-17T22:33:00.021Z] ok github.com/docker/docker/pkg/system 0.005s coverage: 36.9% of statements [2021-11-17T22:33:00.091Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-11-17T22:33:00.281Z] ok github.com/docker/docker/pkg/tailfile 0.056s coverage: 88.6% of statements [2021-11-17T22:33:00.349Z] === RUN TestDockerSuite/TestCreateLabels [2021-11-17T22:33:00.349Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-11-17T22:33:00.349Z] === RUN TestDockerSuite/TestCreateRM [2021-11-17T22:33:00.542Z] ok github.com/docker/docker/pkg/tarsum 0.041s coverage: 89.3% of statements [2021-11-17T22:33:00.607Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-11-17T22:33:00.608Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-11-17T22:33:00.608Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-11-17T22:33:00.608Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-11-17T22:33:00.608Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-11-17T22:33:00.803Z] testing: warning: no tests to run [2021-11-17T22:33:00.803Z] coverage: [no statements] [2021-11-17T22:33:00.803Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2021-11-17T22:33:01.074Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-11-17T22:33:01.342Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2021-11-17T22:33:01.342Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2021-11-17T22:33:02.245Z] --- PASS: TestServiceUpdateNetwork (12.20s) [2021-11-17T22:33:02.245Z] === RUN TestServiceUpdatePidsLimit [2021-11-17T22:33:02.502Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-11-17T22:33:02.510Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-11-17T22:33:02.510Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-11-17T22:33:02.510Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-11-17T22:33:03.261Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2021-11-17T22:33:03.437Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-11-17T22:33:03.521Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2021-11-17T22:33:04.093Z] ok github.com/docker/docker/profiles/seccomp 0.007s coverage: 85.6% of statements [2021-11-17T22:33:05.034Z] ok github.com/docker/docker/quota 0.223s coverage: 71.4% of statements [2021-11-17T22:33:05.295Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2021-11-17T22:33:06.236Z] ok github.com/docker/docker/registry 0.050s coverage: 57.2% of statements [2021-11-17T22:33:06.497Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2021-11-17T22:33:06.697Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-11-17T22:33:06.697Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-11-17T22:33:06.697Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-11-17T22:33:06.697Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-11-17T22:33:06.697Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-11-17T22:33:06.697Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-11-17T22:33:06.697Z] --- PASS: TestCreateServiceSecretFileMode (12.88s) [2021-11-17T22:33:06.697Z] === RUN TestCreateServiceConfigFileMode [2021-11-17T22:33:06.757Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2021-11-17T22:33:07.263Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-11-17T22:33:07.328Z] ok github.com/docker/docker/runconfig 0.009s coverage: 66.1% of statements [2021-11-17T22:33:07.328Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2021-11-17T22:33:09.166Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-11-17T22:33:09.732Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-11-17T22:33:10.627Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2021-11-17T22:33:10.676Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-11-17T22:33:10.887Z] ok github.com/docker/docker/volume/local 0.088s coverage: 76.4% of statements [2021-11-17T22:33:11.458Z] ok github.com/docker/docker/volume/mounts 0.020s coverage: 67.0% of statements [2021-11-17T22:33:11.543Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-11-17T22:33:11.610Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-11-17T22:33:11.868Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-11-17T22:33:12.398Z] ok github.com/docker/docker/volume/service 0.014s coverage: 73.1% of statements [2021-11-17T22:33:12.434Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-11-17T22:33:12.434Z] === RUN TestDockerSuite/TestDevicePermissions [2021-11-17T22:33:12.999Z] === RUN TestDockerSuite/TestDockerFails [2021-11-17T22:33:12.999Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2021-11-17T22:33:12.999Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2021-11-17T22:33:12.999Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2021-11-17T22:33:13.566Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2021-11-17T22:33:13.825Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2021-11-17T22:33:14.392Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2021-11-17T22:33:15.328Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2021-11-17T22:33:15.587Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2021-11-17T22:33:15.587Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2021-11-17T22:33:15.845Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2021-11-17T22:33:15.845Z] docker_api_swarm_node_test.go:52: [daf986cbb6b25] joining swarm manager [d1be01f4adfdc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-17T22:33:16.780Z] docker_api_swarm_node_test.go:53: [dc546c63c550f] joining swarm manager [d1be01f4adfdc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-17T22:33:18.101Z] --- PASS: TestServiceUpdatePidsLimit (16.16s) [2021-11-17T22:33:18.101Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s) [2021-11-17T22:33:18.101Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2021-11-17T22:33:18.101Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2021-11-17T22:33:18.101Z] PASS [2021-11-17T22:33:18.101Z] [2021-11-17T22:33:18.101Z] === Skipped [2021-11-17T22:33:18.101Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-11-17T22:33:18.101Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-11-17T22:33:18.101Z] [2021-11-17T22:33:18.101Z] [2021-11-17T22:33:18.101Z] DONE 27 tests, 1 skipped in 182.543s [2021-11-17T22:33:18.101Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-11-17T22:33:18.101Z] INFO: Testing against a local daemon [2021-11-17T22:33:18.101Z] === RUN TestSessionCreate [2021-11-17T22:33:18.101Z] --- PASS: TestSessionCreate (0.02s) [2021-11-17T22:33:18.101Z] === RUN TestSessionCreateWithBadUpgrade [2021-11-17T22:33:18.101Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-11-17T22:33:18.101Z] PASS [2021-11-17T22:33:18.101Z] [2021-11-17T22:33:18.101Z] DONE 2 tests in 0.083s [2021-11-17T22:33:18.101Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-11-17T22:33:18.101Z] INFO: Testing against a local daemon [2021-11-17T22:33:18.101Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-11-17T22:33:18.101Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2021-11-17T22:33:18.101Z] === RUN TestEventsExecDie [2021-11-17T22:33:18.101Z] --- PASS: TestEventsExecDie (0.59s) [2021-11-17T22:33:18.101Z] === RUN TestEventsBackwardsCompatible [2021-11-17T22:33:18.359Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2021-11-17T22:33:18.359Z] === RUN TestInfoBinaryCommits [2021-11-17T22:33:18.359Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-11-17T22:33:18.359Z] === RUN TestInfoAPIVersioned [2021-11-17T22:33:18.359Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-11-17T22:33:18.359Z] === RUN TestInfoDiscoveryBackend [2021-11-17T22:33:18.924Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2021-11-17T22:33:18.924Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-11-17T22:33:19.858Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-11-17T22:33:19.858Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-11-17T22:33:20.061Z] --- PASS: TestCreateServiceConfigFileMode (13.22s) [2021-11-17T22:33:20.061Z] === RUN TestCreateServiceSysctls [2021-11-17T22:33:20.423Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2021-11-17T22:33:20.423Z] === RUN TestInfoAPI [2021-11-17T22:33:20.423Z] --- PASS: TestInfoAPI (0.02s) [2021-11-17T22:33:20.423Z] === RUN TestInfoAPIWarnings [2021-11-17T22:33:21.433Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-11-17T22:33:23.964Z] --- PASS: TestCreateServiceSysctls (3.60s) [2021-11-17T22:33:23.964Z] === RUN TestCreateServiceCapabilities [2021-11-17T22:33:23.964Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-11-17T22:33:25.407Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-11-17T22:33:25.407Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-11-17T22:33:25.407Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-11-17T22:33:25.869Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-11-17T22:33:26.805Z] --- PASS: TestCreateServiceCapabilities (2.97s) [2021-11-17T22:33:26.805Z] === RUN TestInspect [2021-11-17T22:33:27.294Z] ok github.com/docker/docker/pkg/plugins 33.637s coverage: 76.6% of statements [2021-11-17T22:33:27.294Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-11-17T22:33:27.294Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-11-17T22:33:27.294Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-11-17T22:33:27.294Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-11-17T22:33:27.294Z] ? github.com/docker/docker/pkg/term [no test files] [2021-11-17T22:33:27.294Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-11-17T22:33:27.294Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-11-17T22:33:27.294Z] ? github.com/docker/docker/rootless [no test files] [2021-11-17T22:33:27.294Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-11-17T22:33:27.294Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-11-17T22:33:27.294Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-11-17T22:33:27.294Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-11-17T22:33:27.294Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-11-17T22:33:27.294Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-11-17T22:33:27.294Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-11-17T22:33:27.294Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-11-17T22:33:27.294Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-11-17T22:33:27.294Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-11-17T22:33:27.294Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-11-17T22:33:27.294Z] ? github.com/docker/docker/testutil/request [no test files] [2021-11-17T22:33:27.294Z] ? github.com/docker/docker/volume [no test files] [2021-11-17T22:33:27.294Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-11-17T22:33:27.294Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-11-17T22:33:27.294Z] [2021-11-17T22:33:27.294Z] === Skipped [2021-11-17T22:33:27.294Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-11-17T22:33:27.294Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-11-17T22:33:27.294Z] [2021-11-17T22:33:27.294Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-11-17T22:33:27.294Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-11-17T22:33:27.294Z] [2021-11-17T22:33:27.294Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-11-17T22:33:27.294Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-17T22:33:27.294Z] graphtest_unix.go:46: Driver btrfs not supported [2021-11-17T22:33:27.294Z] [2021-11-17T22:33:27.294Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-11-17T22:33:27.294Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-17T22:33:27.294Z] graphtest_unix.go:46: Driver btrfs not supported [2021-11-17T22:33:27.294Z] [2021-11-17T22:33:27.294Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-11-17T22:33:27.294Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-17T22:33:27.294Z] graphtest_unix.go:46: Driver btrfs not supported [2021-11-17T22:33:27.294Z] [2021-11-17T22:33:27.294Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-11-17T22:33:27.294Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-17T22:33:27.294Z] graphtest_unix.go:46: Driver btrfs not supported [2021-11-17T22:33:27.294Z] [2021-11-17T22:33:27.294Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-11-17T22:33:27.294Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-17T22:33:27.294Z] graphtest_unix.go:46: Driver btrfs not supported [2021-11-17T22:33:27.294Z] [2021-11-17T22:33:27.294Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-11-17T22:33:27.294Z] graphtest_unix.go:73: No driver to put! [2021-11-17T22:33:27.294Z] [2021-11-17T22:33:27.294Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-11-17T22:33:27.294Z] time="2021-11-17T22:31:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-11-17T22:33:27.294Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-11-17T22:33:27.294Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-11-17T22:33:27.294Z] [2021-11-17T22:33:27.294Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-11-17T22:33:27.294Z] time="2021-11-17T22:31:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-11-17T22:33:27.294Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-11-17T22:33:27.294Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-11-17T22:33:27.294Z] [2021-11-17T22:33:27.294Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-11-17T22:33:27.294Z] time="2021-11-17T22:31:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-11-17T22:33:27.294Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-11-17T22:33:27.294Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-11-17T22:33:27.294Z] [2021-11-17T22:33:27.294Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-11-17T22:33:27.294Z] time="2021-11-17T22:31:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-11-17T22:33:27.294Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-11-17T22:33:27.294Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-11-17T22:33:27.294Z] [2021-11-17T22:33:27.294Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-11-17T22:33:27.294Z] time="2021-11-17T22:31:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-11-17T22:33:27.294Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-11-17T22:33:27.294Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-11-17T22:33:27.294Z] [2021-11-17T22:33:27.294Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-11-17T22:33:27.294Z] graphtest_unix.go:73: No driver to put! [2021-11-17T22:33:27.294Z] [2021-11-17T22:33:27.294Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-11-17T22:33:27.294Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-11-17T22:33:27.294Z] [2021-11-17T22:33:27.294Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-11-17T22:33:27.294Z] overlay_test.go:49: Fails to compute changes intermittently [2021-11-17T22:33:27.294Z] [2021-11-17T22:33:27.294Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-11-17T22:33:27.294Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-11-17T22:33:27.294Z] [2021-11-17T22:33:27.294Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-11-17T22:33:27.294Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-11-17T22:33:27.294Z] [2021-11-17T22:33:27.294Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-11-17T22:33:27.294Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-17T22:33:27.294Z] graphtest_unix.go:46: Driver zfs not supported [2021-11-17T22:33:27.294Z] [2021-11-17T22:33:27.294Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-11-17T22:33:27.294Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-17T22:33:27.294Z] graphtest_unix.go:46: Driver zfs not supported [2021-11-17T22:33:27.294Z] [2021-11-17T22:33:27.294Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-11-17T22:33:27.294Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-17T22:33:27.294Z] graphtest_unix.go:46: Driver zfs not supported [2021-11-17T22:33:27.294Z] [2021-11-17T22:33:27.294Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-11-17T22:33:27.294Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-17T22:33:27.294Z] graphtest_unix.go:46: Driver zfs not supported [2021-11-17T22:33:27.294Z] [2021-11-17T22:33:27.294Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-11-17T22:33:27.294Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-17T22:33:27.294Z] graphtest_unix.go:46: Driver zfs not supported [2021-11-17T22:33:27.294Z] [2021-11-17T22:33:27.294Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-11-17T22:33:27.294Z] graphtest_unix.go:73: No driver to put! [2021-11-17T22:33:27.294Z] [2021-11-17T22:33:27.294Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-11-17T22:33:27.294Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-11-17T22:33:27.294Z] [2021-11-17T22:33:27.294Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-11-17T22:33:27.294Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-11-17T22:33:27.294Z] [2021-11-17T22:33:27.294Z] [2021-11-17T22:33:27.294Z] DONE 2244 tests, 26 skipped in 272.830s Post stage [Pipeline] junit [2021-11-17T22:33:27.313Z] Recording test results [2021-11-17T22:33:27.372Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2021-11-17T22:33:27.546Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2021-11-17T22:33:27.632Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-11-17T22:33:27.632Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-11-17T22:33:27.632Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-11-17T22:33:27.632Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-11-17T22:33:27.900Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43024/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=781229ebb92184d01e91497b8a94e88934f8afc3 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:781229ebb92184d01e91497b8a94e88934f8afc3 hack/validate/vendor [2021-11-17T22:33:28.102Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-11-17T22:33:28.102Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-11-17T22:33:28.102Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-11-17T22:33:28.307Z] === RUN TestDockerSuite/TestEventsAttach [2021-11-17T22:33:28.574Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-11-17T22:33:28.574Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-11-17T22:33:28.574Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-11-17T22:33:28.873Z] === RUN TestDockerSuite/TestEventsCommit [2021-11-17T22:33:29.286Z] update vendored copy of archive/tar [2021-11-17T22:33:29.286Z] downloading: https://golang.org/dl/go1.16.10.src.tar.gz [2021-11-17T22:33:30.226Z] patching file stat_unix.go [2021-11-17T22:33:30.226Z] 2021/11/17 22:33:30 Collecting initial packages [2021-11-17T22:33:30.247Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-11-17T22:33:30.247Z] --- PASS: TestInspect (3.53s) [2021-11-17T22:33:30.247Z] === RUN TestCreateJob [2021-11-17T22:33:30.486Z] 2021/11/17 22:33:30 Download dependencies [2021-11-17T22:33:30.506Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-11-17T22:33:31.073Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-11-17T22:33:31.642Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2021-11-17T22:33:33.570Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2021-11-17T22:33:33.570Z] --- PASS: TestCreateJob (3.31s) [2021-11-17T22:33:33.570Z] === RUN TestReplicatedJob [2021-11-17T22:33:33.780Z] 2021/11/17 22:33:33 Starting whole vndr cycle because no package specified [2021-11-17T22:33:33.780Z] 2021/11/17 22:33:33 Ignoring paths matching "^archive/tar" [2021-11-17T22:33:34.351Z] 2021/11/17 22:33:34 Clone github.com/Microsoft/go-winio, revision 7e149e8c70409f36773c1b2cf3447a7ab7697368, attempt 1/20 [2021-11-17T22:33:34.351Z] 2021/11/17 22:33:34 Clone github.com/willf/bitset, revision 559910e8471e48d76d9e5a1ba15842dee77ad45d, attempt 1/20 [2021-11-17T22:33:34.352Z] 2021/11/17 22:33:34 Clone github.com/docker/libtrust, revision 9cbd2a1374f46905c68a4eb3694a130610adc62a, attempt 1/20 [2021-11-17T22:33:34.352Z] 2021/11/17 22:33:34 Clone github.com/Azure/go-ansiterm, revision d6e3b3328b783f23731bc4d058875b0371ff8109, attempt 1/20 [2021-11-17T22:33:34.352Z] 2021/11/17 22:33:34 Clone github.com/golang/gddo, revision 72a348e765d293ed6d1ded7b699591f14d6cd921, attempt 1/20 [2021-11-17T22:33:34.352Z] 2021/11/17 22:33:34 Clone github.com/google/uuid, revision 0cd6bf5da1e1c83f8b45653022c74f71af0538a4, attempt 1/20 [2021-11-17T22:33:34.352Z] 2021/11/17 22:33:34 Clone github.com/gorilla/mux, revision 98cb6bf42e086f6af920b965c38cacc07402d51b, attempt 1/20 [2021-11-17T22:33:34.352Z] 2021/11/17 22:33:34 Clone github.com/Microsoft/opengcs, revision a10967154e143a36014584a6f664344e3bb0aa64, attempt 1/20 [2021-11-17T22:33:34.352Z] 2021/11/17 22:33:34 Clone github.com/moby/locker, revision 281af2d563954745bea9d1487c965f24d30742fe, attempt 1/20 [2021-11-17T22:33:34.352Z] 2021/11/17 22:33:34 Clone github.com/moby/term, revision bea5bbe245bf407372d477f1361d2ff042d2f556, attempt 1/20 [2021-11-17T22:33:34.352Z] 2021/11/17 22:33:34 Clone github.com/moby/sys, revision 1bc8673b57550ddf85262eb0fed0aac651a37dab, attempt 1/20 [2021-11-17T22:33:34.352Z] 2021/11/17 22:33:34 Clone github.com/creack/pty, revision 2a38352e8b4d7ab6c336eef107e42a55e72e7fbc, attempt 1/20 [2021-11-17T22:33:34.352Z] 2021/11/17 22:33:34 Clone github.com/sirupsen/logrus, revision 6699a89a232f3db797f2e280639854bbc4b89725, attempt 1/20 [2021-11-17T22:33:34.352Z] 2021/11/17 22:33:34 Clone github.com/tchap/go-patricia, revision a7f0089c6f496e8e70402f61733606daa326cac5, attempt 1/20 [2021-11-17T22:33:34.352Z] 2021/11/17 22:33:34 Clone golang.org/x/net, revision ab34263943818b32f575efc978a3d24e80b04bd7, attempt 1/20 [2021-11-17T22:33:34.352Z] 2021/11/17 22:33:34 Clone golang.org/x/sys, revision b64e53b001e413bd5067f36d4e439eded3827374, attempt 1/20 [2021-11-17T22:33:34.504Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-11-17T22:33:35.295Z] 2021/11/17 22:33:35 Finished clone github.com/docker/libtrust [2021-11-17T22:33:35.295Z] 2021/11/17 22:33:35 Clone github.com/docker/go-units, revision 519db1ee28dcc9fd2474ae59fca29a810482bfb1, attempt 1/20 [2021-11-17T22:33:35.295Z] 2021/11/17 22:33:35 Finished clone github.com/Azure/go-ansiterm [2021-11-17T22:33:35.295Z] 2021/11/17 22:33:35 Clone github.com/docker/go-connections, revision 7395e3f8aa162843a74ed6d48e79627d9792ac55, attempt 1/20 [2021-11-17T22:33:35.556Z] 2021/11/17 22:33:35 Finished clone github.com/tchap/go-patricia [2021-11-17T22:33:35.556Z] 2021/11/17 22:33:35 Clone golang.org/x/text, revision 23ae387dee1f90d29a23c0e87ee0b46038fbed0e, attempt 1/20 [2021-11-17T22:33:35.556Z] 2021/11/17 22:33:35 Finished clone github.com/creack/pty [2021-11-17T22:33:35.556Z] 2021/11/17 22:33:35 Clone gotest.tools/v3, revision 568bc57cc5c19a2ef85e5749870b49a4cc2ab54d, attempt 1/20 [2021-11-17T22:33:35.556Z] 2021/11/17 22:33:35 Finished clone github.com/google/uuid [2021-11-17T22:33:35.556Z] 2021/11/17 22:33:35 Clone github.com/google/go-cmp, revision 3af367b6b30c263d47e8895973edcca9a49cf029, attempt 1/20 [2021-11-17T22:33:35.556Z] 2021/11/17 22:33:35 Finished clone github.com/moby/locker [2021-11-17T22:33:35.556Z] 2021/11/17 22:33:35 Clone github.com/syndtr/gocapability, revision 42c35b4376354fd554efc7ad35e0b7f94e3a0ffb, attempt 1/20 [2021-11-17T22:33:35.556Z] 2021/11/17 22:33:35 Finished clone github.com/willf/bitset [2021-11-17T22:33:35.556Z] 2021/11/17 22:33:35 Clone github.com/RackSec/srslog, revision a4725f04ec91af1a91b380da679d6e0c2f061e59, attempt 1/20 [2021-11-17T22:33:35.556Z] 2021/11/17 22:33:35 Finished clone github.com/Microsoft/go-winio [2021-11-17T22:33:35.556Z] 2021/11/17 22:33:35 Clone github.com/imdario/mergo, revision 1afb36080aec31e0d1528973ebe6721b191b0369, attempt 1/20 [2021-11-17T22:33:35.817Z] 2021/11/17 22:33:35 Finished clone github.com/moby/term [2021-11-17T22:33:35.817Z] 2021/11/17 22:33:35 Clone golang.org/x/sync, revision cd5d95a43a6e21273425c7ae415d3df9ea832eeb, attempt 1/20 [2021-11-17T22:33:35.817Z] 2021/11/17 22:33:35 Finished clone github.com/gorilla/mux [2021-11-17T22:33:35.817Z] 2021/11/17 22:33:35 Clone github.com/moby/buildkit, revision 244e8cde639f71a05a1a2e0670bd88e0206ce55c, attempt 1/20 [2021-11-17T22:33:35.817Z] 2021/11/17 22:33:35 Finished clone github.com/moby/sys [2021-11-17T22:33:35.817Z] 2021/11/17 22:33:35 Clone github.com/tonistiigi/fsutil, revision 0834f99b7b85462efb69b4f571a4fa3ca7da5ac9, attempt 1/20 [2021-11-17T22:33:36.078Z] 2021/11/17 22:33:36 Finished clone github.com/sirupsen/logrus [2021-11-17T22:33:36.078Z] 2021/11/17 22:33:36 Clone github.com/tonistiigi/units, revision 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2, attempt 1/20 [2021-11-17T22:33:36.339Z] 2021/11/17 22:33:36 Finished clone github.com/docker/go-units [2021-11-17T22:33:36.339Z] 2021/11/17 22:33:36 Clone github.com/grpc-ecosystem/grpc-opentracing, revision 8e809c8a86450a29b90dcc9efbf062d0fe6d9746, attempt 1/20 [2021-11-17T22:33:36.911Z] 2021/11/17 22:33:36 Finished clone github.com/syndtr/gocapability [2021-11-17T22:33:36.911Z] 2021/11/17 22:33:36 Clone github.com/opentracing/opentracing-go, revision d34af3eaa63c4d08ab54863a4bdd0daa45212e12, attempt 1/20 [2021-11-17T22:33:36.911Z] 2021/11/17 22:33:36 Finished clone github.com/RackSec/srslog [2021-11-17T22:33:36.911Z] 2021/11/17 22:33:36 Clone github.com/google/shlex, revision e7afc7fbc51079733e9468cdfd1efcd7d196cd1d, attempt 1/20 [2021-11-17T22:33:37.037Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2021-11-17T22:33:37.172Z] 2021/11/17 22:33:36 Finished clone github.com/imdario/mergo [2021-11-17T22:33:37.172Z] 2021/11/17 22:33:36 Clone github.com/opentracing-contrib/go-stdlib, revision 8a6ff1ad1691a29e4f7b5d46604f97634997c8c4, attempt 1/20 [2021-11-17T22:33:37.172Z] 2021/11/17 22:33:37 Finished clone gotest.tools/v3 [2021-11-17T22:33:37.172Z] 2021/11/17 22:33:37 Clone github.com/mitchellh/hashstructure, revision a38c50148365edc8df43c1580c48fb2b3a1e9cd7, attempt 1/20 [2021-11-17T22:33:37.172Z] 2021/11/17 22:33:37 Finished clone golang.org/x/sync [2021-11-17T22:33:37.172Z] 2021/11/17 22:33:37 Clone github.com/gofrs/flock, revision 6caa7350c26b838538005fae7dbee4e69d9398db, attempt 1/20 [2021-11-17T22:33:37.433Z] 2021/11/17 22:33:37 Finished clone github.com/google/go-cmp [2021-11-17T22:33:37.433Z] 2021/11/17 22:33:37 Clone github.com/grpc-ecosystem/go-grpc-middleware, revision 3c51f7f332123e8be5a157c0802a228ac85bf9db, attempt 1/20 [2021-11-17T22:33:37.433Z] 2021/11/17 22:33:37 Finished clone github.com/tonistiigi/units [2021-11-17T22:33:37.433Z] 2021/11/17 22:33:37 Clone github.com/docker/libnetwork, revision 64b7a4574d1426139437d20e81c0b6d391130ec8, attempt 1/20 [2021-11-17T22:33:38.006Z] 2021/11/17 22:33:37 Finished clone github.com/grpc-ecosystem/grpc-opentracing [2021-11-17T22:33:38.006Z] 2021/11/17 22:33:37 Clone github.com/docker/go-events, revision e31b211e4f1cd09aa76fe4ac244571fab96ae47f, attempt 1/20 [2021-11-17T22:33:38.267Z] 2021/11/17 22:33:38 Finished clone github.com/docker/go-connections [2021-11-17T22:33:38.267Z] 2021/11/17 22:33:38 Clone github.com/armon/go-radix, revision e39d623f12e8e41c7b5529e9a9dd67a1e2261f80, attempt 1/20 [2021-11-17T22:33:38.495Z] --- PASS: TestInfoAPIWarnings (16.24s) [2021-11-17T22:33:38.495Z] === RUN TestInfoDebug [2021-11-17T22:33:38.495Z] --- PASS: TestInfoDebug (0.53s) [2021-11-17T22:33:38.495Z] === RUN TestInfoInsecureRegistries [2021-11-17T22:33:38.495Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2021-11-17T22:33:38.495Z] === RUN TestInfoRegistryMirrors [2021-11-17T22:33:38.495Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2021-11-17T22:33:38.495Z] === RUN TestLoginFailsWithBadCredentials [2021-11-17T22:33:38.495Z] --- PASS: TestLoginFailsWithBadCredentials (0.23s) [2021-11-17T22:33:38.495Z] === RUN TestPingCacheHeaders [2021-11-17T22:33:38.495Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-11-17T22:33:38.495Z] === RUN TestPingGet [2021-11-17T22:33:38.495Z] --- PASS: TestPingGet (0.02s) [2021-11-17T22:33:38.495Z] === RUN TestPingHead [2021-11-17T22:33:38.495Z] --- PASS: TestPingHead (0.02s) [2021-11-17T22:33:38.495Z] === RUN TestVersion [2021-11-17T22:33:38.495Z] --- PASS: TestVersion (0.03s) [2021-11-17T22:33:38.495Z] === CONT TestCgroupDriverSystemdMemoryLimit [2021-11-17T22:33:38.528Z] 2021/11/17 22:33:38 Finished clone github.com/google/shlex [2021-11-17T22:33:38.528Z] 2021/11/17 22:33:38 Clone github.com/armon/go-metrics, revision eb0af217e5e9747e41dd5303755356b62d28e3ec, attempt 1/20 [2021-11-17T22:33:38.528Z] 2021/11/17 22:33:38 Finished clone github.com/opentracing-contrib/go-stdlib [2021-11-17T22:33:38.528Z] 2021/11/17 22:33:38 Clone github.com/hashicorp/go-msgpack, revision 71c2886f5a673a35f909803f38ece5810165097b, attempt 1/20 [2021-11-17T22:33:38.528Z] 2021/11/17 22:33:38 Finished clone github.com/opentracing/opentracing-go [2021-11-17T22:33:38.528Z] 2021/11/17 22:33:38 Clone github.com/hashicorp/memberlist, revision 3d8438da9589e7b608a83ffac1ef8211486bcb7c, attempt 1/20 [2021-11-17T22:33:38.528Z] 2021/11/17 22:33:38 Finished clone github.com/mitchellh/hashstructure [2021-11-17T22:33:38.528Z] 2021/11/17 22:33:38 Clone github.com/sean-/seed, revision e2103e2c35297fb7e17febb81e49b312087a2372, attempt 1/20 [2021-11-17T22:33:38.789Z] 2021/11/17 22:33:38 Finished clone github.com/gofrs/flock [2021-11-17T22:33:38.789Z] 2021/11/17 22:33:38 Clone github.com/hashicorp/errwrap, revision 8a6fb523712970c966eefc6b39ed2c5e74880354, attempt 1/20 [2021-11-17T22:33:39.368Z] 2021/11/17 22:33:39 Finished clone github.com/docker/go-events [2021-11-17T22:33:39.368Z] 2021/11/17 22:33:39 Clone github.com/hashicorp/go-sockaddr, revision c7188e74f6acae5a989bdc959aa779f8b9f42faf, attempt 1/20 [2021-11-17T22:33:39.570Z] === RUN TestDockerSuite/TestEventsCopy [2021-11-17T22:33:39.570Z] --- PASS: TestReplicatedJob (6.09s) [2021-11-17T22:33:39.570Z] === RUN TestUpdateReplicatedJob [2021-11-17T22:33:39.629Z] 2021/11/17 22:33:39 Clone github.com/hashicorp/go-multierror, revision 886a7fbe3eb1c874d46f623bfa70af45f425b3d1, attempt 1/20 [2021-11-17T22:33:39.629Z] 2021/11/17 22:33:39 Finished clone github.com/armon/go-radix [2021-11-17T22:33:39.871Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.17s) [2021-11-17T22:33:39.871Z] PASS [2021-11-17T22:33:39.871Z] [2021-11-17T22:33:39.871Z] DONE 18 tests in 22.114s [2021-11-17T22:33:39.871Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-11-17T22:33:39.871Z] INFO: Testing against a local daemon [2021-11-17T22:33:39.871Z] === RUN TestVolumesCreateAndList [2021-11-17T22:33:39.871Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-11-17T22:33:39.871Z] === RUN TestVolumesRemove [2021-11-17T22:33:39.871Z] --- PASS: TestVolumesRemove (0.06s) [2021-11-17T22:33:39.871Z] === RUN TestVolumesInspect [2021-11-17T22:33:39.871Z] --- PASS: TestVolumesInspect (0.02s) [2021-11-17T22:33:39.871Z] === RUN TestVolumesInvalidJSON [2021-11-17T22:33:39.871Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-11-17T22:33:39.871Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-11-17T22:33:39.871Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-11-17T22:33:39.871Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-11-17T22:33:39.871Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-11-17T22:33:39.871Z] PASS [2021-11-17T22:33:39.871Z] [2021-11-17T22:33:39.871Z] DONE 5 tests in 0.156s [2021-11-17T22:33:39.871Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-11-17T22:33:39.890Z] 2021/11/17 22:33:39 Finished clone github.com/sean-/seed [2021-11-17T22:33:39.890Z] 2021/11/17 22:33:39 Clone github.com/hashicorp/serf, revision 598c54895cc5a7b1a24a398d635e8c0ea0959870, attempt 1/20 [2021-11-17T22:33:39.890Z] 2021/11/17 22:33:39 Finished clone github.com/armon/go-metrics [2021-11-17T22:33:39.890Z] 2021/11/17 22:33:39 Clone github.com/docker/libkv, revision 458977154600b9f23984d9f4b82e79570b5ae12b, attempt 1/20 [2021-11-17T22:33:40.150Z] 2021/11/17 22:33:39 Finished clone github.com/hashicorp/errwrap [2021-11-17T22:33:40.150Z] 2021/11/17 22:33:39 Clone github.com/vishvananda/netns, revision db3c7e526aae966c4ccfa6c8189b693d6ac5d202, attempt 1/20 [2021-11-17T22:33:40.410Z] 2021/11/17 22:33:40 Finished clone github.com/tonistiigi/fsutil [2021-11-17T22:33:40.410Z] 2021/11/17 22:33:40 Clone github.com/vishvananda/netlink, revision f049be6f391489d3f374498fe0c8df8449258372, attempt 1/20 [2021-11-17T22:33:40.504Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-11-17T22:33:41.243Z] Stopping apparmor (via systemctl): apparmor.service. [2021-11-17T22:33:41.243Z] Removing test suite binaries [2021-11-17T22:33:41.243Z] exiting test-integration [2021-11-17T22:33:41.243Z] ++ exit 0 [2021-11-17T22:33:41.243Z] [2021-11-17T22:33:41.351Z] 2021/11/17 22:33:41 Finished clone github.com/hashicorp/go-multierror [2021-11-17T22:33:41.351Z] 2021/11/17 22:33:41 Clone github.com/moby/ipvs, revision 4566ccea0e08d68e9614c3e7a64a23b850c4bb35, attempt 1/20 [2021-11-17T22:33:41.351Z] 2021/11/17 22:33:41 Finished clone github.com/hashicorp/memberlist [2021-11-17T22:33:41.351Z] 2021/11/17 22:33:41 Clone github.com/BurntSushi/toml, revision 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005, attempt 1/20 [2021-11-17T22:33:41.351Z] 2021/11/17 22:33:41 Finished clone github.com/vishvananda/netns [2021-11-17T22:33:41.351Z] 2021/11/17 22:33:41 Clone github.com/Microsoft/hcsshim, revision 64a2b71405dacf76c95600f4c756a991ad09cf7c, attempt 1/20 [2021-11-17T22:33:41.613Z] 2021/11/17 22:33:41 Finished clone github.com/docker/libkv [2021-11-17T22:33:41.613Z] 2021/11/17 22:33:41 Clone https://github.com/moby/containerd.git to github.com/containerd/containerd, revision e048c115a3a89caf63941d363858e207c28bccd6, attempt 1/20 [2021-11-17T22:33:41.880Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-11-17T22:33:42.554Z] 2021/11/17 22:33:42 Finished clone github.com/hashicorp/go-sockaddr [2021-11-17T22:33:42.554Z] 2021/11/17 22:33:42 Clone github.com/samuel/go-zookeeper, revision d0e0d8e11f318e000a8cc434616d69e329edc374, attempt 1/20 [2021-11-17T22:33:42.814Z] --- PASS: TestUpdateReplicatedJob (3.40s) [2021-11-17T22:33:42.814Z] === RUN TestServiceListWithStatuses [2021-11-17T22:33:42.814Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-11-17T22:33:42.814Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-11-17T22:33:42.814Z] === RUN TestDockerNetworkConnectAlias [2021-11-17T22:33:43.497Z] 2021/11/17 22:33:43 Finished clone github.com/golang/gddo [2021-11-17T22:33:43.497Z] 2021/11/17 22:33:43 Clone github.com/deckarep/golang-set, revision ef32fa3046d9f249d399f98ebaf9be944430fd1d, attempt 1/20 [2021-11-17T22:33:43.497Z] 2021/11/17 22:33:43 Finished clone github.com/moby/ipvs [2021-11-17T22:33:43.497Z] 2021/11/17 22:33:43 Clone github.com/coreos/etcd, revision d57e8b8d97adfc4a6c224fe116714bf1a1f3beb9, attempt 1/20 [2021-11-17T22:33:43.758Z] 2021/11/17 22:33:43 Finished clone github.com/BurntSushi/toml [2021-11-17T22:33:43.758Z] 2021/11/17 22:33:43 Clone github.com/coreos/go-semver, revision 8ab6407b697782a06568d4b7f1db25550ec2e4c6, attempt 1/20 Post stage [Pipeline] junit [2021-11-17T22:33:43.791Z] Recording test results [2021-11-17T22:33:44.331Z] 2021/11/17 22:33:44 Finished clone github.com/vishvananda/netlink [2021-11-17T22:33:44.331Z] 2021/11/17 22:33:44 Clone github.com/ugorji/go, revision b4c50a2b199d93b13dc15e78929cfb23bfdf21ab, attempt 1/20 [2021-11-17T22:33:44.331Z] 2021/11/17 22:33:44 Finished clone github.com/samuel/go-zookeeper [2021-11-17T22:33:44.331Z] 2021/11/17 22:33:44 Clone github.com/hashicorp/consul, revision 9a9cc9341bb487651a0399e3fc5e1e8a42e62dd9, attempt 1/20 [2021-11-17T22:33:44.903Z] 2021/11/17 22:33:44 Finished clone github.com/hashicorp/go-msgpack [2021-11-17T22:33:44.903Z] 2021/11/17 22:33:44 Clone github.com/miekg/dns, revision 6c0c4e6581f8e173cc562c8b3363ab984e4ae071, attempt 1/20 [2021-11-17T22:33:44.903Z] 2021/11/17 22:33:44 Finished clone github.com/deckarep/golang-set [2021-11-17T22:33:44.903Z] 2021/11/17 22:33:44 Clone github.com/ishidawataru/sctp, revision f2269e66cdee387bd321445d5d300893449805be, attempt 1/20 [2021-11-17T22:33:45.176Z] 2021/11/17 22:33:45 Finished clone github.com/coreos/go-semver [2021-11-17T22:33:45.176Z] 2021/11/17 22:33:45 Clone go.etcd.io/bbolt, revision 232d8fc87f50244f9c808f4745759e08a304c029, attempt 1/20 [2021-11-17T22:33:45.240Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-11-17T22:33:45.580Z] + echo Ensuring container killed. [2021-11-17T22:33:45.581Z] Ensuring container killed. [2021-11-17T22:33:45.581Z] + docker rm -vf docker-pr2 [2021-11-17T22:33:45.581Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-11-17T22:33:45.871Z] + echo Chowning /workspace to jenkins user [2021-11-17T22:33:45.871Z] Chowning /workspace to jenkins user [2021-11-17T22:33:45.871Z] + id -u [2021-11-17T22:33:45.871Z] + id -g [2021-11-17T22:33:45.871Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43024:/workspace busybox chown -R 1000:1000 /workspace [2021-11-17T22:33:45.871Z] Unable to find image 'busybox:latest' locally [2021-11-17T22:33:46.129Z] latest: Pulling from library/busybox [2021-11-17T22:33:46.129Z] e685c5c858e3: Pulling fs layer [2021-11-17T22:33:46.129Z] e685c5c858e3: Download complete [2021-11-17T22:33:46.129Z] e685c5c858e3: Pull complete [2021-11-17T22:33:46.387Z] Digest: sha256:e7157b6d7ebbe2cce5eaa8cfe8aa4fa82d173999b9f90a9ec42e57323546c353 [2021-11-17T22:33:46.387Z] Status: Downloaded newer image for busybox:latest [2021-11-17T22:33:46.564Z] 2021/11/17 22:33:46 Finished clone github.com/ishidawataru/sctp [2021-11-17T22:33:46.564Z] 2021/11/17 22:33:46 Clone https://github.com/samuelkarp/docker-distribution.git to github.com/docker/distribution, revision 58f99e93b767ebacbf8e62a9074844712d31a177, attempt 1/20 [2021-11-17T22:33:46.998Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-11-17T22:33:47.256Z] --- PASS: TestDockerNetworkConnectAlias (4.28s) [2021-11-17T22:33:47.256Z] === RUN TestDockerNetworkReConnect [2021-11-17T22:33:47.256Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-11-17T22:33:48.190Z] === RUN TestDockerSuite/TestEventsFilterLabels [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-11-17T22:33:48.480Z] 2021/11/17 22:33:48 Finished clone golang.org/x/net [2021-11-17T22:33:48.480Z] 2021/11/17 22:33:48 Clone github.com/vbatts/tar-split, revision 620714a4c508c880ac1bdda9c8370a2b19af1a55, attempt 1/20 [2021-11-17T22:33:48.480Z] 2021/11/17 22:33:48 Finished clone go.etcd.io/bbolt [2021-11-17T22:33:48.480Z] 2021/11/17 22:33:48 Clone github.com/opencontainers/go-digest, revision ea51bea511f75cfa3ef6098cc253c5c3609b037a, attempt 1/20 [2021-11-17T22:33:48.606Z] + bundleName=amd64-cgroup2 [2021-11-17T22:33:48.606Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2021-11-17T22:33:48.606Z] Creating amd64-cgroup2-bundles.tar.gz [2021-11-17T22:33:48.606Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-11-17T22:33:48.606Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2021-11-17T22:33:48.742Z] 2021/11/17 22:33:48 Finished clone github.com/grpc-ecosystem/go-grpc-middleware [2021-11-17T22:33:48.742Z] 2021/11/17 22:33:48 Clone github.com/mistifyio/go-zfs, revision f784269be439d704d3dfa1906f45dd848fed2beb, attempt 1/20 [2021-11-17T22:33:48.758Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2021-11-17T22:33:49.003Z] 2021/11/17 22:33:48 Finished clone github.com/Microsoft/opengcs [2021-11-17T22:33:49.003Z] 2021/11/17 22:33:48 Clone google.golang.org/grpc, revision f495f5b15ae7ccda3b38c53a1bfcde4c1a58a2bc, attempt 1/20 [Pipeline] archiveArtifacts [2021-11-17T22:33:49.188Z] Archiving artifacts [2021-11-17T22:33:49.268Z] 2021/11/17 22:33:49 Finished clone github.com/hashicorp/serf [2021-11-17T22:33:49.268Z] 2021/11/17 22:33:49 Clone github.com/opencontainers/runc, revision ff819c7e9184c13b7c2607fe6c30ae19403a7aff, attempt 1/20 [2021-11-17T22:33:49.326Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2021-11-17T22:33:49.326Z] === RUN TestDockerSuite/TestEventsFilterType [2021-11-17T22:33:49.893Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2021-11-17T22:33:50.151Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2021-11-17T22:33:50.151Z] === RUN TestDockerSuite/TestEventsFilters [2021-11-17T22:33:50.212Z] 2021/11/17 22:33:50 Finished clone github.com/opencontainers/go-digest [2021-11-17T22:33:50.212Z] 2021/11/17 22:33:50 Clone github.com/opencontainers/runtime-spec, revision 4d89ac9fbff6c455f46a5bb59c6b1bb7184a5e43, attempt 1/20 [2021-11-17T22:33:50.212Z] 2021/11/17 22:33:50 Finished clone github.com/mistifyio/go-zfs [2021-11-17T22:33:50.212Z] 2021/11/17 22:33:50 Clone github.com/opencontainers/image-spec, revision d60099175f88c47cd379c4738d158884749ed235, attempt 1/20 [2021-11-17T22:33:51.086Z] --- PASS: TestDockerNetworkReConnect (3.98s) [2021-11-17T22:33:51.086Z] === RUN TestServicePlugin [2021-11-17T22:33:51.121Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43024/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-11-17T22:33:51.431Z] + make clean [2021-11-17T22:33:51.431Z] docker volume rm -f docker-dev-cache [2021-11-17T22:33:51.652Z] === RUN TestDockerSuite/TestEventsFormat [2021-11-17T22:33:51.689Z] docker-dev-cache [Pipeline] deleteDir [2021-11-17T22:33:53.027Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-11-17T22:33:53.028Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-11-17T22:33:53.028Z] === RUN TestDockerSuite/TestEventsImageImport [2021-11-17T22:33:53.595Z] === RUN TestDockerSuite/TestEventsImageLoad [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [2021-11-17T22:33:53.853Z] === RUN TestDockerSuite/TestEventsImagePull [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-11-17T22:33:54.419Z] === RUN TestDockerSuite/TestEventsImageTag [2021-11-17T22:33:54.436Z] 2021/11/17 22:33:53 Finished clone github.com/opencontainers/runtime-spec [2021-11-17T22:33:54.436Z] 2021/11/17 22:33:53 Clone github.com/cyphar/filepath-securejoin, revision a261ee33d7a517f054effbf451841abaafe3e0fd, attempt 1/20 [2021-11-17T22:33:54.436Z] 2021/11/17 22:33:53 Finished clone github.com/vbatts/tar-split [2021-11-17T22:33:54.436Z] 2021/11/17 22:33:53 Clone github.com/coreos/go-systemd, revision 39ca1b05acc7ad1220e09f133283b8859a8b71ab, attempt 1/20 [2021-11-17T22:33:54.436Z] 2021/11/17 22:33:54 Finished clone github.com/opencontainers/image-spec [2021-11-17T22:33:54.436Z] 2021/11/17 22:33:54 Clone github.com/coreos/go-systemd/v22, revision 2d78030078ef61b3cae27f42ad6d0e46db51b339, attempt 1/20 [2021-11-17T22:33:55.353Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2021-11-17T22:33:55.354Z] plugin_test.go:62: [d58cbbe341bc9] joining swarm manager [d33319a3db31b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-17T22:33:55.377Z] 2021/11/17 22:33:55 Finished clone github.com/cyphar/filepath-securejoin [2021-11-17T22:33:55.377Z] 2021/11/17 22:33:55 Clone github.com/godbus/dbus/v5, revision 37bf87eef99d69c4f1d3528bd66e3a87dc201472, attempt 1/20 [2021-11-17T22:33:55.612Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2021-11-17T22:33:55.871Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2021-11-17T22:33:55.871Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-11-17T22:33:55.871Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2021-11-17T22:33:55.871Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-11-17T22:33:55.871Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-11-17T22:33:56.762Z] 2021/11/17 22:33:56 Finished clone github.com/coreos/go-systemd [2021-11-17T22:33:56.762Z] 2021/11/17 22:33:56 Clone github.com/Graylog2/go-gelf, revision 1550ee647df0510058c9d67a45c56f18911d80b8, attempt 1/20 [2021-11-17T22:33:56.831Z] plugin_test.go:65: [d13dd7bec841f] joining swarm manager [d33319a3db31b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-17T22:33:57.023Z] 2021/11/17 22:33:56 Finished clone github.com/coreos/go-systemd/v22 [2021-11-17T22:33:57.023Z] 2021/11/17 22:33:56 Clone github.com/fluent/fluent-logger-golang, revision 7a6c9dcd7f14c2ed5d8c55c11b894e5455ee311b, attempt 1/20 [2021-11-17T22:33:57.285Z] 2021/11/17 22:33:57 Finished clone github.com/ugorji/go [2021-11-17T22:33:57.285Z] 2021/11/17 22:33:57 Clone github.com/philhofer/fwd, revision bb6d471dc95d4fe11e432687f8b70ff496cf3136, attempt 1/20 [2021-11-17T22:33:57.766Z] docker_api_swarm_test.go:201: [d073eafddc5df] joining swarm manager [ddfb24d56eae4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-17T22:33:57.856Z] 2021/11/17 22:33:57 Finished clone github.com/godbus/dbus/v5 [2021-11-17T22:33:57.857Z] 2021/11/17 22:33:57 Clone github.com/tinylib/msgp, revision af6442a0fcf6e2a1b824f70dd0c734f01e817751, attempt 1/20 [2021-11-17T22:33:58.334Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2021-11-17T22:33:58.428Z] 2021/11/17 22:33:58 Finished clone github.com/docker/libnetwork [2021-11-17T22:33:58.428Z] 2021/11/17 22:33:58 Clone github.com/fsnotify/fsnotify, revision 45d7d09e39ef4ac08d493309fa031790c15bfe8a, attempt 1/20 [2021-11-17T22:33:58.428Z] 2021/11/17 22:33:58 Finished clone github.com/Graylog2/go-gelf [2021-11-17T22:33:58.428Z] 2021/11/17 22:33:58 Clone github.com/aws/aws-sdk-go, revision 2590bc875c54c9fda225d8e4e56a9d28d90c6a47, attempt 1/20 [2021-11-17T22:33:58.592Z] === RUN TestDockerSuite/TestEventsRename [2021-11-17T22:33:59.003Z] 2021/11/17 22:33:58 Finished clone github.com/fluent/fluent-logger-golang [2021-11-17T22:33:59.003Z] 2021/11/17 22:33:58 Clone github.com/jmespath/go-jmespath, revision 2d053f87d1d7f9f48196ae04cf3daea4273d207d, attempt 1/20 [2021-11-17T22:33:59.003Z] 2021/11/17 22:33:58 Finished clone github.com/philhofer/fwd [2021-11-17T22:33:59.003Z] 2021/11/17 22:33:58 Clone github.com/bsphere/le_go, revision 7a984a84b5492ae539b79b62fb4a10afc63c7bcf, attempt 1/20 [2021-11-17T22:33:59.527Z] === RUN TestDockerSuite/TestEventsResize [2021-11-17T22:33:59.785Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-11-17T22:34:00.919Z] 2021/11/17 22:34:00 Finished clone github.com/fsnotify/fsnotify [2021-11-17T22:34:00.919Z] 2021/11/17 22:34:00 Clone golang.org/x/oauth2, revision bf48bf16ab8d622ce64ec6ce98d2c98f916b6303, attempt 1/20 [2021-11-17T22:34:00.919Z] 2021/11/17 22:34:00 Finished clone github.com/bsphere/le_go [2021-11-17T22:34:00.919Z] 2021/11/17 22:34:00 Clone google.golang.org/api, revision dec2ee309f5b09fc59bc40676447c15736284d78, attempt 1/20 [2021-11-17T22:34:01.180Z] 2021/11/17 22:34:01 Clone github.com/golang/groupcache, revision 869f871628b6baa9cfbc11732cdf6546b17c1298, attempt 1/20 [2021-11-17T22:34:01.441Z] 2021/11/17 22:34:01 Finished clone github.com/jmespath/go-jmespath [2021-11-17T22:34:02.828Z] 2021/11/17 22:34:02 Finished clone github.com/tinylib/msgp [2021-11-17T22:34:02.828Z] 2021/11/17 22:34:02 Clone go.opencensus.io, revision d835ff86be02193d324330acdb7d65546b05f814, attempt 1/20 [2021-11-17T22:34:02.828Z] 2021/11/17 22:34:02 Clone cloud.google.com/go, revision ceeb313ad77b789a7fa5287b36a1d127b69b7093, attempt 1/20 [2021-11-17T22:34:02.828Z] 2021/11/17 22:34:02 Finished clone github.com/docker/distribution [2021-11-17T22:34:02.828Z] 2021/11/17 22:34:02 Finished clone golang.org/x/sys [2021-11-17T22:34:02.828Z] 2021/11/17 22:34:02 Clone github.com/googleapis/gax-go, revision bd5b16380fd03dc758d11cef74ba2e3bc8b0e8c2, attempt 1/20 [2021-11-17T22:34:03.091Z] 2021/11/17 22:34:02 Finished clone github.com/golang/groupcache [2021-11-17T22:34:03.091Z] 2021/11/17 22:34:02 Clone google.golang.org/genproto, revision 3f1135a288c9a07e340ae8ba4cc6c7065a3160e8, attempt 1/20 [2021-11-17T22:34:03.352Z] 2021/11/17 22:34:03 Finished clone golang.org/x/oauth2 [2021-11-17T22:34:03.352Z] 2021/11/17 22:34:03 Clone https://github.com/tonistiigi/go-immutable-radix.git to github.com/hashicorp/go-immutable-radix, revision 826af9ccf0feeee615d546d69b11f8e98da8c8f1, attempt 1/20 [2021-11-17T22:34:03.614Z] 2021/11/17 22:34:03 Finished clone github.com/miekg/dns [2021-11-17T22:34:03.614Z] 2021/11/17 22:34:03 Clone github.com/containerd/fifo, revision 0724c46b320cf96bb172a0550c19a4b1fca4dacb, attempt 1/20 [2021-11-17T22:34:04.470Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-11-17T22:34:04.470Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-11-17T22:34:04.470Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-11-17T22:34:04.470Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-11-17T22:34:04.556Z] 2021/11/17 22:34:04 Finished clone github.com/googleapis/gax-go [2021-11-17T22:34:04.556Z] 2021/11/17 22:34:04 Clone github.com/containerd/continuity, revision efbc4488d8fe1bdc16bde3b2d2990d9b3a899165, attempt 1/20 [2021-11-17T22:34:05.128Z] 2021/11/17 22:34:04 Finished clone github.com/containerd/fifo [2021-11-17T22:34:05.128Z] 2021/11/17 22:34:04 Clone github.com/containerd/cgroups, revision 0b889c03f102012f1d93a97ddd3ef71cd6f4f510, attempt 1/20 [2021-11-17T22:34:05.128Z] 2021/11/17 22:34:05 Finished clone github.com/hashicorp/go-immutable-radix [2021-11-17T22:34:05.128Z] 2021/11/17 22:34:05 Clone github.com/containerd/console, revision 5d7e1412f07b502a01029ea20e20e0d2be31fa7c, attempt 1/20 [2021-11-17T22:34:06.342Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-11-17T22:34:06.342Z] === RUN TestDockerSuite/TestEventsStreaming [2021-11-17T22:34:06.342Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-11-17T22:34:06.513Z] 2021/11/17 22:34:06 Finished clone go.opencensus.io [2021-11-17T22:34:06.513Z] 2021/11/17 22:34:06 Clone github.com/containerd/go-runc, revision 16b287bc67d069a60fa48db15f330b790b74365b, attempt 1/20 [2021-11-17T22:34:07.459Z] 2021/11/17 22:34:07 Clone github.com/containerd/typeurl, revision cd3ce7159eae562a4f60ceff37dada11a939d247, attempt 1/20 [2021-11-17T22:34:07.459Z] 2021/11/17 22:34:07 Finished clone github.com/containerd/cgroups [2021-11-17T22:34:07.720Z] 2021/11/17 22:34:07 Clone github.com/containerd/ttrpc, revision bfba540dc45464586c106b1f31c8547933c1eb41, attempt 1/20 [2021-11-17T22:34:07.720Z] 2021/11/17 22:34:07 Finished clone golang.org/x/text [2021-11-17T22:34:08.297Z] 2021/11/17 22:34:08 Finished clone github.com/containerd/go-runc [2021-11-17T22:34:08.297Z] 2021/11/17 22:34:08 Clone github.com/gogo/googleapis, revision 01e0f9cca9b92166042241267ee2a5cdf5cff46c, attempt 1/20 [2021-11-17T22:34:08.558Z] 2021/11/17 22:34:08 Finished clone github.com/containerd/typeurl [2021-11-17T22:34:08.558Z] 2021/11/17 22:34:08 Clone github.com/cilium/ebpf, revision 1c8d4c9ef7759622653a1d319284a44652333b28, attempt 1/20 [2021-11-17T22:34:09.624Z] === RUN TestDockerSuite/TestEventsTop [2021-11-17T22:34:09.624Z] === RUN TestDockerSuite/TestEventsUntag [2021-11-17T22:34:09.946Z] 2021/11/17 22:34:09 Finished clone github.com/containerd/ttrpc [2021-11-17T22:34:09.946Z] 2021/11/17 22:34:09 Clone github.com/docker/swarmkit, revision 286f4575a2d2853c1574e1be10eb1a2450692dfc, attempt 1/20 [2021-11-17T22:34:09.946Z] 2021/11/17 22:34:09 Clone github.com/gogo/protobuf, revision 5628607bb4c51c3157aacc3a50f0ab707582b805, attempt 1/20 [2021-11-17T22:34:09.946Z] 2021/11/17 22:34:09 Finished clone github.com/containerd/console [2021-11-17T22:34:10.208Z] 2021/11/17 22:34:10 Finished clone github.com/gogo/googleapis [2021-11-17T22:34:10.208Z] 2021/11/17 22:34:10 Clone github.com/golang/protobuf, revision 84668698ea25b64748563aa20726db66a6b8d299, attempt 1/20 [2021-11-17T22:34:10.208Z] 2021/11/17 22:34:10 Finished clone github.com/opencontainers/runc [2021-11-17T22:34:10.208Z] 2021/11/17 22:34:10 Clone github.com/cloudflare/cfssl, revision 5d63dbd981b5c408effbb58c442d54761ff94fbd, attempt 1/20 [2021-11-17T22:34:10.780Z] 2021/11/17 22:34:10 Finished clone google.golang.org/grpc [2021-11-17T22:34:10.780Z] 2021/11/17 22:34:10 Clone github.com/fernet/fernet-go, revision 9eac43b88a5efb8651d24de9b68e87567e029736, attempt 1/20 [2021-11-17T22:34:11.723Z] 2021/11/17 22:34:11 Finished clone github.com/moby/buildkit [2021-11-17T22:34:11.723Z] 2021/11/17 22:34:11 Clone github.com/google/certificate-transparency-go, revision 37a384cd035e722ea46e55029093e26687138edf, attempt 1/20 [2021-11-17T22:34:11.984Z] 2021/11/17 22:34:11 Finished clone github.com/fernet/fernet-go [2021-11-17T22:34:11.984Z] 2021/11/17 22:34:11 Clone golang.org/x/crypto, revision c1f2f97bffc9c53fc40a1a28a5b460094c0050d9, attempt 1/20 [2021-11-17T22:34:12.245Z] 2021/11/17 22:34:11 Finished clone github.com/containerd/continuity [2021-11-17T22:34:12.245Z] 2021/11/17 22:34:11 Clone golang.org/x/time, revision 555d28b269f0569763d25dbe1a237ae74c6bcc82, attempt 1/20 [2021-11-17T22:34:12.904Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-11-17T22:34:13.472Z] === RUN TestDockerSuite/TestExec [2021-11-17T22:34:13.730Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-11-17T22:34:14.161Z] 2021/11/17 22:34:13 Finished clone golang.org/x/time [2021-11-17T22:34:14.161Z] 2021/11/17 22:34:13 Clone github.com/hashicorp/go-memdb, revision cb9a474f84cc5e41b273b20c6927680b2a8776ad, attempt 1/20 [2021-11-17T22:34:14.298Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-11-17T22:34:14.864Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-11-17T22:34:15.123Z] === RUN TestDockerSuite/TestExecAPIStart [2021-11-17T22:34:16.097Z] 2021/11/17 22:34:15 Finished clone github.com/hashicorp/go-memdb [2021-11-17T22:34:16.097Z] 2021/11/17 22:34:15 Clone github.com/matttproud/golang_protobuf_extensions, revision c12348ce28de40eed0136aa2b644d0ee0650e56c, attempt 1/20 [2021-11-17T22:34:16.359Z] 2021/11/17 22:34:16 Finished clone github.com/cilium/ebpf [2021-11-17T22:34:16.359Z] 2021/11/17 22:34:16 Clone github.com/hashicorp/golang-lru, revision 7f827b33c0f158ec5dfbba01bb0b14a4541fd81d, attempt 1/20 [2021-11-17T22:34:16.496Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-11-17T22:34:16.756Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-11-17T22:34:17.015Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2021-11-17T22:34:17.273Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-11-17T22:34:17.301Z] 2021/11/17 22:34:17 Finished clone github.com/matttproud/golang_protobuf_extensions [2021-11-17T22:34:17.302Z] 2021/11/17 22:34:17 Clone github.com/coreos/pkg, revision 3ac0863d7acf3bc44daf49afef8919af12f704ef, attempt 1/20 [2021-11-17T22:34:18.207Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-11-17T22:34:18.245Z] 2021/11/17 22:34:18 Finished clone github.com/hashicorp/golang-lru [2021-11-17T22:34:18.245Z] 2021/11/17 22:34:18 Clone code.cloudfoundry.org/clock, revision 02e53af36e6c978af692887ed449b74026d76fec, attempt 1/20 [2021-11-17T22:34:18.466Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-11-17T22:34:19.186Z] 2021/11/17 22:34:18 Finished clone github.com/coreos/pkg [2021-11-17T22:34:19.186Z] 2021/11/17 22:34:18 Clone github.com/prometheus/client_golang, revision 6edbbd9e560190e318cdc5b4d3e630b442858380, attempt 1/20 [2021-11-17T22:34:19.402Z] docker_api_swarm_test.go:383: [de457a5164065] joining swarm manager [de8055c0cb2ed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-17T22:34:19.402Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-11-17T22:34:19.449Z] 2021/11/17 22:34:19 Finished clone golang.org/x/crypto [2021-11-17T22:34:19.450Z] 2021/11/17 22:34:19 Clone github.com/beorn7/perks, revision 37c8de3658fcb183f997c4e13e8337516ab753e6, attempt 1/20 [2021-11-17T22:34:19.710Z] 2021/11/17 22:34:19 Finished clone github.com/golang/protobuf [2021-11-17T22:34:19.710Z] 2021/11/17 22:34:19 Clone github.com/prometheus/client_model, revision 7bc5445566f0fe75b15de23e6b93886e982d7bf9, attempt 1/20 [2021-11-17T22:34:19.969Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-11-17T22:34:20.537Z] docker_api_swarm_test.go:384: [d85de8f1e834c] joining swarm manager [de8055c0cb2ed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-17T22:34:21.096Z] 2021/11/17 22:34:20 Finished clone github.com/beorn7/perks [2021-11-17T22:34:21.096Z] 2021/11/17 22:34:20 Clone github.com/prometheus/common, revision d978bcb1309602d68bb4ba69cf3f8ed900e07308, attempt 1/20 [2021-11-17T22:34:21.103Z] === RUN TestDockerSuite/TestExecCgroup [2021-11-17T22:34:21.359Z] 2021/11/17 22:34:21 Finished clone github.com/prometheus/client_model [2021-11-17T22:34:21.359Z] 2021/11/17 22:34:21 Clone github.com/prometheus/procfs, revision 46159f73e74d1cb8dc223deef9b2d049286f46b1, attempt 1/20 [2021-11-17T22:34:22.046Z] === RUN TestDockerSuite/TestExecEnv [2021-11-17T22:34:22.612Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-11-17T22:34:22.870Z] --- PASS: TestServicePlugin (31.82s) [2021-11-17T22:34:22.870Z] === RUN TestServiceUpdateLabel [2021-11-17T22:34:23.278Z] 2021/11/17 22:34:23 Finished clone github.com/prometheus/client_golang [2021-11-17T22:34:23.278Z] 2021/11/17 22:34:23 Clone github.com/spf13/pflag, revision 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab, attempt 1/20 [2021-11-17T22:34:23.539Z] 2021/11/17 22:34:23 Finished clone code.cloudfoundry.org/clock [2021-11-17T22:34:23.539Z] 2021/11/17 22:34:23 Clone github.com/pkg/errors, revision 614d223910a179a466c1767a985424175c39b465, attempt 1/20 [2021-11-17T22:34:23.807Z] === RUN TestDockerSuite/TestExecExitStatus [2021-11-17T22:34:24.374Z] === RUN TestDockerSuite/TestExecInspectID [2021-11-17T22:34:24.928Z] 2021/11/17 22:34:24 Finished clone github.com/prometheus/common [2021-11-17T22:34:24.928Z] 2021/11/17 22:34:24 Clone github.com/grpc-ecosystem/go-grpc-prometheus, revision c225b8c3b01faf2899099b768856a9e916e5087b, attempt 1/20 [2021-11-17T22:34:24.928Z] 2021/11/17 22:34:24 Finished clone github.com/prometheus/procfs [2021-11-17T22:34:24.928Z] 2021/11/17 22:34:24 Clone github.com/cespare/xxhash/v2, revision d7df74196a9e781ede915320c11c378c1b2f3a1f, attempt 1/20 [2021-11-17T22:34:25.190Z] 2021/11/17 22:34:24 Finished clone github.com/Microsoft/hcsshim [2021-11-17T22:34:25.190Z] 2021/11/17 22:34:24 Clone github.com/spf13/cobra, revision 86f8bfd7fef868a174e1b606783bd7f5c82ddf8f, attempt 1/20 [2021-11-17T22:34:25.451Z] 2021/11/17 22:34:25 Finished clone github.com/pkg/errors [2021-11-17T22:34:25.451Z] 2021/11/17 22:34:25 Clone github.com/morikuni/aec, revision 39771216ff4c63d11f5e604076f9c45e8be1067b, attempt 1/20 [2021-11-17T22:34:25.451Z] 2021/11/17 22:34:25 Finished clone github.com/spf13/pflag [2021-11-17T22:34:25.451Z] 2021/11/17 22:34:25 Clone github.com/inconshreveable/mousetrap, revision 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75, attempt 1/20 [2021-11-17T22:34:25.748Z] --- PASS: TestServiceUpdateLabel (2.46s) [2021-11-17T22:34:25.748Z] === RUN TestServiceUpdateSecrets [2021-11-17T22:34:26.008Z] === RUN TestDockerSuite/TestExecInteractive [2021-11-17T22:34:26.394Z] 2021/11/17 22:34:26 Finished clone github.com/cespare/xxhash/v2 [2021-11-17T22:34:26.394Z] 2021/11/17 22:34:26 Clone github.com/docker/go-metrics, revision b619b3592b65de4f087d9f16863a7e6ff905973c, attempt 1/20 [2021-11-17T22:34:26.394Z] 2021/11/17 22:34:26 Finished clone github.com/grpc-ecosystem/go-grpc-prometheus [2021-11-17T22:34:26.395Z] 2021/11/17 22:34:26 Clone github.com/opencontainers/selinux, revision 2f45b3796d18f1ab4c9fc0c888a98d0a0fd6e429, attempt 1/20 [2021-11-17T22:34:26.574Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2021-11-17T22:34:26.968Z] 2021/11/17 22:34:26 Finished clone github.com/inconshreveable/mousetrap [2021-11-17T22:34:26.968Z] 2021/11/17 22:34:26 Finished clone github.com/morikuni/aec [2021-11-17T22:34:27.511Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-11-17T22:34:27.542Z] 2021/11/17 22:34:27 Finished clone github.com/google/certificate-transparency-go [2021-11-17T22:34:27.803Z] 2021/11/17 22:34:27 Finished clone github.com/docker/go-metrics [2021-11-17T22:34:28.077Z] === RUN TestDockerSuite/TestExecParseError [2021-11-17T22:34:28.335Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-11-17T22:34:28.377Z] 2021/11/17 22:34:28 Finished clone github.com/spf13/cobra [2021-11-17T22:34:28.901Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-11-17T22:34:29.467Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-11-17T22:34:29.763Z] 2021/11/17 22:34:29 Finished clone github.com/opencontainers/selinux [2021-11-17T22:34:30.401Z] === RUN TestDockerSuite/TestExecSetEnv [2021-11-17T22:34:30.968Z] === RUN TestDockerSuite/TestExecStartFails [2021-11-17T22:34:31.539Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-11-17T22:34:32.315Z] 2021/11/17 22:34:31 Finished clone github.com/containerd/containerd [2021-11-17T22:34:34.619Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-11-17T22:34:34.619Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-11-17T22:34:34.619Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-11-17T22:34:35.610Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-11-17T22:34:37.612Z] 2021/11/17 22:34:37 Finished clone github.com/cloudflare/cfssl [2021-11-17T22:34:37.838Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-11-17T22:34:40.802Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-11-17T22:34:41.503Z] --- PASS: TestServiceUpdateSecrets (14.78s) [2021-11-17T22:34:41.503Z] === RUN TestServiceUpdateConfigs [2021-11-17T22:34:42.438Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-11-17T22:34:42.696Z] === RUN TestDockerSuite/TestExecTTY [2021-11-17T22:34:43.263Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-11-17T22:34:43.830Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-11-17T22:34:44.395Z] === RUN TestDockerSuite/TestExecUlimits [2021-11-17T22:34:44.962Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-11-17T22:34:44.962Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-11-17T22:34:44.962Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-11-17T22:34:45.784Z] 2021/11/17 22:34:44 Finished clone github.com/coreos/etcd [2021-11-17T22:34:45.784Z] 2021/11/17 22:34:44 Finished clone github.com/docker/swarmkit [2021-11-17T22:34:45.896Z] === RUN TestDockerSuite/TestExecWithNoTERM [2021-11-17T22:34:46.463Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-11-17T22:34:47.398Z] === RUN TestDockerSuite/TestExecWithTERM [2021-11-17T22:34:47.656Z] === RUN TestDockerSuite/TestExecWithUser [2021-11-17T22:34:48.604Z] === RUN TestDockerSuite/TestGetContainerStats [2021-11-17T22:34:53.865Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-11-17T22:34:54.798Z] --- PASS: TestServiceUpdateConfigs (14.37s) [2021-11-17T22:34:54.798Z] === RUN TestServiceUpdateNetwork [2021-11-17T22:34:55.812Z] 2021/11/17 22:34:55 Finished clone cloud.google.com/go [2021-11-17T22:34:57.329Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-11-17T22:34:59.228Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-11-17T22:35:03.411Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-11-17T22:35:03.978Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-11-17T22:35:03.978Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-11-17T22:35:03.978Z] === RUN TestDockerSuite/TestHealth [2021-11-17T22:35:05.825Z] 2021/11/17 22:35:05 Finished clone github.com/gogo/protobuf [2021-11-17T22:35:07.260Z] --- PASS: TestServiceUpdateNetwork (12.43s) [2021-11-17T22:35:07.260Z] === RUN TestServiceUpdatePidsLimit [2021-11-17T22:35:08.193Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-11-17T22:35:09.130Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-11-17T22:35:09.130Z] 2021/11/17 22:35:08 Finished clone google.golang.org/genproto [2021-11-17T22:35:17.237Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-11-17T22:35:23.805Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-11-17T22:35:23.805Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-11-17T22:35:23.805Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-11-17T22:35:23.805Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-11-17T22:35:23.805Z] check_test.go:380: [d85de8f1e834c] daemon is not started [2021-11-17T22:35:23.805Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2021-11-17T22:35:23.805Z] --- PASS: TestServiceUpdatePidsLimit (16.23s) [2021-11-17T22:35:23.805Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2021-11-17T22:35:23.805Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.00s) [2021-11-17T22:35:23.805Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2021-11-17T22:35:23.805Z] PASS [2021-11-17T22:35:23.805Z] [2021-11-17T22:35:23.805Z] === Skipped [2021-11-17T22:35:23.805Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-11-17T22:35:23.805Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-11-17T22:35:23.805Z] [2021-11-17T22:35:23.805Z] [2021-11-17T22:35:23.805Z] DONE 27 tests, 1 skipped in 196.212s [2021-11-17T22:35:23.805Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-11-17T22:35:23.805Z] ++ 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 [2021-11-17T22:35:23.805Z] ++ set -e [2021-11-17T22:35:23.805Z] ++ '[' -n 0 ']' [2021-11-17T22:35:23.805Z] ++ set -x [2021-11-17T22:35:23.805Z] ++ 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 [2021-11-17T22:35:23.805Z] INFO: Testing against a local daemon [2021-11-17T22:35:23.805Z] === RUN TestSessionCreate [2021-11-17T22:35:23.805Z] --- PASS: TestSessionCreate (0.03s) [2021-11-17T22:35:23.805Z] === RUN TestSessionCreateWithBadUpgrade [2021-11-17T22:35:23.805Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-11-17T22:35:23.805Z] PASS [2021-11-17T22:35:23.805Z] [2021-11-17T22:35:23.805Z] DONE 2 tests in 0.210s [2021-11-17T22:35:23.805Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-11-17T22:35:23.805Z] ++ 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 [2021-11-17T22:35:23.805Z] ++ set -e [2021-11-17T22:35:23.805Z] ++ '[' -n 0 ']' [2021-11-17T22:35:23.805Z] ++ set -x [2021-11-17T22:35:23.805Z] ++ 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 [2021-11-17T22:35:23.805Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-11-17T22:35:23.805Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-11-17T22:35:23.805Z] INFO: Testing against a local daemon [2021-11-17T22:35:23.805Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-11-17T22:35:23.805Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-11-17T22:35:23.805Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-11-17T22:35:23.805Z] === RUN TestEventsExecDie [2021-11-17T22:35:24.371Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-11-17T22:35:24.371Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-11-17T22:35:24.371Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-11-17T22:35:24.631Z] --- PASS: TestEventsExecDie (0.90s) [2021-11-17T22:35:24.631Z] === RUN TestEventsBackwardsCompatible [2021-11-17T22:35:24.631Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-11-17T22:35:24.631Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2021-11-17T22:35:24.631Z] === RUN TestInfoBinaryCommits [2021-11-17T22:35:24.631Z] --- PASS: TestInfoBinaryCommits (0.04s) [2021-11-17T22:35:24.631Z] === RUN TestInfoAPIVersioned [2021-11-17T22:35:24.631Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-11-17T22:35:24.631Z] === RUN TestInfoDiscoveryBackend [2021-11-17T22:35:24.889Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-11-17T22:35:25.149Z] --- PASS: TestInfoDiscoveryBackend (0.56s) [2021-11-17T22:35:25.149Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-11-17T22:35:25.408Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-11-17T22:35:25.667Z] docker_api_swarm_test.go:801: [d78a9811a3a7c] joining swarm manager [d16e683e3b90e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-17T22:35:25.925Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-11-17T22:35:25.925Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-11-17T22:35:26.183Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.01s) [2021-11-17T22:35:26.183Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-11-17T22:35:26.750Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-11-17T22:35:26.750Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-11-17T22:35:26.750Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2021-11-17T22:35:26.750Z] === RUN TestInfoAPI [2021-11-17T22:35:26.750Z] --- PASS: TestInfoAPI (0.04s) [2021-11-17T22:35:26.750Z] === RUN TestInfoAPIWarnings [2021-11-17T22:35:27.317Z] docker_api_swarm_test.go:801: [de680fd74123c] joining swarm manager [d16e683e3b90e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-17T22:35:27.575Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-11-17T22:35:28.141Z] === RUN TestDockerSuite/TestImagesFormat [2021-11-17T22:35:28.141Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-11-17T22:35:28.707Z] docker_api_swarm_test.go:801: [da16fa63d18ee] joining swarm manager [d16e683e3b90e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-11-17T22:35:28.965Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-11-17T22:35:29.898Z] docker_api_swarm_test.go:801: [d80e65ab5e940] joining swarm manager [d16e683e3b90e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-11-17T22:35:31.271Z] docker_api_swarm_test.go:809: [ded7bd159a722] joining swarm manager [d16e683e3b90e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2021-11-17T22:35:31.529Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-11-17T22:35:31.529Z] === RUN TestDockerSuite/TestImportBadURL [2021-11-17T22:35:31.529Z] === RUN TestDockerSuite/TestImportDisplay [2021-11-17T22:35:32.902Z] === RUN TestDockerSuite/TestImportFile [2021-11-17T22:35:33.837Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-11-17T22:35:33.837Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-11-17T22:35:35.212Z] === RUN TestDockerSuite/TestImportGzipped [2021-11-17T22:35:36.147Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-11-17T22:35:38.048Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-11-17T22:35:38.306Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-11-17T22:35:38.564Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-11-17T22:35:39.132Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-11-17T22:35:39.132Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2021-11-17T22:35:39.132Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-11-17T22:35:39.699Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-11-17T22:35:40.264Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-11-17T22:35:40.522Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-11-17T22:35:41.088Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-11-17T22:35:41.655Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-11-17T22:35:41.914Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-11-17T22:35:41.915Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2021-11-17T22:35:43.305Z] --- PASS: TestInfoAPIWarnings (16.35s) [2021-11-17T22:35:43.305Z] === RUN TestInfoDebug [2021-11-17T22:35:43.305Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-11-17T22:35:43.564Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-11-17T22:35:43.564Z] --- PASS: TestInfoDebug (0.54s) [2021-11-17T22:35:43.564Z] === RUN TestInfoInsecureRegistries [2021-11-17T22:35:44.130Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-11-17T22:35:44.130Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-11-17T22:35:44.130Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2021-11-17T22:35:44.130Z] === RUN TestInfoRegistryMirrors [2021-11-17T22:35:44.697Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-11-17T22:35:44.697Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-11-17T22:35:44.697Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-11-17T22:35:44.697Z] --- PASS: TestInfoRegistryMirrors (0.55s) [2021-11-17T22:35:44.697Z] === RUN TestLoginFailsWithBadCredentials [2021-11-17T22:35:44.955Z] --- PASS: TestLoginFailsWithBadCredentials (0.15s) [2021-11-17T22:35:44.955Z] === RUN TestPingCacheHeaders [2021-11-17T22:35:44.955Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-11-17T22:35:44.955Z] === RUN TestPingGet [2021-11-17T22:35:44.955Z] --- PASS: TestPingGet (0.02s) [2021-11-17T22:35:44.955Z] === RUN TestPingHead [2021-11-17T22:35:44.955Z] --- PASS: TestPingHead (0.05s) [2021-11-17T22:35:44.955Z] === RUN TestVersion [2021-11-17T22:35:44.955Z] --- PASS: TestVersion (0.03s) [2021-11-17T22:35:44.955Z] PASS [2021-11-17T22:35:44.955Z] [2021-11-17T22:35:44.955Z] === Skipped [2021-11-17T22:35:44.955Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-11-17T22:35:44.955Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-11-17T22:35:44.955Z] [2021-11-17T22:35:44.955Z] [2021-11-17T22:35:44.955Z] DONE 18 tests, 1 skipped in 21.517s [2021-11-17T22:35:44.955Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-11-17T22:35:44.955Z] ++ 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 [2021-11-17T22:35:44.955Z] ++ set -e [2021-11-17T22:35:44.955Z] ++ '[' -n 0 ']' [2021-11-17T22:35:44.955Z] ++ set -x [2021-11-17T22:35:44.955Z] ++ 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 [2021-11-17T22:35:45.215Z] INFO: Testing against a local daemon [2021-11-17T22:35:45.215Z] === RUN TestVolumesCreateAndList [2021-11-17T22:35:45.215Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-11-17T22:35:45.215Z] === RUN TestVolumesRemove [2021-11-17T22:35:45.215Z] --- PASS: TestVolumesRemove (0.08s) [2021-11-17T22:35:45.215Z] === RUN TestVolumesInspect [2021-11-17T22:35:45.215Z] --- PASS: TestVolumesInspect (0.02s) [2021-11-17T22:35:45.215Z] === RUN TestVolumesInvalidJSON [2021-11-17T22:35:45.215Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-11-17T22:35:45.215Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-11-17T22:35:45.215Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-11-17T22:35:45.215Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-11-17T22:35:45.215Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-11-17T22:35:45.215Z] PASS [2021-11-17T22:35:45.215Z] [2021-11-17T22:35:45.215Z] DONE 5 tests in 0.251s [2021-11-17T22:35:45.215Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-11-17T22:35:45.474Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-11-17T22:35:45.733Z] ++++ cat bundles/test-integration/docker.pid [2021-11-17T22:35:45.733Z] +++ kill 5627 [2021-11-17T22:35:46.299Z] === RUN TestDockerSuite/TestInspectDefault [2021-11-17T22:35:46.556Z] === RUN TestDockerSuite/TestInspectHistory [2021-11-17T22:35:46.815Z] +++ /etc/init.d/apparmor stop [2021-11-17T22:35:46.815Z] Leaving: AppArmorNo profiles have been unloaded. [2021-11-17T22:35:46.815Z] [2021-11-17T22:35:46.815Z] Unloading profiles will leave already running processes permanently [2021-11-17T22:35:46.815Z] unconfined, which can lead to unexpected situations. [2021-11-17T22:35:46.815Z] [2021-11-17T22:35:46.815Z] To set a process to complain mode, use the command line tool [2021-11-17T22:35:46.815Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-11-17T22:35:46.815Z] +++ true [2021-11-17T22:35:46.815Z] exiting test-integration [2021-11-17T22:35:46.815Z] ++ exit 0 [2021-11-17T22:35:47.073Z] [2021-11-17T22:35:47.331Z] === RUN TestDockerSuite/TestInspectImage [2021-11-17T22:35:47.331Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-11-17T22:35:47.331Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-11-17T22:35:47.331Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-11-17T22:35:47.331Z] === RUN TestDockerSuite/TestInspectInt64 [2021-11-17T22:35:47.590Z] + for job in $(jobs -p) [2021-11-17T22:35:47.590Z] + wait 6013 [2021-11-17T22:35:48.157Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-11-17T22:35:48.724Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-11-17T22:35:48.983Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-11-17T22:35:49.554Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-11-17T22:35:50.120Z] === RUN TestDockerSuite/TestInspectPlugin [2021-11-17T22:35:52.018Z] === RUN TestDockerSuite/TestInspectRootFS [2021-11-17T22:35:52.018Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-11-17T22:35:52.585Z] === RUN TestDockerSuite/TestInspectStatus [2021-11-17T22:35:53.152Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-11-17T22:35:53.266Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-11-17T22:35:54.089Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-11-17T22:35:54.658Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-11-17T22:35:55.224Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-11-17T22:35:55.484Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-11-17T22:35:56.050Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-11-17T22:35:56.308Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-11-17T22:35:56.874Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-11-17T22:35:56.874Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2021-11-17T22:35:58.036Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-11-17T22:35:58.036Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-11-17T22:35:58.036Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-11-17T22:35:58.251Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-11-17T22:35:59.186Z] === RUN TestDockerSuite/TestLinksEnvs [2021-11-17T22:36:00.121Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-11-17T22:36:00.121Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-11-17T22:36:01.497Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-11-17T22:36:02.873Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-11-17T22:36:04.249Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-11-17T22:36:04.249Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-11-17T22:36:05.411Z] 2021/11/17 22:35:57 Finished clone github.com/hashicorp/consul [2021-11-17T22:36:06.150Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-11-17T22:36:06.150Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-11-17T22:36:06.716Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-11-17T22:36:08.714Z] 2021/11/17 22:36:08 Finished clone github.com/aws/aws-sdk-go [2021-11-17T22:36:14.827Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-11-17T22:36:14.827Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-11-17T22:36:16.200Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-11-17T22:36:16.459Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-11-17T22:36:17.835Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2021-11-17T22:36:17.835Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-11-17T22:36:18.094Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-11-17T22:36:18.094Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-11-17T22:36:18.094Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-11-17T22:36:18.661Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-11-17T22:36:19.229Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-11-17T22:36:22.508Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-11-17T22:36:23.074Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-11-17T22:36:25.601Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2021-11-17T22:36:27.500Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-11-17T22:36:28.067Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-11-17T22:36:28.067Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-11-17T22:36:29.002Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-11-17T22:36:29.570Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-11-17T22:36:30.523Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-11-17T22:36:31.456Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-11-17T22:36:32.388Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-11-17T22:36:34.287Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-11-17T22:36:34.287Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-11-17T22:36:34.855Z] === RUN TestDockerSuite/TestLogsSince [2021-11-17T22:36:41.409Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-11-17T22:36:46.672Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2021-11-17T22:36:46.931Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-11-17T22:36:47.496Z] === RUN TestDockerSuite/TestLogsTail [2021-11-17T22:36:48.064Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-11-17T22:36:48.632Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-11-17T22:36:49.200Z] === RUN TestDockerSuite/TestMountIntoProc [2021-11-17T22:36:49.768Z] === RUN TestDockerSuite/TestMountIntoSys [2021-11-17T22:36:50.335Z] === RUN TestDockerSuite/TestNetHostname [2021-11-17T22:36:50.594Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2021-11-17T22:36:51.970Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-11-17T22:36:51.970Z] === RUN TestDockerSuite/TestNetworkEvents [2021-11-17T22:36:52.905Z] docker_api_swarm_service_test.go:394: [d9cbb43a8ff02] joining swarm manager [d77950d77a7d4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-17T22:36:53.838Z] docker_api_swarm_service_test.go:394: [de229e59ac086] joining swarm manager [d77950d77a7d4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-17T22:36:58.021Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-11-17T22:36:59.409Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-11-17T22:36:59.667Z] === RUN TestDockerSuite/TestPluginActive [2021-11-17T22:37:02.194Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-11-17T22:37:07.460Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-11-17T22:37:07.460Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-11-17T22:37:07.460Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-11-17T22:37:08.392Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-11-17T22:37:08.650Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2021-11-17T22:37:10.548Z] docker_api_swarm_service_test.go:342: [dc8f4966d2461] joining swarm manager [deb1c62188333]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-17T22:37:11.482Z] docker_api_swarm_service_test.go:342: [d6b9147db8e00] joining swarm manager [deb1c62188333]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-17T22:37:13.384Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-11-17T22:37:15.287Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-11-17T22:37:17.814Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-11-17T22:37:23.076Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-11-17T22:37:23.642Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-11-17T22:37:24.578Z] === RUN TestDockerSuite/TestPortHostBinding [2021-11-17T22:37:24.836Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2021-11-17T22:37:25.402Z] === RUN TestDockerSuite/TestPortList [2021-11-17T22:37:26.792Z] docker_api_swarm_service_test.go:489: [dde47fea8b437] joining swarm manager [df53e925d1b62]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-17T22:37:27.725Z] docker_api_swarm_service_test.go:489: [deb9e1e372086] joining swarm manager [df53e925d1b62]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-17T22:37:32.990Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-11-17T22:37:33.924Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-11-17T22:37:39.563Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-11-17T22:37:39.563Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-11-17T22:37:39.563Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-11-17T22:37:40.480Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-11-17T22:37:40.480Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-11-17T22:37:40.480Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-11-17T22:37:40.480Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-11-17T22:37:40.480Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-11-17T22:37:40.480Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2021-11-17T22:37:40.738Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-11-17T22:37:40.738Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-11-17T22:37:40.997Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-11-17T22:37:41.258Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-11-17T22:37:42.192Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-11-17T22:37:42.192Z] === RUN TestDockerSuite/TestPruneContainerLabel [2021-11-17T22:37:44.723Z] === RUN TestDockerSuite/TestPruneContainerUntil [2021-11-17T22:37:46.099Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2021-11-17T22:37:46.664Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2021-11-17T22:37:46.664Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2021-11-17T22:37:46.923Z] === RUN TestDockerSuite/TestPsByOrder [2021-11-17T22:37:48.825Z] docker_api_swarm_service_test.go:127: [d522c3cfbab50] joining swarm manager [d696cfb9ea7bf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-17T22:37:49.083Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-11-17T22:37:49.650Z] docker_api_swarm_service_test.go:128: [d293a5761bb47] joining swarm manager [d696cfb9ea7bf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-17T22:37:49.907Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-11-17T22:37:51.808Z] docker_api_swarm_service_test.go:136: [dd75ae4d47c41] joining swarm manager [d696cfb9ea7bf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-11-17T22:37:52.087Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-11-17T22:37:52.375Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-11-17T22:37:52.634Z] docker_api_swarm_service_test.go:137: [df5e9933d8331] joining swarm manager [d696cfb9ea7bf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-11-17T22:37:55.927Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-11-17T22:37:55.927Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-11-17T22:37:58.458Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-11-17T22:38:00.773Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-11-17T22:38:05.012Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-11-17T22:38:05.948Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-11-17T22:38:07.321Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-11-17T22:38:08.255Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-11-17T22:38:09.189Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-11-17T22:38:10.563Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-11-17T22:38:11.939Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-11-17T22:38:12.876Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-11-17T22:38:12.876Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-11-17T22:38:13.444Z] === RUN TestDockerSuite/TestPsRightTagName [2021-11-17T22:38:14.819Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2021-11-17T22:38:14.819Z] === RUN TestDockerSuite/TestPsShowMounts [2021-11-17T22:38:15.738Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-11-17T22:38:16.721Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-11-17T22:38:17.290Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-11-17T22:38:17.290Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-11-17T22:38:17.290Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-11-17T22:38:17.290Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-11-17T22:38:17.290Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2021-11-17T22:38:17.548Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-11-17T22:38:17.548Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-11-17T22:38:18.117Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-11-17T22:38:19.053Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-11-17T22:38:19.620Z] docker_api_swarm_service_test.go:303: [dd2f76c2e6566] joining swarm manager [dac0bc4625c0a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-17T22:38:20.187Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-11-17T22:38:20.775Z] docker_api_swarm_service_test.go:303: [d7c51e98f87c2] joining swarm manager [dac0bc4625c0a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-17T22:38:20.775Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-11-17T22:38:27.345Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-11-17T22:38:27.911Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-11-17T22:38:29.812Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-11-17T22:38:29.812Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-11-17T22:38:29.812Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-11-17T22:38:30.070Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-11-17T22:38:31.970Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-11-17T22:38:32.906Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-11-17T22:38:35.433Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-11-17T22:38:36.000Z] === RUN TestDockerSuite/TestRmiBlank [2021-11-17T22:38:36.000Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-11-17T22:38:36.000Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-11-17T22:38:38.529Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-11-17T22:38:38.787Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-11-17T22:38:39.046Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-11-17T22:38:39.980Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-11-17T22:38:40.549Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2021-11-17T22:38:40.807Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-11-17T22:38:42.184Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-11-17T22:38:42.751Z] docker_api_swarm_service_test.go:99: [d5da314b1943c] joining swarm manager [da247d2068b0f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-17T22:38:43.009Z] === RUN TestDockerSuite/TestRmiTag [2021-11-17T22:38:43.009Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-11-17T22:38:43.576Z] docker_api_swarm_service_test.go:100: [d74e09c67ced2] joining swarm manager [da247d2068b0f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-17T22:38:43.576Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-11-17T22:38:47.780Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-11-17T22:38:48.048Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-11-17T22:38:48.617Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-11-17T22:38:48.875Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-11-17T22:38:49.808Z] === RUN TestDockerSuite/TestRunAddHost [2021-11-17T22:38:50.067Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-11-17T22:38:50.325Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-11-17T22:38:50.890Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-11-17T22:38:50.890Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-11-17T22:38:51.148Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-11-17T22:38:51.676Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-11-17T22:38:52.523Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-11-17T22:38:52.782Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-11-17T22:38:53.349Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-11-17T22:38:53.916Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2021-11-17T22:38:54.851Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-11-17T22:38:55.785Z] === RUN TestDockerSuite/TestRunAttachDetach [2021-11-17T22:38:56.351Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2021-11-17T22:38:56.917Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2021-11-17T22:38:57.854Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2021-11-17T22:38:58.421Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2021-11-17T22:38:59.355Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-11-17T22:39:00.290Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2021-11-17T22:39:00.857Z] check_test.go:380: [d5da314b1943c] daemon is not started [2021-11-17T22:39:01.116Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-11-17T22:39:01.683Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-11-17T22:39:02.248Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-11-17T22:39:02.815Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-11-17T22:39:02.815Z] === RUN TestDockerSuite/TestRunBindMounts [2021-11-17T22:39:04.190Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-11-17T22:39:04.450Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-11-17T22:39:05.017Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-11-17T22:39:05.275Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-11-17T22:39:05.842Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-11-17T22:39:05.842Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-11-17T22:39:06.408Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-11-17T22:39:06.408Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2021-11-17T22:39:06.666Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-11-17T22:39:07.240Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-11-17T22:39:07.818Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-11-17T22:39:08.384Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-11-17T22:39:08.384Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-11-17T22:39:08.642Z] docker_api_swarm_service_test.go:532: [da9caf0857fdc] joining swarm manager [d9d0593727226]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-17T22:39:08.901Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-11-17T22:39:08.901Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-11-17T22:39:09.530Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-11-17T22:39:09.836Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-11-17T22:39:10.094Z] docker_api_swarm_service_test.go:533: [d67a64a3a7212] joining swarm manager [d9d0593727226]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-17T22:39:10.353Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-11-17T22:39:10.918Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-11-17T22:39:11.176Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-11-17T22:39:11.434Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-11-17T22:39:12.002Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-11-17T22:39:13.906Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-11-17T22:39:14.842Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-11-17T22:39:16.217Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-11-17T22:39:16.476Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-11-17T22:39:16.710Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-11-17T22:39:17.412Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-11-17T22:39:17.674Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-11-17T22:39:18.239Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-11-17T22:39:18.498Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-11-17T22:39:19.872Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-11-17T22:39:21.771Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-11-17T22:39:21.771Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-11-17T22:39:22.030Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-11-17T22:39:23.930Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-11-17T22:39:24.497Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-11-17T22:39:26.400Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-11-17T22:39:27.774Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-11-17T22:39:27.774Z] docker_cli_run_test.go:4045: unmatched requirement DaemonIsWindows [2021-11-17T22:39:27.774Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-11-17T22:39:27.774Z] docker_cli_run_test.go:4064: unmatched requirement DaemonIsWindows [2021-11-17T22:39:27.774Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-11-17T22:39:28.034Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-11-17T22:39:29.425Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-11-17T22:39:29.992Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-11-17T22:39:31.368Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-11-17T22:39:31.936Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-11-17T22:39:32.871Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-11-17T22:39:33.129Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2021-11-17T22:39:33.388Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2021-11-17T22:39:33.388Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-11-17T22:39:33.388Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-11-17T22:39:33.954Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2021-11-17T22:39:34.888Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-11-17T22:39:35.146Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-11-17T22:39:35.404Z] docker_api_swarm_service_test.go:147: [d7fbf842493da] joining swarm manager [df7ae00cdbdd9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-17T22:39:35.663Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-11-17T22:39:36.232Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-11-17T22:39:36.232Z] docker_api_swarm_service_test.go:147: [dfeb25c55ed7f] joining swarm manager [df7ae00cdbdd9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-17T22:39:36.799Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2021-11-17T22:39:37.369Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-11-17T22:39:37.369Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-11-17T22:39:37.937Z] === RUN TestDockerSuite/TestRunEnvironment [2021-11-17T22:39:38.506Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-11-17T22:39:39.072Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-11-17T22:39:39.331Z] === RUN TestDockerSuite/TestRunExitCode [2021-11-17T22:39:40.269Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-11-17T22:39:40.528Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-11-17T22:39:41.093Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-11-17T22:39:41.352Z] === RUN TestDockerSuite/TestRunExposePort [2021-11-17T22:39:41.352Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-11-17T22:39:41.920Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-11-17T22:39:42.179Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-11-17T22:39:43.114Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-11-17T22:39:43.373Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-11-17T22:39:43.373Z] docker_cli_run_test.go:4147: unmatched requirement IsolationIsHyperv [2021-11-17T22:39:43.373Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-11-17T22:39:45.904Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-11-17T22:39:46.164Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-11-17T22:39:58.375Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2021-11-17T22:39:58.375Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-11-17T22:39:58.375Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2021-11-17T22:39:58.375Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2021-11-17T22:39:58.375Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-11-17T22:39:58.375Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-11-17T22:39:58.942Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-11-17T22:40:00.308Z] 2021/11/17 22:39:45 Finished clone google.golang.org/api [2021-11-17T22:40:00.308Z] 2021/11/17 22:39:45 Dependencies downloaded. Download time: 6m11.569287145s [2021-11-17T22:40:00.308Z] 2021/11/17 22:39:45 Collecting all dependencies [2021-11-17T22:40:00.308Z] 2021/11/17 22:39:56 Clean vendor dir from unused packages [2021-11-17T22:40:00.308Z] 2021/11/17 22:39:56 Ignoring paths matching "^archive/tar" [2021-11-17T22:40:00.308Z] 2021/11/17 22:39:57 Success [2021-11-17T22:40:00.308Z] 2021/11/17 22:39:57 Running time: 6m27.012792777s [2021-11-17T22:40:00.308Z] Congratulations! All vendoring changes are done the right way. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-11-17T22:40:00.622Z] + echo Ensuring container killed. [2021-11-17T22:40:00.622Z] Ensuring container killed. [2021-11-17T22:40:00.622Z] + docker rm -vf docker-pr2 [2021-11-17T22:40:00.622Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-11-17T22:40:00.907Z] + echo Chowning /workspace to jenkins user [2021-11-17T22:40:00.907Z] Chowning /workspace to jenkins user [2021-11-17T22:40:00.907Z] + id -u [2021-11-17T22:40:00.907Z] + id -g [2021-11-17T22:40:00.907Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43024:/workspace busybox chown -R 1000:1000 /workspace [2021-11-17T22:40:01.476Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-11-17T22:40:02.411Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-11-17T22:40:02.598Z] + bundleName=unit [2021-11-17T22:40:02.598Z] + echo Creating unit-bundles.tar.gz [2021-11-17T22:40:02.598Z] Creating unit-bundles.tar.gz [2021-11-17T22:40:02.598Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2021-11-17T22:40:02.598Z] bundles/junit-report.xml [2021-11-17T22:40:02.598Z] bundles/go-test-report.json [2021-11-17T22:40:02.598Z] bundles/profile.out [Pipeline] archiveArtifacts [2021-11-17T22:40:02.613Z] Archiving artifacts [2021-11-17T22:40:02.976Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-11-17T22:40:03.260Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43024/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-11-17T22:40:03.579Z] + make clean [2021-11-17T22:40:03.840Z] docker volume rm -f docker-dev-cache [2021-11-17T22:40:03.840Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-11-17T22:40:09.530Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-11-17T22:40:09.530Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-11-17T22:40:09.530Z] === RUN TestDockerSuite/TestRunModeHostname [2021-11-17T22:40:09.788Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-11-17T22:40:09.788Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-11-17T22:40:10.046Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-11-17T22:40:10.980Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-11-17T22:40:11.547Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-11-17T22:40:11.547Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2021-11-17T22:40:12.503Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-11-17T22:40:12.503Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-11-17T22:40:12.762Z] === RUN TestDockerSuite/TestRunModePIDHost [2021-11-17T22:40:13.700Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-11-17T22:40:15.077Z] === RUN TestDockerSuite/TestRunMount [2021-11-17T22:40:20.341Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-11-17T22:40:20.341Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-11-17T22:40:20.341Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-11-17T22:40:21.276Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-11-17T22:40:23.180Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-11-17T22:40:25.096Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-11-17T22:40:26.474Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-11-17T22:40:28.379Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-11-17T22:40:29.313Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-11-17T22:40:30.690Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-11-17T22:40:30.690Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-11-17T22:40:31.627Z] === RUN TestDockerSuite/TestRunNetHost [2021-11-17T22:40:32.562Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-11-17T22:40:33.129Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-11-17T22:40:33.387Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-11-17T22:40:35.292Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-11-17T22:40:37.192Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-11-17T22:40:37.193Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2021-11-17T22:40:40.478Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-11-17T22:40:41.045Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-11-17T22:40:41.045Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2021-11-17T22:40:41.612Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-11-17T22:40:41.871Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-11-17T22:40:41.871Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2021-11-17T22:40:42.439Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-11-17T22:40:43.006Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-11-17T22:40:43.006Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-11-17T22:40:43.264Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-11-17T22:40:44.638Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2021-11-17T22:40:47.168Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2021-11-17T22:40:49.074Z] === RUN TestDockerSuite/TestRunOOMExitCode [2021-11-17T22:40:49.074Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2021-11-17T22:40:49.074Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-11-17T22:40:49.640Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2021-11-17T22:40:49.640Z] === RUN TestDockerSuite/TestRunPIDsLimit [2021-11-17T22:40:50.208Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-11-17T22:40:51.144Z] === RUN TestDockerSuite/TestRunPortInUse [2021-11-17T22:40:52.078Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2021-11-17T22:40:52.337Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2021-11-17T22:40:52.595Z] docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n" [2021-11-17T22:40:52.595Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-11-17T22:40:53.163Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-11-17T22:40:53.423Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-11-17T22:40:53.990Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-11-17T22:40:54.557Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-11-17T22:40:54.557Z] docker_cli_run_test.go:4130: unmatched requirement IsolationIsProcess [2021-11-17T22:40:54.557Z] === RUN TestDockerSuite/TestRunPublishPort [2021-11-17T22:40:55.123Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2021-11-17T22:40:55.123Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-11-17T22:40:55.691Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-11-17T22:40:55.691Z] docker_cli_run_test.go:2865: kernel doesn't have latency_stats configured [2021-11-17T22:40:55.691Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-11-17T22:40:56.258Z] === RUN TestDockerSuite/TestRunRedirectStdout [2021-11-17T22:40:57.193Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-11-17T22:40:57.193Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-11-17T22:40:57.193Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-11-17T22:40:58.244Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-11-17T22:40:58.244Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-11-17T22:40:58.244Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-11-17T22:40:58.244Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-11-17T22:40:58.244Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-11-17T22:40:58.244Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-11-17T22:40:58.244Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-11-17T22:40:58.244Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-11-17T22:40:58.245Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-11-17T22:40:58.245Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-11-17T22:40:58.245Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-11-17T22:40:58.245Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-11-17T22:40:58.245Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-11-17T22:40:59.097Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2021-11-17T22:41:00.033Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-11-17T22:41:00.968Z] === RUN TestDockerSuite/TestRunRm [2021-11-17T22:41:01.204Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-11-17T22:41:01.903Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-11-17T22:41:03.274Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2021-11-17T22:41:05.009Z] === RUN TestDockerSuite/TestBuildEnv [2021-11-17T22:41:05.009Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-11-17T22:41:05.009Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-11-17T22:41:05.009Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-11-17T22:41:05.480Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-11-17T22:41:05.480Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-11-17T22:41:05.480Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-11-17T22:41:05.480Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-11-17T22:41:05.480Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-11-17T22:41:05.480Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-11-17T22:41:05.480Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-11-17T22:41:05.802Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-11-17T22:41:06.061Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-11-17T22:41:06.319Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2021-11-17T22:41:07.695Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2021-11-17T22:41:08.262Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2021-11-17T22:41:08.440Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-11-17T22:41:08.440Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-11-17T22:41:08.440Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-11-17T22:41:08.440Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-11-17T22:41:08.440Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-11-17T22:41:08.440Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-11-17T22:41:08.440Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-11-17T22:41:09.431Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-11-17T22:41:10.188Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2021-11-17T22:41:13.232Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-11-17T22:41:13.477Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2021-11-17T22:41:13.477Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2021-11-17T22:41:13.735Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2021-11-17T22:41:14.301Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2021-11-17T22:41:14.559Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2021-11-17T22:41:15.125Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2021-11-17T22:41:15.383Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2021-11-17T22:41:15.953Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-11-17T22:41:16.520Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-11-17T22:41:16.778Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-11-17T22:41:19.307Z] === RUN TestDockerSuite/TestRunState [2021-11-17T22:41:20.243Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-11-17T22:41:20.811Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-11-17T22:41:21.069Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-11-17T22:41:21.331Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2021-11-17T22:41:21.331Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2021-11-17T22:41:21.331Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-11-17T22:41:21.589Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-11-17T22:41:22.154Z] === RUN TestDockerSuite/TestRunSysctls [2021-11-17T22:41:23.089Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-11-17T22:41:23.089Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-11-17T22:41:23.089Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-11-17T22:41:23.655Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2021-11-17T22:41:25.030Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2021-11-17T22:41:25.289Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2021-11-17T22:41:27.191Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2021-11-17T22:41:27.191Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2021-11-17T22:41:28.200Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-11-17T22:41:28.200Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-11-17T22:41:28.200Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-11-17T22:41:28.200Z] === RUN TestDockerSuite/TestBuildExpose [2021-11-17T22:41:28.200Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-11-17T22:41:28.200Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-11-17T22:41:28.200Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-11-17T22:41:28.200Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-11-17T22:41:28.200Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-11-17T22:41:28.200Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-11-17T22:41:28.200Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-11-17T22:41:28.200Z] === RUN TestDockerSuite/TestBuildFails [2021-11-17T22:41:29.191Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-11-17T22:41:29.191Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-11-17T22:41:29.721Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-11-17T22:41:33.005Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-11-17T22:41:33.005Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-11-17T22:41:33.581Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-11-17T22:41:33.966Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-11-17T22:41:34.166Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-11-17T22:41:35.541Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2021-11-17T22:41:35.799Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-11-17T22:41:37.174Z] === RUN TestDockerSuite/TestRunUserByID [2021-11-17T22:41:37.741Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-11-17T22:41:37.999Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-11-17T22:41:37.999Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-11-17T22:41:38.739Z] === RUN TestDockerSuite/TestBuildForceRm [2021-11-17T22:41:38.932Z] === RUN TestDockerSuite/TestRunUserByName [2021-11-17T22:41:39.191Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2021-11-17T22:41:39.191Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-11-17T22:41:39.757Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2021-11-17T22:41:39.757Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2021-11-17T22:41:39.757Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-11-17T22:41:40.018Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-11-17T22:41:40.276Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-11-17T22:41:43.561Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-11-17T22:41:43.561Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-11-17T22:41:44.498Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-11-17T22:41:45.873Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-11-17T22:41:46.808Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-11-17T22:41:48.182Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-11-17T22:41:49.190Z] === RUN TestDockerSuite/TestBuildFromGit [2021-11-17T22:41:49.630Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-11-17T22:41:49.888Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-11-17T22:41:49.888Z] docker_cli_run_test.go:4100: unmatched requirement DaemonIsWindows [2021-11-17T22:41:49.888Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-11-17T22:41:49.888Z] docker_cli_run_test.go:4120: unmatched requirement DaemonIsWindows [2021-11-17T22:41:49.888Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-11-17T22:41:49.888Z] docker_cli_run_test.go:4110: unmatched requirement DaemonIsWindows [2021-11-17T22:41:49.888Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-11-17T22:41:50.146Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2021-11-17T22:41:50.146Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2021-11-17T22:41:50.146Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2021-11-17T22:41:50.712Z] === RUN TestDockerSuite/TestRunWithCPUShares [2021-11-17T22:41:50.970Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2021-11-17T22:41:51.907Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2021-11-17T22:41:52.165Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2021-11-17T22:41:52.425Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2021-11-17T22:41:52.992Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-11-17T22:41:53.251Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2021-11-17T22:41:53.819Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2021-11-17T22:41:53.819Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2021-11-17T22:41:53.819Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2021-11-17T22:41:53.819Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-11-17T22:41:53.819Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2021-11-17T22:41:53.819Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2021-11-17T22:41:53.819Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2021-11-17T22:41:53.819Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2021-11-17T22:41:53.819Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2021-11-17T22:41:53.819Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2021-11-17T22:41:53.819Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2021-11-17T22:41:53.819Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2021-11-17T22:41:53.819Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2021-11-17T22:41:53.819Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2021-11-17T22:41:53.819Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2021-11-17T22:41:54.387Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2021-11-17T22:41:54.976Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2021-11-17T22:41:54.976Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2021-11-17T22:41:54.976Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2021-11-17T22:41:55.544Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-11-17T22:41:55.802Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-11-17T22:41:56.371Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-11-17T22:41:56.371Z] === RUN TestDockerSuite/TestRunWithShmSize [2021-11-17T22:41:56.949Z] === RUN TestDockerSuite/TestRunWithSwappiness [2021-11-17T22:41:57.885Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2021-11-17T22:41:57.885Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-11-17T22:41:57.885Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-11-17T22:41:58.145Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2021-11-17T22:41:58.145Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-11-17T22:41:59.080Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2021-11-17T22:41:59.649Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2021-11-17T22:41:59.649Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2021-11-17T22:41:59.649Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-11-17T22:41:59.782Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-11-17T22:41:59.782Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-11-17T22:42:00.215Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-11-17T22:42:00.215Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-11-17T22:42:00.781Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2021-11-17T22:42:01.348Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-11-17T22:42:01.915Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-11-17T22:42:03.818Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-11-17T22:42:03.818Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2021-11-17T22:42:04.385Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-11-17T22:42:04.385Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-11-17T22:42:04.385Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-11-17T22:42:04.555Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-11-17T22:42:04.555Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-11-17T22:42:04.555Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-11-17T22:42:05.026Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-11-17T22:42:05.319Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2021-11-17T22:42:05.497Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-11-17T22:42:05.497Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-11-17T22:42:05.497Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-11-17T22:42:06.259Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2021-11-17T22:42:07.193Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2021-11-17T22:42:07.193Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-11-17T22:42:07.193Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-11-17T22:42:08.567Z] === RUN TestDockerSuite/TestSaveImageId [2021-11-17T22:42:08.567Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-11-17T22:42:09.135Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-11-17T22:42:10.078Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2021-11-17T22:42:10.657Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents543497218 [2021-11-17T22:42:10.915Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-11-17T22:42:11.174Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-11-17T22:42:12.547Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2021-11-17T22:42:12.547Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-11-17T22:42:12.547Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-11-17T22:42:12.547Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-11-17T22:42:12.680Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-11-17T22:42:12.681Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-11-17T22:42:12.681Z] === RUN TestDockerSuite/TestBuildHistory [2021-11-17T22:42:13.923Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-11-17T22:42:15.420Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2021-11-17T22:42:15.420Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-11-17T22:42:15.988Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-11-17T22:42:15.988Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-11-17T22:42:15.988Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-11-17T22:42:16.246Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-11-17T22:42:16.815Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-11-17T22:42:18.721Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-11-17T22:42:21.254Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2021-11-17T22:42:21.440Z] === RUN TestDockerSuite/TestBuildIidFile [2021-11-17T22:42:22.438Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-11-17T22:42:23.786Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-11-17T22:42:24.010Z] === RUN TestDockerSuite/TestBuildInheritance [2021-11-17T22:42:24.010Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-11-17T22:42:24.010Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-11-17T22:42:24.482Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-11-17T22:42:24.952Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-11-17T22:42:25.161Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-11-17T22:42:26.097Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2021-11-17T22:42:26.097Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-11-17T22:42:27.035Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-11-17T22:42:29.566Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-11-17T22:42:31.468Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-11-17T22:42:31.728Z] === RUN TestDockerSuite/TestStartRecordError [2021-11-17T22:42:32.662Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-11-17T22:42:33.662Z] === RUN TestDockerSuite/TestBuildLabel [2021-11-17T22:42:33.665Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-11-17T22:42:34.037Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-11-17T22:42:34.140Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-11-17T22:42:34.982Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-11-17T22:42:35.132Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-11-17T22:42:35.603Z] === RUN TestDockerSuite/TestBuildLabels [2021-11-17T22:42:36.594Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-11-17T22:42:37.519Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-11-17T22:42:37.589Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-11-17T22:42:38.893Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2021-11-17T22:42:41.422Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-11-17T22:42:41.422Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2021-11-17T22:42:42.370Z] === RUN TestDockerSuite/TestBuildLastModified [2021-11-17T22:42:42.374Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-11-17T22:42:42.374Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-11-17T22:42:42.374Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-11-17T22:42:42.374Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-11-17T22:42:42.845Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-11-17T22:42:42.845Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-11-17T22:42:42.845Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-11-17T22:42:42.845Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-11-17T22:42:43.316Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-11-17T22:42:43.787Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-11-17T22:42:44.780Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-11-17T22:42:44.780Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2021-11-17T22:42:48.067Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2021-11-17T22:42:48.560Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-11-17T22:42:49.445Z] === RUN TestDockerSuite/TestStatsNoStream [2021-11-17T22:42:51.972Z] === RUN TestDockerSuite/TestStopContainerSignal [2021-11-17T22:42:52.231Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2021-11-17T22:42:53.604Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-11-17T22:42:54.171Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-11-17T22:42:55.108Z] === RUN TestDockerSuite/TestTopPrivileged [2021-11-17T22:42:55.366Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2021-11-17T22:42:55.366Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-11-17T22:42:55.366Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-11-17T22:42:55.366Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-11-17T22:42:55.933Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-11-17T22:42:59.220Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-11-17T22:43:01.084Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-11-17T22:43:01.087Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-11-17T22:43:01.087Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-11-17T22:43:01.759Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2021-11-17T22:43:02.695Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2021-11-17T22:43:02.955Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2021-11-17T22:43:02.955Z] docker_cli_update_unix_test.go:143: unmatched requirement swapMemorySupport [2021-11-17T22:43:02.955Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2021-11-17T22:43:02.955Z] docker_cli_update_unix_test.go:197: unmatched requirement swapMemorySupport [2021-11-17T22:43:02.955Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2021-11-17T22:43:03.314Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-11-17T22:43:03.889Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2021-11-17T22:43:04.455Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2021-11-17T22:43:05.021Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2021-11-17T22:43:06.395Z] === RUN TestDockerSuite/TestUpdateStats [2021-11-17T22:43:08.294Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2021-11-17T22:43:09.667Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2021-11-17T22:43:11.044Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2021-11-17T22:43:11.044Z] docker_cli_update_unix_test.go:127: unmatched requirement swapMemorySupport [2021-11-17T22:43:11.044Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2021-11-17T22:43:11.303Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2021-11-17T22:43:11.870Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-11-17T22:43:14.402Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2021-11-17T22:43:16.322Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2021-11-17T22:43:18.854Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2021-11-17T22:43:19.788Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-11-17T22:43:21.161Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2021-11-17T22:43:22.096Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-11-17T22:43:24.001Z] docker_cli_service_logs_test.go:245: checking task wa1cpxabc9t7 [2021-11-17T22:43:24.001Z] docker_cli_service_logs_test.go:250: checking messages for wa1cpxabc9t7 [2021-11-17T22:43:24.001Z] docker_cli_service_logs_test.go:245: checking task 20nhyxxj2pqf [2021-11-17T22:43:24.001Z] docker_cli_service_logs_test.go:250: checking messages for 20nhyxxj2pqf [2021-11-17T22:43:25.382Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2021-11-17T22:43:26.756Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2021-11-17T22:43:28.129Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2021-11-17T22:43:28.664Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-11-17T22:43:28.699Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2021-11-17T22:43:29.637Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2021-11-17T22:43:31.010Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2021-11-17T22:43:32.388Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2021-11-17T22:43:33.781Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2021-11-17T22:43:34.719Z] === RUN TestDockerSwarmSuite/TestServiceScale [2021-11-17T22:43:35.286Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2021-11-17T22:43:36.662Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-11-17T22:43:37.227Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2021-11-17T22:43:50.364Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-11-17T22:43:52.897Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-11-17T22:43:52.897Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-11-17T22:43:52.897Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-11-17T22:43:52.897Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-11-17T22:43:52.897Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-11-17T22:43:52.897Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-11-17T22:43:52.897Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-11-17T22:43:53.463Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-11-17T22:43:53.463Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-11-17T22:43:54.029Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-11-17T22:43:54.288Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-11-17T22:43:54.288Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-11-17T22:43:54.288Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-11-17T22:43:54.288Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-11-17T22:43:54.855Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2021-11-17T22:43:56.231Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-11-17T22:43:56.231Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-11-17T22:43:56.231Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-11-17T22:43:56.231Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-11-17T22:43:56.491Z] === RUN TestDockerSuite/TestVolumeEvents [2021-11-17T22:43:57.057Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-11-17T22:43:57.623Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2021-11-17T22:43:58.558Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-11-17T22:43:58.816Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-11-17T22:43:58.816Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-11-17T22:43:59.027Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-11-17T22:44:00.192Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2021-11-17T22:44:01.130Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-11-17T22:44:02.506Z] docker_cli_swarm_test.go:1901: [d9f23ee7cf664] joining swarm manager [d91660a905440]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-17T22:44:03.785Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-11-17T22:44:03.882Z] docker_cli_swarm_test.go:1902: [d6c22fd48a4de] joining swarm manager [d91660a905440]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-17T22:44:03.882Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-11-17T22:44:03.882Z] docker_cli_run_test.go:4438: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite (1280.25s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.11s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.19s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.14s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.44s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.05s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.68s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.18s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.05s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.32s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.23s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.90s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.19s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.71s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (1.87s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.20s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.88s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.64s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.61s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.70s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.63s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.11s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.66s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAttachDetach (1.13s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.89s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.82s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.83s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.90s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.21s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.43s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.89s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.11s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.13s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.79s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (15.76s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.54s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.15s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.13s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.56s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.76s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.43s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.67s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (6.47s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.05s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.10s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.24s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (2.86s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.08s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.85s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.61s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.53s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.78s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (0.91s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.69s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.83s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (3.90s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.85s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.32s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAddTar (6.61s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.16s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.02s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.73s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.63s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.42s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.96s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.73s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.90s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.77s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.58s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (1.64s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.13s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (2.76s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (11.53s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.91s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.85s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.61s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.26s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.61s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.54s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.13s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.32s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.62s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.63s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (4.50s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.07s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.59s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.67s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.29s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.08s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.97s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.67s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildCmd (0.26s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.30s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.25s) [2021-11-17T22:44:03.882Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.22s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.40s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.63s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.91s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.17s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.54s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.49s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.23s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (10.31s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.87s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.55s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.88s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.80s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.08s) [2021-11-17T22:44:03.882Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2021-11-17T22:44:03.882Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2021-11-17T22:44:03.882Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-11-17T22:44:03.882Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.11s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.38s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (3.01s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.41s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.56s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (5.55s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.49s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.36s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.08s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.47s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.03s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (0.90s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.06s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (0.89s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildDockerignore (8.82s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.35s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (2.61s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (10.10s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.05s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.08s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.11s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.24s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.08s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.85s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (1.91s) [2021-11-17T22:44:03.882Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.11s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (13.80s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.20s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.39s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.43s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.46s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.65s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.19s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.35s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.50s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.24s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.46s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.78s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildEnv (1.30s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.35s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.11s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.61s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (19.44s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.79s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.70s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.88s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.75s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.65s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.43s) [2021-11-17T22:44:03.883Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.06s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.42s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (8.34s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildExpose (0.31s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.66s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.47s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.27s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildFails (0.67s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.06s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.72s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.09s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.71s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.74s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.32s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.15s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.77s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (1.14s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.27s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.66s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.57s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.48s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildHistory (4.90s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.43s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.72s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.54s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.51s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.82s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildLabel (0.41s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.40s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.43s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.27s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildLabels (0.56s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.02s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.44s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.20s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.62s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.26s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.21s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (0.87s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.20s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.28s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.33s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.19s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.29s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.01s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.43s) [2021-11-17T22:44:03.883Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.43s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.38s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.45s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.24s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.31s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.73s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.82s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.57s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.26s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.47s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.05s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.25s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.39s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.48s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.21s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.37s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.57s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.03s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.48s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.97s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.15s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.25s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.09s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildPATH (1.63s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.72s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.66s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (6.09s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (2.83s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.49s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildRm (2.54s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.74s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.13s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.39s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.48s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.95s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.00s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.84s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.26s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.07s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.29s) [2021-11-17T22:44:03.883Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.02s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.55s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.94s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.17s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildStderr (0.91s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.49s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.77s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.75s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.49s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.73s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.20s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildUser (1.37s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.33s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (10.91s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.23s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.38s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.99s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.19s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.56s) [2021-11-17T22:44:03.883Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-11-17T22:44:03.883Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-11-17T22:44:03.883Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-11-17T22:44:03.883Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.54s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.12s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.84s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.53s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.84s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.14s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.52s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.44s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.68s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.24s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.39s) [2021-11-17T22:44:03.883Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.50s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.32s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-11-17T22:44:03.883Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.44s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.52s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestCommitChange (0.64s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.53s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestCommitHardlink (0.96s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestCommitNewFile (0.93s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.55s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestCommitTTY (1.00s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.55s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.02s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.52s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.08s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.00s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.04s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.52s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.55s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.57s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.67s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.60s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.57s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.05s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.09s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.07s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.48s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.63s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.55s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.28s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.70s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.59s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.73s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.96s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.60s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.54s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.61s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.62s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.11s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.54s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.14s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.06s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.57s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.31s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.48s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.69s) [2021-11-17T22:44:03.883Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.71s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.52s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.00s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.30s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.56s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.53s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.21s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.77s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.46s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.34s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.53s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.51s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0007beb88_} (1.34s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1403858186_/foo_false____} (1.38s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1403858186_/foo_true____} (1.38s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3333689057_/foo_false____} (1.34s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3333689057_/foo_true____} (0.63s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3333689057_/foo_true__0xc0007bebb8__} (1.42s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0007bebd0_} (1.45s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0007bebe8_} (1.38s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0007bec00_} (0.78s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0007bec18_} (1.47s) [2021-11-17T22:44:03.883Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.89s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.31s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.05s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.04s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.03s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.17s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.63s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (1.93s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.49s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.22s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.85s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.71s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.87s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.71s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.49s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.58s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.76s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.57s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.65s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.99s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.58s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.49s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.59s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.79s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.58s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.50s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.51s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.52s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.64s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.49s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.76s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.14s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.57s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.91s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.48s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.39s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.43s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpToCaseG (2.85s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpToCaseH (1.84s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.46s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpToCaseJ (2.59s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.54s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpToDot (0.46s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.03s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.17s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpToStdout (0.71s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.92s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.18s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.52s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.88s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.09s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCreateArgs (0.07s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.32s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.48s) [2021-11-17T22:44:03.884Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.09s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.66s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.24s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCreateLabels (0.05s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.08s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCreateRM (0.12s) [2021-11-17T22:44:03.884Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.05s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.10s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.61s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.07s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.04s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.67s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.10s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.15s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.09s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.08s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.81s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.68s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.67s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.94s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.95s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.46s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.45s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.43s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.75s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.53s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.19s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.02s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.06s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.26s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.70s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.28s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.95s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.64s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.70s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsAttach (0.82s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsCommit (1.05s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.55s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.54s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.50s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.73s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.13s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.75s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.29s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsCopy (1.00s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.19s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.46s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.30s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (0.90s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.87s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.19s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.50s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.21s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsFilters (1.58s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsFormat (1.18s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.02s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.02s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.75s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.19s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.70s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.05s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.20s) [2021-11-17T22:44:03.884Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-11-17T22:44:03.884Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsPluginOps (2.43s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.50s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsRename (0.57s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsResize (0.58s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.45s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.64s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.49s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.66s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsTop (0.59s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsUntag (2.62s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (1.00s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestExec (0.51s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.50s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.46s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.46s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.07s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.46s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.58s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.66s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.57s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.78s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.57s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.04s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestExecCgroup (0.98s) [2021-11-17T22:44:03.884Z] --- PASS: TestDockerSuite/TestExecEnv (0.62s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.19s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.53s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestExecInspectID (1.67s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestExecInteractive (0.65s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.70s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.67s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestExecParseError (0.47s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.50s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.44s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.07s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.51s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestExecStartFails (0.55s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.70s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.47s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestExecTTY (0.53s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.55s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.47s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestExecUlimits (0.54s) [2021-11-17T22:44:04.149Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.20s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.50s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.74s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.53s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestExecWithUser (0.63s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.55s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.45s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.49s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.50s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.47s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestHealth (18.82s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.03s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.73s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.84s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.03s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.11s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.37s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.42s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.53s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.03s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.73s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.89s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.61s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestImagesFormat (0.06s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.67s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.56s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.02s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestImportBadURL (0.02s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestImportDisplay (1.32s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestImportFile (1.08s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.09s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestImportGzipped (1.14s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.50s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.54s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.50s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.50s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.47s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.45s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.48s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.43s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.49s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.44s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.14s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.50s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.49s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.50s) [2021-11-17T22:44:04.149Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.87s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.63s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestInspectDefault (0.43s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestInspectHistory (0.65s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2021-11-17T22:44:04.149Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.79s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.67s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.09s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.75s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.57s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.90s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.01s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.49s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestInspectStatus (0.57s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.92s) [2021-11-17T22:44:04.149Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.50s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.48s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.45s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.43s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.44s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.42s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.42s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.91s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.87s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.23s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.06s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.49s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.54s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.04s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.55s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.29s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.57s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (6.70s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.40s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.04s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.44s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.53s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.26s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.45s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.45s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.47s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.44s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.49s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.45s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.83s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.82s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.87s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.90s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.78s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.78s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.45s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.47s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLogsSince (6.52s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.46s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.54s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLogsTail (0.54s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.73s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.62s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.35s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.65s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestNetHostname (1.53s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.21s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.92s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.43s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.43s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPluginActive (2.10s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.35s) [2021-11-17T22:44:04.150Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.27s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPluginLogDriver (4.87s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.81s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.38s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.71s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.29s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.86s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.98s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPortList (7.34s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.03s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPostContainersAttach (5.96s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.41s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.47s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.44s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.09s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.96s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.66s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.10s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.72s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPsByOrder (2.26s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.74s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.69s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.44s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.30s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.46s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.97s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.47s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.90s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.86s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.53s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.45s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.85s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.14s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.50s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.46s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.69s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.64s) [2021-11-17T22:44:04.150Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.13s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.12s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.07s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.47s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.03s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.17s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.57s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.30s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.79s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.70s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.24s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.13s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.87s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.01s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (0.96s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.07s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.22s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.61s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.22s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.01s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.69s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.31s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.88s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRmiTag (0.14s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.58s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.47s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.79s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.59s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.26s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.84s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunAddHost (0.45s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.20s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.45s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.47s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (0.99s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.44s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.61s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.58s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.92s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.99s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.63s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.59s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.70s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.77s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.84s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.78s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.18s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.52s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.43s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.46s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.33s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.48s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.44s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.45s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.44s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.46s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.49s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.56s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.47s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.62s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.03s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.54s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.76s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.59s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.48s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.42s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.74s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.54s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.32s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.02s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.55s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.76s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.47s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.45s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.44s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.03s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (1.99s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.44s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.53s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.98s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.45s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.41s) [2021-11-17T22:44:04.150Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-11-17T22:44:04.150Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.55s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.19s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.88s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.28s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.43s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.04s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.44s) [2021-11-17T22:44:04.150Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.48s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.21s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.64s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.43s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.51s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.69s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.08s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.66s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.46s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.41s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.47s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunExitCode (0.70s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.43s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.44s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.43s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.44s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.43s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.88s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.20s) [2021-11-17T22:44:04.150Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.02s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.66s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.91s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.59s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.86s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.44s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.27s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.00s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.90s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.47s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.30s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.32s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.62s) [2021-11-17T22:44:04.150Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.16s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (0.81s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.71s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.05s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.16s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.01s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.41s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunMount (4.24s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.45s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.43s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.92s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.67s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.17s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.50s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.72s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.07s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.37s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.08s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.64s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunNetHost (1.06s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.46s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.51s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.43s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.03s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.37s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.57s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.11s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.74s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.07s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.55s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.52s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.42s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.57s) [2021-11-17T22:44:04.151Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.64s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.46s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.12s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunPortInUse (1.01s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.52s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.40s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.46s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.48s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.56s) [2021-11-17T22:44:04.151Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.59s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.39s) [2021-11-17T22:44:04.151Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.53s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.10s) [2021-11-17T22:44:04.151Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.72s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.00s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunRm (0.75s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.66s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.62s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.42s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.32s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.43s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.14s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (2.66s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.43s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.42s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.44s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.43s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.43s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.41s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.48s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.46s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.45s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.41s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunState (0.98s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.41s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.45s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.16s) [2021-11-17T22:44:04.151Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.40s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.42s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunSysctls (0.88s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.05s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.44s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.47s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.42s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.42s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.82s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.95s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.47s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.45s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.51s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.83s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.11s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunUserByID (0.76s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.23s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.17s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.59s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunUserByName (0.61s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.47s) [2021-11-17T22:44:04.151Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.14s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.44s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.88s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.40s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.67s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.34s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.92s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.32s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.54s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.42s) [2021-11-17T22:44:04.151Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2021-11-17T22:44:04.151Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-11-17T22:44:04.151Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.16s) [2021-11-17T22:44:04.151Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.54s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.43s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.04s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.50s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.56s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.51s) [2021-11-17T22:44:04.151Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.09s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.03s) [2021-11-17T22:44:04.151Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-11-17T22:44:04.151Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2021-11-17T22:44:04.151Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s) [2021-11-17T22:44:04.151Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-11-17T22:44:04.151Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.67s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.55s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.56s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.18s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.43s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.04s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.80s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.63s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.03s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.52s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.94s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.45s) [2021-11-17T22:44:04.151Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.42s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.12s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.55s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.86s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.53s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.89s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.02s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.04s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.16s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestSaveImageId (0.14s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.71s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.73s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.08s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.43s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.32s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.58s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.37s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.16s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.64s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.94s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.88s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.59s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.87s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.96s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.58s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.48s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.53s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestStartRecordError (1.08s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.09s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.15s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.51s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.08s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.06s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.72s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.70s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.53s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.72s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.64s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.57s) [2021-11-17T22:44:04.151Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.60s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.92s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.84s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.63s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.43s) [2021-11-17T22:44:04.151Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-11-17T22:44:04.151Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.90s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.62s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.66s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.04s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestUpdateStats (3.51s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.14s) [2021-11-17T22:44:04.151Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.67s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.56s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.21s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.19s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.01s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.37s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.37s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (3.15s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.28s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.30s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.83s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.84s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.31s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.32s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.34s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.66s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.58s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.08s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.02s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.45s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.10s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.05s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.77s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.78s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.10s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.09s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.02s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.05s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.71s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.11s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.60s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.59s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.21s) [2021-11-17T22:44:04.151Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.97s) [2021-11-17T22:44:04.151Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-11-17T22:44:04.151Z] === RUN TestDockerRegistrySuite [2021-11-17T22:44:04.151Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-11-17T22:44:05.542Z] check_test.go:196: [d46dcc1c89ca5] daemon is not started [2021-11-17T22:44:05.542Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-11-17T22:44:06.476Z] check_test.go:196: [dd3528aa66a1f] daemon is not started [2021-11-17T22:44:06.476Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-11-17T22:44:07.851Z] check_test.go:196: [d3ff8edd99c22] daemon is not started [2021-11-17T22:44:07.851Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-11-17T22:44:07.851Z] check_test.go:196: [d636fc93e5880] daemon is not started [2021-11-17T22:44:07.851Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-11-17T22:44:08.541Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-11-17T22:44:10.383Z] check_test.go:196: [db71c41a99bba] daemon is not started [2021-11-17T22:44:10.383Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-11-17T22:44:15.648Z] check_test.go:196: [dcc6aa800b32a] daemon is not started [2021-11-17T22:44:15.648Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-11-17T22:44:18.178Z] check_test.go:196: [d4656a65bd88f] daemon is not started [2021-11-17T22:44:18.178Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-11-17T22:44:19.114Z] check_test.go:196: [d9c02f4bee51e] daemon is not started [2021-11-17T22:44:19.114Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-11-17T22:44:20.049Z] check_test.go:196: [d1b9f145e78bf] daemon is not started [2021-11-17T22:44:20.049Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-11-17T22:44:20.049Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2021-11-17T22:44:20.986Z] check_test.go:196: [dac013a0377b4] daemon is not started [2021-11-17T22:44:20.986Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-11-17T22:44:22.363Z] check_test.go:196: [daf780158577b] daemon is not started [2021-11-17T22:44:22.363Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-11-17T22:44:23.476Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-11-17T22:44:23.476Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-11-17T22:44:23.476Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-11-17T22:44:23.737Z] check_test.go:196: [d9352538884a5] daemon is not started [2021-11-17T22:44:23.737Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-11-17T22:44:24.302Z] check_test.go:196: [daeadded31ec2] daemon is not started [2021-11-17T22:44:24.302Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-11-17T22:44:25.239Z] check_test.go:196: [d989554f690ee] daemon is not started [2021-11-17T22:44:25.239Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-11-17T22:44:26.173Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:99b6ca00bd32719129049c03c2ce8645472bb6b7d2faa92b3b98906f9abed6c1 [2021-11-17T22:44:26.739Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:828a413b12c684987e575c32706564be924caad88484f7975166ef274d62992e [2021-11-17T22:44:26.998Z] check_test.go:196: [daf4c67027005] daemon is not started [2021-11-17T22:44:26.998Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-11-17T22:44:27.941Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2021-11-17T22:44:28.203Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:5160933df3ad74a68c47ad97fe050ce370b1f1eb6df2daab888788e422bdfd72 [2021-11-17T22:44:28.232Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-11-17T22:44:28.702Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-11-17T22:44:28.702Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-11-17T22:44:28.702Z] === RUN TestDockerSuite/TestBuildNetNone [2021-11-17T22:44:28.702Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-11-17T22:44:28.702Z] === RUN TestDockerSuite/TestBuildNoContext [2021-11-17T22:44:29.138Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:263e6711e7df3650df990a92baca839562e85ea85188c4d280ec3c979c3ef167 [2021-11-17T22:44:29.396Z] check_test.go:196: [dd98a9fe70c32] daemon is not started [2021-11-17T22:44:29.396Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-11-17T22:44:30.591Z] check_test.go:196: [d5646347bfee0] daemon is not started [2021-11-17T22:44:30.591Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-11-17T22:44:30.591Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2021-11-17T22:44:30.918Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-11-17T22:44:33.124Z] check_test.go:196: [d496590a3ae11] daemon is not started [2021-11-17T22:44:33.124Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-11-17T22:44:34.059Z] check_test.go:196: [d31dcb25481f4] daemon is not started [2021-11-17T22:44:34.059Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-11-17T22:44:34.059Z] check_test.go:196: [db20a22bcde18] daemon is not started [2021-11-17T22:44:34.059Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-11-17T22:44:35.433Z] check_test.go:196: [d19a6e3be9653] daemon is not started [2021-11-17T22:44:35.433Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-11-17T22:44:35.999Z] check_test.go:196: [d39cd48ccdd9f] daemon is not started [2021-11-17T22:44:35.999Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-11-17T22:44:36.934Z] check_test.go:196: [d2133ad26b26f] daemon is not started [2021-11-17T22:44:36.934Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-11-17T22:44:39.465Z] check_test.go:196: [d4215c2abbbef] daemon is not started [2021-11-17T22:44:39.465Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-11-17T22:44:39.585Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-11-17T22:44:39.724Z] check_test.go:196: [d1f69fcf1a679] daemon is not started [2021-11-17T22:44:39.724Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-11-17T22:44:40.660Z] check_test.go:196: [d30927c409568] daemon is not started [2021-11-17T22:44:40.660Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-11-17T22:44:41.150Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-11-17T22:44:41.226Z] check_test.go:196: [dd6f651ba2dd7] daemon is not started [2021-11-17T22:44:41.227Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-11-17T22:44:41.227Z] check_test.go:196: [d50557a0a0f8b] daemon is not started [2021-11-17T22:44:41.227Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-11-17T22:44:41.486Z] check_test.go:196: [da06ca74ad3f8] daemon is not started [2021-11-17T22:44:41.486Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-11-17T22:44:41.619Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-11-17T22:44:41.619Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-11-17T22:44:41.745Z] check_test.go:196: [df2132216d290] daemon is not started [2021-11-17T22:44:41.745Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-11-17T22:44:42.004Z] check_test.go:196: [d67efadd0d1c0] daemon is not started [2021-11-17T22:44:42.004Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-11-17T22:44:42.263Z] check_test.go:196: [d0af556efaca1] daemon is not started [2021-11-17T22:44:42.263Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-11-17T22:44:43.197Z] check_test.go:196: [d72c53a4ac3ea] daemon is not started [2021-11-17T22:44:43.197Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-11-17T22:44:44.572Z] check_test.go:196: [da07826670ed3] daemon is not started [2021-11-17T22:44:44.572Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-11-17T22:44:44.573Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-11-17T22:44:45.505Z] check_test.go:196: [dbdcf13bc6061] daemon is not started [2021-11-17T22:44:45.505Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-11-17T22:44:45.559Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-11-17T22:44:46.439Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2021-11-17T22:44:46.439Z] check_test.go:196: [d94592bd327b0] daemon is not started [2021-11-17T22:44:46.439Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-11-17T22:44:46.546Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-11-17T22:44:47.374Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite (44.36s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.42s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.08s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.27s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.17s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.57s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.99s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.61s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (0.99s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.87s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.12s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.37s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.04s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.89s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.94s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.82s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.18s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.17s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.48s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.01s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.19s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.04s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.90s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.86s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.28s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.46s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.01s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.36s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.28s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.24s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.34s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (0.99s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.40s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.79s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.15s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.91s) [2021-11-17T22:44:48.309Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.92s) [2021-11-17T22:44:48.309Z] === RUN TestDockerSchema1RegistrySuite [2021-11-17T22:44:48.309Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-11-17T22:44:48.309Z] docker_cli_swarm_test.go:1802: [dd423ac09ad78] joining swarm manager [dcac60bd4d608]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-17T22:44:48.567Z] check_test.go:223: [dac74d99a01d4] daemon is not started [2021-11-17T22:44:48.567Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-11-17T22:44:49.950Z] docker_cli_swarm_test.go:1803: [df0ca9472b729] joining swarm manager [dcac60bd4d608]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-17T22:44:51.849Z] check_test.go:223: [d6a66c7d14bac] daemon is not started [2021-11-17T22:44:51.849Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-11-17T22:44:57.114Z] check_test.go:223: [d46ef292bf6a7] daemon is not started [2021-11-17T22:44:57.114Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-11-17T22:44:59.042Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-11-17T22:44:59.646Z] check_test.go:223: [d5db3e6cba43d] daemon is not started [2021-11-17T22:44:59.646Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-11-17T22:45:00.029Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-11-17T22:45:00.581Z] check_test.go:223: [d0136584dc7f4] daemon is not started [2021-11-17T22:45:00.581Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-11-17T22:45:01.515Z] check_test.go:223: [dd90e0a392942] daemon is not started [2021-11-17T22:45:01.515Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-11-17T22:45:01.515Z] check_test.go:223: [d1bb415cabb7b] daemon is not started [2021-11-17T22:45:01.515Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-11-17T22:45:02.449Z] check_test.go:223: [d6731af71b3fe] daemon is not started [2021-11-17T22:45:02.449Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-11-17T22:45:03.384Z] check_test.go:223: [df8238586057f] daemon is not started [2021-11-17T22:45:03.384Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-11-17T22:45:04.320Z] check_test.go:223: [de7c824090f4a] daemon is not started [2021-11-17T22:45:04.320Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-11-17T22:45:05.697Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2021-11-17T22:45:07.074Z] check_test.go:223: [d80c4d91fa389] daemon is not started [2021-11-17T22:45:07.074Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-11-17T22:45:07.197Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-11-17T22:45:07.641Z] check_test.go:223: [d7b7ad0e7002d] daemon is not started [2021-11-17T22:45:07.641Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-11-17T22:45:08.207Z] check_test.go:223: [de8a575ec5e51] daemon is not started [2021-11-17T22:45:08.207Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-11-17T22:45:08.207Z] check_test.go:223: [dae2724500a54] daemon is not started [2021-11-17T22:45:08.207Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-11-17T22:45:08.465Z] check_test.go:223: [dbe6a4630b8af] daemon is not started [2021-11-17T22:45:08.465Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-11-17T22:45:08.723Z] check_test.go:223: [d6b0a3e098f61] daemon is not started [2021-11-17T22:45:08.723Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-11-17T22:45:09.289Z] check_test.go:223: [d9ecb1ee968bc] daemon is not started [2021-11-17T22:45:09.289Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-11-17T22:45:09.289Z] check_test.go:223: [de40b16365370] daemon is not started [2021-11-17T22:45:09.289Z] --- PASS: TestDockerSchema1RegistrySuite (20.99s) [2021-11-17T22:45:09.289Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.19s) [2021-11-17T22:45:09.289Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.06s) [2021-11-17T22:45:09.289Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.18s) [2021-11-17T22:45:09.289Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.65s) [2021-11-17T22:45:09.289Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.96s) [2021-11-17T22:45:09.289Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.95s) [2021-11-17T22:45:09.289Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-11-17T22:45:09.289Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.99s) [2021-11-17T22:45:09.289Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.93s) [2021-11-17T22:45:09.289Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.90s) [2021-11-17T22:45:09.289Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.73s) [2021-11-17T22:45:09.289Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.66s) [2021-11-17T22:45:09.289Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.40s) [2021-11-17T22:45:09.289Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2021-11-17T22:45:09.289Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.32s) [2021-11-17T22:45:09.289Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.30s) [2021-11-17T22:45:09.289Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.41s) [2021-11-17T22:45:09.289Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2021-11-17T22:45:09.289Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-11-17T22:45:09.289Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-11-17T22:45:10.159Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-11-17T22:45:10.224Z] check_test.go:252: [dc0b3ce6c0565] daemon is not started [2021-11-17T22:45:10.224Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-11-17T22:45:10.483Z] check_test.go:252: [d0ff03a337803] daemon is not started [2021-11-17T22:45:10.483Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-11-17T22:45:10.741Z] check_test.go:252: [da36b37a997cb] daemon is not started [2021-11-17T22:45:10.741Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-11-17T22:45:11.675Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-11-17T22:45:11.932Z] check_test.go:252: [d3eb074b892a4] daemon is not started [2021-11-17T22:45:11.932Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-11-17T22:45:12.507Z] check_test.go:252: [dec9781e57c30] daemon is not started [2021-11-17T22:45:12.507Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-11-17T22:45:13.081Z] check_test.go:252: [d1c8c2f8e69bc] daemon is not started [2021-11-17T22:45:13.081Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-11-17T22:45:13.081Z] check_test.go:252: [d5fb18e8b4293] daemon is not started [2021-11-17T22:45:13.081Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.86s) [2021-11-17T22:45:13.081Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.71s) [2021-11-17T22:45:13.081Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.47s) [2021-11-17T22:45:13.081Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s) [2021-11-17T22:45:13.081Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.08s) [2021-11-17T22:45:13.081Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.22s) [2021-11-17T22:45:13.081Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.42s) [2021-11-17T22:45:13.081Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.64s) [2021-11-17T22:45:13.081Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2021-11-17T22:45:13.081Z] === RUN TestDockerRegistryAuthTokenSuite [2021-11-17T22:45:13.081Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-11-17T22:45:13.339Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2021-11-17T22:45:15.239Z] docker_cli_swarm_test.go:1321: [d91c38f34f6f0] joining swarm manager [d1b0e34b0b867]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-17T22:45:16.613Z] docker_cli_swarm_test.go:1322: [d2e4875ade7b3] joining swarm manager [d1b0e34b0b867]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-17T22:45:17.314Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-11-17T22:45:18.512Z] check_test.go:279: [d28d4f526d67f] daemon is not started [2021-11-17T22:45:18.512Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-11-17T22:45:18.512Z] check_test.go:279: [dc3dbf113be99] daemon is not started [2021-11-17T22:45:18.512Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-11-17T22:45:18.512Z] check_test.go:279: [d7a850b9f201c] daemon is not started [2021-11-17T22:45:18.512Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-11-17T22:45:18.770Z] check_test.go:279: [deca1829ee311] daemon is not started [2021-11-17T22:45:18.770Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-11-17T22:45:19.028Z] check_test.go:279: [dcebf06b9e1d2] daemon is not started [2021-11-17T22:45:19.028Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.77s) [2021-11-17T22:45:19.028Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2021-11-17T22:45:19.028Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2021-11-17T22:45:19.028Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2021-11-17T22:45:19.028Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2021-11-17T22:45:19.028Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2021-11-17T22:45:19.028Z] === RUN TestDockerNetworkSuite [2021-11-17T22:45:19.028Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2021-11-17T22:45:20.927Z] docker_cli_network_unix_test.go:46: [dfa595c82f8c8] daemon is not started [2021-11-17T22:45:21.102Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-11-17T22:45:21.185Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2021-11-17T22:45:21.445Z] docker_cli_network_unix_test.go:46: [da3c6e07314db] daemon is not started [2021-11-17T22:45:21.703Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2021-11-17T22:45:24.237Z] docker_cli_network_unix_test.go:46: [daf651358cd53] daemon is not started [2021-11-17T22:45:24.803Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2021-11-17T22:45:25.737Z] docker_cli_network_unix_test.go:46: [ddb2beb9848d8] daemon is not started [2021-11-17T22:45:25.854Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-11-17T22:45:25.995Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2021-11-17T22:45:26.258Z] docker_cli_network_unix_test.go:1233: [d982a9b45bc72] daemon is not started [2021-11-17T22:45:26.322Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-11-17T22:45:26.322Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-11-17T22:45:26.322Z] === RUN TestDockerSuite/TestBuildPATH [2021-11-17T22:45:26.322Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-11-17T22:45:26.322Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-11-17T22:45:28.537Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-11-17T22:45:28.537Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-11-17T22:45:28.537Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-11-17T22:45:28.790Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2021-11-17T22:45:29.724Z] docker_cli_network_unix_test.go:46: [d4801100bcb8e] daemon is not started [2021-11-17T22:45:29.982Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2021-11-17T22:45:35.250Z] docker_cli_network_unix_test.go:46: [d75dd410af5bc] daemon is not started [2021-11-17T22:45:35.250Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2021-11-17T22:45:37.165Z] docker_cli_network_unix_test.go:46: [d2ff3fbd9520f] daemon is not started [2021-11-17T22:45:37.733Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2021-11-17T22:45:38.667Z] docker_cli_network_unix_test.go:46: [df2b66beebdae] daemon is not started [2021-11-17T22:45:38.667Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2021-11-17T22:45:39.234Z] docker_cli_network_unix_test.go:46: [d3030c56bcd5f] daemon is not started [2021-11-17T22:45:39.234Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2021-11-17T22:45:39.493Z] docker_cli_network_unix_test.go:46: [d6f74c9df3869] daemon is not started [2021-11-17T22:45:39.493Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2021-11-17T22:45:40.059Z] docker_cli_network_unix_test.go:46: [d6a2f57c9b58e] daemon is not started [2021-11-17T22:45:40.625Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2021-11-17T22:45:40.883Z] docker_cli_network_unix_test.go:46: [da05f8fdf342b] daemon is not started [2021-11-17T22:45:41.448Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2021-11-17T22:45:41.448Z] docker_cli_network_unix_test.go:46: [d2cdeaee2226f] daemon is not started [2021-11-17T22:45:41.448Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2021-11-17T22:45:42.015Z] docker_cli_network_unix_test.go:46: [d4fda3f1e96ca] daemon is not started [2021-11-17T22:45:42.015Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2021-11-17T22:45:42.273Z] docker_cli_network_unix_test.go:46: [db97369c96ccd] daemon is not started [2021-11-17T22:45:42.533Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2021-11-17T22:45:42.791Z] docker_cli_network_unix_test.go:46: [dcb84c4c7eff8] daemon is not started [2021-11-17T22:45:42.791Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2021-11-17T22:45:42.791Z] docker_cli_network_unix_test.go:46: [d6d6cee991041] daemon is not started [2021-11-17T22:45:42.791Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2021-11-17T22:45:43.049Z] docker_cli_network_unix_test.go:46: [d7bc1359d8c77] daemon is not started [2021-11-17T22:45:43.049Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2021-11-17T22:45:43.615Z] docker_cli_network_unix_test.go:46: [d78858ca24410] daemon is not started [2021-11-17T22:45:43.615Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2021-11-17T22:45:44.187Z] docker_cli_network_unix_test.go:46: [d4c62d77b2149] daemon is not started [2021-11-17T22:45:44.752Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2021-11-17T22:45:44.753Z] docker_cli_network_unix_test.go:46: [da537cfa2b9a0] daemon is not started [2021-11-17T22:45:44.753Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2021-11-17T22:45:45.011Z] docker_cli_network_unix_test.go:46: [d39361bc965fd] daemon is not started [2021-11-17T22:45:45.011Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2021-11-17T22:45:45.011Z] docker_cli_network_unix_test.go:46: [dd5dd5f03cabb] daemon is not started [2021-11-17T22:45:45.011Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2021-11-17T22:45:46.386Z] docker_cli_network_unix_test.go:968: [d959a4d9057f7] daemon is not started [2021-11-17T22:45:47.319Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2021-11-17T22:45:48.692Z] docker_cli_network_unix_test.go:46: [db6b927fbfe92] daemon is not started [2021-11-17T22:45:48.692Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2021-11-17T22:45:51.223Z] docker_cli_network_unix_test.go:1116: [de4ae28ae84e4] daemon is not started [2021-11-17T22:45:53.754Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2021-11-17T22:45:54.013Z] docker_cli_network_unix_test.go:46: [d247fe0eabdbb] daemon is not started [2021-11-17T22:45:54.013Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2021-11-17T22:45:54.946Z] docker_cli_network_unix_test.go:46: [dc83d99b31943] daemon is not started [2021-11-17T22:45:54.946Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2021-11-17T22:45:54.946Z] docker_cli_network_unix_test.go:46: [d2e4ecec7ed80] daemon is not started [2021-11-17T22:45:54.946Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2021-11-17T22:45:55.204Z] docker_cli_network_unix_test.go:46: [db1f5633cedee] daemon is not started [2021-11-17T22:45:55.204Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2021-11-17T22:45:55.204Z] docker_cli_network_unix_test.go:46: [d6d129ebc0d2c] daemon is not started [2021-11-17T22:45:55.204Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2021-11-17T22:45:55.462Z] docker_cli_network_unix_test.go:46: [d34a4b4e3f34b] daemon is not started [2021-11-17T22:45:55.462Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2021-11-17T22:45:55.462Z] docker_cli_network_unix_test.go:46: [d77dc4c11c0d1] daemon is not started [2021-11-17T22:45:55.462Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2021-11-17T22:45:56.842Z] docker_cli_network_unix_test.go:46: [d6559e197bf16] daemon is not started [2021-11-17T22:45:57.791Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2021-11-17T22:45:57.791Z] docker_cli_network_unix_test.go:46: [d381061685a9b] daemon is not started [2021-11-17T22:45:57.791Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2021-11-17T22:45:57.791Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-11-17T22:45:57.791Z] docker_cli_network_unix_test.go:46: [dad99502a13dd] daemon is not started [2021-11-17T22:45:58.054Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2021-11-17T22:45:58.620Z] docker_cli_network_unix_test.go:46: [d3642d1d5731a] daemon is not started [2021-11-17T22:45:58.620Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2021-11-17T22:46:02.803Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2021-11-17T22:46:03.738Z] docker_cli_network_unix_test.go:1084: [d56fdca8cb50a] daemon is not started [2021-11-17T22:46:04.378Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-11-17T22:46:05.112Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2021-11-17T22:46:05.112Z] docker_cli_network_unix_test.go:46: [d886a57e983c3] daemon is not started [2021-11-17T22:46:05.112Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2021-11-17T22:46:05.678Z] docker_cli_network_unix_test.go:46: [d873b70b24b03] daemon is not started [2021-11-17T22:46:05.936Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2021-11-17T22:46:07.318Z] docker_cli_network_unix_test.go:46: [d5360a8023144] daemon is not started [2021-11-17T22:46:07.576Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2021-11-17T22:46:07.576Z] docker_cli_network_unix_test.go:46: [d89eef8c14e69] daemon is not started [2021-11-17T22:46:07.576Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2021-11-17T22:46:08.144Z] docker_cli_network_unix_test.go:46: [d05565514c00e] daemon is not started [2021-11-17T22:46:08.144Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2021-11-17T22:46:08.711Z] docker_cli_network_unix_test.go:46: [d497638c4acb5] daemon is not started [2021-11-17T22:46:08.711Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2021-11-17T22:46:09.277Z] docker_cli_network_unix_test.go:46: [d61d08922b651] daemon is not started [2021-11-17T22:46:09.536Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2021-11-17T22:46:16.092Z] docker_cli_network_unix_test.go:46: [d01436dc344a3] daemon is not started [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite (56.28s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.15s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.70s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.84s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.45s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.56s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.46s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.26s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.26s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.10s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.52s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.38s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.89s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.88s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.16s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.31s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.70s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.19s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.17s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.70s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (0.99s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.26s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.09s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.31s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.17s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.27s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.22s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.85s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.15s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.17s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.44s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2021-11-17T22:46:16.092Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.02s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.82s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.42s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.00s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.05s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.76s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.53s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.70s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.47s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.91s) [2021-11-17T22:46:16.092Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.59s) [2021-11-17T22:46:16.092Z] === RUN TestDockerHubPullSuite [2021-11-17T22:46:16.092Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2021-11-17T22:46:17.025Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2021-11-17T22:46:19.553Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2021-11-17T22:46:19.811Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2021-11-17T22:46:21.186Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2021-11-17T22:46:21.444Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2021-11-17T22:46:21.444Z] --- PASS: TestDockerHubPullSuite (6.22s) [2021-11-17T22:46:21.444Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.62s) [2021-11-17T22:46:21.444Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.29s) [2021-11-17T22:46:21.444Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.67s) [2021-11-17T22:46:21.444Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.36s) [2021-11-17T22:46:21.444Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.22s) [2021-11-17T22:46:21.444Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2021-11-17T22:46:21.444Z] PASS [2021-11-17T22:46:21.444Z] [2021-11-17T22:46:21.445Z] === Skipped [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-11-17T22:46:21.445Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2021-11-17T22:46:21.445Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2021-11-17T22:46:21.445Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-11-17T22:46:21.445Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-11-17T22:46:21.445Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.06s) [2021-11-17T22:46:21.445Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.06s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-11-17T22:46:21.445Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.02s) [2021-11-17T22:46:21.445Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.02s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-11-17T22:46:21.445Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-11-17T22:46:21.445Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-11-17T22:46:21.445Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-11-17T22:46:21.445Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-11-17T22:46:21.445Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-11-17T22:46:21.445Z] docker_cli_sni_test.go:18: Flakey test [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.01s) [2021-11-17T22:46:21.445Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-11-17T22:46:21.445Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-11-17T22:46:21.445Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-11-17T22:46:21.445Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-11-17T22:46:21.445Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-11-17T22:46:21.445Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-11-17T22:46:21.445Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-11-17T22:46:21.445Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-11-17T22:46:21.445Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-11-17T22:46:21.445Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-11-17T22:46:21.445Z] docker_cli_run_test.go:4045: unmatched requirement DaemonIsWindows [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-11-17T22:46:21.445Z] docker_cli_run_test.go:4064: unmatched requirement DaemonIsWindows [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-11-17T22:46:21.445Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-11-17T22:46:21.445Z] docker_cli_run_test.go:4147: unmatched requirement IsolationIsHyperv [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-11-17T22:46:21.445Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-11-17T22:46:21.445Z] docker_cli_run_test.go:4130: unmatched requirement IsolationIsProcess [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-11-17T22:46:21.445Z] docker_cli_run_test.go:2865: kernel doesn't have latency_stats configured [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-11-17T22:46:21.445Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-11-17T22:46:21.445Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-11-17T22:46:21.445Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2021-11-17T22:46:21.445Z] docker_cli_run_test.go:4100: unmatched requirement DaemonIsWindows [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-11-17T22:46:21.445Z] docker_cli_run_test.go:4120: unmatched requirement DaemonIsWindows [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-11-17T22:46:21.445Z] docker_cli_run_test.go:4110: unmatched requirement DaemonIsWindows [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-11-17T22:46:21.445Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2021-11-17T22:46:21.445Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-11-17T22:46:21.445Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2021-11-17T22:46:21.445Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s) [2021-11-17T22:46:21.445Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-11-17T22:46:21.445Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-11-17T22:46:21.445Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2021-11-17T22:46:21.445Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-11-17T22:46:21.445Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-11-17T22:46:21.445Z] docker_cli_update_unix_test.go:143: unmatched requirement swapMemorySupport [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-11-17T22:46:21.445Z] docker_cli_update_unix_test.go:197: unmatched requirement swapMemorySupport [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-11-17T22:46:21.445Z] docker_cli_update_unix_test.go:127: unmatched requirement swapMemorySupport [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-11-17T22:46:21.445Z] docker_cli_run_test.go:4438: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.02s) [2021-11-17T22:46:21.445Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-11-17T22:46:21.445Z] docker_cli_network_unix_test.go:46: [dad99502a13dd] daemon is not started [2021-11-17T22:46:21.445Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.02s) [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] [2021-11-17T22:46:21.445Z] DONE 1270 tests, 51 skipped in 1469.399s [2021-11-17T22:46:21.445Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-11-17T22:46:21.445Z] ++++ cat bundles/test-integration/docker.pid [2021-11-17T22:46:21.445Z] +++ kill 8103 [2021-11-17T22:46:22.184Z] === RUN TestDockerSuite/TestBuildRm [2021-11-17T22:46:22.379Z] +++ /etc/init.d/apparmor stop [2021-11-17T22:46:22.379Z] Leaving: AppArmorNo profiles have been unloaded. [2021-11-17T22:46:22.379Z] [2021-11-17T22:46:22.379Z] Unloading profiles will leave already running processes permanently [2021-11-17T22:46:22.379Z] unconfined, which can lead to unexpected situations. [2021-11-17T22:46:22.379Z] [2021-11-17T22:46:22.379Z] To set a process to complain mode, use the command line tool [2021-11-17T22:46:22.379Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-11-17T22:46:22.379Z] +++ true [2021-11-17T22:46:22.638Z] exiting test-integration [2021-11-17T22:46:22.638Z] ++ exit 0 [2021-11-17T22:46:22.638Z] [2021-11-17T22:46:22.905Z] + for job in $(jobs -p) [2021-11-17T22:46:22.905Z] + wait 6014 [2021-11-17T22:46:34.789Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-11-17T22:46:35.774Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-11-17T22:46:35.774Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-11-17T22:46:35.774Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-11-17T22:46:35.774Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-11-17T22:46:36.243Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-11-17T22:46:37.228Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-11-17T22:46:40.178Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-11-17T22:46:44.836Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2021-11-17T22:46:47.365Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2021-11-17T22:46:48.836Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-11-17T22:46:51.785Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-11-17T22:46:53.918Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2021-11-17T22:46:59.184Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2021-11-17T22:47:01.084Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2021-11-17T22:47:05.270Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2021-11-17T22:47:07.798Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2021-11-17T22:47:09.621Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-11-17T22:47:09.621Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-11-17T22:47:10.608Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-11-17T22:47:11.119Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2021-11-17T22:47:11.119Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-11-17T22:47:11.119Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2021-11-17T22:47:16.382Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2021-11-17T22:47:17.315Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2021-11-17T22:47:17.882Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2021-11-17T22:47:19.264Z] === RUN TestDockerSuite/TestBuildSpaces [2021-11-17T22:47:19.264Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-11-17T22:47:20.411Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2021-11-17T22:47:23.051Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-11-17T22:47:23.051Z] === RUN TestDockerSuite/TestBuildStderr [2021-11-17T22:47:26.838Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-11-17T22:47:44.645Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-11-17T22:47:44.645Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-11-17T22:47:44.645Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-11-17T22:47:46.209Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-11-17T22:47:47.195Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-11-17T22:47:50.982Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-11-17T22:47:55.732Z] === RUN TestDockerSuite/TestBuildUser [2021-11-17T22:47:55.732Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-11-17T22:47:55.732Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-11-17T22:47:55.732Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-11-17T22:47:55.732Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-11-17T22:47:55.732Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-11-17T22:47:55.732Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-11-17T22:47:59.520Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-11-17T22:47:59.520Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-11-17T22:48:01.733Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-11-17T22:48:01.733Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-11-17T22:48:01.733Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-11-17T22:48:01.733Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-11-17T22:48:01.733Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-11-17T22:48:16.616Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2021-11-17T22:48:16.616Z] docker_cli_swarm_test.go:1186: [db7464e99d985] joining swarm manager [daceb26631975]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-17T22:48:19.546Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-11-17T22:48:20.533Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-11-17T22:48:21.876Z] docker_cli_swarm_test.go:1195: [d50de43155546] joining swarm manager [daceb26631975]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-17T22:48:27.682Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-11-17T22:48:32.434Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-11-17T22:48:32.434Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-11-17T22:48:32.434Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-11-17T22:48:32.434Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-11-17T22:48:32.434Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-11-17T22:48:34.645Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-11-17T22:48:34.645Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-11-17T22:48:34.645Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-11-17T22:48:45.059Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-11-17T22:48:48.015Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-11-17T22:48:48.015Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-11-17T22:49:08.539Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2021-11-17T22:49:09.360Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-11-17T22:49:09.360Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-11-17T22:49:09.360Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-11-17T22:49:09.360Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-11-17T22:49:09.360Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-11-17T22:49:09.360Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-11-17T22:49:09.360Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-11-17T22:49:10.345Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-11-17T22:49:17.497Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-11-17T22:49:18.482Z] === RUN TestDockerSuite/TestBuildXZHost [2021-11-17T22:49:18.482Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-11-17T22:49:18.482Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-11-17T22:49:18.482Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-11-17T22:49:18.482Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-11-17T22:49:18.482Z] docker_cli_sni_test.go:18: Flakey test [2021-11-17T22:49:18.482Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-11-17T22:49:18.501Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2021-11-17T22:49:20.695Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-11-17T22:49:22.684Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2021-11-17T22:49:24.058Z] docker_cli_swarm_test.go:1118: [ddd7577c83014] joining swarm manager [ddfe9c31a9cb3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-17T22:49:24.482Z] === RUN TestDockerSuite/TestCommitChange [2021-11-17T22:49:24.994Z] docker_cli_swarm_test.go:1119: [dd325cdbf5fc4] joining swarm manager [ddfe9c31a9cb3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-17T22:49:28.268Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-11-17T22:49:32.054Z] === RUN TestDockerSuite/TestCommitHardlink [2021-11-17T22:49:32.054Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-11-17T22:49:32.054Z] === RUN TestDockerSuite/TestCommitNewFile [2021-11-17T22:49:37.918Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-11-17T22:49:37.918Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-11-17T22:49:37.918Z] === RUN TestDockerSuite/TestCommitTTY [2021-11-17T22:49:48.333Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-11-17T22:49:52.120Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-11-17T22:49:52.120Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-11-17T22:49:52.120Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-11-17T22:49:52.120Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-11-17T22:49:52.120Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-11-17T22:49:52.120Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-11-17T22:49:52.120Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-11-17T22:49:52.120Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-11-17T22:49:52.120Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-11-17T22:49:52.120Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-11-17T22:49:52.120Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-11-17T22:49:52.120Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-11-17T22:49:52.120Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-11-17T22:49:52.120Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-11-17T22:49:52.120Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-11-17T22:49:52.120Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-11-17T22:50:02.542Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-11-17T22:50:08.419Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-11-17T22:50:08.419Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-11-17T22:50:08.419Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-11-17T22:50:09.985Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-11-17T22:50:09.985Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-11-17T22:50:09.985Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-11-17T22:50:09.985Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-11-17T22:50:09.985Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-11-17T22:50:09.985Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-11-17T22:50:09.985Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-11-17T22:50:12.204Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-11-17T22:50:12.204Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-11-17T22:50:12.204Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-11-17T22:50:12.204Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-11-17T22:50:13.768Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-11-17T22:50:13.768Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-11-17T22:50:13.768Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-11-17T22:50:13.768Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-11-17T22:50:13.768Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-11-17T22:50:13.768Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-11-17T22:50:13.768Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-11-17T22:50:13.768Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-11-17T22:50:15.988Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-11-17T22:50:18.203Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-11-17T22:50:19.769Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-11-17T22:50:19.769Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-11-17T22:50:19.769Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-11-17T22:50:19.769Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-11-17T22:50:21.985Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-11-17T22:50:21.985Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-11-17T22:50:23.553Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-11-17T22:50:23.553Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-11-17T22:50:23.553Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-11-17T22:50:23.553Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-11-17T22:50:23.553Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-11-17T22:50:25.769Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-11-17T22:50:25.769Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-11-17T22:50:27.335Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-11-17T22:50:27.335Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-11-17T22:50:27.335Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-11-17T22:50:29.558Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-11-17T22:50:29.558Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-11-17T22:50:31.775Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-11-17T22:50:34.727Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-11-17T22:50:38.518Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-11-17T22:50:38.518Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-11-17T22:50:38.518Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-11-17T22:50:38.518Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-11-17T22:50:38.518Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-11-17T22:50:39.505Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-11-17T22:50:39.505Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-11-17T22:50:39.505Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-11-17T22:50:41.720Z] === RUN TestDockerSuite/TestContainerAPITop [2021-11-17T22:50:41.720Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-11-17T22:50:41.720Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-11-17T22:50:43.941Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-11-17T22:50:43.941Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-11-17T22:50:47.740Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-11-17T22:50:49.305Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-11-17T22:50:49.305Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-11-17T22:50:49.305Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-11-17T22:50:49.305Z] docker_cli_run_test.go:3526: unmatched requirement DaemonIsLinux [2021-11-17T22:50:49.305Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-11-17T22:50:49.305Z] docker_cli_run_test.go:3558: unmatched requirement DaemonIsLinux [2021-11-17T22:50:49.305Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-11-17T22:50:49.305Z] docker_cli_run_test.go:3589: unmatched requirement DaemonIsLinux [2021-11-17T22:50:49.305Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-11-17T22:50:49.305Z] docker_cli_run_test.go:3572: unmatched requirement DaemonIsLinux [2021-11-17T22:50:49.305Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-11-17T22:50:50.871Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-11-17T22:50:50.871Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-11-17T22:50:53.095Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-11-17T22:51:01.412Z] docker_cli_swarm_test.go:1172: [df6b932bf3054] joining swarm manager [ddfe9c31a9cb3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-11-17T22:51:01.757Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-11-17T22:51:02.744Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-11-17T22:51:04.961Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00098a9d8_} [2021-11-17T22:51:07.178Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1190654482_c:\foo_false____} [2021-11-17T22:51:09.396Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1190654482_c:\foo_true____} [2021-11-17T22:51:18.059Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-11-17T22:51:18.060Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-11-17T22:51:18.060Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-11-17T22:51:18.060Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-11-17T22:51:18.060Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-11-17T22:51:18.060Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-11-17T22:51:18.060Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-11-17T22:51:18.060Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-11-17T22:51:18.060Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-11-17T22:51:18.060Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-11-17T22:51:18.060Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-11-17T22:51:18.060Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-11-17T22:51:18.060Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-11-17T22:51:18.060Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-11-17T22:51:18.060Z] docker_cli_run_test.go:3462: unmatched requirement DaemonIsLinux [2021-11-17T22:51:18.060Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-11-17T22:51:18.060Z] docker_cli_run_test.go:3454: unmatched requirement DaemonIsLinux [2021-11-17T22:51:18.060Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-11-17T22:51:18.060Z] docker_cli_run_test.go:3481: unmatched requirement DaemonIsLinux [2021-11-17T22:51:18.060Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-11-17T22:51:18.060Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-11-17T22:51:18.060Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-11-17T22:51:18.060Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-11-17T22:51:18.060Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-11-17T22:51:19.046Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-11-17T22:51:19.046Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-11-17T22:51:19.046Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-11-17T22:51:19.046Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-11-17T22:51:19.046Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-11-17T22:51:19.046Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-11-17T22:51:19.046Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-11-17T22:51:19.046Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-11-17T22:51:19.046Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-11-17T22:51:19.046Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-11-17T22:51:19.046Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-11-17T22:51:19.047Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-11-17T22:51:19.047Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-11-17T22:51:19.047Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-11-17T22:51:19.047Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-11-17T22:51:19.047Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-11-17T22:51:19.047Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-11-17T22:51:19.047Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-11-17T22:51:19.047Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-11-17T22:51:19.047Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-11-17T22:51:19.515Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-11-17T22:51:19.515Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-11-17T22:51:19.515Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-11-17T22:51:19.515Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-11-17T22:51:19.515Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-11-17T22:51:19.515Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-11-17T22:51:19.515Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-11-17T22:51:21.080Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-11-17T22:51:21.549Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-11-17T22:51:21.549Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-11-17T22:51:21.549Z] === RUN TestDockerSuite/TestCpRelativePath [2021-11-17T22:51:23.767Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-11-17T22:51:23.767Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-11-17T22:51:23.767Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-11-17T22:51:23.767Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-11-17T22:51:23.767Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-11-17T22:51:23.767Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-11-17T22:51:23.767Z] === RUN TestDockerSuite/TestCpToCaseA [2021-11-17T22:51:27.560Z] === RUN TestDockerSuite/TestCpToCaseB [2021-11-17T22:51:33.471Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2021-11-17T22:51:33.471Z] docker_cli_swarm_test.go:1453: [db3600452c743] joining swarm manager [d2e11a2535e00]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-17T22:51:33.471Z] docker_cli_swarm_test.go:1454: [dcad28cf07e0c] joining swarm manager [d2e11a2535e00]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-17T22:51:34.717Z] === RUN TestDockerSuite/TestCpToCaseC [2021-11-17T22:51:34.717Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-11-17T22:51:34.717Z] === RUN TestDockerSuite/TestCpToCaseD [2021-11-17T22:51:34.717Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-11-17T22:51:34.717Z] === RUN TestDockerSuite/TestCpToCaseE [2021-11-17T22:51:43.436Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2021-11-17T22:51:44.369Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2021-11-17T22:51:44.370Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2021-11-17T22:51:44.628Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2021-11-17T22:51:44.628Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2021-11-17T22:51:45.194Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2021-11-17T22:51:47.209Z] === RUN TestDockerSuite/TestCpToCaseF [2021-11-17T22:51:47.209Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-11-17T22:51:47.209Z] === RUN TestDockerSuite/TestCpToCaseG [2021-11-17T22:51:47.209Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-11-17T22:51:47.209Z] === RUN TestDockerSuite/TestCpToCaseH [2021-11-17T22:51:47.723Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2021-11-17T22:51:51.006Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2021-11-17T22:51:52.904Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2021-11-17T22:51:54.360Z] === RUN TestDockerSuite/TestCpToCaseI [2021-11-17T22:51:54.360Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-11-17T22:51:54.360Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-11-17T22:51:54.360Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-11-17T22:51:54.360Z] === RUN TestDockerSuite/TestCpToDot [2021-11-17T22:51:54.810Z] docker_cli_swarm_unix_test.go:62: [dc0468f1d7d72] joining swarm manager [d65830dc030c7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-17T22:51:56.573Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-11-17T22:51:56.573Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-11-17T22:51:56.573Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-11-17T22:51:56.573Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-11-17T22:51:56.573Z] === RUN TestDockerSuite/TestCpToStdout [2021-11-17T22:51:58.140Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-11-17T22:51:58.140Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-11-17T22:51:58.140Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-11-17T22:51:58.140Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-11-17T22:51:58.140Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-11-17T22:51:58.140Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-11-17T22:51:58.140Z] === RUN TestDockerSuite/TestCpVolumePath [2021-11-17T22:51:58.140Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-11-17T22:51:58.140Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-11-17T22:51:58.608Z] === RUN TestDockerSuite/TestCreateArgs [2021-11-17T22:51:58.608Z] === RUN TestDockerSuite/TestCreateByImageID [2021-11-17T22:52:00.825Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-11-17T22:52:03.036Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-11-17T22:52:03.036Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-11-17T22:52:03.036Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-11-17T22:52:04.599Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-11-17T22:52:05.066Z] === RUN TestDockerSuite/TestCreateLabels [2021-11-17T22:52:05.533Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-11-17T22:52:05.533Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-11-17T22:52:05.533Z] === RUN TestDockerSuite/TestCreateRM [2021-11-17T22:52:05.533Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-11-17T22:52:05.533Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-11-17T22:52:05.533Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-11-17T22:52:06.001Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-11-17T22:52:06.001Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-11-17T22:52:13.149Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-11-17T22:52:13.149Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-11-17T22:52:13.149Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-11-17T22:52:16.097Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-11-17T22:52:16.097Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-11-17T22:52:16.097Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-11-17T22:52:16.097Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-11-17T22:52:18.310Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-11-17T22:52:18.310Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-11-17T22:52:18.310Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-11-17T22:52:18.310Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-11-17T22:52:18.310Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-11-17T22:52:18.310Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-11-17T22:52:18.310Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-11-17T22:52:18.310Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-11-17T22:52:18.310Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-11-17T22:52:18.310Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-11-17T22:52:18.310Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-11-17T22:52:18.310Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-11-17T22:52:18.310Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-11-17T22:52:18.310Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-11-17T22:52:18.310Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T22:52:18.310Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-11-17T22:52:18.310Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-11-17T22:52:18.778Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-11-17T22:52:18.778Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-11-17T22:52:18.778Z] === RUN TestDockerSuite/TestDevicePermissions [2021-11-17T22:52:18.778Z] docker_cli_run_test.go:2991: unmatched requirement DaemonIsLinux [2021-11-17T22:52:18.778Z] === RUN TestDockerSuite/TestDockerFails [2021-11-17T22:52:18.778Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-11-17T22:52:18.778Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-11-17T22:52:18.778Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-11-17T22:52:18.778Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-11-17T22:52:18.778Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-11-17T22:52:18.778Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-11-17T22:52:18.778Z] === RUN TestDockerSuite/TestEventsAttach [2021-11-17T22:52:18.778Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-11-17T22:52:18.778Z] === RUN TestDockerSuite/TestEventsCommit [2021-11-17T22:52:18.778Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-11-17T22:52:18.778Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-11-17T22:52:20.990Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-11-17T22:52:22.553Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-11-17T22:52:24.767Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-11-17T22:52:37.248Z] === RUN TestDockerSuite/TestEventsCopy [2021-11-17T22:52:40.196Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-11-17T22:52:44.952Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-11-17T22:52:46.515Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-11-17T22:52:46.983Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-11-17T22:52:50.772Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-11-17T22:52:51.033Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2021-11-17T22:52:51.034Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2021-11-17T22:52:51.034Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2021-11-17T22:52:51.239Z] === RUN TestDockerSuite/TestEventsFilterType [2021-11-17T22:52:52.224Z] === RUN TestDockerSuite/TestEventsFilters [2021-11-17T22:52:52.932Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2021-11-17T22:52:56.010Z] === RUN TestDockerSuite/TestEventsFormat [2021-11-17T22:52:56.214Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2021-11-17T22:52:58.742Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2021-11-17T22:53:00.642Z] docker_api_swarm_test.go:961: [d72a5bad1a8cd] joining swarm manager [da22f714146aa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-17T22:53:00.758Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-11-17T22:53:00.758Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-11-17T22:53:00.758Z] === RUN TestDockerSuite/TestEventsImageImport [2021-11-17T22:53:00.758Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-11-17T22:53:00.758Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-11-17T22:53:00.758Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-11-17T22:53:00.758Z] === RUN TestDockerSuite/TestEventsImagePull [2021-11-17T22:53:00.758Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-11-17T22:53:00.758Z] === RUN TestDockerSuite/TestEventsImageTag [2021-11-17T22:53:01.225Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-11-17T22:53:01.225Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-11-17T22:53:01.225Z] === RUN TestDockerSuite/TestEventsRename [2021-11-17T22:53:03.436Z] === RUN TestDockerSuite/TestEventsResize [2021-11-17T22:53:05.648Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-11-17T22:53:07.863Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-11-17T22:53:10.076Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-11-17T22:53:13.862Z] === RUN TestDockerSuite/TestEventsTop [2021-11-17T22:53:13.862Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-11-17T22:53:14.330Z] === RUN TestDockerSuite/TestEventsUntag [2021-11-17T22:53:17.279Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-11-17T22:53:18.708Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2021-11-17T22:53:20.225Z] === RUN TestDockerSuite/TestExec [2021-11-17T22:53:20.225Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-11-17T22:53:20.225Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-11-17T22:53:20.225Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-11-17T22:53:20.225Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-11-17T22:53:21.787Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-11-17T22:53:23.350Z] === RUN TestDockerSuite/TestExecAPIStart [2021-11-17T22:53:23.350Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-11-17T22:53:23.350Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-11-17T22:53:23.350Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-11-17T22:53:23.350Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-11-17T22:53:23.350Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-11-17T22:53:23.350Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-11-17T22:53:25.064Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-11-17T22:53:27.281Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-11-17T22:53:29.493Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-11-17T22:53:30.898Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2021-11-17T22:53:31.057Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-11-17T22:53:33.432Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2021-11-17T22:53:34.841Z] === RUN TestDockerSuite/TestExecCgroup [2021-11-17T22:53:34.841Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-11-17T22:53:34.841Z] === RUN TestDockerSuite/TestExecEnv [2021-11-17T22:53:34.841Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-11-17T22:53:34.841Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-11-17T22:53:34.841Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-11-17T22:53:34.841Z] === RUN TestDockerSuite/TestExecExitStatus [2021-11-17T22:53:35.966Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2021-11-17T22:53:36.403Z] === RUN TestDockerSuite/TestExecInspectID [2021-11-17T22:53:38.493Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2021-11-17T22:53:41.153Z] === RUN TestDockerSuite/TestExecInteractive [2021-11-17T22:53:41.153Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-11-17T22:53:41.153Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-11-17T22:53:41.153Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-11-17T22:53:41.153Z] === RUN TestDockerSuite/TestExecParseError [2021-11-17T22:53:41.153Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-11-17T22:53:41.153Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-11-17T22:53:41.153Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-11-17T22:53:41.153Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-11-17T22:53:41.153Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-11-17T22:53:41.153Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-11-17T22:53:42.716Z] === RUN TestDockerSuite/TestExecSetEnv [2021-11-17T22:53:42.716Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-11-17T22:53:42.716Z] === RUN TestDockerSuite/TestExecStartFails [2021-11-17T22:53:42.716Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-11-17T22:53:42.716Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-11-17T22:53:42.716Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-11-17T22:53:42.716Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-11-17T22:53:42.716Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-11-17T22:53:42.716Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-11-17T22:53:42.716Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-11-17T22:53:42.716Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-11-17T22:53:44.928Z] === RUN TestDockerSuite/TestExecUlimits [2021-11-17T22:53:44.928Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-11-17T22:53:44.928Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-11-17T22:53:46.598Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2021-11-17T22:53:49.878Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2021-11-17T22:53:50.815Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-11-17T22:53:50.815Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-11-17T22:53:50.815Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-11-17T22:53:50.815Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-11-17T22:53:51.283Z] === RUN TestDockerSuite/TestExecWithUser [2021-11-17T22:53:51.283Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-11-17T22:53:51.283Z] === RUN TestDockerSuite/TestGetContainerStats [2021-11-17T22:53:52.405Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2021-11-17T22:53:54.931Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2021-11-17T22:53:57.144Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-11-17T22:53:57.458Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2021-11-17T22:53:59.983Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2021-11-17T22:54:02.514Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2021-11-17T22:54:03.001Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-11-17T22:54:05.066Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2021-11-17T22:54:05.217Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-11-17T22:54:11.076Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-11-17T22:54:11.076Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-11-17T22:54:11.076Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-11-17T22:54:11.076Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-11-17T22:54:11.076Z] === RUN TestDockerSuite/TestHealth [2021-11-17T22:54:11.076Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-11-17T22:54:11.076Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-11-17T22:54:11.076Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-11-17T22:54:11.076Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-11-17T22:54:11.076Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-11-17T22:54:14.861Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-11-17T22:54:14.861Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-11-17T22:54:14.861Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-11-17T22:54:14.861Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-11-17T22:54:14.861Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-11-17T22:54:15.329Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-11-17T22:54:15.329Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-11-17T22:54:15.797Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-11-17T22:54:15.797Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-11-17T22:54:15.797Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-11-17T22:54:16.783Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-11-17T22:54:16.783Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-11-17T22:54:18.345Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-11-17T22:54:18.813Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-11-17T22:54:20.374Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-11-17T22:54:27.524Z] === RUN TestDockerSuite/TestImagesFormat [2021-11-17T22:54:27.524Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-11-17T22:54:27.524Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-11-17T22:54:27.524Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-11-17T22:54:31.316Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-11-17T22:54:31.316Z] === RUN TestDockerSuite/TestImportBadURL [2021-11-17T22:54:33.543Z] === RUN TestDockerSuite/TestImportDisplay [2021-11-17T22:54:33.543Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-11-17T22:54:33.543Z] === RUN TestDockerSuite/TestImportFile [2021-11-17T22:54:33.543Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-11-17T22:54:33.543Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-11-17T22:54:33.543Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-11-17T22:54:33.543Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-11-17T22:54:33.543Z] === RUN TestDockerSuite/TestImportGzipped [2021-11-17T22:54:33.543Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-11-17T22:54:33.543Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-11-17T22:54:33.543Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-11-17T22:54:33.543Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-11-17T22:54:33.543Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-11-17T22:54:33.543Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-11-17T22:54:33.543Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-11-17T22:54:34.010Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-11-17T22:54:34.010Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-11-17T22:54:34.010Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-11-17T22:54:34.010Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-11-17T22:54:34.010Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-11-17T22:54:34.010Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-11-17T22:54:34.010Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-11-17T22:54:34.010Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-11-17T22:54:36.223Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-11-17T22:54:37.785Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-11-17T22:54:37.785Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-11-17T22:54:37.785Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-11-17T22:54:37.785Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-11-17T22:54:37.785Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-11-17T22:54:37.785Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-11-17T22:54:37.785Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-11-17T22:54:37.785Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-11-17T22:54:39.997Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-11-17T22:54:39.997Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-11-17T22:54:41.559Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-11-17T22:54:41.559Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-11-17T22:54:41.559Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-11-17T22:54:41.559Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-11-17T22:54:41.559Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-11-17T22:54:41.559Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-11-17T22:54:41.559Z] === RUN TestDockerSuite/TestInspectDefault [2021-11-17T22:54:43.770Z] === RUN TestDockerSuite/TestInspectHistory [2021-11-17T22:54:47.555Z] === RUN TestDockerSuite/TestInspectImage [2021-11-17T22:54:47.555Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-11-17T22:54:47.555Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-11-17T22:54:47.555Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-11-17T22:54:47.555Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-11-17T22:54:47.555Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-11-17T22:54:47.555Z] === RUN TestDockerSuite/TestInspectInt64 [2021-11-17T22:54:54.708Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-11-17T22:54:55.693Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-11-17T22:54:56.160Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-11-17T22:54:57.720Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-11-17T22:54:59.932Z] === RUN TestDockerSuite/TestInspectPlugin [2021-11-17T22:54:59.932Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-11-17T22:54:59.932Z] === RUN TestDockerSuite/TestInspectRootFS [2021-11-17T22:54:59.932Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-11-17T22:55:01.271Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2021-11-17T22:55:01.495Z] === RUN TestDockerSuite/TestInspectStatus [2021-11-17T22:55:03.712Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-11-17T22:55:07.497Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-11-17T22:55:09.708Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-11-17T22:55:11.270Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-11-17T22:55:13.484Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-11-17T22:55:15.049Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-11-17T22:55:16.132Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2021-11-17T22:55:16.614Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-11-17T22:55:18.832Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-11-17T22:55:18.832Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-11-17T22:55:18.832Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-11-17T22:55:18.832Z] === RUN TestDockerSuite/TestLinksEnvs [2021-11-17T22:55:18.832Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-11-17T22:55:18.832Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-11-17T22:55:18.832Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-11-17T22:55:18.832Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-11-17T22:55:18.832Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-11-17T22:55:18.832Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-11-17T22:55:18.832Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-11-17T22:55:18.832Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-11-17T22:55:18.832Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-11-17T22:55:18.832Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-11-17T22:55:18.832Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-11-17T22:55:18.832Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-11-17T22:55:18.832Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-11-17T22:55:18.832Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-11-17T22:55:18.832Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-11-17T22:55:18.832Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-11-17T22:55:18.832Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-11-17T22:55:18.832Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-11-17T22:55:18.832Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-11-17T22:55:18.832Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-11-17T22:55:18.832Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-11-17T22:55:18.832Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-11-17T22:55:18.832Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-11-17T22:55:18.832Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-11-17T22:55:18.832Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-11-17T22:55:18.832Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-11-17T22:55:18.832Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-11-17T22:55:18.832Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-11-17T22:55:18.832Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-11-17T22:55:18.832Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-11-17T22:55:18.832Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-11-17T22:55:18.832Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-11-17T22:55:21.044Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-11-17T22:55:22.029Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-11-17T22:55:27.893Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-11-17T22:55:29.454Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-11-17T22:55:29.454Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-11-17T22:55:29.454Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite (1627.70s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (2.61s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (2.60s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.03s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.32s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.00s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.28s) [2021-11-17T22:55:30.994Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.71s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.90s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.75s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (32.89s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.09s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.90s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.27s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.55s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (50.27s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.06s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.25s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.48s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (21.55s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (66.20s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (62.07s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.25s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.18s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (17.95s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.19s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.77s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.98s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.22s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.66s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.01s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (26.01s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.70s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (38.55s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.44s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.86s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.44s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.50s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.57s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.95s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.54s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.23s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.03s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (23.77s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.46s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.69s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.81s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.91s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.23s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.63s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.16s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.10s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.08s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.20s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.18s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (5.31s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.17s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.05s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.52s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.34s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.66s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.65s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.11s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.93s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.79s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.51s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.57s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.86s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.60s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.63s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.79s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.02s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.62s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.74s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.07s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.97s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (90.34s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.52s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (5.61s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (5.84s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.16s) [2021-11-17T22:55:30.994Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.27s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.21s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.62s) [2021-11-17T22:55:30.995Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.44s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.69s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.71s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.12s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.49s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (52.10s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (12.57s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (3.85s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (127.74s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.29s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.33s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.18s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.16s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.05s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.18s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.30s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.23s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.19s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.14s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.18s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.30s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.07s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.43s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.03s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.64s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.21s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.28s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.96s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.87s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.53s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.45s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.45s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.63s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.45s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.80s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.23s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.91s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.22s) [2021-11-17T22:55:30.995Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.11s) [2021-11-17T22:55:30.995Z] === RUN TestDockerExternalVolumeSuite [2021-11-17T22:55:30.995Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2021-11-17T22:55:31.560Z] docker_cli_external_volume_driver_test.go:53: [df2ceaa33bb66] daemon is not started [2021-11-17T22:55:31.669Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-11-17T22:55:31.669Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-11-17T22:55:36.418Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-11-17T22:55:42.280Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-11-17T22:55:47.031Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-11-17T22:55:49.244Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-11-17T22:55:49.643Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2021-11-17T22:55:50.807Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-11-17T22:55:50.807Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-11-17T22:55:50.807Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-11-17T22:55:57.961Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-11-17T22:56:05.110Z] === RUN TestDockerSuite/TestLogsSince [2021-11-17T22:56:13.871Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-11-17T22:56:13.871Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-11-17T22:56:13.871Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-11-17T22:56:13.871Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-11-17T22:56:13.871Z] === RUN TestDockerSuite/TestLogsTail [2021-11-17T22:56:15.436Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-11-17T22:56:17.651Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-11-17T22:56:19.863Z] === RUN TestDockerSuite/TestMountIntoProc [2021-11-17T22:56:19.863Z] docker_cli_run_test.go:2905: unmatched requirement DaemonIsLinux [2021-11-17T22:56:19.863Z] === RUN TestDockerSuite/TestMountIntoSys [2021-11-17T22:56:19.863Z] docker_cli_run_test.go:2914: unmatched requirement DaemonIsLinux [2021-11-17T22:56:19.863Z] === RUN TestDockerSuite/TestNetHostname [2021-11-17T22:56:19.863Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-11-17T22:56:19.863Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-11-17T22:56:19.863Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-11-17T22:56:19.863Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-11-17T22:56:19.863Z] docker_cli_run_test.go:3508: unmatched requirement DaemonIsLinux [2021-11-17T22:56:19.863Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-11-17T22:56:19.863Z] docker_cli_run_test.go:2694: unmatched requirement DaemonIsLinux [2021-11-17T22:56:19.863Z] === RUN TestDockerSuite/TestPluginActive [2021-11-17T22:56:19.863Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-11-17T22:56:19.863Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-11-17T22:56:19.863Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-11-17T22:56:19.863Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-11-17T22:56:19.863Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-11-17T22:56:19.863Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-11-17T22:56:19.863Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-11-17T22:56:19.863Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-11-17T22:56:19.863Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-11-17T22:56:19.863Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-11-17T22:56:19.863Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-11-17T22:56:19.863Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-11-17T22:56:19.863Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-11-17T22:56:19.863Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-11-17T22:56:19.863Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-11-17T22:56:19.863Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-11-17T22:56:19.863Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-11-17T22:56:19.863Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-11-17T22:56:19.863Z] === RUN TestDockerSuite/TestPortHostBinding [2021-11-17T22:56:19.863Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-11-17T22:56:19.863Z] === RUN TestDockerSuite/TestPortList [2021-11-17T22:56:19.863Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-11-17T22:56:19.863Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-11-17T22:56:28.523Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-11-17T22:56:28.523Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-11-17T22:56:28.523Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-11-17T22:56:28.523Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-11-17T22:56:28.523Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-11-17T22:56:28.523Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-11-17T22:56:28.523Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-11-17T22:56:28.523Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-11-17T22:56:28.523Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-11-17T22:56:28.523Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-11-17T22:56:28.523Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-11-17T22:56:28.523Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-11-17T22:56:28.523Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-11-17T22:56:28.523Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-11-17T22:56:28.523Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-11-17T22:56:28.523Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-11-17T22:56:28.523Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-11-17T22:56:28.523Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-11-17T22:56:32.309Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-11-17T22:56:32.309Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-11-17T22:56:32.309Z] === RUN TestDockerSuite/TestPsByOrder [2021-11-17T22:56:39.456Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-11-17T22:56:39.456Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-11-17T22:56:39.456Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-11-17T22:56:48.109Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-11-17T22:56:57.303Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2021-11-17T22:56:58.524Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-11-17T22:56:58.992Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-11-17T22:56:58.992Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-11-17T22:56:58.992Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-11-17T22:57:03.856Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2021-11-17T22:57:11.474Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-11-17T22:57:13.036Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-11-17T22:57:18.719Z] docker_cli_external_volume_driver_test.go:53: [d301be9888a2e] daemon is not started [2021-11-17T22:57:18.898Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-11-17T22:57:22.682Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-11-17T22:57:22.682Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-11-17T22:57:22.682Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-11-17T22:57:22.682Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-11-17T22:57:22.682Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-11-17T22:57:27.432Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-11-17T22:57:27.432Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-11-17T22:57:27.432Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-11-17T22:57:27.432Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-11-17T22:57:27.432Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-11-17T22:57:27.432Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-11-17T22:57:27.432Z] === RUN TestDockerSuite/TestPsRightTagName [2021-11-17T22:57:27.432Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-11-17T22:57:27.432Z] === RUN TestDockerSuite/TestPsShowMounts [2021-11-17T22:57:33.296Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-11-17T22:57:33.296Z] docker_cli_run_test.go:3140: unmatched requirement DaemonIsLinux [2021-11-17T22:57:33.296Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-11-17T22:57:33.612Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2021-11-17T22:57:34.282Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-11-17T22:57:34.282Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-11-17T22:57:34.282Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-11-17T22:57:35.851Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-11-17T22:57:36.837Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-11-17T22:57:36.837Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-11-17T22:57:36.837Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-11-17T22:57:40.628Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-11-17T22:57:43.580Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-11-17T22:57:45.793Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-11-17T22:57:51.680Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2021-11-17T22:58:03.610Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-11-17T22:58:03.611Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-11-17T22:58:03.611Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-11-17T22:58:06.547Z] docker_cli_external_volume_driver_test.go:53: [db708a9361c22] daemon is not started [2021-11-17T22:58:06.561Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-11-17T22:58:06.561Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-11-17T22:58:06.561Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-11-17T22:58:07.029Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-11-17T22:58:10.818Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-11-17T22:58:14.609Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-11-17T22:58:14.609Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-11-17T22:58:14.609Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-11-17T22:58:18.399Z] === RUN TestDockerSuite/TestRmiBlank [2021-11-17T22:58:18.399Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-11-17T22:58:18.399Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-11-17T22:58:21.409Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2021-11-17T22:58:21.409Z] docker_cli_external_volume_driver_test.go:53: [d3c41d91accff] daemon is not started [2021-11-17T22:58:30.892Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-11-17T22:58:32.457Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-11-17T22:58:32.927Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-11-17T22:58:36.270Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2021-11-17T22:58:38.798Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-11-17T22:58:42.587Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-11-17T22:58:48.454Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-11-17T22:58:52.259Z] === RUN TestDockerSuite/TestRmiTag [2021-11-17T22:58:52.729Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-11-17T22:58:59.921Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-11-17T22:59:08.351Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2021-11-17T22:59:14.891Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-11-17T22:59:15.884Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-11-17T22:59:19.693Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-11-17T22:59:20.686Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-11-17T22:59:20.686Z] docker_cli_run_test.go:4423: unmatched requirement DaemonIsLinux [2021-11-17T22:59:20.686Z] === RUN TestDockerSuite/TestRunAddHost [2021-11-17T22:59:20.686Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-11-17T22:59:20.686Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-11-17T22:59:20.686Z] docker_cli_run_test.go:3940: unmatched requirement DaemonIsLinux [2021-11-17T22:59:20.686Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-11-17T22:59:20.686Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-11-17T22:59:20.686Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-11-17T22:59:20.686Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-11-17T22:59:20.686Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-11-17T22:59:20.686Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-11-17T22:59:20.686Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-11-17T22:59:20.686Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-11-17T22:59:20.686Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-11-17T22:59:22.260Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-11-17T22:59:22.260Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-11-17T22:59:22.260Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-11-17T22:59:22.260Z] docker_cli_run_test.go:2624: unmatched requirement DaemonIsLinux [2021-11-17T22:59:22.260Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-11-17T22:59:23.214Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2021-11-17T22:59:26.066Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-11-17T22:59:28.293Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-11-17T22:59:30.520Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-11-17T22:59:32.745Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-11-17T22:59:34.318Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-11-17T22:59:34.318Z] === RUN TestDockerSuite/TestRunBindMounts [2021-11-17T22:59:38.077Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2021-11-17T22:59:39.087Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-11-17T22:59:39.087Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-11-17T22:59:39.087Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-11-17T22:59:39.087Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-11-17T22:59:39.087Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-11-17T22:59:39.087Z] docker_cli_run_test.go:3004: unmatched requirement DaemonIsLinux [2021-11-17T22:59:39.087Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-11-17T22:59:39.087Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-11-17T22:59:39.087Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-11-17T22:59:39.087Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-11-17T22:59:39.087Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-11-17T22:59:39.087Z] docker_cli_run_test.go:3190: unmatched requirement DaemonIsLinux [2021-11-17T22:59:39.087Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-11-17T22:59:39.087Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-11-17T22:59:39.087Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-11-17T22:59:39.087Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-11-17T22:59:39.087Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-11-17T22:59:39.087Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-11-17T22:59:39.087Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-11-17T22:59:39.087Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-11-17T22:59:39.087Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-11-17T22:59:39.087Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-11-17T22:59:39.087Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-11-17T22:59:41.316Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-11-17T22:59:41.316Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-11-17T22:59:41.316Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-11-17T22:59:43.544Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-11-17T22:59:43.544Z] docker_cli_run_test.go:3332: unmatched requirement DaemonIsLinux [2021-11-17T22:59:43.544Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-11-17T22:59:43.544Z] docker_cli_run_test.go:3356: unmatched requirement DaemonIsLinux [2021-11-17T22:59:43.544Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-11-17T22:59:45.769Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-11-17T22:59:45.769Z] docker_cli_run_test.go:3323: unmatched requirement DaemonIsLinux [2021-11-17T22:59:45.769Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-11-17T22:59:45.769Z] docker_cli_run_test.go:3308: unmatched requirement DaemonIsLinux [2021-11-17T22:59:45.769Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-11-17T22:59:45.769Z] docker_cli_run_test.go:3233: unmatched requirement DaemonIsLinux [2021-11-17T22:59:45.769Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-11-17T22:59:45.769Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-11-17T22:59:45.769Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-11-17T22:59:45.769Z] docker_cli_run_test.go:2681: unmatched requirement DaemonIsLinux [2021-11-17T22:59:45.769Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-11-17T22:59:45.769Z] docker_cli_run_test.go:2754: unmatched requirement DaemonIsLinux [2021-11-17T22:59:45.769Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-11-17T22:59:45.769Z] docker_cli_run_test.go:2744: unmatched requirement DaemonIsLinux [2021-11-17T22:59:45.769Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-11-17T22:59:47.342Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-11-17T22:59:49.567Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-11-17T22:59:51.140Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-11-17T22:59:51.140Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-11-17T22:59:51.140Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-11-17T22:59:51.140Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-11-17T22:59:51.140Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-11-17T22:59:51.140Z] docker_cli_run_test.go:3198: unmatched requirement DaemonIsLinux [2021-11-17T22:59:51.140Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-11-17T22:59:53.367Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-11-17T22:59:53.367Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-11-17T22:59:53.367Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-11-17T22:59:53.367Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-11-17T22:59:53.367Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-11-17T22:59:53.367Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-11-17T22:59:53.367Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-11-17T22:59:53.367Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-11-17T22:59:53.367Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-11-17T22:59:54.362Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-11-17T22:59:59.139Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-11-17T22:59:59.139Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-11-17T22:59:59.139Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-11-17T22:59:59.139Z] docker_cli_run_test.go:3905: unmatched requirement DaemonIsLinux [2021-11-17T22:59:59.139Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-11-17T22:59:59.139Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-11-17T22:59:59.139Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-11-17T22:59:59.139Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-11-17T22:59:59.139Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-11-17T22:59:59.139Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-11-17T22:59:59.139Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-11-17T22:59:59.139Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-11-17T22:59:59.139Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-11-17T23:00:00.712Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-11-17T23:00:00.712Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-11-17T23:00:00.712Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-11-17T23:00:01.183Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-11-17T23:00:01.183Z] docker_cli_run_test.go:4080: unmatched requirement DaemonIsLinux [2021-11-17T23:00:01.183Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-11-17T23:00:02.760Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-11-17T23:00:04.988Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-11-17T23:00:04.988Z] docker_cli_run_test.go:4163: unmatched requirement DaemonIsLinux [2021-11-17T23:00:04.988Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-11-17T23:00:06.561Z] === RUN TestDockerSuite/TestRunEnvironment [2021-11-17T23:00:06.561Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-11-17T23:00:06.561Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-11-17T23:00:06.561Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-11-17T23:00:06.561Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-11-17T23:00:06.561Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-11-17T23:00:06.561Z] === RUN TestDockerSuite/TestRunExitCode [2021-11-17T23:00:08.786Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-11-17T23:00:10.357Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-11-17T23:00:12.582Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-11-17T23:00:14.154Z] === RUN TestDockerSuite/TestRunExposePort [2021-11-17T23:00:14.154Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-11-17T23:00:14.154Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-11-17T23:00:14.154Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-11-17T23:00:14.154Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-11-17T23:00:14.154Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-11-17T23:00:14.154Z] docker_cli_run_test.go:4402: unmatched requirement DaemonIsLinux [2021-11-17T23:00:14.154Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-11-17T23:00:14.154Z] docker_cli_run_test.go:4415: unmatched requirement DaemonIsLinux [2021-11-17T23:00:14.154Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-11-17T23:00:14.154Z] docker_cli_run_test.go:4147: unmatched requirement IsolationIsHyperv [2021-11-17T23:00:14.154Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-11-17T23:00:14.154Z] docker_cli_run_test.go:3721: unmatched requirement DaemonIsLinux [2021-11-17T23:00:14.154Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-11-17T23:00:14.154Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-11-17T23:00:14.154Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-11-17T23:00:17.962Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-11-17T23:00:17.962Z] docker_cli_run_test.go:3268: unmatched requirement DaemonIsLinux [2021-11-17T23:00:17.962Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-11-17T23:00:17.962Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-11-17T23:00:17.962Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-11-17T23:00:17.962Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-11-17T23:00:17.962Z] docker_cli_run_test.go:3377: unmatched requirement DaemonIsLinux [2021-11-17T23:00:17.962Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-11-17T23:00:17.962Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-11-17T23:00:17.962Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-11-17T23:00:17.962Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-11-17T23:00:17.962Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-11-17T23:00:24.729Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2021-11-17T23:00:26.661Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-11-17T23:00:26.661Z] docker_cli_run_test.go:3387: unmatched requirement DaemonIsLinux [2021-11-17T23:00:26.661Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-11-17T23:00:27.132Z] === RUN TestDockerSuite/TestRunModeHostname [2021-11-17T23:00:27.132Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-11-17T23:00:27.132Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-11-17T23:00:27.132Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-11-17T23:00:27.132Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-11-17T23:00:27.132Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-11-17T23:00:27.132Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-11-17T23:00:27.132Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-11-17T23:00:27.132Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-11-17T23:00:27.132Z] docker_cli_run_test.go:3421: unmatched requirement DaemonIsLinux [2021-11-17T23:00:27.132Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-11-17T23:00:27.132Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-11-17T23:00:27.132Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-11-17T23:00:27.132Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-11-17T23:00:27.132Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-11-17T23:00:27.132Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-11-17T23:00:27.132Z] === RUN TestDockerSuite/TestRunModePIDHost [2021-11-17T23:00:27.132Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-11-17T23:00:27.132Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-11-17T23:00:27.132Z] docker_cli_run_test.go:2452: unmatched requirement DaemonIsLinux [2021-11-17T23:00:27.132Z] === RUN TestDockerSuite/TestRunMount [2021-11-17T23:00:27.132Z] docker_cli_run_test.go:4225: unmatched requirement DaemonIsLinux [2021-11-17T23:00:27.132Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-11-17T23:00:27.132Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-11-17T23:00:27.132Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-11-17T23:00:27.132Z] docker_cli_run_test.go:4213: unmatched requirement DaemonIsLinux [2021-11-17T23:00:27.132Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-11-17T23:00:27.132Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-11-17T23:00:27.132Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-11-17T23:00:33.021Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-11-17T23:00:33.021Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-11-17T23:00:33.021Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-11-17T23:00:33.021Z] docker_cli_run_test.go:3210: unmatched requirement DaemonIsLinux [2021-11-17T23:00:33.021Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-11-17T23:00:33.021Z] docker_cli_run_test.go:3772: unmatched requirement DaemonIsLinux [2021-11-17T23:00:33.021Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-11-17T23:00:37.793Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-11-17T23:00:40.757Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-11-17T23:00:40.757Z] docker_cli_run_test.go:3765: unmatched requirement DaemonIsLinux [2021-11-17T23:00:40.757Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-11-17T23:00:40.757Z] docker_cli_run_test.go:2604: unmatched requirement DaemonIsLinux [2021-11-17T23:00:40.757Z] === RUN TestDockerSuite/TestRunNetHost [2021-11-17T23:00:40.757Z] docker_cli_run_test.go:2573: unmatched requirement DaemonIsLinux [2021-11-17T23:00:40.757Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-11-17T23:00:40.757Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-11-17T23:00:40.757Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-11-17T23:00:40.757Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2021-11-17T23:00:40.757Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-11-17T23:00:40.757Z] docker_cli_run_test.go:3065: unmatched requirement DaemonIsLinux [2021-11-17T23:00:40.757Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-11-17T23:00:40.757Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-11-17T23:00:40.757Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-11-17T23:00:40.757Z] docker_cli_run_test.go:3111: unmatched requirement DaemonIsLinux [2021-11-17T23:00:40.757Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-11-17T23:00:40.757Z] docker_cli_run_test.go:3435: unmatched requirement DaemonIsLinux [2021-11-17T23:00:40.757Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-11-17T23:00:41.228Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-11-17T23:00:42.219Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-11-17T23:00:42.814Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2021-11-17T23:00:44.445Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-11-17T23:00:46.019Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-11-17T23:00:47.592Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-11-17T23:00:49.166Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-11-17T23:00:49.166Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-11-17T23:00:49.166Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-11-17T23:00:49.166Z] docker_cli_run_test.go:2804: unmatched requirement DaemonIsLinux [2021-11-17T23:00:49.166Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-11-17T23:00:49.166Z] docker_cli_run_test.go:2494: unmatched requirement DaemonIsLinux [2021-11-17T23:00:49.166Z] === RUN TestDockerSuite/TestRunPortInUse [2021-11-17T23:00:49.166Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-11-17T23:00:49.166Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-11-17T23:00:49.166Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-11-17T23:00:49.166Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-11-17T23:00:49.166Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-11-17T23:00:49.166Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-11-17T23:00:49.166Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-11-17T23:00:49.166Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-11-17T23:00:49.166Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-11-17T23:00:49.166Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-11-17T23:00:52.133Z] === RUN TestDockerSuite/TestRunPublishPort [2021-11-17T23:00:52.133Z] docker_cli_run_test.go:2979: unmatched requirement DaemonIsLinux [2021-11-17T23:00:52.133Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-11-17T23:00:52.133Z] docker_cli_run_test.go:2882: unmatched requirement Apparmor [2021-11-17T23:00:52.133Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-11-17T23:00:52.133Z] docker_cli_run_test.go:2861: unmatched requirement DaemonIsLinux [2021-11-17T23:00:52.133Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-11-17T23:00:52.133Z] docker_cli_run_test.go:2846: unmatched requirement DaemonIsLinux [2021-11-17T23:00:52.133Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-11-17T23:00:52.133Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-11-17T23:00:52.133Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-11-17T23:00:59.320Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-11-17T23:00:59.320Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-11-17T23:00:59.320Z] === RUN TestDockerSuite/TestRunRm [2021-11-17T23:01:00.892Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-11-17T23:01:05.667Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-11-17T23:01:07.896Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-11-17T23:01:09.468Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-11-17T23:01:11.693Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-11-17T23:01:13.919Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-11-17T23:01:13.919Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-11-17T23:01:13.919Z] === RUN TestDockerSuite/TestRunState [2021-11-17T23:01:13.919Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-11-17T23:01:13.919Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-11-17T23:01:14.870Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2021-11-17T23:01:15.493Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-11-17T23:01:15.493Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-11-17T23:01:15.493Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-11-17T23:01:17.720Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-11-17T23:01:17.720Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-11-17T23:01:17.720Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-11-17T23:01:17.720Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-11-17T23:01:17.720Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-11-17T23:01:17.720Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-11-17T23:01:17.720Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-11-17T23:01:17.720Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-11-17T23:01:17.720Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-11-17T23:01:22.516Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-11-17T23:01:22.516Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-11-17T23:01:22.516Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-11-17T23:01:22.516Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-11-17T23:01:22.516Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-11-17T23:01:22.516Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-11-17T23:01:22.516Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-11-17T23:01:22.516Z] docker_cli_run_test.go:3981: unmatched requirement DaemonIsLinux [2021-11-17T23:01:22.516Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-11-17T23:01:22.516Z] docker_cli_run_test.go:2921: unmatched requirement Apparmor [2021-11-17T23:01:22.516Z] === RUN TestDockerSuite/TestRunUserByID [2021-11-17T23:01:22.516Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-11-17T23:01:22.516Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-11-17T23:01:22.516Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-11-17T23:01:22.516Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-11-17T23:01:22.516Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-11-17T23:01:22.516Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-11-17T23:01:22.516Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-11-17T23:01:22.516Z] === RUN TestDockerSuite/TestRunUserByName [2021-11-17T23:01:22.516Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-11-17T23:01:22.516Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-11-17T23:01:24.088Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-11-17T23:01:24.088Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-11-17T23:01:24.088Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-11-17T23:01:31.262Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-11-17T23:01:31.262Z] docker_cli_run_test.go:3870: unmatched requirement DaemonIsLinux [2021-11-17T23:01:31.262Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-11-17T23:01:31.262Z] docker_cli_run_test.go:3863: unmatched requirement DaemonIsLinux [2021-11-17T23:01:31.262Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-11-17T23:01:33.486Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-11-17T23:01:39.366Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-11-17T23:01:43.168Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-11-17T23:01:46.923Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2021-11-17T23:01:47.939Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-11-17T23:01:47.939Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-11-17T23:01:47.939Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-11-17T23:01:47.939Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-11-17T23:01:49.509Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-11-17T23:01:51.738Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-11-17T23:01:53.309Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-11-17T23:01:53.309Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-11-17T23:01:53.779Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-11-17T23:01:53.779Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-11-17T23:01:53.779Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-11-17T23:01:53.779Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-11-17T23:01:53.779Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-11-17T23:01:53.779Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2021-11-17T23:01:53.779Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-11-17T23:01:53.779Z] docker_cli_run_test.go:3748: unmatched requirement DaemonIsLinux [2021-11-17T23:01:53.779Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-11-17T23:01:53.779Z] docker_cli_run_test.go:2827: unmatched requirement DaemonIsLinux [2021-11-17T23:01:53.779Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-11-17T23:01:53.779Z] docker_cli_run_test.go:3222: unmatched requirement DaemonIsLinux [2021-11-17T23:01:53.779Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-11-17T23:01:57.585Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-11-17T23:01:58.575Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-11-17T23:02:00.153Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-11-17T23:02:01.791Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2021-11-17T23:02:03.956Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-11-17T23:02:03.956Z] docker_cli_run_test.go:3038: unmatched requirement Apparmor [2021-11-17T23:02:03.956Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-11-17T23:02:03.956Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-11-17T23:02:03.956Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-11-17T23:02:03.956Z] docker_cli_run_test.go:2837: unmatched requirement DaemonIsLinux [2021-11-17T23:02:03.956Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-11-17T23:02:03.956Z] docker_cli_run_test.go:3635: unmatched requirement DaemonIsLinux [2021-11-17T23:02:03.956Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-11-17T23:02:03.956Z] docker_cli_run_test.go:3646: unmatched requirement DaemonIsLinux [2021-11-17T23:02:03.956Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-11-17T23:02:03.956Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-11-17T23:02:03.956Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-11-17T23:02:03.956Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-11-17T23:02:03.956Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-11-17T23:02:03.956Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-11-17T23:02:03.956Z] === RUN TestDockerSuite/TestSaveImageId [2021-11-17T23:02:03.956Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-11-17T23:02:03.956Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-11-17T23:02:03.956Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-11-17T23:02:04.425Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-11-17T23:02:04.425Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-11-17T23:02:04.425Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-11-17T23:02:04.425Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-11-17T23:02:04.425Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-11-17T23:02:04.425Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-11-17T23:02:04.425Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-11-17T23:02:04.425Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-11-17T23:02:04.425Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-11-17T23:02:04.425Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-11-17T23:02:04.425Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-11-17T23:02:04.425Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-11-17T23:02:04.425Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-11-17T23:02:04.425Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-11-17T23:02:04.425Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-11-17T23:02:06.827Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-11-17T23:02:07.299Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-11-17T23:02:07.299Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-11-17T23:02:07.771Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-11-17T23:02:09.343Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-11-17T23:02:19.874Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2021-11-17T23:02:19.874Z] docker_cli_external_volume_driver_test.go:485: [dc4efc7cace56] daemon is not started [2021-11-17T23:02:21.856Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-11-17T23:02:21.856Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-11-17T23:02:21.856Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-11-17T23:02:26.622Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-11-17T23:02:26.622Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-11-17T23:02:26.622Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-11-17T23:02:34.735Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2021-11-17T23:02:34.735Z] docker_cli_external_volume_driver_test.go:53: [ddba09ea16909] daemon is not started [2021-11-17T23:02:35.303Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-11-17T23:02:35.303Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-11-17T23:02:35.303Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-11-17T23:02:35.303Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-11-17T23:02:35.303Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-11-17T23:02:35.303Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-11-17T23:02:35.303Z] === RUN TestDockerSuite/TestStartRecordError [2021-11-17T23:02:35.303Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-11-17T23:02:35.303Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-11-17T23:02:40.078Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-11-17T23:02:40.078Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-11-17T23:02:40.078Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-11-17T23:02:40.078Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-11-17T23:02:40.078Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-11-17T23:02:40.078Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-11-17T23:02:40.078Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-11-17T23:02:40.078Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-11-17T23:02:40.078Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-11-17T23:02:40.078Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-11-17T23:02:40.078Z] === RUN TestDockerSuite/TestStatsNoStream [2021-11-17T23:02:40.078Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-11-17T23:02:40.078Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-11-17T23:02:41.649Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-11-17T23:02:43.871Z] === RUN TestDockerSuite/TestTopPrivileged [2021-11-17T23:02:43.871Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-11-17T23:02:43.871Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-11-17T23:02:45.440Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-11-17T23:02:45.440Z] docker_cli_run_test.go:3446: unmatched requirement DaemonIsLinux [2021-11-17T23:02:45.440Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-11-17T23:02:45.440Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-11-17T23:02:45.440Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-11-17T23:02:45.440Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-11-17T23:02:45.440Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-11-17T23:02:45.440Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-11-17T23:02:45.440Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-11-17T23:02:45.440Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-11-17T23:02:45.440Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-11-17T23:02:45.440Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-11-17T23:02:45.440Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-11-17T23:02:49.599Z] --- PASS: TestDockerExternalVolumeSuite (436.90s) [2021-11-17T23:02:49.599Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.56s) [2021-11-17T23:02:49.599Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2021-11-17T23:02:49.599Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.18s) [2021-11-17T23:02:49.599Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.06s) [2021-11-17T23:02:49.599Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2021-11-17T23:02:49.599Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2021-11-17T23:02:49.599Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2021-11-17T23:02:49.599Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.18s) [2021-11-17T23:02:49.599Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.18s) [2021-11-17T23:02:49.599Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s) [2021-11-17T23:02:49.599Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.58s) [2021-11-17T23:02:49.599Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.17s) [2021-11-17T23:02:49.599Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.24s) [2021-11-17T23:02:49.599Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.86s) [2021-11-17T23:02:49.599Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.14s) [2021-11-17T23:02:49.599Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.60s) [2021-11-17T23:02:49.599Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.00s) [2021-11-17T23:02:49.599Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2021-11-17T23:02:49.599Z] PASS [2021-11-17T23:02:49.599Z] [2021-11-17T23:02:49.599Z] === Skipped [2021-11-17T23:02:49.599Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-11-17T23:02:49.599Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-11-17T23:02:49.599Z] check_test.go:309: [db2dbef500d50] daemon is not started [2021-11-17T23:02:49.599Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-11-17T23:02:49.599Z] [2021-11-17T23:02:49.599Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-11-17T23:02:49.599Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-11-17T23:02:49.599Z] check_test.go:309: [d89921b811da5] daemon is not started [2021-11-17T23:02:49.599Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-11-17T23:02:49.599Z] [2021-11-17T23:02:49.599Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-11-17T23:02:49.599Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-11-17T23:02:49.599Z] check_test.go:309: [dd48c984c9bb1] daemon is not started [2021-11-17T23:02:49.599Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-11-17T23:02:49.599Z] [2021-11-17T23:02:49.599Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2021-11-17T23:02:49.599Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-11-17T23:02:49.599Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2021-11-17T23:02:49.599Z] [2021-11-17T23:02:49.599Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-11-17T23:02:49.599Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-11-17T23:02:49.600Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-11-17T23:02:49.600Z] [2021-11-17T23:02:49.600Z] [2021-11-17T23:02:49.600Z] DONE 273 tests, 5 skipped in 2456.800s [2021-11-17T23:02:49.600Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-11-17T23:02:49.600Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d8f1c1bb580ce/docker.pid [2021-11-17T23:02:49.600Z] +++ kill 4829 [2021-11-17T23:02:49.600Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 4829 is not a child of this shell [2021-11-17T23:02:49.600Z] warning: PID 4829 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d8f1c1bb580ce/docker.pid had a nonzero exit code [2021-11-17T23:02:49.600Z] ++++ cat bundles/test-integration/docker.pid [2021-11-17T23:02:49.600Z] +++ kill 8106 [2021-11-17T23:02:49.600Z] +++ /etc/init.d/apparmor stop [2021-11-17T23:02:49.600Z] Leaving: AppArmorNo profiles have been unloaded. [2021-11-17T23:02:49.600Z] [2021-11-17T23:02:49.600Z] Unloading profiles will leave already running processes permanently [2021-11-17T23:02:49.600Z] unconfined, which can lead to unexpected situations. [2021-11-17T23:02:49.600Z] [2021-11-17T23:02:49.600Z] To set a process to complain mode, use the command line tool [2021-11-17T23:02:49.600Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-11-17T23:02:49.600Z] +++ true [2021-11-17T23:02:49.600Z] exiting test-integration [2021-11-17T23:02:49.600Z] ++ exit 0 [2021-11-17T23:02:49.600Z] [2021-11-17T23:02:49.600Z] + exit 0 [2021-11-17T23:02:49.600Z] ++ jobs -p [2021-11-17T23:02:49.600Z] + pids= [2021-11-17T23:02:49.600Z] + echo 'Remaining pids to kill: []' [2021-11-17T23:02:49.600Z] Remaining pids to kill: [] [2021-11-17T23:02:49.600Z] + '[' -z '' ']' Post stage [Pipeline] junit [2021-11-17T23:02:49.612Z] Recording test results [2021-11-17T23:02:50.235Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-11-17T23:02:50.551Z] + echo Ensuring container killed. [2021-11-17T23:02:50.551Z] Ensuring container killed. [2021-11-17T23:02:50.551Z] + docker ps -aq -f name=docker-pr2-* [2021-11-17T23:02:50.551Z] + cids=8d68c74454cc [2021-11-17T23:02:50.551Z] c5c70d11df39 [2021-11-17T23:02:50.551Z] 1e4a749687ed [2021-11-17T23:02:50.551Z] + [ -n 8d68c74454cc [2021-11-17T23:02:50.551Z] c5c70d11df39 [2021-11-17T23:02:50.551Z] 1e4a749687ed ] [2021-11-17T23:02:50.551Z] + docker rm -vf 8d68c74454cc c5c70d11df39 1e4a749687ed [2021-11-17T23:02:54.735Z] 8d68c74454cc [2021-11-17T23:02:54.735Z] c5c70d11df39 [2021-11-17T23:02:54.735Z] 1e4a749687ed [Pipeline] sh [2021-11-17T23:02:55.016Z] + echo Chowning /workspace to jenkins user [2021-11-17T23:02:55.016Z] Chowning /workspace to jenkins user [2021-11-17T23:02:55.016Z] + id -u [2021-11-17T23:02:55.016Z] + id -g [2021-11-17T23:02:55.016Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43024:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-11-17T23:02:58.595Z] + bundleName=amd64 [2021-11-17T23:02:58.595Z] + echo Creating amd64-bundles.tar.gz [2021-11-17T23:02:58.595Z] Creating amd64-bundles.tar.gz [2021-11-17T23:02:58.595Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-11-17T23:02:58.595Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2021-11-17T23:02:59.979Z] Archiving artifacts [2021-11-17T23:03:00.616Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43024/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-11-17T23:03:00.923Z] + make clean [2021-11-17T23:03:00.923Z] docker volume rm -f docker-dev-cache [2021-11-17T23:03:00.923Z] docker-dev-cache [Pipeline] deleteDir [2021-11-17T23:03:03.292Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-11-17T23:03:03.293Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-11-17T23:03:03.293Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-11-17T23:03:03.293Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-11-17T23:03:03.293Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-11-17T23:03:03.293Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-11-17T23:03:03.293Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-11-17T23:03:03.293Z] === RUN TestDockerSuite/TestVolumeCLILs [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-11-17T23:03:09.173Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-11-17T23:03:09.173Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-11-17T23:03:11.394Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-11-17T23:03:11.394Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-11-17T23:03:11.864Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-11-17T23:03:11.864Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-11-17T23:03:12.333Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-11-17T23:03:30.179Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-11-17T23:03:30.179Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-11-17T23:03:30.179Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-11-17T23:03:30.179Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-11-17T23:03:30.179Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-11-17T23:03:30.179Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-11-17T23:03:30.179Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-11-17T23:03:34.954Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-11-17T23:03:34.954Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-11-17T23:03:34.954Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-11-17T23:03:43.643Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-11-17T23:03:43.643Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-11-17T23:03:43.643Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite (2271.78s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.91s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.22s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.49s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (98.64s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.80s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.45s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.87s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (6.75s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.04s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (4.87s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (88.76s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.31s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (4.69s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.40s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.68s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.16s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.67s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.81s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.23s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.30s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (9.53s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.39s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.85s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.06s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.33s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (3.95s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.42s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildAddTar (50.17s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.27s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (14.18s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.55s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.45s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (5.80s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.76s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.06s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (7.65s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (7.02s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.27s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.02s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (4.98s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.49s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (37.79s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (3.81s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.55s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.30s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.10s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (3.71s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.06s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.22s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.79s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildCmd (0.48s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.46s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.47s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.50s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.83s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.01s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.41s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.70s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.76s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.42s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.68s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.57s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.29s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (26.87s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.95s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.79s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.23s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.27s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.26s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.44s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (32.91s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.59s) [2021-11-17T23:03:43.643Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (28.50s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.32s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.58s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.00s) [2021-11-17T23:03:43.643Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.33s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.41s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildDockerignore (72.93s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (4.64s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.29s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (87.00s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.33s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.58s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (25.09s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (8.51s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (13.15s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (36.70s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (17.85s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (8.27s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (94.06s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.33s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.26s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.48s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.99s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.45s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.57s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.48s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.78s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.04s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.25s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.92s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.80s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.06s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (12.93s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.51s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildFails (2.09s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (4.56s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (4.73s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildForceRm (10.41s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildFromGit (9.72s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.27s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.49s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.66s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.48s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (7.04s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildHistory (8.83s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.81s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.73s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.68s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.08s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (8.30s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildLabel (0.81s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.54s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.80s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.49s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildLabels (0.80s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.31s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (4.65s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.09s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.47s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.62s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.09s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (12.42s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.64s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (25.16s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (21.39s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (9.10s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (4.94s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (4.51s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (13.71s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (6.05s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.53s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.31s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (8.34s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.00s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.22s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.14s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.93s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.90s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.07s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildOnBuild (12.04s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.25s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (7.19s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.01s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.06s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.19s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (3.97s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.99s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.88s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (33.46s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (19.98s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildRm (11.56s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (2.78s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.28s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.12s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (2.91s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (7.74s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildShellInherited (3.61s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (17.43s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.68s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.60s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.56s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.27s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (3.99s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildStderr (3.72s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (16.50s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.26s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.57s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.00s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildTagEvent (3.78s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.36s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.49s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.47s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.39s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (17.67s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.73s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (7.10s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (4.47s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.28s) [2021-11-17T23:03:43.644Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-11-17T23:03:43.644Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.18s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.27s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (9.21s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestBuildWithTabs (3.68s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.33s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (20.81s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.28s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.27s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.00s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (6.54s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.58s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.27s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.87s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (3.74s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestCommitChange (4.09s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (3.62s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestCommitNewFile (5.53s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestCommitTTY (10.55s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (3.66s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainerAPICommit (10.34s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (5.78s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (1.86s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainerAPICreate (1.90s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.04s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.20s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.79s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.76s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.90s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (1.91s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (1.94s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.66s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.22s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.19s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainerAPIRename (1.96s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.09s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.31s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.54s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.06s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.85s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainerAPIWait (3.94s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.70s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.61s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (26.01s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.28s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (7.31s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.27s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.27s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00098a9d8_} (2.28s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1190654482_c:\foo_false____} (2.28s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1190654482_c:\foo_true____} (7.29s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.13s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.02s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.02s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.01s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestCpGarbagePath (1.99s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.11s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestCpRelativePath (1.98s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestCpToCaseA (3.76s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestCpToCaseB (6.86s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-11-17T23:03:44.116Z] --- PASS: TestDockerSuite/TestCpToCaseE (12.42s) [2021-11-17T23:03:44.116Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestCpToCaseH (7.58s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestCpToDot (2.00s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestCpToStdout (2.12s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.15s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestCreateArgs (0.14s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.11s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (1.93s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.15s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.13s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.68s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.56s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestCreateLabels (0.14s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestCreateRM (0.26s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.14s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.27s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (6.39s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.16s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.37s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.13s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.14s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.07s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.09s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.00s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (1.98s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.04s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (11.43s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestEventsCopy (4.13s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.34s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (1.86s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.71s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.15s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.97s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.87s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestEventsFilters (4.05s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestEventsFormat (3.80s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.16s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestEventsRename (2.04s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestEventsResize (2.29s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (1.87s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.20s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.32s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestEventsUntag (2.72s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.20s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.63s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.60s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.95s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.97s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.86s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.66s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.53s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.94s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestExecInspectID (4.25s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.02s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (1.92s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.40s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.69s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.66s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.68s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.72s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.09s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.13s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.06s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (3.69s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.31s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.54s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.86s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.49s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.24s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.79s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (6.94s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestImagesFormat (0.18s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.54s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestImportBadURL (2.42s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.94s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.86s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.07s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.88s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.17s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.83s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestInspectDefault (1.85s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestInspectHistory (3.62s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestInspectInt64 (6.68s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.97s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.14s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (1.86s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.83s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.82s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestInspectStatus (2.26s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.57s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestInspectTemplateError (1.95s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.85s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.81s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (1.85s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (1.85s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.85s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.64s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.59s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.22s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.05s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.86s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (4.95s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.05s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.12s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.30s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.16s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (6.82s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (6.78s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestLogsSince (8.60s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestLogsTail (2.37s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.14s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestLogsWithDetails (1.91s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-11-17T23:03:44.117Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-11-17T23:03:44.117Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (8.52s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (3.78s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestPsByOrder (6.95s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestPsListContainersBase (7.63s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (11.61s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.25s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (10.98s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.11s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (6.13s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (3.72s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (3.87s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestPsShowMounts (5.82s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.66s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.29s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.95s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.47s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.42s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.01s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (15.92s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (4.84s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.19s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.14s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.58s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (3.58s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.55s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (3.55s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.24s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (11.56s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.37s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.58s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (5.36s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.15s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (6.22s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.64s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRmiTag (0.62s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (6.78s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (14.19s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.10s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (3.92s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.95s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.63s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (3.75s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.27s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.24s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (1.94s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (1.84s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.53s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (1.87s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.57s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.68s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.93s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (1.97s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (1.87s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunCreateVolume (1.86s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.27s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.41s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (1.97s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.08s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (1.93s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunEchoStdout (1.85s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunEntrypoint (1.87s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunExitCode (1.85s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (1.83s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (1.85s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (1.91s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.31s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.06s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.83s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.47s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (5.90s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.08s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.35s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.27s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.25s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.83s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.86s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.25s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.73s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.31s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (6.87s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunRm (2.02s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.07s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.02s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (1.94s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.83s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.23s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (1.90s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.71s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.16s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-11-17T23:03:44.118Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.27s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-11-17T23:03:44.118Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestRunUserDefaults (1.93s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (6.65s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.52s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (5.64s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (3.72s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (4.76s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.09s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.27s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (1.91s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (1.93s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.35s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.46s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.82s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (3.69s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.36s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.43s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.41s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.24s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.66s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (10.79s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (6.48s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestStartAttachSilent (8.21s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (4.73s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (1.83s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (1.95s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.82s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.26s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.13s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.19s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.30s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.26s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.13s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestVolumeCLILs (6.89s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.51s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.36s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.37s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.17s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (16.02s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.53s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.19s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (5.63s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.26s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.26s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (7.40s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-11-17T23:03:44.119Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.27s) [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-11-17T23:03:44.119Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] --- PASS: TestDockerRegistrySuite (0.14s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.13s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-11-17T23:03:44.119Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-11-17T23:03:44.119Z] === RUN TestDockerSchema1RegistrySuite [2021-11-17T23:03:44.119Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-11-17T23:03:44.119Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-11-17T23:03:44.119Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-11-17T23:03:44.119Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.119Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-11-17T23:03:44.120Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-11-17T23:03:44.120Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-11-17T23:03:44.120Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-11-17T23:03:44.120Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-11-17T23:03:44.120Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-11-17T23:03:44.120Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-11-17T23:03:44.120Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-11-17T23:03:44.120Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-11-17T23:03:44.120Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-11-17T23:03:44.120Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-11-17T23:03:44.120Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-11-17T23:03:44.120Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-11-17T23:03:44.120Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-11-17T23:03:44.120Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-11-17T23:03:44.120Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-11-17T23:03:44.120Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-11-17T23:03:44.120Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-11-17T23:03:44.120Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-11-17T23:03:44.120Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-11-17T23:03:44.120Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-11-17T23:03:44.120Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-11-17T23:03:44.120Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-11-17T23:03:44.120Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-11-17T23:03:44.120Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-11-17T23:03:44.120Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.04s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-11-17T23:03:44.120Z] === RUN TestDockerRegistryAuthTokenSuite [2021-11-17T23:03:44.120Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-11-17T23:03:44.120Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-11-17T23:03:44.120Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-11-17T23:03:44.120Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-11-17T23:03:44.120Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-11-17T23:03:44.120Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-11-17T23:03:44.120Z] === RUN TestDockerDaemonSuite [2021-11-17T23:03:44.120Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-11-17T23:03:44.120Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-11-17T23:03:44.120Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-11-17T23:03:44.120Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-11-17T23:03:44.120Z] === RUN TestDockerSwarmSuite [2021-11-17T23:03:44.120Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-11-17T23:03:44.120Z] === RUN TestDockerPluginSuite [2021-11-17T23:03:44.120Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-11-17T23:03:44.120Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-11-17T23:03:44.120Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-11-17T23:03:44.120Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-11-17T23:03:44.120Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-11-17T23:03:44.120Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-11-17T23:03:44.120Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-11-17T23:03:44.120Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-11-17T23:03:44.120Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-11-17T23:03:44.120Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-11-17T23:03:44.120Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-11-17T23:03:44.120Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-11-17T23:03:44.120Z] === RUN TestDockerExternalVolumeSuite [2021-11-17T23:03:44.120Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-11-17T23:03:44.120Z] === RUN TestDockerNetworkSuite [2021-11-17T23:03:44.120Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-11-17T23:03:44.120Z] === RUN TestDockerHubPullSuite [2021-11-17T23:03:44.120Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-11-17T23:03:44.120Z] PASS [2021-11-17T23:03:44.120Z] ok github.com/docker/docker/integration-cli 2272.171s [2021-11-17T23:03:44.120Z] [2021-11-17T23:03:44.120Z] === Skipped [2021-11-17T23:03:44.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-11-17T23:03:44.120Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-11-17T23:03:44.120Z] [2021-11-17T23:03:44.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-11-17T23:03:44.120Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-11-17T23:03:44.120Z] [2021-11-17T23:03:44.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-11-17T23:03:44.120Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-11-17T23:03:44.120Z] [2021-11-17T23:03:44.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-11-17T23:03:44.120Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-11-17T23:03:44.120Z] [2021-11-17T23:03:44.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-11-17T23:03:44.120Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-11-17T23:03:44.120Z] [2021-11-17T23:03:44.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-11-17T23:03:44.120Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-11-17T23:03:44.120Z] [2021-11-17T23:03:44.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-11-17T23:03:44.120Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-11-17T23:03:44.120Z] [2021-11-17T23:03:44.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-11-17T23:03:44.120Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-11-17T23:03:44.120Z] [2021-11-17T23:03:44.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-11-17T23:03:44.120Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-11-17T23:03:44.120Z] [2021-11-17T23:03:44.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-11-17T23:03:44.120Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-11-17T23:03:44.120Z] [2021-11-17T23:03:44.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-11-17T23:03:44.120Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-11-17T23:03:44.120Z] [2021-11-17T23:03:44.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2021-11-17T23:03:44.120Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2021-11-17T23:03:44.120Z] [2021-11-17T23:03:44.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2021-11-17T23:03:44.120Z] docker_cli_run_test.go:3177: unmatched requirement Apparmor [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2021-11-17T23:03:44.120Z] [2021-11-17T23:03:44.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-11-17T23:03:44.120Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-11-17T23:03:44.120Z] [2021-11-17T23:03:44.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-11-17T23:03:44.120Z] docker_cli_run_test.go:3167: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-11-17T23:03:44.120Z] [2021-11-17T23:03:44.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-11-17T23:03:44.120Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-11-17T23:03:44.120Z] [2021-11-17T23:03:44.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-11-17T23:03:44.120Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-11-17T23:03:44.120Z] [2021-11-17T23:03:44.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-11-17T23:03:44.120Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-11-17T23:03:44.120Z] [2021-11-17T23:03:44.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.31s) [2021-11-17T23:03:44.120Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.31s) [2021-11-17T23:03:44.120Z] [2021-11-17T23:03:44.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-11-17T23:03:44.120Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-11-17T23:03:44.120Z] [2021-11-17T23:03:44.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-11-17T23:03:44.120Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-11-17T23:03:44.120Z] [2021-11-17T23:03:44.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-11-17T23:03:44.120Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-11-17T23:03:44.120Z] [2021-11-17T23:03:44.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-11-17T23:03:44.120Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-11-17T23:03:44.120Z] [2021-11-17T23:03:44.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-11-17T23:03:44.120Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.120Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-11-17T23:03:44.120Z] [2021-11-17T23:03:44.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.27s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.27s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.55s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.55s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.76s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.76s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.27s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.27s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.55s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.55s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.30s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.30s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-11-17T23:03:44.121Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.27s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.27s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.26s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.26s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.29s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.29s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.26s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.26s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.25s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.25s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.07s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.28s) [2021-11-17T23:03:44.121Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.28s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.26s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.26s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2021-11-17T23:03:44.121Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.121Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-11-17T23:03:44.121Z] [2021-11-17T23:03:44.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-11-17T23:03:44.122Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.122Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-11-17T23:03:44.122Z] [2021-11-17T23:03:44.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-11-17T23:03:44.122Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.122Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-11-17T23:03:44.122Z] [2021-11-17T23:03:44.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2021-11-17T23:03:44.122Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.122Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2021-11-17T23:03:44.122Z] [2021-11-17T23:03:44.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2021-11-17T23:03:44.122Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.122Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2021-11-17T23:03:44.122Z] [2021-11-17T23:03:44.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.28s) [2021-11-17T23:03:44.122Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.122Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.28s) [2021-11-17T23:03:44.122Z] [2021-11-17T23:03:44.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-11-17T23:03:44.122Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.122Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-11-17T23:03:44.122Z] [2021-11-17T23:03:44.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.27s) [2021-11-17T23:03:44.122Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.122Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.27s) [2021-11-17T23:03:44.122Z] [2021-11-17T23:03:44.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.28s) [2021-11-17T23:03:44.122Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.122Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.28s) [2021-11-17T23:03:44.122Z] [2021-11-17T23:03:44.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.27s) [2021-11-17T23:03:44.122Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.122Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.27s) [2021-11-17T23:03:44.122Z] [2021-11-17T23:03:44.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-11-17T23:03:44.122Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.122Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-11-17T23:03:44.122Z] [2021-11-17T23:03:44.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.27s) [2021-11-17T23:03:44.122Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.122Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.27s) [2021-11-17T23:03:44.122Z] [2021-11-17T23:03:44.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-11-17T23:03:44.122Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.122Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-11-17T23:03:44.122Z] [2021-11-17T23:03:44.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-11-17T23:03:44.122Z] docker_cli_sni_test.go:18: Flakey test [2021-11-17T23:03:44.122Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-11-17T23:03:44.122Z] [2021-11-17T23:03:44.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2021-11-17T23:03:44.122Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.122Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-11-17T23:03:44.122Z] [2021-11-17T23:03:44.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-11-17T23:03:44.122Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.122Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-11-17T23:03:44.122Z] [2021-11-17T23:03:44.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-11-17T23:03:44.122Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.122Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-11-17T23:03:44.122Z] [2021-11-17T23:03:44.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-11-17T23:03:44.122Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.122Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-11-17T23:03:44.122Z] [2021-11-17T23:03:44.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-11-17T23:03:44.122Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.122Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-11-17T23:03:44.122Z] [2021-11-17T23:03:44.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-11-17T23:03:44.122Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.122Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-11-17T23:03:44.122Z] [2021-11-17T23:03:44.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-11-17T23:03:44.122Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.122Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-11-17T23:03:44.122Z] [2021-11-17T23:03:44.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-11-17T23:03:44.122Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.122Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-11-17T23:03:44.122Z] [2021-11-17T23:03:44.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-11-17T23:03:44.122Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.122Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-11-17T23:03:44.122Z] [2021-11-17T23:03:44.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-11-17T23:03:44.122Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.122Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-11-17T23:03:44.122Z] [2021-11-17T23:03:44.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-11-17T23:03:44.122Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.122Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-11-17T23:03:44.122Z] [2021-11-17T23:03:44.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-11-17T23:03:44.122Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.122Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-11-17T23:03:44.122Z] [2021-11-17T23:03:44.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-11-17T23:03:44.122Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.122Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-11-17T23:03:44.122Z] [2021-11-17T23:03:44.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-11-17T23:03:44.122Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.122Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-11-17T23:03:44.122Z] [2021-11-17T23:03:44.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-11-17T23:03:44.122Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.122Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-11-17T23:03:44.122Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-11-17T23:03:44.594Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-11-17T23:03:44.594Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-11-17T23:03:44.594Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2021-11-17T23:03:44.594Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-11-17T23:03:44.594Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-11-17T23:03:44.594Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-11-17T23:03:44.594Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2021-11-17T23:03:44.594Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-11-17T23:03:44.594Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-11-17T23:03:44.594Z] docker_cli_run_test.go:3526: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-11-17T23:03:44.594Z] docker_cli_run_test.go:3558: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-11-17T23:03:44.594Z] docker_cli_run_test.go:3589: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-11-17T23:03:44.594Z] docker_cli_run_test.go:3572: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2021-11-17T23:03:44.594Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2021-11-17T23:03:44.594Z] docker_cli_run_test.go:3462: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-11-17T23:03:44.594Z] docker_cli_run_test.go:3454: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-11-17T23:03:44.594Z] docker_cli_run_test.go:3481: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-11-17T23:03:44.594Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-11-17T23:03:44.594Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-11-17T23:03:44.594Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-11-17T23:03:44.594Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2021-11-17T23:03:44.594Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-11-17T23:03:44.594Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-11-17T23:03:44.594Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2021-11-17T23:03:44.594Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-11-17T23:03:44.594Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-11-17T23:03:44.594Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-11-17T23:03:44.594Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-11-17T23:03:44.594Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-11-17T23:03:44.594Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-11-17T23:03:44.594Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-11-17T23:03:44.594Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2021-11-17T23:03:44.594Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2021-11-17T23:03:44.594Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2021-11-17T23:03:44.594Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-11-17T23:03:44.594Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2021-11-17T23:03:44.594Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-11-17T23:03:44.594Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2021-11-17T23:03:44.594Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-11-17T23:03:44.594Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-11-17T23:03:44.594Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2021-11-17T23:03:44.594Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-11-17T23:03:44.594Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-11-17T23:03:44.594Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-11-17T23:03:44.594Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-11-17T23:03:44.594Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-11-17T23:03:44.594Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2021-11-17T23:03:44.594Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-11-17T23:03:44.594Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-11-17T23:03:44.594Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-11-17T23:03:44.594Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2021-11-17T23:03:44.594Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-11-17T23:03:44.594Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-11-17T23:03:44.594Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-11-17T23:03:44.594Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-11-17T23:03:44.594Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.594Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-11-17T23:03:44.594Z] [2021-11-17T23:03:44.594Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-11-17T23:03:44.595Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-11-17T23:03:44.595Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-11-17T23:03:44.595Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2021-11-17T23:03:44.595Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-11-17T23:03:44.595Z] docker_cli_run_test.go:2991: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2021-11-17T23:03:44.595Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-11-17T23:03:44.595Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-11-17T23:03:44.595Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-11-17T23:03:44.595Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-11-17T23:03:44.595Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-11-17T23:03:44.595Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2021-11-17T23:03:44.595Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-11-17T23:03:44.595Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-11-17T23:03:44.595Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-11-17T23:03:44.595Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-11-17T23:03:44.595Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-11-17T23:03:44.595Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-11-17T23:03:44.595Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-11-17T23:03:44.595Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-11-17T23:03:44.595Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2021-11-17T23:03:44.595Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-11-17T23:03:44.595Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-11-17T23:03:44.595Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-11-17T23:03:44.595Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2021-11-17T23:03:44.595Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-11-17T23:03:44.595Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-11-17T23:03:44.595Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2021-11-17T23:03:44.595Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-11-17T23:03:44.595Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-11-17T23:03:44.595Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-11-17T23:03:44.595Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-11-17T23:03:44.595Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-11-17T23:03:44.595Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-11-17T23:03:44.595Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-11-17T23:03:44.595Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2021-11-17T23:03:44.595Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-11-17T23:03:44.595Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-11-17T23:03:44.595Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-11-17T23:03:44.595Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-11-17T23:03:44.595Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-11-17T23:03:44.595Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-11-17T23:03:44.595Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-11-17T23:03:44.595Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2021-11-17T23:03:44.595Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-11-17T23:03:44.595Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2021-11-17T23:03:44.595Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-11-17T23:03:44.595Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-11-17T23:03:44.595Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-11-17T23:03:44.595Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-11-17T23:03:44.595Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2021-11-17T23:03:44.595Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-11-17T23:03:44.595Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-11-17T23:03:44.595Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-11-17T23:03:44.595Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.595Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-11-17T23:03:44.595Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2021-11-17T23:03:44.596Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2021-11-17T23:03:44.596Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2021-11-17T23:03:44.596Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2021-11-17T23:03:44.596Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2021-11-17T23:03:44.596Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2021-11-17T23:03:44.596Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-11-17T23:03:44.596Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_run_test.go:2905: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_run_test.go:2914: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_run_test.go:3508: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2021-11-17T23:03:44.596Z] docker_cli_run_test.go:2694: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2021-11-17T23:03:44.596Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2021-11-17T23:03:44.596Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-11-17T23:03:44.596Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-11-17T23:03:44.596Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-11-17T23:03:44.596Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-11-17T23:03:44.596Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-11-17T23:03:44.596Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-11-17T23:03:44.596Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2021-11-17T23:03:44.596Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-11-17T23:03:44.596Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-11-17T23:03:44.596Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-11-17T23:03:44.596Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-11-17T23:03:44.596Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2021-11-17T23:03:44.596Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-11-17T23:03:44.596Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.596Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-11-17T23:03:44.596Z] [2021-11-17T23:03:44.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2021-11-17T23:03:44.597Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:3140: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-11-17T23:03:44.597Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2021-11-17T23:03:44.597Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-11-17T23:03:44.597Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:4423: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:3940: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:2624: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:3004: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:3190: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:3332: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:3356: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:3323: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:3308: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:3233: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:2681: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:2754: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:2744: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:3198: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:3905: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:4080: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:4163: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.597Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2021-11-17T23:03:44.597Z] [2021-11-17T23:03:44.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-11-17T23:03:44.597Z] docker_cli_run_test.go:4402: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:4415: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:4147: unmatched requirement IsolationIsHyperv [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:3721: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:3268: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:3377: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:3387: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:3421: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:2452: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:4225: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:4213: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:3210: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:3772: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:3765: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:2604: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:2573: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:3065: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:3111: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:3435: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:2804: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:2494: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:2979: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:2882: unmatched requirement Apparmor [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:2861: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:2846: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-11-17T23:03:44.598Z] [2021-11-17T23:03:44.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2021-11-17T23:03:44.598Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.598Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2021-11-17T23:03:44.599Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_run_test.go:3981: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_run_test.go:2921: unmatched requirement Apparmor [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_run_test.go:3870: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2021-11-17T23:03:44.599Z] docker_cli_run_test.go:3863: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_run_test.go:3748: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_run_test.go:2827: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2021-11-17T23:03:44.599Z] docker_cli_run_test.go:3222: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_run_test.go:3038: unmatched requirement Apparmor [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2021-11-17T23:03:44.599Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_run_test.go:2837: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_run_test.go:3635: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_run_test.go:3646: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2021-11-17T23:03:44.599Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2021-11-17T23:03:44.599Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-11-17T23:03:44.599Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-11-17T23:03:44.599Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2021-11-17T23:03:44.599Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_run_test.go:3446: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-11-17T23:03:44.599Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-11-17T23:03:44.599Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2021-11-17T23:03:44.599Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.599Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2021-11-17T23:03:44.599Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-11-17T23:03:44.600Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2021-11-17T23:03:44.600Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-11-17T23:03:44.600Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-11-17T23:03:44.600Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.13s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.13s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-11-17T23:03:44.600Z] [2021-11-17T23:03:44.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-17T23:03:44.600Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.601Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-17T23:03:44.601Z] [2021-11-17T23:03:44.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-17T23:03:44.601Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.601Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-17T23:03:44.601Z] [2021-11-17T23:03:44.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-11-17T23:03:44.601Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.601Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-11-17T23:03:44.601Z] [2021-11-17T23:03:44.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-11-17T23:03:44.601Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.601Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-11-17T23:03:44.601Z] [2021-11-17T23:03:44.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-11-17T23:03:44.601Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.601Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-11-17T23:03:44.601Z] [2021-11-17T23:03:44.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-11-17T23:03:44.601Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.601Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-11-17T23:03:44.601Z] [2021-11-17T23:03:44.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-11-17T23:03:44.601Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.601Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-11-17T23:03:44.601Z] [2021-11-17T23:03:44.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-11-17T23:03:44.601Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.601Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-11-17T23:03:44.601Z] [2021-11-17T23:03:44.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-11-17T23:03:44.601Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.601Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-11-17T23:03:44.601Z] [2021-11-17T23:03:44.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-11-17T23:03:44.601Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.601Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-11-17T23:03:44.601Z] [2021-11-17T23:03:44.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-11-17T23:03:44.601Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.601Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-11-17T23:03:44.601Z] [2021-11-17T23:03:44.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-11-17T23:03:44.601Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.601Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-11-17T23:03:44.601Z] [2021-11-17T23:03:44.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-11-17T23:03:44.601Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.601Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-11-17T23:03:44.601Z] [2021-11-17T23:03:44.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-11-17T23:03:44.601Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.601Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-11-17T23:03:44.601Z] [2021-11-17T23:03:44.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-11-17T23:03:44.601Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.601Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-11-17T23:03:44.601Z] [2021-11-17T23:03:44.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-11-17T23:03:44.601Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.601Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-11-17T23:03:44.601Z] [2021-11-17T23:03:44.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-11-17T23:03:44.601Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.601Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-11-17T23:03:44.601Z] [2021-11-17T23:03:44.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-11-17T23:03:44.601Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.601Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-11-17T23:03:44.601Z] [2021-11-17T23:03:44.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-11-17T23:03:44.601Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.601Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-11-17T23:03:44.601Z] [2021-11-17T23:03:44.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-11-17T23:03:44.601Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.601Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-11-17T23:03:44.601Z] [2021-11-17T23:03:44.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-11-17T23:03:44.601Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.601Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-11-17T23:03:44.601Z] [2021-11-17T23:03:44.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-11-17T23:03:44.601Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.601Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-11-17T23:03:44.601Z] [2021-11-17T23:03:44.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-11-17T23:03:44.601Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.601Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-11-17T23:03:44.601Z] [2021-11-17T23:03:44.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-11-17T23:03:44.601Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.601Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-11-17T23:03:44.601Z] [2021-11-17T23:03:44.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-11-17T23:03:44.601Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.601Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-11-17T23:03:44.601Z] [2021-11-17T23:03:44.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-11-17T23:03:44.601Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.601Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-11-17T23:03:44.601Z] [2021-11-17T23:03:44.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-11-17T23:03:44.601Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.601Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-11-17T23:03:44.601Z] [2021-11-17T23:03:44.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-11-17T23:03:44.601Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-11-17T23:03:44.601Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-11-17T23:03:44.601Z] [2021-11-17T23:03:45.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-11-17T23:03:45.072Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-11-17T23:03:45.072Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-11-17T23:03:45.072Z] [2021-11-17T23:03:45.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-11-17T23:03:45.072Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-11-17T23:03:45.072Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-11-17T23:03:45.072Z] [2021-11-17T23:03:45.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-11-17T23:03:45.072Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-11-17T23:03:45.072Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-11-17T23:03:45.072Z] [2021-11-17T23:03:45.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-11-17T23:03:45.072Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-11-17T23:03:45.072Z] [2021-11-17T23:03:45.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-11-17T23:03:45.072Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-11-17T23:03:45.072Z] [2021-11-17T23:03:45.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-11-17T23:03:45.072Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-11-17T23:03:45.072Z] [2021-11-17T23:03:45.072Z] [2021-11-17T23:03:45.072Z] DONE 1093 tests, 547 skipped in 2280.160s [2021-11-17T23:03:45.072Z] INFO: Integration tests ended at 11/17/2021 23:03:44. Duration:00:38:00.2816483 [2021-11-17T23:03:45.072Z] INFO: Docker info of the daemon under test at end of run [2021-11-17T23:03:45.072Z] [2021-11-17T23:03:45.072Z] Containers: 2 [2021-11-17T23:03:45.072Z] Running: 0 [2021-11-17T23:03:45.072Z] Paused: 0 [2021-11-17T23:03:45.072Z] Stopped: 2 [2021-11-17T23:03:45.072Z] Images: 18 [2021-11-17T23:03:45.072Z] Server Version: 0.0.0-dev [2021-11-17T23:03:45.072Z] Storage Driver: windowsfilter [2021-11-17T23:03:45.072Z] Windows: [2021-11-17T23:03:45.072Z] Logging Driver: json-file [2021-11-17T23:03:45.072Z] Plugins: [2021-11-17T23:03:45.072Z] Volume: local [2021-11-17T23:03:45.072Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-11-17T23:03:45.072Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-11-17T23:03:45.072Z] Swarm: inactive [2021-11-17T23:03:45.072Z] Default Isolation: process [2021-11-17T23:03:45.072Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-11-17T23:03:45.072Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2021-11-17T23:03:45.072Z] OSType: windows [2021-11-17T23:03:45.072Z] Architecture: x86_64 [2021-11-17T23:03:45.072Z] CPUs: 4 [2021-11-17T23:03:45.072Z] Total Memory: 32GiB [2021-11-17T23:03:45.072Z] Name: azwin-2-108ca0 [2021-11-17T23:03:45.072Z] ID: 2V36:KFAY:YVZB:OULZ:FFHK:OK3F:GFUI:KJZW:ECE7:5OUE:X2CM:V2MV [2021-11-17T23:03:45.072Z] Docker Root Dir: D:\CI\PR-43024\2\daemon [2021-11-17T23:03:45.072Z] Debug Mode (client): false [2021-11-17T23:03:45.072Z] Debug Mode (server): true [2021-11-17T23:03:45.072Z] File Descriptors: -1 [2021-11-17T23:03:45.072Z] Goroutines: 17 [2021-11-17T23:03:45.072Z] System Time: 2021-11-17T23:03:44.5988098Z [2021-11-17T23:03:45.072Z] EventsListeners: 0 [2021-11-17T23:03:45.072Z] Registry: https://index.docker.io/v1/ [2021-11-17T23:03:45.072Z] Labels: [2021-11-17T23:03:45.072Z] Experimental: false [2021-11-17T23:03:45.072Z] Insecure Registries: [2021-11-17T23:03:45.072Z] 127.0.0.0/8 [2021-11-17T23:03:45.072Z] Live Restore Enabled: false [2021-11-17T23:03:45.072Z] [2021-11-17T23:03:45.072Z] [2021-11-17T23:03:45.072Z] INFO: Stopping daemon under test [2021-11-17T23:03:45.072Z] SUCCESS: The process with PID 3904 (child process of PID 7064) has been terminated. [2021-11-17T23:03:45.072Z] SUCCESS: The process with PID 7064 (child process of PID 2044) has been terminated. [2021-11-17T23:03:45.072Z] INFO: Stop tailing logs of the daemon under tests [2021-11-17T23:03:45.072Z] INFO: executeCI.ps1 Completed successfully at 11/17/2021 23:03:44. [2021-11-17T23:03:45.072Z] INFO: Tidying up at end of run [2021-11-17T23:03:45.072Z] INFO: Saving daemon under test log (d:\CI\PR-43024\2\dut.out) to bundles\CIDUT.out [2021-11-17T23:03:45.072Z] INFO: Saving daemon under test log (d:\CI\PR-43024\2\dut.err) to bundles\CIDUT.err [2021-11-17T23:03:45.072Z] INFO: Nuke-Everything... [2021-11-17T23:03:45.072Z] INFO: Container count on control daemon to delete is 2 [2021-11-17T23:03:45.543Z] 6df8ff543501 [2021-11-17T23:03:45.543Z] 774ef0ca1b47 [2021-11-17T23:03:45.543Z] INFO: Non-base image count on control daemon to delete is 1 [2021-11-17T23:03:46.538Z] Deleted: sha256:15bb8ee4f475c20aac0871b35f3e101867eacaea0342409f8b1d89308421741e [2021-11-17T23:03:46.538Z] Deleted: sha256:1c15d9c63a13245392e34817755077db90ad3e4088a6c85c7100bc532c70b59b [2021-11-17T23:03:46.538Z] INFO: Tidying pidfile d:\CI\PR-43024\2\docker.pid [2021-11-17T23:03:46.538Z] INFO: Nuking d:\CI [2021-11-17T23:04:11.833Z] INFO: Zapped successfully [2021-11-17T23:04:11.833Z] [2021-11-17T23:04:11.834Z] INFO: executeCI.ps1 exiting at Wed Nov 17 23:04:10 CUT 2021. Duration 00:53:44.7972785 [2021-11-17T23:04:11.834Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-11-17T23:04:12.080Z] Recording test results [2021-11-17T23:04:12.692Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-11-17T23:04:14.263Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2021-11-17T23:04:16.065Z] Archiving artifacts [2021-11-17T23:04:30.690Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43024/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-11-17T23:04:31.647Z] + make clean [2021-11-17T23:04:32.116Z] docker volume rm -f docker-dev-cache [2021-11-17T23:04:32.262Z] docker-dev-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