Pull request #45349 updated Started by user Sebastiaan van Stijn Rebuilds build #3 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch 20.10 at de57aecf4a670473911b42caf67e7f962229bbe3 rather than ad45ece6fe93c6870080341daa12fe8da6271fa9 Obtained Jenkinsfile from de57aecf4a670473911b42caf67e7f962229bbe3 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 4f8fd6a86e521290dafaf7c28eced2a9b21b220a The recommended git tool is: NONE using credential jps-reader > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/moby_PR-45349@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 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10 Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull" > git rev-list --no-walk 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # 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 [2023-04-17T23:19:09.057Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2023-04-17T23:19:09.060Z] Trying to pass milestone 3 [Pipeline] milestone [2023-04-17T23:19:09.270Z] Trying to pass milestone 4 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2023-04-17T23:19:24.467Z] Still waiting to schedule task [2023-04-17T23:19:24.469Z] ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-043471884731c7c04)’ is offline [2023-04-17T23:20:26.210Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-043471884731c7c04) in /home/ubuntu/workspace/moby_PR-45349 [Pipeline] { [Pipeline] checkout [2023-04-17T23:20:26.318Z] The recommended git tool is: git [2023-04-17T23:20:28.971Z] using credential docker-jenkins-github-credentials [2023-04-17T23:20:28.982Z] Cloning the remote Git repository [2023-04-17T23:20:28.982Z] Cloning with configured refspecs honoured and without tags [2023-04-17T23:20:29.014Z] Cloning repository https://github.com/moby/moby.git [2023-04-17T23:20:29.068Z] > git init /home/ubuntu/workspace/moby_PR-45349 # timeout=10 [2023-04-17T23:20:29.624Z] Fetching upstream changes from https://github.com/moby/moby.git [2023-04-17T23:20:29.625Z] > git --version # timeout=10 [2023-04-17T23:20:29.636Z] > git --version # 'git version 2.17.1' [2023-04-17T23:20:29.637Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-04-17T23:20:29.639Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/45349/head:refs/remotes/origin/PR-45349 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-04-17T23:20:46.826Z] Fetching without tags [2023-04-17T23:20:47.057Z] Merging remotes/origin/20.10 commit de57aecf4a670473911b42caf67e7f962229bbe3 into PR head commit ad45ece6fe93c6870080341daa12fe8da6271fa9 [2023-04-17T23:20:47.755Z] Merge succeeded, producing ad45ece6fe93c6870080341daa12fe8da6271fa9 [2023-04-17T23:20:47.755Z] Checking out Revision ad45ece6fe93c6870080341daa12fe8da6271fa9 (PR-45349) [2023-04-17T23:20:46.784Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2023-04-17T23:20:46.800Z] > git config --add remote.origin.fetch +refs/pull/45349/head:refs/remotes/origin/PR-45349 # timeout=10 [2023-04-17T23:20:46.814Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-04-17T23:20:46.823Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2023-04-17T23:20:46.838Z] Fetching upstream changes from https://github.com/moby/moby.git [2023-04-17T23:20:46.838Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-04-17T23:20:46.839Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/45349/head:refs/remotes/origin/PR-45349 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-04-17T23:20:47.072Z] > git config core.sparsecheckout # timeout=10 [2023-04-17T23:20:47.084Z] > git checkout -f ad45ece6fe93c6870080341daa12fe8da6271fa9 # timeout=10 [2023-04-17T23:20:47.719Z] > git remote # timeout=10 [2023-04-17T23:20:47.724Z] > git config --get remote.origin.url # timeout=10 [2023-04-17T23:20:47.734Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-04-17T23:20:47.735Z] > git merge de57aecf4a670473911b42caf67e7f962229bbe3 # timeout=10 [2023-04-17T23:20:47.753Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-17T23:20:47.765Z] > git config core.sparsecheckout # timeout=10 [2023-04-17T23:20:47.797Z] > git checkout -f ad45ece6fe93c6870080341daa12fe8da6271fa9 # timeout=10 [2023-04-17T23:20:52.103Z] Commit message: "awslogs: fix non-blocking log drop bug" [2023-04-17T23:20:52.113Z] > git rev-list --no-walk ad45ece6fe93c6870080341daa12fe8da6271fa9 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-17T23:20:53.136Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45349:/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 && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco [2023-04-17T23:21:25.309Z] Unable to find image 'alpine:latest' locally [2023-04-17T23:21:25.309Z] latest: Pulling from library/alpine [2023-04-17T23:21:25.309Z] f56be85fc22e: Pulling fs layer [2023-04-17T23:21:25.309Z] f56be85fc22e: Verifying Checksum [2023-04-17T23:21:25.309Z] f56be85fc22e: Download complete [2023-04-17T23:21:25.309Z] f56be85fc22e: Pull complete [2023-04-17T23:21:25.309Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-17T23:21:25.569Z] Status: Downloaded newer image for alpine:latest [2023-04-17T23:21:33.722Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: cgroup2) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS5) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (cgroup2) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS5) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [2023-04-17T23:21:34.595Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-043471884731c7c04) in /home/ubuntu/workspace/moby_PR-45349 [Pipeline] node [Pipeline] node Stage "s390x" skipped due to when conditional Stage "ppc64le" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] checkout [2023-04-17T23:21:34.658Z] The recommended git tool is: git [Pipeline] // stage [Pipeline] // stage [2023-04-17T23:21:34.677Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] // stage [2023-04-17T23:21:34.714Z] Fetching changes from the remote Git repository [2023-04-17T23:21:34.716Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-083c552ed4ffa6287) in /home/ubuntu/workspace/moby_PR-45349 [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [2023-04-17T23:21:34.745Z] Fetching without tags [Pipeline] { [Pipeline] checkout [Pipeline] // stage [2023-04-17T23:21:34.773Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-0b0e075de9afd9353) in /home/ubuntu/workspace/moby_PR-45349 [Pipeline] // stage [Pipeline] // stage [2023-04-17T23:21:34.807Z] The recommended git tool is: git [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Unit tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] checkout [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [2023-04-17T23:21:35.015Z] Merging remotes/origin/20.10 commit de57aecf4a670473911b42caf67e7f962229bbe3 into PR head commit ad45ece6fe93c6870080341daa12fe8da6271fa9 [Pipeline] // stage [2023-04-17T23:21:35.041Z] The recommended git tool is: git [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2023-04-17T23:21:35.195Z] Merge succeeded, producing ad45ece6fe93c6870080341daa12fe8da6271fa9 [2023-04-17T23:21:35.195Z] Checking out Revision ad45ece6fe93c6870080341daa12fe8da6271fa9 (PR-45349) [2023-04-17T23:21:35.304Z] Commit message: "awslogs: fix non-blocking log drop bug" [2023-04-17T23:21:34.695Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-45349/.git # timeout=10 [2023-04-17T23:21:34.722Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2023-04-17T23:21:34.758Z] Fetching upstream changes from https://github.com/moby/moby.git [2023-04-17T23:21:34.758Z] > git --version # timeout=10 [2023-04-17T23:21:34.768Z] > git --version # 'git version 2.17.1' [2023-04-17T23:21:34.768Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-04-17T23:21:34.769Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/45349/head:refs/remotes/origin/PR-45349 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-04-17T23:21:35.023Z] > git config core.sparsecheckout # timeout=10 [2023-04-17T23:21:35.053Z] > git checkout -f ad45ece6fe93c6870080341daa12fe8da6271fa9 # timeout=10 [2023-04-17T23:21:35.134Z] > git remote # timeout=10 [2023-04-17T23:21:35.141Z] > git config --get remote.origin.url # timeout=10 [2023-04-17T23:21:35.153Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-04-17T23:21:35.154Z] > git merge de57aecf4a670473911b42caf67e7f962229bbe3 # timeout=10 [2023-04-17T23:21:35.171Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-17T23:21:35.203Z] > git config core.sparsecheckout # timeout=10 [2023-04-17T23:21:35.215Z] > git checkout -f ad45ece6fe93c6870080341daa12fe8da6271fa9 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-17T23:21:36.296Z] + [ PR != PR ] [2023-04-17T23:21:36.296Z] + [ 20.10 != master ] [2023-04-17T23:21:36.296Z] + echo 1 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2023-04-17T23:21:36.559Z] using credential docker-jenkins-github-credentials [2023-04-17T23:21:36.570Z] Cloning the remote Git repository [2023-04-17T23:21:36.570Z] Cloning with configured refspecs honoured and without tags [2023-04-17T23:21:36.632Z] + docker version [2023-04-17T23:21:36.632Z] Client: Docker Engine - Community [2023-04-17T23:21:36.632Z] Version: 22.06.0-beta.0 [2023-04-17T23:21:36.632Z] API version: 1.42 [2023-04-17T23:21:36.632Z] Go version: go1.18.3 [2023-04-17T23:21:36.632Z] Git commit: 3e9117b [2023-04-17T23:21:36.632Z] Built: Fri Jun 3 17:55:46 2022 [2023-04-17T23:21:36.632Z] OS/Arch: linux/amd64 [2023-04-17T23:21:36.632Z] Context: default [2023-04-17T23:21:36.632Z] [2023-04-17T23:21:36.632Z] Server: Docker Engine - Community [2023-04-17T23:21:36.632Z] Engine: [2023-04-17T23:21:36.632Z] Version: 22.06.0-beta.0 [2023-04-17T23:21:36.632Z] API version: 1.42 (minimum version 1.12) [2023-04-17T23:21:36.632Z] Go version: go1.18.3 [2023-04-17T23:21:36.632Z] Git commit: 38633e7 [2023-04-17T23:21:36.632Z] Built: Fri Jun 3 17:55:46 2022 [2023-04-17T23:21:36.632Z] OS/Arch: linux/amd64 [2023-04-17T23:21:36.632Z] Experimental: true [2023-04-17T23:21:36.632Z] containerd: [2023-04-17T23:21:36.632Z] Version: 1.6.8 [2023-04-17T23:21:36.632Z] GitCommit: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6 [2023-04-17T23:21:36.632Z] runc: [2023-04-17T23:21:36.632Z] Version: 1.1.4 [2023-04-17T23:21:36.632Z] GitCommit: v1.1.4-0-g5fd4c4d [2023-04-17T23:21:36.632Z] docker-init: [2023-04-17T23:21:36.632Z] Version: 0.19.0 [2023-04-17T23:21:36.632Z] GitCommit: de40ad0 [Pipeline] sh [2023-04-17T23:21:36.922Z] + docker info [2023-04-17T23:21:36.922Z] Client: [2023-04-17T23:21:36.922Z] Context: default [2023-04-17T23:21:36.922Z] Debug Mode: false [2023-04-17T23:21:36.922Z] Plugins: [2023-04-17T23:21:36.922Z] buildx: Docker Buildx (Docker Inc.) [2023-04-17T23:21:36.922Z] Version: c5aec24 [2023-04-17T23:21:36.922Z] Path: /home/ubuntu/.docker/cli-plugins/docker-buildx [2023-04-17T23:21:36.922Z] compose: Docker Compose (Docker Inc.) [2023-04-17T23:21:36.922Z] Version: v2.12.0 [2023-04-17T23:21:36.922Z] Path: /usr/libexec/docker/cli-plugins/docker-compose [2023-04-17T23:21:36.922Z] scan: Docker Scan (Docker Inc.) [2023-04-17T23:21:36.922Z] Version: v0.17.0 [2023-04-17T23:21:36.922Z] Path: /usr/libexec/docker/cli-plugins/docker-scan [2023-04-17T23:21:36.922Z] [2023-04-17T23:21:36.922Z] Server: [2023-04-17T23:21:36.922Z] Containers: 0 [2023-04-17T23:21:36.922Z] Running: 0 [2023-04-17T23:21:36.922Z] Paused: 0 [2023-04-17T23:21:36.922Z] Stopped: 0 [2023-04-17T23:21:36.922Z] Images: 1 [2023-04-17T23:21:36.922Z] Server Version: 22.06.0-beta.0 [2023-04-17T23:21:36.922Z] Storage Driver: overlay2 [2023-04-17T23:21:36.922Z] Backing Filesystem: extfs [2023-04-17T23:21:36.922Z] Supports d_type: true [2023-04-17T23:21:36.922Z] Using metacopy: false [2023-04-17T23:21:36.922Z] Native Overlay Diff: true [2023-04-17T23:21:36.922Z] userxattr: false [2023-04-17T23:21:36.922Z] Logging Driver: json-file [2023-04-17T23:21:36.922Z] Cgroup Driver: cgroupfs [2023-04-17T23:21:36.922Z] Cgroup Version: 1 [2023-04-17T23:21:36.922Z] Plugins: [2023-04-17T23:21:36.922Z] Volume: local [2023-04-17T23:21:36.922Z] Network: bridge host ipvlan macvlan null overlay [2023-04-17T23:21:36.922Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2023-04-17T23:21:36.922Z] Swarm: inactive [2023-04-17T23:21:36.922Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2023-04-17T23:21:36.922Z] Default Runtime: runc [2023-04-17T23:21:36.922Z] Init Binary: docker-init [2023-04-17T23:21:36.922Z] containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6 [2023-04-17T23:21:36.922Z] runc version: v1.1.4-0-g5fd4c4d [2023-04-17T23:21:36.922Z] init version: de40ad0 [2023-04-17T23:21:36.922Z] Security Options: [2023-04-17T23:21:36.922Z] apparmor [2023-04-17T23:21:36.922Z] seccomp [2023-04-17T23:21:36.922Z] Profile: builtin [2023-04-17T23:21:36.922Z] Kernel Version: 5.4.0-1088-aws [2023-04-17T23:21:36.922Z] Operating System: Ubuntu 18.04.6 LTS [2023-04-17T23:21:36.922Z] OSType: linux [2023-04-17T23:21:36.922Z] Architecture: x86_64 [2023-04-17T23:21:36.922Z] CPUs: 2 [2023-04-17T23:21:36.922Z] Total Memory: 7.483GiB [2023-04-17T23:21:36.922Z] Name: ip-10-100-41-40 [2023-04-17T23:21:36.922Z] ID: 46afdfad-1825-4e95-81cd-12ef0a946260 [2023-04-17T23:21:36.922Z] Docker Root Dir: /var/lib/docker [2023-04-17T23:21:36.922Z] Debug Mode: false [2023-04-17T23:21:36.922Z] Registry: https://index.docker.io/v1/ [2023-04-17T23:21:36.922Z] Labels: [2023-04-17T23:21:36.922Z] Experimental: true [2023-04-17T23:21:36.922Z] Insecure Registries: [2023-04-17T23:21:36.922Z] 127.0.0.0/8 [2023-04-17T23:21:36.922Z] Live Restore Enabled: true [2023-04-17T23:21:36.922Z] [2023-04-17T23:21:36.922Z] WARNING: No swap limit support [Pipeline] sh [2023-04-17T23:21:36.627Z] Cloning repository https://github.com/moby/moby.git [2023-04-17T23:21:36.676Z] > git init /home/ubuntu/workspace/moby_PR-45349 # timeout=10 [2023-04-17T23:21:36.998Z] Fetching upstream changes from https://github.com/moby/moby.git [2023-04-17T23:21:36.999Z] > git --version # timeout=10 [2023-04-17T23:21:37.002Z] > git --version # 'git version 2.17.1' [2023-04-17T23:21:37.002Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-04-17T23:21:37.003Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/45349/head:refs/remotes/origin/PR-45349 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-04-17T23:21:37.232Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2023-04-17T23:21:37.232Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2023-04-17T23:21:37.232Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-45349/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2023-04-17T23:21:37.232Z] + bash /home/ubuntu/workspace/moby_PR-45349/check-config.sh [2023-04-17T23:21:37.232Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2023-04-17T23:21:37.232Z] info: reading kernel config from /boot/config-5.4.0-1088-aws ... [2023-04-17T23:21:37.232Z] [2023-04-17T23:21:37.232Z] Generally Necessary: [2023-04-17T23:21:37.232Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2023-04-17T23:21:37.232Z] - apparmor: enabled and tools installed [2023-04-17T23:21:37.232Z] - CONFIG_NAMESPACES: enabled [2023-04-17T23:21:37.232Z] - CONFIG_NET_NS: enabled [2023-04-17T23:21:37.232Z] - CONFIG_PID_NS: enabled [2023-04-17T23:21:37.232Z] - CONFIG_IPC_NS: enabled [2023-04-17T23:21:37.232Z] - CONFIG_UTS_NS: enabled [2023-04-17T23:21:37.509Z] - CONFIG_CGROUPS: enabled [2023-04-17T23:21:37.509Z] - CONFIG_CGROUP_CPUACCT: enabled [2023-04-17T23:21:37.509Z] - CONFIG_CGROUP_DEVICE: enabled [2023-04-17T23:21:37.509Z] - CONFIG_CGROUP_FREEZER: enabled [2023-04-17T23:21:37.509Z] - CONFIG_CGROUP_SCHED: enabled [2023-04-17T23:21:37.509Z] - CONFIG_CPUSETS: enabled [2023-04-17T23:21:37.509Z] - CONFIG_MEMCG: enabled [2023-04-17T23:21:37.509Z] - CONFIG_KEYS: enabled [2023-04-17T23:21:37.509Z] - CONFIG_VETH: enabled (as module) [2023-04-17T23:21:37.509Z] - CONFIG_BRIDGE: enabled (as module) [2023-04-17T23:21:37.509Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2023-04-17T23:21:37.509Z] - CONFIG_NF_NAT_IPV4: missing [2023-04-17T23:21:37.509Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2023-04-17T23:21:37.509Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2023-04-17T23:21:37.509Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2023-04-17T23:21:37.509Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2023-04-17T23:21:37.509Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2023-04-17T23:21:37.509Z] - CONFIG_IP_NF_NAT: enabled (as module) [2023-04-17T23:21:37.509Z] - CONFIG_NF_NAT: enabled (as module) [2023-04-17T23:21:37.509Z] - CONFIG_NF_NAT_NEEDED: missing [2023-04-17T23:21:37.509Z] - CONFIG_POSIX_MQUEUE: enabled [2023-04-17T23:21:37.509Z] [2023-04-17T23:21:37.509Z] Optional Features: [2023-04-17T23:21:37.509Z] - CONFIG_USER_NS: enabled [2023-04-17T23:21:37.509Z] - CONFIG_SECCOMP: enabled [2023-04-17T23:21:37.509Z] - CONFIG_CGROUP_PIDS: enabled [2023-04-17T23:21:37.509Z] - CONFIG_MEMCG_SWAP: enabled [2023-04-17T23:21:37.509Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2023-04-17T23:21:37.509Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2023-04-17T23:21:37.509Z] - CONFIG_BLK_CGROUP: enabled [2023-04-17T23:21:37.774Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2023-04-17T23:21:37.774Z] - CONFIG_IOSCHED_CFQ: missing [2023-04-17T23:21:37.774Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2023-04-17T23:21:37.774Z] - CONFIG_CGROUP_PERF: enabled [2023-04-17T23:21:37.774Z] - CONFIG_CGROUP_HUGETLB: enabled [2023-04-17T23:21:37.774Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2023-04-17T23:21:37.774Z] - CONFIG_CGROUP_NET_PRIO: enabled [2023-04-17T23:21:37.774Z] - CONFIG_CFS_BANDWIDTH: enabled [2023-04-17T23:21:37.774Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2023-04-17T23:21:37.774Z] - CONFIG_RT_GROUP_SCHED: missing [2023-04-17T23:21:37.774Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2023-04-17T23:21:37.774Z] - CONFIG_IP_VS: enabled (as module) [2023-04-17T23:21:37.774Z] - CONFIG_IP_VS_NFCT: enabled [2023-04-17T23:21:37.774Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2023-04-17T23:21:37.774Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2023-04-17T23:21:37.774Z] - CONFIG_IP_VS_RR: enabled (as module) [2023-04-17T23:21:37.774Z] - CONFIG_EXT4_FS: enabled [2023-04-17T23:21:37.774Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2023-04-17T23:21:37.774Z] - CONFIG_EXT4_FS_SECURITY: enabled [2023-04-17T23:21:37.774Z] - Network Drivers: [2023-04-17T23:21:37.774Z] - "overlay": [2023-04-17T23:21:37.774Z] - CONFIG_VXLAN: enabled (as module) [2023-04-17T23:21:37.774Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2023-04-17T23:21:37.774Z] Optional (for encrypted networks): [2023-04-17T23:21:38.006Z] using credential docker-jenkins-github-credentials [2023-04-17T23:21:38.020Z] Cloning the remote Git repository [2023-04-17T23:21:38.020Z] Cloning with configured refspecs honoured and without tags [2023-04-17T23:21:38.041Z] - CONFIG_CRYPTO: enabled [2023-04-17T23:21:38.041Z] - CONFIG_CRYPTO_AEAD: enabled [2023-04-17T23:21:38.041Z] - CONFIG_CRYPTO_GCM: enabled [2023-04-17T23:21:38.041Z] - CONFIG_CRYPTO_SEQIV: enabled [2023-04-17T23:21:38.041Z] - CONFIG_CRYPTO_GHASH: enabled [2023-04-17T23:21:38.041Z] - CONFIG_XFRM: enabled [2023-04-17T23:21:38.041Z] - CONFIG_XFRM_USER: enabled (as module) [2023-04-17T23:21:38.041Z] - CONFIG_XFRM_ALGO: enabled (as module) [2023-04-17T23:21:38.041Z] - CONFIG_INET_ESP: enabled (as module) [2023-04-17T23:21:38.041Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2023-04-17T23:21:38.041Z] - "ipvlan": [2023-04-17T23:21:38.041Z] - CONFIG_IPVLAN: enabled (as module) [2023-04-17T23:21:38.041Z] - "macvlan": [2023-04-17T23:21:38.041Z] - CONFIG_MACVLAN: enabled (as module) [2023-04-17T23:21:38.041Z] - CONFIG_DUMMY: enabled (as module) [2023-04-17T23:21:38.041Z] - "ftp,tftp client in container": [2023-04-17T23:21:38.041Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2023-04-17T23:21:38.041Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2023-04-17T23:21:38.041Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2023-04-17T23:21:38.041Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2023-04-17T23:21:38.041Z] - Storage Drivers: [2023-04-17T23:21:38.041Z] - "aufs": [2023-04-17T23:21:38.041Z] - CONFIG_AUFS_FS: enabled (as module) [2023-04-17T23:21:38.041Z] - "btrfs": [2023-04-17T23:21:38.041Z] - CONFIG_BTRFS_FS: enabled (as module) [2023-04-17T23:21:38.041Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2023-04-17T23:21:38.041Z] - "devicemapper": [2023-04-17T23:21:38.041Z] - CONFIG_BLK_DEV_DM: enabled [2023-04-17T23:21:38.041Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2023-04-17T23:21:38.041Z] - "overlay": [2023-04-17T23:21:38.041Z] - CONFIG_OVERLAY_FS: enabled (as module) [2023-04-17T23:21:38.041Z] - "zfs": [2023-04-17T23:21:38.041Z] - /dev/zfs: present [2023-04-17T23:21:38.041Z] - zfs command: missing [2023-04-17T23:21:38.041Z] - zpool command: missing [2023-04-17T23:21:38.041Z] [2023-04-17T23:21:38.041Z] Limits: [2023-04-17T23:21:38.041Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2023-04-17T23:21:38.041Z] [2023-04-17T23:21:38.041Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2023-04-17T23:21:38.517Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:ad45ece6fe93c6870080341daa12fe8da6271fa9 . [2023-04-17T23:21:38.055Z] Cloning repository https://github.com/moby/moby.git [2023-04-17T23:21:38.115Z] > git init /home/ubuntu/workspace/moby_PR-45349 # timeout=10 [2023-04-17T23:21:38.383Z] Fetching upstream changes from https://github.com/moby/moby.git [2023-04-17T23:21:38.383Z] > git --version # timeout=10 [2023-04-17T23:21:38.415Z] > git --version # 'git version 2.17.1' [2023-04-17T23:21:38.415Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-04-17T23:21:38.417Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/45349/head:refs/remotes/origin/PR-45349 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-04-17T23:21:38.779Z] #1 [internal] load build definition from Dockerfile [2023-04-17T23:21:38.779Z] #1 transferring dockerfile: [2023-04-17T23:21:39.040Z] #1 transferring dockerfile: 17.17kB done [2023-04-17T23:21:39.040Z] #1 DONE 0.1s [2023-04-17T23:21:39.040Z] [2023-04-17T23:21:39.040Z] #2 [internal] load .dockerignore [2023-04-17T23:21:39.040Z] #2 transferring context: 87B done [2023-04-17T23:21:39.040Z] #2 DONE 0.2s [2023-04-17T23:21:39.040Z] [2023-04-17T23:21:39.040Z] #3 resolve image config for docker.io/docker/dockerfile:1 [2023-04-17T23:21:39.611Z] #3 DONE 0.5s [2023-04-17T23:21:39.611Z] [2023-04-17T23:21:39.611Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 [2023-04-17T23:21:39.611Z] #4 resolve docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 0.0s done [2023-04-17T23:21:39.611Z] #4 sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 8.40kB / 8.40kB done [2023-04-17T23:21:39.611Z] #4 sha256:966d40f9ba8366e74c2fa353fc0bc7bbc167d2a0f3ad2420db8b9e633049462d 482B / 482B done [2023-04-17T23:21:39.611Z] #4 sha256:dbdd11720762ad504260c66161c964e59eba06b95a7aa64a68634b598a830a91 2.90kB / 2.90kB done [2023-04-17T23:21:39.611Z] #4 sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 11.55MB / 11.55MB 0.2s [2023-04-17T23:21:39.611Z] #4 sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 11.55MB / 11.55MB 0.3s done [2023-04-17T23:21:39.611Z] #4 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd [2023-04-17T23:21:40.182Z] #4 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 0.5s done [2023-04-17T23:21:40.445Z] #4 DONE 0.9s [2023-04-17T23:21:40.445Z] [2023-04-17T23:21:40.445Z] #5 [internal] load metadata for docker.io/library/debian:bullseye [2023-04-17T23:21:42.358Z] #5 ... [2023-04-17T23:21:42.358Z] [2023-04-17T23:21:42.358Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2023-04-17T23:21:42.358Z] #6 DONE 1.5s [2023-04-17T23:21:42.358Z] [2023-04-17T23:21:42.358Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2023-04-17T23:21:42.358Z] #7 DONE 1.6s [2023-04-17T23:21:42.359Z] [2023-04-17T23:21:42.359Z] #8 [internal] load metadata for docker.io/library/golang:1.19.8-bullseye [2023-04-17T23:21:42.359Z] #8 DONE 1.6s [2023-04-17T23:21:42.359Z] [2023-04-17T23:21:42.359Z] #5 [internal] load metadata for docker.io/library/debian:bullseye [2023-04-17T23:21:42.359Z] #5 DONE 1.6s [2023-04-17T23:21:42.359Z] [2023-04-17T23:21:42.359Z] #9 [internal] load build context [2023-04-17T23:21:42.359Z] #9 DONE 0.0s [2023-04-17T23:21:42.359Z] [2023-04-17T23:21:42.359Z] #10 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2023-04-17T23:21:42.359Z] #10 DONE 0.0s [2023-04-17T23:21:42.359Z] [2023-04-17T23:21:42.359Z] #11 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2023-04-17T23:21:42.359Z] #11 DONE 0.0s [2023-04-17T23:21:42.359Z] [2023-04-17T23:21:42.359Z] #12 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:0a78ed641b76252739e28ebbbe8cdbd80dc367fba4502565ca839e5803cfd86e [2023-04-17T23:21:42.359Z] #12 resolve docker.io/library/debian:bullseye@sha256:0a78ed641b76252739e28ebbbe8cdbd80dc367fba4502565ca839e5803cfd86e [2023-04-17T23:21:42.622Z] #12 resolve docker.io/library/debian:bullseye@sha256:0a78ed641b76252739e28ebbbe8cdbd80dc367fba4502565ca839e5803cfd86e 0.1s done [2023-04-17T23:21:42.882Z] #12 sha256:0a78ed641b76252739e28ebbbe8cdbd80dc367fba4502565ca839e5803cfd86e 1.85kB / 1.85kB done [2023-04-17T23:21:42.882Z] #12 sha256:4effa16ae79ab36347d55ebb6bb4aad411077b72ad735054e684b3eeba373a35 529B / 529B done [2023-04-17T23:21:42.882Z] #12 sha256:ca1a8403096efb7da1512b0ae008b16f2dae553deed435163b137447b90fa8b0 1.46kB / 1.46kB done [2023-04-17T23:21:43.143Z] #12 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 0B / 55.05MB 0.3s [2023-04-17T23:21:43.406Z] #12 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 4.19MB / 55.05MB 0.6s [2023-04-17T23:21:43.406Z] #12 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 12.58MB / 55.05MB 0.7s [2023-04-17T23:21:43.670Z] #12 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 17.82MB / 55.05MB 0.9s [2023-04-17T23:21:43.933Z] #12 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 20.97MB / 55.05MB 1.1s [2023-04-17T23:21:44.193Z] #12 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 24.12MB / 55.05MB 1.2s [2023-04-17T23:21:44.193Z] #12 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 31.57MB / 55.05MB 1.4s [2023-04-17T23:21:44.193Z] #12 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 36.70MB / 55.05MB 1.5s [2023-04-17T23:21:44.458Z] #12 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 40.89MB / 55.05MB 1.7s [2023-04-17T23:21:44.721Z] #12 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 46.14MB / 55.05MB 1.9s [2023-04-17T23:21:44.987Z] #12 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 53.18MB / 55.05MB 2.2s [2023-04-17T23:21:45.932Z] #12 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 55.05MB / 55.05MB 3.0s done [2023-04-17T23:21:46.508Z] #12 extracting sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 [2023-04-17T23:21:48.466Z] #12 ... [2023-04-17T23:21:48.466Z] [2023-04-17T23:21:48.466Z] #13 [base 1/3] FROM docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 [2023-04-17T23:21:48.466Z] #13 resolve docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 0.1s done [2023-04-17T23:21:48.466Z] #13 sha256:b47c7dfaaa9363e13a945cae402183b29081a75eef4ab0686c3edf5fa2827b7b 7.10kB / 7.10kB done [2023-04-17T23:21:48.466Z] #13 sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 1.86kB / 1.86kB done [2023-04-17T23:21:48.466Z] #13 sha256:dd9ad81920b63c7f9f18823d888d5fdcc7e7516086fd16654d07bc437f0e2427 1.80kB / 1.80kB done [2023-04-17T23:21:48.466Z] #13 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 55.05MB / 55.05MB 2.9s done [2023-04-17T23:21:48.466Z] #13 sha256:127e97b4daf784e08840a21765f0d4f251192ef2994d0e4a253490f81e63955b 5.17MB / 5.17MB 0.6s done [2023-04-17T23:21:48.466Z] #13 sha256:0336c50c9f6942b660e433b1086238eec37057c34b14c4e3b28bd7bf05bd84ba 10.88MB / 10.88MB 1.3s done [2023-04-17T23:21:48.466Z] #13 sha256:1b89f3c7f7da8adf032a33a75d1b659cee33179ecb88ea0ba75e4fc58ebe63a6 54.58MB / 54.58MB 4.2s done [2023-04-17T23:21:48.466Z] #13 sha256:079116d1299c7a03ad97f33aca1b181392a259fb6bd3b4b22efee1e80c7a62d3 85.99MB / 85.99MB 5.5s [2023-04-17T23:21:48.466Z] #13 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 48.23MB / 149.05MB 5.5s [2023-04-17T23:21:48.466Z] #13 sha256:10440d7e88e9007ba735398eaaada57962675e286370bd63e95c57058492c64c 155B / 155B 4.5s done [2023-04-17T23:21:48.728Z] #13 ... [2023-04-17T23:21:48.728Z] [2023-04-17T23:21:48.728Z] #12 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:0a78ed641b76252739e28ebbbe8cdbd80dc367fba4502565ca839e5803cfd86e [2023-04-17T23:21:48.904Z] Fetching without tags [2023-04-17T23:21:49.083Z] Merging remotes/origin/20.10 commit de57aecf4a670473911b42caf67e7f962229bbe3 into PR head commit ad45ece6fe93c6870080341daa12fe8da6271fa9 [2023-04-17T23:21:48.883Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2023-04-17T23:21:48.887Z] > git config --add remote.origin.fetch +refs/pull/45349/head:refs/remotes/origin/PR-45349 # timeout=10 [2023-04-17T23:21:48.896Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-04-17T23:21:48.900Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2023-04-17T23:21:48.906Z] Fetching upstream changes from https://github.com/moby/moby.git [2023-04-17T23:21:48.906Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-04-17T23:21:48.907Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/45349/head:refs/remotes/origin/PR-45349 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-04-17T23:21:49.087Z] > git config core.sparsecheckout # timeout=10 [2023-04-17T23:21:49.090Z] > git checkout -f ad45ece6fe93c6870080341daa12fe8da6271fa9 # timeout=10 [2023-04-17T23:21:49.300Z] #12 ... [2023-04-17T23:21:49.300Z] [2023-04-17T23:21:49.300Z] #10 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2023-04-17T23:21:49.300Z] #10 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done [2023-04-17T23:21:49.300Z] #10 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2023-04-17T23:21:49.300Z] #10 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2023-04-17T23:21:49.300Z] #10 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2023-04-17T23:21:49.300Z] #10 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.9s done [2023-04-17T23:21:49.300Z] #10 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 4.9s done [2023-04-17T23:21:49.300Z] #10 DONE 6.7s [2023-04-17T23:21:49.300Z] [2023-04-17T23:21:49.300Z] #13 [base 1/3] FROM docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 [2023-04-17T23:21:49.300Z] #13 sha256:079116d1299c7a03ad97f33aca1b181392a259fb6bd3b4b22efee1e80c7a62d3 85.99MB / 85.99MB 5.7s done [2023-04-17T23:21:49.300Z] #13 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 78.64MB / 149.05MB 6.5s [2023-04-17T23:21:49.602Z] Still waiting to schedule task [2023-04-17T23:21:49.602Z] All nodes of label ‘amd64&&ubuntu-2004&&cgroup2’ are offline [2023-04-17T23:21:49.606Z] Still waiting to schedule task [2023-04-17T23:21:49.606Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-08b6ffc5220f8d694)’ [2023-04-17T23:21:49.607Z] Still waiting to schedule task [2023-04-17T23:21:49.607Z] All nodes of label ‘windows-2019’ are offline [2023-04-17T23:21:49.632Z] Merge succeeded, producing ad45ece6fe93c6870080341daa12fe8da6271fa9 [2023-04-17T23:21:49.632Z] Checking out Revision ad45ece6fe93c6870080341daa12fe8da6271fa9 (PR-45349) [2023-04-17T23:21:49.871Z] #13 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 91.23MB / 149.05MB 6.8s [2023-04-17T23:21:50.133Z] #13 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 99.61MB / 149.05MB 7.1s [2023-04-17T23:21:50.705Z] #13 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 110.10MB / 149.05MB 7.7s [2023-04-17T23:21:49.616Z] > git remote # timeout=10 [2023-04-17T23:21:49.619Z] > git config --get remote.origin.url # timeout=10 [2023-04-17T23:21:49.621Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-04-17T23:21:49.622Z] > git merge de57aecf4a670473911b42caf67e7f962229bbe3 # timeout=10 [2023-04-17T23:21:49.629Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-17T23:21:49.633Z] > git config core.sparsecheckout # timeout=10 [2023-04-17T23:21:49.635Z] > git checkout -f ad45ece6fe93c6870080341daa12fe8da6271fa9 # timeout=10 [2023-04-17T23:21:50.986Z] #13 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 118.49MB / 149.05MB 8.1s [2023-04-17T23:21:51.246Z] #13 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 126.88MB / 149.05MB 8.4s [2023-04-17T23:21:51.506Z] #13 ... [2023-04-17T23:21:51.506Z] [2023-04-17T23:21:51.506Z] #9 [internal] load build context [2023-04-17T23:21:51.506Z] #9 transferring context: 53.56MB 8.4s done [2023-04-17T23:21:51.506Z] #9 DONE 8.9s [2023-04-17T23:21:51.506Z] [2023-04-17T23:21:51.506Z] #13 [base 1/3] FROM docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 [2023-04-17T23:21:51.506Z] #13 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 135.27MB / 149.05MB 8.7s [2023-04-17T23:21:52.077Z] #13 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 142.83MB / 149.05MB 9.1s [2023-04-17T23:21:52.077Z] #13 extracting sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 5.6s [2023-04-17T23:21:52.648Z] #13 ... [2023-04-17T23:21:52.648Z] [2023-04-17T23:21:52.648Z] #11 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2023-04-17T23:21:52.648Z] #11 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done [2023-04-17T23:21:52.648Z] #11 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2023-04-17T23:21:52.648Z] #11 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2023-04-17T23:21:52.648Z] #11 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2023-04-17T23:21:52.648Z] #11 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 5.9s done [2023-04-17T23:21:52.648Z] #11 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.9s done [2023-04-17T23:21:52.648Z] #11 ... [2023-04-17T23:21:52.648Z] [2023-04-17T23:21:52.648Z] #13 [base 1/3] FROM docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 [2023-04-17T23:21:53.219Z] #13 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 149.05MB / 149.05MB 10.3s done [2023-04-17T23:21:53.479Z] #13 ... [2023-04-17T23:21:53.479Z] [2023-04-17T23:21:53.479Z] #11 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2023-04-17T23:21:53.479Z] #11 DONE 11.0s [2023-04-17T23:21:53.558Z] Commit message: "awslogs: fix non-blocking log drop bug" [2023-04-17T23:21:53.763Z] [2023-04-17T23:21:53.763Z] #12 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:0a78ed641b76252739e28ebbbe8cdbd80dc367fba4502565ca839e5803cfd86e [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2023-04-17T23:21:54.375Z] + docker version [2023-04-17T23:21:55.678Z] #12 ... [2023-04-17T23:21:55.679Z] [2023-04-17T23:21:55.679Z] #14 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2023-04-17T23:21:55.679Z] #14 DONE 0.9s [2023-04-17T23:21:55.679Z] [2023-04-17T23:21:55.679Z] #15 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2023-04-17T23:21:56.252Z] #15 DONE 1.0s [2023-04-17T23:21:56.252Z] [2023-04-17T23:21:56.252Z] #12 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:0a78ed641b76252739e28ebbbe8cdbd80dc367fba4502565ca839e5803cfd86e [2023-04-17T23:21:56.252Z] #12 extracting sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 9.4s done [2023-04-17T23:21:56.517Z] #12 DONE 13.9s [2023-04-17T23:21:56.517Z] [2023-04-17T23:21:56.517Z] #16 [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 [2023-04-17T23:21:58.427Z] #16 1.791 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2023-04-17T23:21:58.427Z] #16 1.800 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-04-17T23:21:58.427Z] #16 1.800 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-04-17T23:21:58.427Z] #16 2.050 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-04-17T23:21:58.688Z] #16 2.372 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [237 kB] [2023-04-17T23:21:58.949Z] #16 2.646 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-04-17T23:22:00.879Z] #16 4.034 Fetched 8643 kB in 3s (3399 kB/s) [2023-04-17T23:22:01.450Z] #16 4.034 Reading package lists... [2023-04-17T23:22:02.022Z] #16 4.881 Reading package lists... [2023-04-17T23:22:02.283Z] #16 5.654 Building dependency tree... [2023-04-17T23:22:02.543Z] #16 6.014 The following additional packages will be installed: [2023-04-17T23:22:02.543Z] #16 6.014 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2023-04-17T23:22:02.543Z] #16 6.014 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2023-04-17T23:22:02.543Z] #16 6.014 Recommended packages: [2023-04-17T23:22:02.543Z] #16 6.014 libldap-common publicsuffix libsasl2-modules [2023-04-17T23:22:02.815Z] #16 6.278 The following NEW packages will be installed: [2023-04-17T23:22:02.815Z] #16 6.278 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2023-04-17T23:22:02.815Z] #16 6.278 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2023-04-17T23:22:02.815Z] #16 6.278 libssh2-1 openssl [2023-04-17T23:22:03.129Z] #16 6.552 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2023-04-17T23:22:03.129Z] #16 6.552 Need to get 3050 kB of archives. [2023-04-17T23:22:03.129Z] #16 6.552 After this operation, 6663 kB of additional disk space will be used. [2023-04-17T23:22:03.129Z] #16 6.552 Get:1 http://deb.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u4 [853 kB] [2023-04-17T23:22:03.129Z] #16 6.574 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2023-04-17T23:22:03.129Z] #16 6.574 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2023-04-17T23:22:03.129Z] #16 6.574 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2023-04-17T23:22:03.129Z] #16 6.574 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2023-04-17T23:22:03.129Z] #16 6.598 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB] [2023-04-17T23:22:03.129Z] #16 6.598 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2023-04-17T23:22:03.129Z] #16 6.598 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2023-04-17T23:22:03.129Z] #16 6.598 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2023-04-17T23:22:03.129Z] #16 6.598 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2023-04-17T23:22:03.129Z] #16 6.598 Get:11 http://deb.debian.org/debian-security bullseye-security/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u7 [346 kB] [2023-04-17T23:22:03.129Z] #16 6.598 Get:12 http://deb.debian.org/debian-security bullseye-security/main amd64 curl amd64 7.74.0-1.3+deb11u7 [270 kB] [2023-04-17T23:22:03.129Z] #16 6.598 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2023-04-17T23:22:03.129Z] #16 6.598 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2023-04-17T23:22:03.129Z] #16 6.609 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2023-04-17T23:22:03.390Z] #16 6.894 debconf: delaying package configuration, since apt-utils is not installed [2023-04-17T23:22:03.390Z] #16 6.926 Fetched 3050 kB in 0s (9451 kB/s) [2023-04-17T23:22:03.390Z] #16 6.963 Selecting previously unselected package openssl. [2023-04-17T23:22:03.432Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2023-04-17T23:22:03.510Z] Fetching without tags [2023-04-17T23:22:03.650Z] #16 6.963 (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 ... 6664 files and directories currently installed.) [2023-04-17T23:22:03.650Z] #16 6.966 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u4_amd64.deb ... [2023-04-17T23:22:03.650Z] #16 6.972 Unpacking openssl (1.1.1n-0+deb11u4) ... [2023-04-17T23:22:03.806Z] Merging remotes/origin/20.10 commit de57aecf4a670473911b42caf67e7f962229bbe3 into PR head commit ad45ece6fe93c6870080341daa12fe8da6271fa9 [2023-04-17T23:22:03.911Z] #16 7.341 Selecting previously unselected package ca-certificates. [2023-04-17T23:22:03.911Z] #16 7.341 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2023-04-17T23:22:03.911Z] #16 7.347 Unpacking ca-certificates (20210119) ... [2023-04-17T23:22:04.173Z] #16 7.637 Selecting previously unselected package libbrotli1:amd64. [2023-04-17T23:22:04.173Z] #16 7.637 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2023-04-17T23:22:04.173Z] #16 7.647 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2023-04-17T23:22:04.173Z] #16 ... [2023-04-17T23:22:04.173Z] [2023-04-17T23:22:04.173Z] #13 [base 1/3] FROM docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 [2023-04-17T23:22:04.173Z] #13 extracting sha256:127e97b4daf784e08840a21765f0d4f251192ef2994d0e4a253490f81e63955b 0.9s done [2023-04-17T23:22:04.173Z] #13 extracting sha256:0336c50c9f6942b660e433b1086238eec37057c34b14c4e3b28bd7bf05bd84ba 1.0s done [2023-04-17T23:22:04.173Z] #13 extracting sha256:1b89f3c7f7da8adf032a33a75d1b659cee33179ecb88ea0ba75e4fc58ebe63a6 4.8s [2023-04-17T23:22:04.434Z] #13 ... [2023-04-17T23:22:04.434Z] [2023-04-17T23:22:04.434Z] #16 [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 [2023-04-17T23:22:04.434Z] #16 7.814 Selecting previously unselected package libsasl2-modules-db:amd64. [2023-04-17T23:22:04.434Z] #16 7.814 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2023-04-17T23:22:04.434Z] #16 7.819 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-04-17T23:22:04.434Z] #16 8.024 Selecting previously unselected package libsasl2-2:amd64. [2023-04-17T23:22:04.434Z] #16 8.025 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2023-04-17T23:22:04.434Z] #16 8.029 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-04-17T23:22:04.690Z] Merge succeeded, producing ad45ece6fe93c6870080341daa12fe8da6271fa9 [2023-04-17T23:22:04.691Z] Checking out Revision ad45ece6fe93c6870080341daa12fe8da6271fa9 (PR-45349) [2023-04-17T23:22:04.731Z] #16 8.201 Selecting previously unselected package libldap-2.4-2:amd64. [2023-04-17T23:22:04.731Z] #16 8.201 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2023-04-17T23:22:04.731Z] #16 8.208 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2023-04-17T23:22:04.995Z] #16 8.465 Selecting previously unselected package libnghttp2-14:amd64. [2023-04-17T23:22:04.995Z] #16 8.466 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2023-04-17T23:22:04.995Z] #16 8.476 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2023-04-17T23:22:05.255Z] #16 8.698 Selecting previously unselected package libpsl5:amd64. [2023-04-17T23:22:05.255Z] #16 8.698 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2023-04-17T23:22:05.255Z] #16 8.705 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2023-04-17T23:22:05.255Z] #16 8.862 Selecting previously unselected package librtmp1:amd64. [2023-04-17T23:22:05.255Z] #16 8.862 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2023-04-17T23:22:05.255Z] #16 8.946 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2023-04-17T23:22:05.516Z] #16 9.097 Selecting previously unselected package libssh2-1:amd64. [2023-04-17T23:22:05.516Z] #16 9.097 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2023-04-17T23:22:05.776Z] #16 9.104 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2023-04-17T23:22:05.776Z] #16 9.365 Selecting previously unselected package libcurl4:amd64. [2023-04-17T23:22:03.443Z] > git config --add remote.origin.fetch +refs/pull/45349/head:refs/remotes/origin/PR-45349 # timeout=10 [2023-04-17T23:22:03.457Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-04-17T23:22:03.485Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2023-04-17T23:22:03.513Z] Fetching upstream changes from https://github.com/moby/moby.git [2023-04-17T23:22:03.513Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-04-17T23:22:03.514Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/45349/head:refs/remotes/origin/PR-45349 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-04-17T23:22:03.812Z] > git config core.sparsecheckout # timeout=10 [2023-04-17T23:22:03.822Z] > git checkout -f ad45ece6fe93c6870080341daa12fe8da6271fa9 # timeout=10 [2023-04-17T23:22:04.584Z] > git remote # timeout=10 [2023-04-17T23:22:04.616Z] > git config --get remote.origin.url # timeout=10 [2023-04-17T23:22:04.636Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-04-17T23:22:04.637Z] > git merge de57aecf4a670473911b42caf67e7f962229bbe3 # timeout=10 [2023-04-17T23:22:04.668Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-17T23:22:04.692Z] > git config core.sparsecheckout # timeout=10 [2023-04-17T23:22:04.716Z] > git checkout -f ad45ece6fe93c6870080341daa12fe8da6271fa9 # timeout=10 [2023-04-17T23:22:06.036Z] #16 9.367 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u7_amd64.deb ... [2023-04-17T23:22:06.036Z] #16 9.373 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u7) ... [2023-04-17T23:22:06.036Z] #16 9.538 Selecting previously unselected package curl. [2023-04-17T23:22:06.036Z] #16 9.538 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u7_amd64.deb ... [2023-04-17T23:22:06.036Z] #16 9.543 Unpacking curl (7.74.0-1.3+deb11u7) ... [2023-04-17T23:22:06.036Z] #16 9.634 Selecting previously unselected package libonig5:amd64. [2023-04-17T23:22:06.036Z] #16 9.634 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2023-04-17T23:22:06.036Z] #16 9.642 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2023-04-17T23:22:06.036Z] #16 9.734 Selecting previously unselected package libjq1:amd64. [2023-04-17T23:22:06.036Z] #16 9.734 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2023-04-17T23:22:06.297Z] #16 9.738 Unpacking libjq1:amd64 (1.6-2.1) ... [2023-04-17T23:22:06.297Z] #16 9.830 Selecting previously unselected package jq. [2023-04-17T23:22:06.297Z] #16 9.830 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2023-04-17T23:22:06.297Z] #16 9.837 Unpacking jq (1.6-2.1) ... [2023-04-17T23:22:06.297Z] #16 9.904 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2023-04-17T23:22:06.297Z] #16 9.924 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2023-04-17T23:22:06.297Z] #16 9.940 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2023-04-17T23:22:06.565Z] #16 9.954 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-04-17T23:22:06.565Z] #16 9.967 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2023-04-17T23:22:06.565Z] #16 9.982 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-04-17T23:22:06.565Z] #16 9.995 Setting up libssh2-1:amd64 (1.9.0-2) ... [2023-04-17T23:22:06.565Z] #16 10.01 Setting up openssl (1.1.1n-0+deb11u4) ... [2023-04-17T23:22:06.565Z] #16 10.04 Setting up libonig5:amd64 (6.9.6-1.1) ... [2023-04-17T23:22:06.565Z] #16 10.05 Setting up libjq1:amd64 (1.6-2.1) ... [2023-04-17T23:22:06.565Z] #16 10.07 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2023-04-17T23:22:06.565Z] #16 10.08 Setting up ca-certificates (20210119) ... [2023-04-17T23:22:07.507Z] #16 10.84 Updating certificates in /etc/ssl/certs... [2023-04-17T23:22:08.892Z] #16 12.19 129 added, 0 removed; done. [2023-04-17T23:22:08.892Z] #16 12.26 Setting up jq (1.6-2.1) ... [2023-04-17T23:22:08.892Z] #16 12.27 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u7) ... [2023-04-17T23:22:08.892Z] #16 12.29 Setting up curl (7.74.0-1.3+deb11u7) ... [2023-04-17T23:22:08.892Z] #16 12.30 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2023-04-17T23:22:08.892Z] #16 12.32 Processing triggers for ca-certificates (20210119) ... [2023-04-17T23:22:08.892Z] #16 12.33 Updating certificates in /etc/ssl/certs... [2023-04-17T23:22:09.396Z] Commit message: "awslogs: fix non-blocking log drop bug" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2023-04-17T23:22:09.835Z] #16 13.26 0 added, 0 removed; done. [2023-04-17T23:22:09.835Z] #16 13.26 Running hooks in /etc/ca-certificates/update.d... [2023-04-17T23:22:09.835Z] #16 13.26 done. [2023-04-17T23:22:10.558Z] + docker version [2023-04-17T23:22:11.753Z] #16 DONE 15.4s [2023-04-17T23:22:11.753Z] [2023-04-17T23:22:11.753Z] #17 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2023-04-17T23:22:12.415Z] Client: Docker Engine - Community [2023-04-17T23:22:12.415Z] Version: 22.06.0-beta.0 [2023-04-17T23:22:12.415Z] API version: 1.42 [2023-04-17T23:22:12.415Z] Go version: go1.18.3 [2023-04-17T23:22:12.416Z] Git commit: 3e9117b [2023-04-17T23:22:12.416Z] Built: Fri Jun 3 17:55:46 2022 [2023-04-17T23:22:12.416Z] OS/Arch: linux/amd64 [2023-04-17T23:22:12.416Z] Context: default [2023-04-17T23:22:12.416Z] [2023-04-17T23:22:12.416Z] Server: Docker Engine - Community [2023-04-17T23:22:12.416Z] Engine: [2023-04-17T23:22:12.416Z] Version: 22.06.0-beta.0 [2023-04-17T23:22:12.416Z] API version: 1.42 (minimum version 1.12) [2023-04-17T23:22:12.416Z] Go version: go1.18.3 [2023-04-17T23:22:12.416Z] Git commit: 38633e7 [2023-04-17T23:22:12.416Z] Built: Fri Jun 3 17:55:46 2022 [2023-04-17T23:22:12.416Z] OS/Arch: linux/amd64 [2023-04-17T23:22:12.416Z] Experimental: true [2023-04-17T23:22:12.416Z] containerd: [2023-04-17T23:22:12.416Z] Version: 1.6.8 [2023-04-17T23:22:12.416Z] GitCommit: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6 [2023-04-17T23:22:12.416Z] runc: [2023-04-17T23:22:12.416Z] Version: 1.1.4 [2023-04-17T23:22:12.416Z] GitCommit: v1.1.4-0-g5fd4c4d [2023-04-17T23:22:12.416Z] docker-init: [2023-04-17T23:22:12.416Z] Version: 0.19.0 [2023-04-17T23:22:12.416Z] GitCommit: de40ad0 [Pipeline] sh [2023-04-17T23:22:12.747Z] + docker info [2023-04-17T23:22:12.747Z] Client: [2023-04-17T23:22:12.747Z] Context: default [2023-04-17T23:22:12.747Z] Debug Mode: false [2023-04-17T23:22:12.747Z] Plugins: [2023-04-17T23:22:12.747Z] buildx: Docker Buildx (Docker Inc.) [2023-04-17T23:22:12.747Z] Version: c5aec24 [2023-04-17T23:22:12.747Z] Path: /home/ubuntu/.docker/cli-plugins/docker-buildx [2023-04-17T23:22:12.747Z] compose: Docker Compose (Docker Inc.) [2023-04-17T23:22:12.747Z] Version: v2.12.0 [2023-04-17T23:22:12.747Z] Path: /usr/libexec/docker/cli-plugins/docker-compose [2023-04-17T23:22:12.747Z] scan: Docker Scan (Docker Inc.) [2023-04-17T23:22:12.747Z] Version: v0.17.0 [2023-04-17T23:22:12.747Z] Path: /usr/libexec/docker/cli-plugins/docker-scan [2023-04-17T23:22:12.747Z] [2023-04-17T23:22:12.747Z] Server: [2023-04-17T23:22:12.747Z] Containers: 0 [2023-04-17T23:22:12.747Z] Running: 0 [2023-04-17T23:22:12.747Z] Paused: 0 [2023-04-17T23:22:12.747Z] Stopped: 0 [2023-04-17T23:22:12.747Z] Images: 0 [2023-04-17T23:22:12.747Z] Server Version: 22.06.0-beta.0 [2023-04-17T23:22:12.747Z] Storage Driver: overlay2 [2023-04-17T23:22:12.747Z] Backing Filesystem: extfs [2023-04-17T23:22:12.747Z] Supports d_type: true [2023-04-17T23:22:12.747Z] Using metacopy: false [2023-04-17T23:22:12.747Z] Native Overlay Diff: true [2023-04-17T23:22:12.747Z] userxattr: false [2023-04-17T23:22:12.747Z] Logging Driver: json-file [2023-04-17T23:22:12.747Z] Cgroup Driver: cgroupfs [2023-04-17T23:22:12.747Z] Cgroup Version: 1 [2023-04-17T23:22:12.747Z] Plugins: [2023-04-17T23:22:12.747Z] Volume: local [2023-04-17T23:22:12.747Z] Network: bridge host ipvlan macvlan null overlay [2023-04-17T23:22:12.747Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2023-04-17T23:22:12.747Z] Swarm: inactive [2023-04-17T23:22:12.747Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2023-04-17T23:22:12.747Z] Default Runtime: runc [2023-04-17T23:22:12.747Z] Init Binary: docker-init [2023-04-17T23:22:12.747Z] containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6 [2023-04-17T23:22:12.747Z] runc version: v1.1.4-0-g5fd4c4d [2023-04-17T23:22:12.747Z] init version: de40ad0 [2023-04-17T23:22:12.747Z] Security Options: [2023-04-17T23:22:12.747Z] apparmor [2023-04-17T23:22:12.747Z] seccomp [2023-04-17T23:22:12.747Z] Profile: builtin [2023-04-17T23:22:12.747Z] Kernel Version: 5.4.0-1088-aws [2023-04-17T23:22:12.747Z] Operating System: Ubuntu 18.04.6 LTS [2023-04-17T23:22:12.747Z] OSType: linux [2023-04-17T23:22:12.747Z] Architecture: x86_64 [2023-04-17T23:22:12.747Z] CPUs: 8 [2023-04-17T23:22:12.747Z] Total Memory: 30.58GiB [2023-04-17T23:22:12.747Z] Name: ip-10-100-83-129 [2023-04-17T23:22:12.747Z] ID: 46afdfad-1825-4e95-81cd-12ef0a946260 [2023-04-17T23:22:12.747Z] Docker Root Dir: /var/lib/docker [2023-04-17T23:22:12.747Z] Debug Mode: false [2023-04-17T23:22:12.747Z] Registry: https://index.docker.io/v1/ [2023-04-17T23:22:12.747Z] Labels: [2023-04-17T23:22:12.747Z] Experimental: true [2023-04-17T23:22:12.747Z] Insecure Registries: [2023-04-17T23:22:12.747Z] 127.0.0.0/8 [2023-04-17T23:22:12.747Z] Live Restore Enabled: true [2023-04-17T23:22:12.747Z] [2023-04-17T23:22:12.747Z] WARNING: No swap limit support [Pipeline] sh [2023-04-17T23:22:13.063Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2023-04-17T23:22:13.063Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2023-04-17T23:22:13.063Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-45349/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2023-04-17T23:22:13.063Z] + bash /home/ubuntu/workspace/moby_PR-45349/check-config.sh [2023-04-17T23:22:13.063Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2023-04-17T23:22:13.063Z] info: reading kernel config from /boot/config-5.4.0-1088-aws ... [2023-04-17T23:22:13.063Z] [2023-04-17T23:22:13.063Z] Generally Necessary: [2023-04-17T23:22:13.063Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2023-04-17T23:22:13.063Z] - apparmor: enabled and tools installed [2023-04-17T23:22:13.063Z] - CONFIG_NAMESPACES: enabled [2023-04-17T23:22:13.063Z] - CONFIG_NET_NS: enabled [2023-04-17T23:22:13.063Z] - CONFIG_PID_NS: enabled [2023-04-17T23:22:13.063Z] - CONFIG_IPC_NS: enabled [2023-04-17T23:22:13.063Z] - CONFIG_UTS_NS: enabled [2023-04-17T23:22:13.063Z] - CONFIG_CGROUPS: enabled [2023-04-17T23:22:13.063Z] - CONFIG_CGROUP_CPUACCT: enabled [2023-04-17T23:22:13.063Z] - CONFIG_CGROUP_DEVICE: enabled [2023-04-17T23:22:13.063Z] - CONFIG_CGROUP_FREEZER: enabled [2023-04-17T23:22:13.063Z] - CONFIG_CGROUP_SCHED: enabled [2023-04-17T23:22:13.063Z] - CONFIG_CPUSETS: enabled [2023-04-17T23:22:13.063Z] - CONFIG_MEMCG: enabled [2023-04-17T23:22:13.063Z] - CONFIG_KEYS: enabled [2023-04-17T23:22:13.063Z] - CONFIG_VETH: enabled (as module) [2023-04-17T23:22:13.063Z] - CONFIG_BRIDGE: enabled (as module) [2023-04-17T23:22:13.063Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2023-04-17T23:22:13.063Z] - CONFIG_NF_NAT_IPV4: missing [2023-04-17T23:22:13.063Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2023-04-17T23:22:13.142Z] #17 DONE 0.9s [2023-04-17T23:22:13.142Z] [2023-04-17T23:22:13.142Z] #18 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-04-17T23:22:13.319Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2023-04-17T23:22:13.319Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2023-04-17T23:22:13.319Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2023-04-17T23:22:13.319Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2023-04-17T23:22:13.319Z] - CONFIG_IP_NF_NAT: enabled (as module) [2023-04-17T23:22:13.319Z] - CONFIG_NF_NAT: enabled (as module) [2023-04-17T23:22:13.319Z] - CONFIG_NF_NAT_NEEDED: missing [2023-04-17T23:22:13.319Z] - CONFIG_POSIX_MQUEUE: enabled [2023-04-17T23:22:13.319Z] [2023-04-17T23:22:13.319Z] Optional Features: [2023-04-17T23:22:13.319Z] - CONFIG_USER_NS: enabled [2023-04-17T23:22:13.319Z] - CONFIG_SECCOMP: enabled [2023-04-17T23:22:13.319Z] - CONFIG_CGROUP_PIDS: enabled [2023-04-17T23:22:13.319Z] - CONFIG_MEMCG_SWAP: enabled [2023-04-17T23:22:13.319Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2023-04-17T23:22:13.319Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2023-04-17T23:22:13.319Z] - CONFIG_BLK_CGROUP: enabled [2023-04-17T23:22:13.319Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2023-04-17T23:22:13.319Z] - CONFIG_IOSCHED_CFQ: missing [2023-04-17T23:22:13.319Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2023-04-17T23:22:13.319Z] - CONFIG_CGROUP_PERF: enabled [2023-04-17T23:22:13.319Z] - CONFIG_CGROUP_HUGETLB: enabled [2023-04-17T23:22:13.319Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2023-04-17T23:22:13.319Z] - CONFIG_CGROUP_NET_PRIO: enabled [2023-04-17T23:22:13.319Z] - CONFIG_CFS_BANDWIDTH: enabled [2023-04-17T23:22:13.319Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2023-04-17T23:22:13.319Z] - CONFIG_RT_GROUP_SCHED: missing [2023-04-17T23:22:13.319Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2023-04-17T23:22:13.319Z] - CONFIG_IP_VS: enabled (as module) [2023-04-17T23:22:13.319Z] - CONFIG_IP_VS_NFCT: enabled [2023-04-17T23:22:13.319Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2023-04-17T23:22:13.319Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2023-04-17T23:22:13.319Z] - CONFIG_IP_VS_RR: enabled (as module) [2023-04-17T23:22:13.319Z] - CONFIG_EXT4_FS: enabled [2023-04-17T23:22:13.319Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2023-04-17T23:22:13.575Z] - CONFIG_EXT4_FS_SECURITY: enabled [2023-04-17T23:22:13.575Z] - Network Drivers: [2023-04-17T23:22:13.575Z] - "overlay": [2023-04-17T23:22:13.575Z] - CONFIG_VXLAN: enabled (as module) [2023-04-17T23:22:13.575Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2023-04-17T23:22:13.575Z] Optional (for encrypted networks): [2023-04-17T23:22:13.575Z] - CONFIG_CRYPTO: enabled [2023-04-17T23:22:13.575Z] - CONFIG_CRYPTO_AEAD: enabled [2023-04-17T23:22:13.575Z] - CONFIG_CRYPTO_GCM: enabled [2023-04-17T23:22:13.575Z] - CONFIG_CRYPTO_SEQIV: enabled [2023-04-17T23:22:13.575Z] - CONFIG_CRYPTO_GHASH: enabled [2023-04-17T23:22:13.575Z] - CONFIG_XFRM: enabled [2023-04-17T23:22:13.575Z] - CONFIG_XFRM_USER: enabled (as module) [2023-04-17T23:22:13.575Z] - CONFIG_XFRM_ALGO: enabled (as module) [2023-04-17T23:22:13.575Z] - CONFIG_INET_ESP: enabled (as module) [2023-04-17T23:22:13.575Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2023-04-17T23:22:13.575Z] - "ipvlan": [2023-04-17T23:22:13.575Z] - CONFIG_IPVLAN: enabled (as module) [2023-04-17T23:22:13.575Z] - "macvlan": [2023-04-17T23:22:13.575Z] - CONFIG_MACVLAN: enabled (as module) [2023-04-17T23:22:13.575Z] - CONFIG_DUMMY: enabled (as module) [2023-04-17T23:22:13.575Z] - "ftp,tftp client in container": [2023-04-17T23:22:13.575Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2023-04-17T23:22:13.575Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2023-04-17T23:22:13.575Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2023-04-17T23:22:13.575Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2023-04-17T23:22:13.575Z] - Storage Drivers: [2023-04-17T23:22:13.575Z] - "aufs": [2023-04-17T23:22:13.575Z] - CONFIG_AUFS_FS: enabled (as module) [2023-04-17T23:22:13.575Z] - "btrfs": [2023-04-17T23:22:13.575Z] - CONFIG_BTRFS_FS: enabled (as module) [2023-04-17T23:22:13.575Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2023-04-17T23:22:13.575Z] - "devicemapper": [2023-04-17T23:22:13.575Z] - CONFIG_BLK_DEV_DM: enabled [2023-04-17T23:22:13.575Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2023-04-17T23:22:13.575Z] - "overlay": [2023-04-17T23:22:13.575Z] - CONFIG_OVERLAY_FS: enabled (as module) [2023-04-17T23:22:13.575Z] - "zfs": [2023-04-17T23:22:13.575Z] - /dev/zfs: present [2023-04-17T23:22:13.575Z] - zfs command: missing [2023-04-17T23:22:13.575Z] - zpool command: missing [2023-04-17T23:22:13.575Z] [2023-04-17T23:22:13.575Z] Limits: [2023-04-17T23:22:13.575Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2023-04-17T23:22:13.575Z] [2023-04-17T23:22:13.575Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2023-04-17T23:22:13.889Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:ad45ece6fe93c6870080341daa12fe8da6271fa9 . [2023-04-17T23:22:14.451Z] #1 [internal] load .dockerignore [2023-04-17T23:22:14.451Z] #1 transferring context: 87B done [2023-04-17T23:22:14.451Z] #1 DONE 0.1s [2023-04-17T23:22:14.451Z] [2023-04-17T23:22:14.451Z] #2 [internal] load build definition from Dockerfile [2023-04-17T23:22:14.451Z] #2 transferring dockerfile: 17.17kB done [2023-04-17T23:22:14.451Z] #2 DONE 0.1s [2023-04-17T23:22:14.451Z] [2023-04-17T23:22:14.451Z] #3 resolve image config for docker.io/docker/dockerfile:1 [2023-04-17T23:22:14.526Z] #18 ... [2023-04-17T23:22:14.526Z] [2023-04-17T23:22:14.526Z] #13 [base 1/3] FROM docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 [2023-04-17T23:22:14.526Z] #13 extracting sha256:1b89f3c7f7da8adf032a33a75d1b659cee33179ecb88ea0ba75e4fc58ebe63a6 8.1s done [2023-04-17T23:22:14.526Z] #13 extracting sha256:079116d1299c7a03ad97f33aca1b181392a259fb6bd3b4b22efee1e80c7a62d3 6.6s done [2023-04-17T23:22:14.526Z] #13 extracting sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 [2023-04-17T23:22:14.706Z] #3 DONE 0.4s [2023-04-17T23:22:14.706Z] [2023-04-17T23:22:14.706Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 [2023-04-17T23:22:14.706Z] #4 resolve docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 done [2023-04-17T23:22:14.706Z] #4 sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 7.34MB / 11.55MB 0.1s [2023-04-17T23:22:14.706Z] #4 sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 8.40kB / 8.40kB done [2023-04-17T23:22:14.706Z] #4 sha256:966d40f9ba8366e74c2fa353fc0bc7bbc167d2a0f3ad2420db8b9e633049462d 482B / 482B done [2023-04-17T23:22:14.706Z] #4 sha256:dbdd11720762ad504260c66161c964e59eba06b95a7aa64a68634b598a830a91 2.90kB / 2.90kB done [2023-04-17T23:22:14.962Z] #4 sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 11.55MB / 11.55MB 0.2s [2023-04-17T23:22:14.962Z] #4 sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 11.55MB / 11.55MB 0.2s done [2023-04-17T23:22:14.962Z] #4 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd [2023-04-17T23:22:15.097Z] #13 ... [2023-04-17T23:22:15.097Z] [2023-04-17T23:22:15.097Z] #18 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-04-17T23:22:15.097Z] #18 2.120 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2023-04-17T23:22:15.219Z] #4 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 0.2s done [2023-04-17T23:22:15.361Z] #18 2.475 [2023-04-17T23:22:15.474Z] #4 DONE 0.6s [2023-04-17T23:22:15.474Z] [2023-04-17T23:22:15.474Z] #5 [internal] load metadata for docker.io/library/golang:1.19.8-bullseye [2023-04-17T23:22:15.624Z] #18 2.708 #=#=# ######################################################################## 100.0% [2023-04-17T23:22:15.884Z] #18 2.989 [2023-04-17T23:22:16.401Z] #5 ... [2023-04-17T23:22:16.401Z] [2023-04-17T23:22:16.401Z] #6 [internal] load metadata for docker.io/library/debian:bullseye [2023-04-17T23:22:16.401Z] #6 DONE 1.0s [2023-04-17T23:22:16.401Z] [2023-04-17T23:22:16.401Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2023-04-17T23:22:16.401Z] #7 DONE 1.1s [2023-04-17T23:22:16.401Z] [2023-04-17T23:22:16.401Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2023-04-17T23:22:16.401Z] #8 DONE 1.1s [2023-04-17T23:22:16.401Z] [2023-04-17T23:22:16.401Z] #5 [internal] load metadata for docker.io/library/golang:1.19.8-bullseye [2023-04-17T23:22:16.401Z] #5 DONE 1.1s [2023-04-17T23:22:16.841Z] #18 4.098 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2023-04-17T23:22:17.102Z] #18 4.349 [2023-04-17T23:22:17.329Z] [2023-04-17T23:22:17.329Z] #9 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:0a78ed641b76252739e28ebbbe8cdbd80dc367fba4502565ca839e5803cfd86e [2023-04-17T23:22:17.329Z] #9 resolve docker.io/library/debian:bullseye@sha256:0a78ed641b76252739e28ebbbe8cdbd80dc367fba4502565ca839e5803cfd86e 0.0s done [2023-04-17T23:22:17.329Z] #9 sha256:ca1a8403096efb7da1512b0ae008b16f2dae553deed435163b137447b90fa8b0 1.46kB / 1.46kB done [2023-04-17T23:22:17.329Z] #9 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 0B / 55.05MB 0.1s [2023-04-17T23:22:17.329Z] #9 sha256:0a78ed641b76252739e28ebbbe8cdbd80dc367fba4502565ca839e5803cfd86e 1.85kB / 1.85kB done [2023-04-17T23:22:17.329Z] #9 sha256:4effa16ae79ab36347d55ebb6bb4aad411077b72ad735054e684b3eeba373a35 529B / 529B done [2023-04-17T23:22:17.329Z] #9 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 5.24MB / 55.05MB 0.2s [2023-04-17T23:22:17.329Z] #9 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 18.87MB / 55.05MB 0.3s [2023-04-17T23:22:17.586Z] #9 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 28.31MB / 55.05MB 0.4s [2023-04-17T23:22:17.586Z] #9 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 38.80MB / 55.05MB 0.5s [2023-04-17T23:22:17.623Z] #18 4.567 #=#=# ############################################################# 85.8% ######################################################################## 100.0% [2023-04-17T23:22:17.623Z] #18 4.894 [2023-04-17T23:22:17.848Z] #9 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 48.23MB / 55.05MB 0.6s [2023-04-17T23:22:17.848Z] #9 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 55.05MB / 55.05MB 0.7s [2023-04-17T23:22:18.411Z] #9 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 55.05MB / 55.05MB 1.3s done [2023-04-17T23:22:18.411Z] #9 extracting sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 [2023-04-17T23:22:18.669Z] #9 ... [2023-04-17T23:22:18.669Z] [2023-04-17T23:22:18.669Z] #10 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2023-04-17T23:22:18.669Z] #10 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2023-04-17T23:22:18.669Z] #10 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2023-04-17T23:22:18.669Z] #10 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2023-04-17T23:22:18.669Z] #10 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2023-04-17T23:22:18.669Z] #10 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.5s done [2023-04-17T23:22:18.669Z] #10 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.4s done [2023-04-17T23:22:18.669Z] #10 DONE 1.7s [2023-04-17T23:22:18.669Z] [2023-04-17T23:22:18.669Z] #11 [internal] load build context [2023-04-17T23:22:18.669Z] #11 transferring context: 53.56MB 1.7s done [2023-04-17T23:22:18.669Z] #11 DONE 1.8s [2023-04-17T23:22:18.926Z] [2023-04-17T23:22:18.926Z] #12 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2023-04-17T23:22:18.926Z] #12 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2023-04-17T23:22:18.926Z] #12 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2023-04-17T23:22:18.926Z] #12 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2023-04-17T23:22:18.926Z] #12 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2023-04-17T23:22:18.926Z] #12 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.7s done [2023-04-17T23:22:18.926Z] #12 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.4s done [2023-04-17T23:22:18.926Z] #12 DONE 1.8s [2023-04-17T23:22:18.926Z] [2023-04-17T23:22:18.926Z] #13 [base 1/3] FROM docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 [2023-04-17T23:22:18.926Z] #13 resolve docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 0.0s done [2023-04-17T23:22:18.926Z] #13 sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 1.86kB / 1.86kB done [2023-04-17T23:22:18.926Z] #13 sha256:dd9ad81920b63c7f9f18823d888d5fdcc7e7516086fd16654d07bc437f0e2427 1.80kB / 1.80kB done [2023-04-17T23:22:18.926Z] #13 sha256:b47c7dfaaa9363e13a945cae402183b29081a75eef4ab0686c3edf5fa2827b7b 7.10kB / 7.10kB done [2023-04-17T23:22:18.926Z] #13 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 55.05MB / 55.05MB 1.3s done [2023-04-17T23:22:18.926Z] #13 sha256:0336c50c9f6942b660e433b1086238eec37057c34b14c4e3b28bd7bf05bd84ba 10.88MB / 10.88MB 1.5s done [2023-04-17T23:22:18.926Z] #13 sha256:127e97b4daf784e08840a21765f0d4f251192ef2994d0e4a253490f81e63955b 5.17MB / 5.17MB 1.4s done [2023-04-17T23:22:18.926Z] #13 sha256:079116d1299c7a03ad97f33aca1b181392a259fb6bd3b4b22efee1e80c7a62d3 2.10MB / 85.99MB 1.6s [2023-04-17T23:22:18.926Z] #13 sha256:1b89f3c7f7da8adf032a33a75d1b659cee33179ecb88ea0ba75e4fc58ebe63a6 8.39MB / 54.58MB 1.6s [2023-04-17T23:22:18.926Z] #13 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 8.39MB / 149.05MB 1.6s [2023-04-17T23:22:18.926Z] #13 sha256:079116d1299c7a03ad97f33aca1b181392a259fb6bd3b4b22efee1e80c7a62d3 13.63MB / 85.99MB 1.7s [2023-04-17T23:22:18.926Z] #13 sha256:1b89f3c7f7da8adf032a33a75d1b659cee33179ecb88ea0ba75e4fc58ebe63a6 19.92MB / 54.58MB 1.7s [2023-04-17T23:22:18.926Z] #13 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 20.34MB / 149.05MB 1.7s [2023-04-17T23:22:19.006Z] #18 5.965 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2023-04-17T23:22:19.006Z] #18 6.271 [2023-04-17T23:22:19.182Z] #13 sha256:079116d1299c7a03ad97f33aca1b181392a259fb6bd3b4b22efee1e80c7a62d3 37.75MB / 85.99MB 1.9s [2023-04-17T23:22:19.182Z] #13 sha256:1b89f3c7f7da8adf032a33a75d1b659cee33179ecb88ea0ba75e4fc58ebe63a6 39.85MB / 54.58MB 1.9s [2023-04-17T23:22:19.182Z] #13 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 37.75MB / 149.05MB 1.9s [2023-04-17T23:22:19.182Z] #13 sha256:079116d1299c7a03ad97f33aca1b181392a259fb6bd3b4b22efee1e80c7a62d3 48.23MB / 85.99MB 2.0s [2023-04-17T23:22:19.182Z] #13 sha256:1b89f3c7f7da8adf032a33a75d1b659cee33179ecb88ea0ba75e4fc58ebe63a6 49.28MB / 54.58MB 2.0s [2023-04-17T23:22:19.182Z] #13 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 50.33MB / 149.05MB 2.0s [2023-04-17T23:22:19.182Z] #13 sha256:079116d1299c7a03ad97f33aca1b181392a259fb6bd3b4b22efee1e80c7a62d3 57.67MB / 85.99MB 2.1s [2023-04-17T23:22:19.182Z] #13 sha256:1b89f3c7f7da8adf032a33a75d1b659cee33179ecb88ea0ba75e4fc58ebe63a6 54.58MB / 54.58MB 2.1s [2023-04-17T23:22:19.454Z] #13 sha256:079116d1299c7a03ad97f33aca1b181392a259fb6bd3b4b22efee1e80c7a62d3 68.16MB / 85.99MB 2.2s [2023-04-17T23:22:19.454Z] #13 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 63.96MB / 149.05MB 2.2s [2023-04-17T23:22:19.454Z] #13 sha256:079116d1299c7a03ad97f33aca1b181392a259fb6bd3b4b22efee1e80c7a62d3 77.65MB / 85.99MB 2.3s [2023-04-17T23:22:19.454Z] #13 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 77.32MB / 149.05MB 2.3s [2023-04-17T23:22:19.724Z] #13 sha256:079116d1299c7a03ad97f33aca1b181392a259fb6bd3b4b22efee1e80c7a62d3 85.99MB / 85.99MB 2.4s [2023-04-17T23:22:19.724Z] #13 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 90.18MB / 149.05MB 2.4s [2023-04-17T23:22:19.724Z] #13 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 99.61MB / 149.05MB 2.5s [2023-04-17T23:22:19.807Z] #18 6.500 #=#=# 0.1% ########################################## 58.8% ########################################### 60.1% ######################################################################## 100.0% [2023-04-17T23:22:19.981Z] #13 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 119.54MB / 149.05MB 2.7s [2023-04-17T23:22:19.981Z] #13 sha256:1b89f3c7f7da8adf032a33a75d1b659cee33179ecb88ea0ba75e4fc58ebe63a6 54.58MB / 54.58MB 2.7s done [2023-04-17T23:22:19.981Z] #13 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 131.07MB / 149.05MB 2.8s [2023-04-17T23:22:20.069Z] #18 7.301 [2023-04-17T23:22:20.237Z] #13 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 149.05MB / 149.05MB 3.0s [2023-04-17T23:22:20.237Z] #13 extracting sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 1.7s done [2023-04-17T23:22:20.559Z] Client: Docker Engine - Community [2023-04-17T23:22:20.559Z] Version: 22.06.0-beta.0 [2023-04-17T23:22:20.559Z] API version: 1.42 [2023-04-17T23:22:20.559Z] Go version: go1.18.3 [2023-04-17T23:22:20.559Z] Git commit: 3e9117b [2023-04-17T23:22:20.559Z] Built: Fri Jun 3 17:55:46 2022 [2023-04-17T23:22:20.559Z] OS/Arch: linux/amd64 [2023-04-17T23:22:20.559Z] Context: default [2023-04-17T23:22:20.559Z] [2023-04-17T23:22:20.559Z] Server: Docker Engine - Community [2023-04-17T23:22:20.559Z] Engine: [2023-04-17T23:22:20.559Z] Version: 22.06.0-beta.0 [2023-04-17T23:22:20.559Z] API version: 1.42 (minimum version 1.12) [2023-04-17T23:22:20.559Z] Go version: go1.18.3 [2023-04-17T23:22:20.559Z] Git commit: 38633e7 [2023-04-17T23:22:20.559Z] Built: Fri Jun 3 17:55:46 2022 [2023-04-17T23:22:20.559Z] OS/Arch: linux/amd64 [2023-04-17T23:22:20.559Z] Experimental: true [2023-04-17T23:22:20.559Z] containerd: [2023-04-17T23:22:20.559Z] Version: 1.6.8 [2023-04-17T23:22:20.559Z] GitCommit: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6 [2023-04-17T23:22:20.559Z] runc: [2023-04-17T23:22:20.559Z] Version: 1.1.4 [2023-04-17T23:22:20.559Z] GitCommit: v1.1.4-0-g5fd4c4d [2023-04-17T23:22:20.559Z] docker-init: [2023-04-17T23:22:20.559Z] Version: 0.19.0 [2023-04-17T23:22:20.559Z] GitCommit: de40ad0 [Pipeline] sh [2023-04-17T23:22:20.888Z] + docker info [2023-04-17T23:22:20.888Z] Client: [2023-04-17T23:22:20.888Z] Context: default [2023-04-17T23:22:20.888Z] Debug Mode: false [2023-04-17T23:22:20.888Z] Plugins: [2023-04-17T23:22:20.888Z] buildx: Docker Buildx (Docker Inc.) [2023-04-17T23:22:20.888Z] Version: c5aec24 [2023-04-17T23:22:20.888Z] Path: /home/ubuntu/.docker/cli-plugins/docker-buildx [2023-04-17T23:22:20.888Z] compose: Docker Compose (Docker Inc.) [2023-04-17T23:22:20.888Z] Version: v2.12.0 [2023-04-17T23:22:20.888Z] Path: /usr/libexec/docker/cli-plugins/docker-compose [2023-04-17T23:22:20.888Z] scan: Docker Scan (Docker Inc.) [2023-04-17T23:22:20.888Z] Version: v0.17.0 [2023-04-17T23:22:20.888Z] Path: /usr/libexec/docker/cli-plugins/docker-scan [2023-04-17T23:22:20.888Z] [2023-04-17T23:22:20.888Z] Server: [2023-04-17T23:22:20.888Z] Containers: 0 [2023-04-17T23:22:20.888Z] Running: 0 [2023-04-17T23:22:20.888Z] Paused: 0 [2023-04-17T23:22:20.888Z] Stopped: 0 [2023-04-17T23:22:20.888Z] Images: 0 [2023-04-17T23:22:20.888Z] Server Version: 22.06.0-beta.0 [2023-04-17T23:22:20.888Z] Storage Driver: overlay2 [2023-04-17T23:22:20.888Z] Backing Filesystem: extfs [2023-04-17T23:22:20.888Z] Supports d_type: true [2023-04-17T23:22:20.888Z] Using metacopy: false [2023-04-17T23:22:20.888Z] Native Overlay Diff: true [2023-04-17T23:22:20.888Z] userxattr: false [2023-04-17T23:22:20.888Z] Logging Driver: json-file [2023-04-17T23:22:20.888Z] Cgroup Driver: cgroupfs [2023-04-17T23:22:20.888Z] Cgroup Version: 1 [2023-04-17T23:22:20.888Z] Plugins: [2023-04-17T23:22:20.888Z] Volume: local [2023-04-17T23:22:20.888Z] Network: bridge host ipvlan macvlan null overlay [2023-04-17T23:22:20.888Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2023-04-17T23:22:20.888Z] Swarm: inactive [2023-04-17T23:22:20.888Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2023-04-17T23:22:20.888Z] Default Runtime: runc [2023-04-17T23:22:20.888Z] Init Binary: docker-init [2023-04-17T23:22:20.888Z] containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6 [2023-04-17T23:22:20.888Z] runc version: v1.1.4-0-g5fd4c4d [2023-04-17T23:22:20.888Z] init version: de40ad0 [2023-04-17T23:22:20.888Z] Security Options: [2023-04-17T23:22:20.888Z] apparmor [2023-04-17T23:22:20.888Z] seccomp [2023-04-17T23:22:20.888Z] Profile: builtin [2023-04-17T23:22:20.888Z] Kernel Version: 5.4.0-1088-aws [2023-04-17T23:22:20.888Z] Operating System: Ubuntu 18.04.6 LTS [2023-04-17T23:22:20.888Z] OSType: linux [2023-04-17T23:22:20.888Z] Architecture: x86_64 [2023-04-17T23:22:20.888Z] CPUs: 2 [2023-04-17T23:22:20.888Z] Total Memory: 15.35GiB [2023-04-17T23:22:20.888Z] Name: ip-10-100-104-153 [2023-04-17T23:22:20.888Z] ID: 46afdfad-1825-4e95-81cd-12ef0a946260 [2023-04-17T23:22:20.888Z] Docker Root Dir: /var/lib/docker [2023-04-17T23:22:20.888Z] Debug Mode: false [2023-04-17T23:22:20.888Z] Registry: https://index.docker.io/v1/ [2023-04-17T23:22:20.888Z] Labels: [2023-04-17T23:22:20.888Z] Experimental: true [2023-04-17T23:22:20.888Z] Insecure Registries: [2023-04-17T23:22:20.888Z] 127.0.0.0/8 [2023-04-17T23:22:20.888Z] Live Restore Enabled: true [2023-04-17T23:22:20.888Z] [2023-04-17T23:22:20.888Z] WARNING: No swap limit support [Pipeline] sh [2023-04-17T23:22:21.040Z] #18 8.378 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2023-04-17T23:22:21.164Z] #13 sha256:079116d1299c7a03ad97f33aca1b181392a259fb6bd3b4b22efee1e80c7a62d3 85.99MB / 85.99MB 3.9s done [2023-04-17T23:22:21.164Z] #13 extracting sha256:127e97b4daf784e08840a21765f0d4f251192ef2994d0e4a253490f81e63955b [2023-04-17T23:22:21.204Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2023-04-17T23:22:21.204Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2023-04-17T23:22:21.204Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-45349/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2023-04-17T23:22:21.204Z] + bash /home/ubuntu/workspace/moby_PR-45349/check-config.sh [2023-04-17T23:22:21.205Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2023-04-17T23:22:21.205Z] info: reading kernel config from /boot/config-5.4.0-1088-aws ... [2023-04-17T23:22:21.205Z] [2023-04-17T23:22:21.205Z] Generally Necessary: [2023-04-17T23:22:21.205Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2023-04-17T23:22:21.205Z] - apparmor: enabled and tools installed [2023-04-17T23:22:21.205Z] - CONFIG_NAMESPACES: enabled [2023-04-17T23:22:21.205Z] - CONFIG_NET_NS: enabled [2023-04-17T23:22:21.205Z] - CONFIG_PID_NS: enabled [2023-04-17T23:22:21.205Z] - CONFIG_IPC_NS: enabled [2023-04-17T23:22:21.205Z] - CONFIG_UTS_NS: enabled [2023-04-17T23:22:21.205Z] - CONFIG_CGROUPS: enabled [2023-04-17T23:22:21.205Z] - CONFIG_CGROUP_CPUACCT: enabled [2023-04-17T23:22:21.205Z] - CONFIG_CGROUP_DEVICE: enabled [2023-04-17T23:22:21.205Z] - CONFIG_CGROUP_FREEZER: enabled [2023-04-17T23:22:21.205Z] - CONFIG_CGROUP_SCHED: enabled [2023-04-17T23:22:21.205Z] - CONFIG_CPUSETS: enabled [2023-04-17T23:22:21.205Z] - CONFIG_MEMCG: enabled [2023-04-17T23:22:21.205Z] - CONFIG_KEYS: enabled [2023-04-17T23:22:21.205Z] - CONFIG_VETH: enabled (as module) [2023-04-17T23:22:21.205Z] - CONFIG_BRIDGE: enabled (as module) [2023-04-17T23:22:21.205Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2023-04-17T23:22:21.205Z] - CONFIG_NF_NAT_IPV4: missing [2023-04-17T23:22:21.420Z] #13 sha256:10440d7e88e9007ba735398eaaada57962675e286370bd63e95c57058492c64c 155B / 155B 4.1s [2023-04-17T23:22:21.420Z] #13 extracting sha256:127e97b4daf784e08840a21765f0d4f251192ef2994d0e4a253490f81e63955b 0.2s done [2023-04-17T23:22:21.480Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2023-04-17T23:22:21.480Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2023-04-17T23:22:21.480Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2023-04-17T23:22:21.480Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2023-04-17T23:22:21.480Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2023-04-17T23:22:21.480Z] - CONFIG_IP_NF_NAT: enabled (as module) [2023-04-17T23:22:21.480Z] - CONFIG_NF_NAT: enabled (as module) [2023-04-17T23:22:21.480Z] - CONFIG_NF_NAT_NEEDED: missing [2023-04-17T23:22:21.480Z] - CONFIG_POSIX_MQUEUE: enabled [2023-04-17T23:22:21.480Z] [2023-04-17T23:22:21.480Z] Optional Features: [2023-04-17T23:22:21.480Z] - CONFIG_USER_NS: enabled [2023-04-17T23:22:21.480Z] - CONFIG_SECCOMP: enabled [2023-04-17T23:22:21.480Z] - CONFIG_CGROUP_PIDS: enabled [2023-04-17T23:22:21.480Z] - CONFIG_MEMCG_SWAP: enabled [2023-04-17T23:22:21.480Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2023-04-17T23:22:21.480Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2023-04-17T23:22:21.480Z] - CONFIG_BLK_CGROUP: enabled [2023-04-17T23:22:21.480Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2023-04-17T23:22:21.480Z] - CONFIG_IOSCHED_CFQ: missing [2023-04-17T23:22:21.480Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2023-04-17T23:22:21.480Z] - CONFIG_CGROUP_PERF: enabled [2023-04-17T23:22:21.480Z] - CONFIG_CGROUP_HUGETLB: enabled [2023-04-17T23:22:21.480Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2023-04-17T23:22:21.480Z] - CONFIG_CGROUP_NET_PRIO: enabled [2023-04-17T23:22:21.480Z] - CONFIG_CFS_BANDWIDTH: enabled [2023-04-17T23:22:21.480Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2023-04-17T23:22:21.480Z] - CONFIG_RT_GROUP_SCHED: missing [2023-04-17T23:22:21.633Z] #18 8.719 [2023-04-17T23:22:21.764Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2023-04-17T23:22:21.764Z] - CONFIG_IP_VS: enabled (as module) [2023-04-17T23:22:21.764Z] - CONFIG_IP_VS_NFCT: enabled [2023-04-17T23:22:21.764Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2023-04-17T23:22:21.764Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2023-04-17T23:22:21.764Z] - CONFIG_IP_VS_RR: enabled (as module) [2023-04-17T23:22:21.764Z] - CONFIG_EXT4_FS: enabled [2023-04-17T23:22:21.764Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2023-04-17T23:22:21.764Z] - CONFIG_EXT4_FS_SECURITY: enabled [2023-04-17T23:22:21.764Z] - Network Drivers: [2023-04-17T23:22:21.764Z] - "overlay": [2023-04-17T23:22:21.764Z] - CONFIG_VXLAN: enabled (as module) [2023-04-17T23:22:21.764Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2023-04-17T23:22:21.764Z] Optional (for encrypted networks): [2023-04-17T23:22:21.764Z] - CONFIG_CRYPTO: enabled [2023-04-17T23:22:21.764Z] - CONFIG_CRYPTO_AEAD: enabled [2023-04-17T23:22:21.764Z] - CONFIG_CRYPTO_GCM: enabled [2023-04-17T23:22:21.764Z] - CONFIG_CRYPTO_SEQIV: enabled [2023-04-17T23:22:21.764Z] - CONFIG_CRYPTO_GHASH: enabled [2023-04-17T23:22:21.764Z] - CONFIG_XFRM: enabled [2023-04-17T23:22:21.764Z] - CONFIG_XFRM_USER: enabled (as module) [2023-04-17T23:22:21.764Z] - CONFIG_XFRM_ALGO: enabled (as module) [2023-04-17T23:22:21.764Z] - CONFIG_INET_ESP: enabled (as module) [2023-04-17T23:22:21.764Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2023-04-17T23:22:21.764Z] - "ipvlan": [2023-04-17T23:22:21.764Z] - CONFIG_IPVLAN: enabled (as module) [2023-04-17T23:22:21.764Z] - "macvlan": [2023-04-17T23:22:21.764Z] - CONFIG_MACVLAN: enabled (as module) [2023-04-17T23:22:21.764Z] - CONFIG_DUMMY: enabled (as module) [2023-04-17T23:22:21.764Z] - "ftp,tftp client in container": [2023-04-17T23:22:21.896Z] #18 8.938 #=#=# ######################################################################## 100.0% [2023-04-17T23:22:22.036Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2023-04-17T23:22:22.036Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2023-04-17T23:22:22.036Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2023-04-17T23:22:22.036Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2023-04-17T23:22:22.036Z] - Storage Drivers: [2023-04-17T23:22:22.036Z] - "aufs": [2023-04-17T23:22:22.036Z] - CONFIG_AUFS_FS: enabled (as module) [2023-04-17T23:22:22.036Z] - "btrfs": [2023-04-17T23:22:22.036Z] - CONFIG_BTRFS_FS: enabled (as module) [2023-04-17T23:22:22.036Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2023-04-17T23:22:22.036Z] - "devicemapper": [2023-04-17T23:22:22.036Z] - CONFIG_BLK_DEV_DM: enabled [2023-04-17T23:22:22.036Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2023-04-17T23:22:22.036Z] - "overlay": [2023-04-17T23:22:22.036Z] - CONFIG_OVERLAY_FS: enabled (as module) [2023-04-17T23:22:22.036Z] - "zfs": [2023-04-17T23:22:22.036Z] - /dev/zfs: present [2023-04-17T23:22:22.036Z] - zfs command: missing [2023-04-17T23:22:22.036Z] - zpool command: missing [2023-04-17T23:22:22.036Z] [2023-04-17T23:22:22.036Z] Limits: [2023-04-17T23:22:22.036Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2023-04-17T23:22:22.036Z] [2023-04-17T23:22:22.036Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2023-04-17T23:22:22.156Z] #18 9.237 [2023-04-17T23:22:22.156Z] #18 ... [2023-04-17T23:22:22.156Z] [2023-04-17T23:22:22.156Z] #13 [base 1/3] FROM docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 [2023-04-17T23:22:22.157Z] #13 extracting sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 7.7s [2023-04-17T23:22:22.383Z] + sudo modprobe ip_vs [2023-04-17T23:22:22.383Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:ad45ece6fe93c6870080341daa12fe8da6271fa9 . [2023-04-17T23:22:22.726Z] #13 ... [2023-04-17T23:22:22.726Z] [2023-04-17T23:22:22.726Z] #18 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-04-17T23:22:22.726Z] #18 10.05 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2023-04-17T23:22:22.783Z] #13 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 149.05MB / 149.05MB 5.7s done [2023-04-17T23:22:22.783Z] #13 extracting sha256:0336c50c9f6942b660e433b1086238eec37057c34b14c4e3b28bd7bf05bd84ba [2023-04-17T23:22:22.951Z] #1 [internal] load build definition from Dockerfile [2023-04-17T23:22:22.951Z] #1 transferring dockerfile: [2023-04-17T23:22:22.951Z] #1 transferring dockerfile: 17.17kB 0.0s done [2023-04-17T23:22:22.951Z] #1 DONE 0.1s [2023-04-17T23:22:22.951Z] [2023-04-17T23:22:22.951Z] #2 [internal] load .dockerignore [2023-04-17T23:22:22.951Z] #2 transferring context: 87B done [2023-04-17T23:22:22.951Z] #2 DONE 0.1s [2023-04-17T23:22:22.951Z] [2023-04-17T23:22:22.951Z] #3 resolve image config for docker.io/docker/dockerfile:1 [2023-04-17T23:22:23.039Z] #13 ... [2023-04-17T23:22:23.039Z] [2023-04-17T23:22:23.039Z] #9 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:0a78ed641b76252739e28ebbbe8cdbd80dc367fba4502565ca839e5803cfd86e [2023-04-17T23:22:23.039Z] #9 extracting sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 1.7s done [2023-04-17T23:22:23.039Z] #9 DONE 5.9s [2023-04-17T23:22:23.039Z] [2023-04-17T23:22:23.039Z] #13 [base 1/3] FROM docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 [2023-04-17T23:22:23.039Z] #13 ... [2023-04-17T23:22:23.039Z] [2023-04-17T23:22:23.040Z] #14 [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 [2023-04-17T23:22:23.302Z] #18 10.44 [2023-04-17T23:22:23.519Z] #3 DONE 0.5s [2023-04-17T23:22:23.519Z] [2023-04-17T23:22:23.519Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 [2023-04-17T23:22:23.519Z] #4 resolve docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 0.0s done [2023-04-17T23:22:23.563Z] #18 10.66 #=#=# ######################################################################## 100.0% [2023-04-17T23:22:23.779Z] #4 sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 11.55MB / 11.55MB 0.2s [2023-04-17T23:22:23.779Z] #4 sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 8.40kB / 8.40kB done [2023-04-17T23:22:23.779Z] #4 sha256:966d40f9ba8366e74c2fa353fc0bc7bbc167d2a0f3ad2420db8b9e633049462d 482B / 482B done [2023-04-17T23:22:23.779Z] #4 sha256:dbdd11720762ad504260c66161c964e59eba06b95a7aa64a68634b598a830a91 2.90kB / 2.90kB done [2023-04-17T23:22:23.779Z] #4 sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 11.55MB / 11.55MB 0.2s done [2023-04-17T23:22:23.779Z] #4 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd [2023-04-17T23:22:23.824Z] #18 11.00 [2023-04-17T23:22:23.824Z] #18 11.07 Download of images into '/build' complete. [2023-04-17T23:22:23.824Z] #18 11.07 Use something like the following to load the result into a Docker daemon: [2023-04-17T23:22:23.824Z] #18 11.07 tar -cC '/build' . | docker load [2023-04-17T23:22:23.968Z] #14 0.978 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2023-04-17T23:22:23.968Z] #14 0.988 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-04-17T23:22:23.968Z] #14 0.988 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-04-17T23:22:24.226Z] #14 1.146 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-04-17T23:22:24.226Z] #14 ... [2023-04-17T23:22:24.226Z] [2023-04-17T23:22:24.226Z] #15 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2023-04-17T23:22:24.226Z] #15 DONE 1.0s [2023-04-17T23:22:24.226Z] [2023-04-17T23:22:24.226Z] #14 [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 [2023-04-17T23:22:24.226Z] #14 1.305 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [237 kB] [2023-04-17T23:22:24.355Z] #4 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 0.4s done [2023-04-17T23:22:24.355Z] #4 DONE 0.9s [2023-04-17T23:22:24.482Z] #14 1.432 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-04-17T23:22:24.614Z] [2023-04-17T23:22:24.615Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2023-04-17T23:22:25.409Z] #14 ... [2023-04-17T23:22:25.409Z] [2023-04-17T23:22:25.409Z] #16 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2023-04-17T23:22:25.409Z] #16 DONE 1.0s [2023-04-17T23:22:25.409Z] [2023-04-17T23:22:25.409Z] #13 [base 1/3] FROM docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 [2023-04-17T23:22:25.409Z] #13 extracting sha256:0336c50c9f6942b660e433b1086238eec37057c34b14c4e3b28bd7bf05bd84ba 0.2s done [2023-04-17T23:22:25.409Z] #13 extracting sha256:1b89f3c7f7da8adf032a33a75d1b659cee33179ecb88ea0ba75e4fc58ebe63a6 1.6s done [2023-04-17T23:22:25.409Z] #13 extracting sha256:079116d1299c7a03ad97f33aca1b181392a259fb6bd3b4b22efee1e80c7a62d3 0.3s [2023-04-17T23:22:25.558Z] #5 ... [2023-04-17T23:22:25.558Z] [2023-04-17T23:22:25.558Z] #6 [internal] load metadata for docker.io/library/debian:bullseye [2023-04-17T23:22:25.558Z] #6 DONE 0.8s [2023-04-17T23:22:25.558Z] [2023-04-17T23:22:25.558Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2023-04-17T23:22:25.558Z] #7 DONE 0.8s [2023-04-17T23:22:25.558Z] [2023-04-17T23:22:25.558Z] #8 [internal] load metadata for docker.io/library/golang:1.19.8-bullseye [2023-04-17T23:22:25.558Z] #8 DONE 0.9s [2023-04-17T23:22:25.558Z] [2023-04-17T23:22:25.558Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2023-04-17T23:22:25.558Z] #5 DONE 0.9s [2023-04-17T23:22:26.136Z] [2023-04-17T23:22:26.136Z] #9 [base 1/3] FROM docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 [2023-04-17T23:22:26.136Z] #9 resolve docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 0.0s done [2023-04-17T23:22:26.136Z] #9 sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 1.86kB / 1.86kB done [2023-04-17T23:22:26.136Z] #9 sha256:dd9ad81920b63c7f9f18823d888d5fdcc7e7516086fd16654d07bc437f0e2427 1.80kB / 1.80kB done [2023-04-17T23:22:26.394Z] #9 sha256:b47c7dfaaa9363e13a945cae402183b29081a75eef4ab0686c3edf5fa2827b7b 7.10kB / 7.10kB done [2023-04-17T23:22:26.394Z] #9 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 663.55kB / 55.05MB 0.1s [2023-04-17T23:22:26.394Z] #9 sha256:127e97b4daf784e08840a21765f0d4f251192ef2994d0e4a253490f81e63955b 0B / 5.17MB 0.1s [2023-04-17T23:22:26.394Z] #9 sha256:0336c50c9f6942b660e433b1086238eec37057c34b14c4e3b28bd7bf05bd84ba 0B / 10.88MB 0.2s [2023-04-17T23:22:26.657Z] #9 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 5.24MB / 55.05MB 0.3s [2023-04-17T23:22:26.657Z] #9 sha256:127e97b4daf784e08840a21765f0d4f251192ef2994d0e4a253490f81e63955b 4.19MB / 5.17MB 0.3s [2023-04-17T23:22:26.657Z] #9 sha256:127e97b4daf784e08840a21765f0d4f251192ef2994d0e4a253490f81e63955b 5.17MB / 5.17MB 0.4s [2023-04-17T23:22:26.657Z] #9 sha256:0336c50c9f6942b660e433b1086238eec37057c34b14c4e3b28bd7bf05bd84ba 2.10MB / 10.88MB 0.4s [2023-04-17T23:22:26.917Z] #9 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 13.63MB / 55.05MB 0.6s [2023-04-17T23:22:26.917Z] #9 sha256:127e97b4daf784e08840a21765f0d4f251192ef2994d0e4a253490f81e63955b 5.17MB / 5.17MB 0.5s done [2023-04-17T23:22:26.917Z] #9 sha256:0336c50c9f6942b660e433b1086238eec37057c34b14c4e3b28bd7bf05bd84ba 7.34MB / 10.88MB 0.6s [2023-04-17T23:22:26.918Z] #9 sha256:1b89f3c7f7da8adf032a33a75d1b659cee33179ecb88ea0ba75e4fc58ebe63a6 0B / 54.58MB 0.6s [2023-04-17T23:22:26.918Z] #9 sha256:0336c50c9f6942b660e433b1086238eec37057c34b14c4e3b28bd7bf05bd84ba 10.88MB / 10.88MB 0.7s [2023-04-17T23:22:27.123Z] #18 DONE 14.1s [2023-04-17T23:22:27.123Z] [2023-04-17T23:22:27.123Z] #13 [base 1/3] FROM docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 [2023-04-17T23:22:27.177Z] #9 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 17.83MB / 55.05MB 0.8s [2023-04-17T23:22:27.177Z] #9 sha256:1b89f3c7f7da8adf032a33a75d1b659cee33179ecb88ea0ba75e4fc58ebe63a6 3.54MB / 54.58MB 0.8s [2023-04-17T23:22:27.177Z] #9 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 20.97MB / 55.05MB 0.9s [2023-04-17T23:22:27.177Z] #9 sha256:0336c50c9f6942b660e433b1086238eec37057c34b14c4e3b28bd7bf05bd84ba 10.88MB / 10.88MB 0.8s done [2023-04-17T23:22:27.177Z] #9 sha256:1b89f3c7f7da8adf032a33a75d1b659cee33179ecb88ea0ba75e4fc58ebe63a6 6.32MB / 54.58MB 0.9s [2023-04-17T23:22:27.177Z] #9 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 24.12MB / 55.05MB 1.0s [2023-04-17T23:22:27.177Z] #9 sha256:079116d1299c7a03ad97f33aca1b181392a259fb6bd3b4b22efee1e80c7a62d3 1.82MB / 85.99MB 1.0s [2023-04-17T23:22:27.301Z] #13 extracting sha256:079116d1299c7a03ad97f33aca1b181392a259fb6bd3b4b22efee1e80c7a62d3 2.0s done [2023-04-17T23:22:27.301Z] #13 extracting sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 [2023-04-17T23:22:27.439Z] #9 sha256:1b89f3c7f7da8adf032a33a75d1b659cee33179ecb88ea0ba75e4fc58ebe63a6 10.49MB / 54.58MB 1.1s [2023-04-17T23:22:27.439Z] #9 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 30.41MB / 55.05MB 1.3s [2023-04-17T23:22:27.439Z] #9 sha256:1b89f3c7f7da8adf032a33a75d1b659cee33179ecb88ea0ba75e4fc58ebe63a6 14.68MB / 54.58MB 1.3s [2023-04-17T23:22:27.439Z] #9 sha256:079116d1299c7a03ad97f33aca1b181392a259fb6bd3b4b22efee1e80c7a62d3 7.34MB / 85.99MB 1.3s [2023-04-17T23:22:27.694Z] #13 extracting sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 13.0s [2023-04-17T23:22:27.709Z] #9 sha256:1b89f3c7f7da8adf032a33a75d1b659cee33179ecb88ea0ba75e4fc58ebe63a6 17.83MB / 54.58MB 1.4s [2023-04-17T23:22:27.709Z] #9 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 34.05MB / 55.05MB 1.5s [2023-04-17T23:22:27.709Z] #9 sha256:079116d1299c7a03ad97f33aca1b181392a259fb6bd3b4b22efee1e80c7a62d3 12.55MB / 85.99MB 1.5s [2023-04-17T23:22:27.968Z] #9 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 37.75MB / 55.05MB 1.7s [2023-04-17T23:22:27.968Z] #9 sha256:1b89f3c7f7da8adf032a33a75d1b659cee33179ecb88ea0ba75e4fc58ebe63a6 23.07MB / 54.58MB 1.7s [2023-04-17T23:22:27.968Z] #9 sha256:1b89f3c7f7da8adf032a33a75d1b659cee33179ecb88ea0ba75e4fc58ebe63a6 26.21MB / 54.58MB 1.8s [2023-04-17T23:22:27.968Z] #9 sha256:079116d1299c7a03ad97f33aca1b181392a259fb6bd3b4b22efee1e80c7a62d3 18.87MB / 85.99MB 1.8s [2023-04-17T23:22:28.538Z] #9 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 48.23MB / 55.05MB 2.2s [2023-04-17T23:22:28.538Z] #9 sha256:1b89f3c7f7da8adf032a33a75d1b659cee33179ecb88ea0ba75e4fc58ebe63a6 33.55MB / 54.58MB 2.2s [2023-04-17T23:22:28.538Z] #9 sha256:079116d1299c7a03ad97f33aca1b181392a259fb6bd3b4b22efee1e80c7a62d3 27.26MB / 85.99MB 2.2s [2023-04-17T23:22:28.803Z] #9 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 54.53MB / 55.05MB 2.5s [2023-04-17T23:22:28.803Z] #9 sha256:1b89f3c7f7da8adf032a33a75d1b659cee33179ecb88ea0ba75e4fc58ebe63a6 39.10MB / 54.58MB 2.5s [2023-04-17T23:22:28.803Z] #9 sha256:079116d1299c7a03ad97f33aca1b181392a259fb6bd3b4b22efee1e80c7a62d3 34.60MB / 85.99MB 2.5s [2023-04-17T23:22:29.069Z] #9 sha256:1b89f3c7f7da8adf032a33a75d1b659cee33179ecb88ea0ba75e4fc58ebe63a6 46.03MB / 54.58MB 2.7s [2023-04-17T23:22:29.069Z] #9 sha256:1b89f3c7f7da8adf032a33a75d1b659cee33179ecb88ea0ba75e4fc58ebe63a6 54.58MB / 54.58MB 2.9s [2023-04-17T23:22:29.069Z] #9 sha256:079116d1299c7a03ad97f33aca1b181392a259fb6bd3b4b22efee1e80c7a62d3 41.94MB / 85.99MB 2.9s [2023-04-17T23:22:29.076Z] #13 extracting sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 14.3s done [2023-04-17T23:22:29.076Z] #13 extracting sha256:10440d7e88e9007ba735398eaaada57962675e286370bd63e95c57058492c64c done [2023-04-17T23:22:29.330Z] #9 sha256:079116d1299c7a03ad97f33aca1b181392a259fb6bd3b4b22efee1e80c7a62d3 47.19MB / 85.99MB 3.0s [2023-04-17T23:22:29.330Z] #9 sha256:079116d1299c7a03ad97f33aca1b181392a259fb6bd3b4b22efee1e80c7a62d3 51.61MB / 85.99MB 3.1s [2023-04-17T23:22:29.336Z] #13 DONE 46.9s [2023-04-17T23:22:29.336Z] [2023-04-17T23:22:29.336Z] #19 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2023-04-17T23:22:29.614Z] #9 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 55.05MB / 55.05MB 3.1s done [2023-04-17T23:22:29.614Z] #9 sha256:079116d1299c7a03ad97f33aca1b181392a259fb6bd3b4b22efee1e80c7a62d3 58.72MB / 85.99MB 3.3s [2023-04-17T23:22:29.614Z] #9 sha256:079116d1299c7a03ad97f33aca1b181392a259fb6bd3b4b22efee1e80c7a62d3 65.01MB / 85.99MB 3.5s [2023-04-17T23:22:29.875Z] #9 sha256:1b89f3c7f7da8adf032a33a75d1b659cee33179ecb88ea0ba75e4fc58ebe63a6 54.58MB / 54.58MB 3.6s done [2023-04-17T23:22:29.875Z] #9 extracting sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 0.1s [2023-04-17T23:22:29.875Z] #9 sha256:079116d1299c7a03ad97f33aca1b181392a259fb6bd3b4b22efee1e80c7a62d3 69.71MB / 85.99MB 3.7s [2023-04-17T23:22:29.875Z] #9 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 0B / 149.05MB 3.7s [2023-04-17T23:22:29.875Z] #9 sha256:10440d7e88e9007ba735398eaaada57962675e286370bd63e95c57058492c64c 155B / 155B 3.7s [2023-04-17T23:22:30.133Z] #9 sha256:10440d7e88e9007ba735398eaaada57962675e286370bd63e95c57058492c64c 155B / 155B 3.7s done [2023-04-17T23:22:30.133Z] #9 sha256:079116d1299c7a03ad97f33aca1b181392a259fb6bd3b4b22efee1e80c7a62d3 77.59MB / 85.99MB 4.0s [2023-04-17T23:22:30.133Z] #9 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 8.39MB / 149.05MB 4.0s [2023-04-17T23:22:30.277Z] #19 DONE 0.7s [2023-04-17T23:22:30.277Z] [2023-04-17T23:22:30.277Z] #20 [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 [2023-04-17T23:22:30.396Z] #9 sha256:079116d1299c7a03ad97f33aca1b181392a259fb6bd3b4b22efee1e80c7a62d3 85.98MB / 85.99MB 4.2s [2023-04-17T23:22:30.571Z] #13 ... [2023-04-17T23:22:30.571Z] [2023-04-17T23:22:30.571Z] #14 [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 [2023-04-17T23:22:30.571Z] #14 2.767 Fetched 8643 kB in 2s (4223 kB/s) [2023-04-17T23:22:30.571Z] #14 2.767 Reading package lists... [2023-04-17T23:22:30.571Z] #14 3.417 Reading package lists... [2023-04-17T23:22:30.571Z] #14 4.066 Building dependency tree... [2023-04-17T23:22:30.571Z] #14 4.343 The following additional packages will be installed: [2023-04-17T23:22:30.571Z] #14 4.344 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2023-04-17T23:22:30.571Z] #14 4.345 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2023-04-17T23:22:30.571Z] #14 4.345 Recommended packages: [2023-04-17T23:22:30.571Z] #14 4.345 libldap-common publicsuffix libsasl2-modules [2023-04-17T23:22:30.571Z] #14 4.466 The following NEW packages will be installed: [2023-04-17T23:22:30.571Z] #14 4.466 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2023-04-17T23:22:30.571Z] #14 4.468 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2023-04-17T23:22:30.571Z] #14 4.468 libssh2-1 openssl [2023-04-17T23:22:30.571Z] #14 4.738 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2023-04-17T23:22:30.571Z] #14 4.738 Need to get 3050 kB of archives. [2023-04-17T23:22:30.571Z] #14 4.738 After this operation, 6663 kB of additional disk space will be used. [2023-04-17T23:22:30.571Z] #14 4.738 Get:1 http://deb.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u4 [853 kB] [2023-04-17T23:22:30.571Z] #14 4.747 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2023-04-17T23:22:30.571Z] #14 4.749 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2023-04-17T23:22:30.571Z] #14 4.752 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2023-04-17T23:22:30.572Z] #14 4.752 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2023-04-17T23:22:30.572Z] #14 4.765 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB] [2023-04-17T23:22:30.572Z] #14 4.765 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2023-04-17T23:22:30.572Z] #14 4.765 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2023-04-17T23:22:30.572Z] #14 4.765 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2023-04-17T23:22:30.572Z] #14 4.766 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2023-04-17T23:22:30.572Z] #14 4.767 Get:11 http://deb.debian.org/debian-security bullseye-security/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u7 [346 kB] [2023-04-17T23:22:30.572Z] #14 4.769 Get:12 http://deb.debian.org/debian-security bullseye-security/main amd64 curl amd64 7.74.0-1.3+deb11u7 [270 kB] [2023-04-17T23:22:30.572Z] #14 4.777 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2023-04-17T23:22:30.572Z] #14 4.779 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2023-04-17T23:22:30.572Z] #14 4.780 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2023-04-17T23:22:30.572Z] #14 5.018 debconf: delaying package configuration, since apt-utils is not installed [2023-04-17T23:22:30.572Z] #14 5.045 Fetched 3050 kB in 0s (9981 kB/s) [2023-04-17T23:22:30.572Z] #14 5.091 Selecting previously unselected package openssl. [2023-04-17T23:22:30.572Z] #14 5.091 (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 ... 6664 files and directories currently installed.) [2023-04-17T23:22:30.572Z] #14 5.096 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u4_amd64.deb ... [2023-04-17T23:22:30.572Z] #14 5.100 Unpacking openssl (1.1.1n-0+deb11u4) ... [2023-04-17T23:22:30.572Z] #14 5.226 Selecting previously unselected package ca-certificates. [2023-04-17T23:22:30.572Z] #14 5.227 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2023-04-17T23:22:30.572Z] #14 5.231 Unpacking ca-certificates (20210119) ... [2023-04-17T23:22:30.572Z] #14 5.360 Selecting previously unselected package libbrotli1:amd64. [2023-04-17T23:22:30.572Z] #14 5.362 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2023-04-17T23:22:30.572Z] #14 5.368 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2023-04-17T23:22:30.572Z] #14 5.471 Selecting previously unselected package libsasl2-modules-db:amd64. [2023-04-17T23:22:30.572Z] #14 5.472 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2023-04-17T23:22:30.572Z] #14 5.499 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-04-17T23:22:30.572Z] #14 5.580 Selecting previously unselected package libsasl2-2:amd64. [2023-04-17T23:22:30.572Z] #14 5.582 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2023-04-17T23:22:30.572Z] #14 5.586 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-04-17T23:22:30.572Z] #14 5.663 Selecting previously unselected package libldap-2.4-2:amd64. [2023-04-17T23:22:30.572Z] #14 5.665 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2023-04-17T23:22:30.572Z] #14 5.668 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2023-04-17T23:22:30.572Z] #14 5.747 Selecting previously unselected package libnghttp2-14:amd64. [2023-04-17T23:22:30.572Z] #14 5.749 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2023-04-17T23:22:30.572Z] #14 5.752 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2023-04-17T23:22:30.572Z] #14 5.791 Selecting previously unselected package libpsl5:amd64. [2023-04-17T23:22:30.572Z] #14 5.792 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2023-04-17T23:22:30.572Z] #14 5.796 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2023-04-17T23:22:30.572Z] #14 5.832 Selecting previously unselected package librtmp1:amd64. [2023-04-17T23:22:30.572Z] #14 5.834 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2023-04-17T23:22:30.572Z] #14 5.839 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2023-04-17T23:22:30.572Z] #14 5.877 Selecting previously unselected package libssh2-1:amd64. [2023-04-17T23:22:30.572Z] #14 5.879 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2023-04-17T23:22:30.572Z] #14 5.883 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2023-04-17T23:22:30.572Z] #14 5.925 Selecting previously unselected package libcurl4:amd64. [2023-04-17T23:22:30.572Z] #14 5.927 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u7_amd64.deb ... [2023-04-17T23:22:30.572Z] #14 5.930 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u7) ... [2023-04-17T23:22:30.572Z] #14 5.984 Selecting previously unselected package curl. [2023-04-17T23:22:30.572Z] #14 5.985 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u7_amd64.deb ... [2023-04-17T23:22:30.572Z] #14 5.989 Unpacking curl (7.74.0-1.3+deb11u7) ... [2023-04-17T23:22:30.572Z] #14 6.039 Selecting previously unselected package libonig5:amd64. [2023-04-17T23:22:30.572Z] #14 6.040 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2023-04-17T23:22:30.572Z] #14 6.044 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2023-04-17T23:22:30.572Z] #14 6.094 Selecting previously unselected package libjq1:amd64. [2023-04-17T23:22:30.572Z] #14 6.096 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2023-04-17T23:22:30.572Z] #14 6.099 Unpacking libjq1:amd64 (1.6-2.1) ... [2023-04-17T23:22:30.572Z] #14 6.141 Selecting previously unselected package jq. [2023-04-17T23:22:30.572Z] #14 6.143 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2023-04-17T23:22:30.572Z] #14 6.147 Unpacking jq (1.6-2.1) ... [2023-04-17T23:22:30.572Z] #14 6.199 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2023-04-17T23:22:30.572Z] #14 6.211 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2023-04-17T23:22:30.572Z] #14 6.223 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2023-04-17T23:22:30.572Z] #14 6.234 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-04-17T23:22:30.572Z] #14 6.245 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2023-04-17T23:22:30.572Z] #14 6.257 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-04-17T23:22:30.572Z] #14 6.269 Setting up libssh2-1:amd64 (1.9.0-2) ... [2023-04-17T23:22:30.572Z] #14 6.280 Setting up openssl (1.1.1n-0+deb11u4) ... [2023-04-17T23:22:30.572Z] #14 6.298 Setting up libonig5:amd64 (6.9.6-1.1) ... [2023-04-17T23:22:30.572Z] #14 6.310 Setting up libjq1:amd64 (1.6-2.1) ... [2023-04-17T23:22:30.572Z] #14 6.321 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2023-04-17T23:22:30.572Z] #14 6.332 Setting up ca-certificates (20210119) ... [2023-04-17T23:22:30.572Z] #14 6.774 Updating certificates in /etc/ssl/certs... [2023-04-17T23:22:30.572Z] #14 7.291 129 added, 0 removed; done. [2023-04-17T23:22:30.572Z] #14 7.358 Setting up jq (1.6-2.1) ... [2023-04-17T23:22:30.572Z] #14 7.370 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u7) ... [2023-04-17T23:22:30.572Z] #14 7.384 Setting up curl (7.74.0-1.3+deb11u7) ... [2023-04-17T23:22:30.572Z] #14 7.394 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2023-04-17T23:22:30.572Z] #14 7.417 Processing triggers for ca-certificates (20210119) ... [2023-04-17T23:22:30.572Z] #14 7.425 Updating certificates in /etc/ssl/certs... [2023-04-17T23:22:30.655Z] #9 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 17.33MB / 149.05MB 4.5s [2023-04-17T23:22:30.829Z] #14 7.874 0 added, 0 removed; done. [2023-04-17T23:22:30.829Z] #14 7.874 Running hooks in /etc/ca-certificates/update.d... [2023-04-17T23:22:30.829Z] #14 7.875 done. [2023-04-17T23:22:30.847Z] #20 DONE 0.7s [2023-04-17T23:22:30.847Z] [2023-04-17T23:22:30.847Z] #21 [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 [2023-04-17T23:22:31.107Z] #21 ... [2023-04-17T23:22:31.107Z] [2023-04-17T23:22:31.107Z] #22 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2023-04-17T23:22:31.107Z] #22 DONE 0.2s [2023-04-17T23:22:31.107Z] [2023-04-17T23:22:31.107Z] #23 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2023-04-17T23:22:31.107Z] #23 DONE 0.3s [2023-04-17T23:22:31.107Z] [2023-04-17T23:22:31.107Z] #24 [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 [2023-04-17T23:22:31.224Z] #9 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 25.17MB / 149.05MB 4.9s [2023-04-17T23:22:31.224Z] #9 sha256:079116d1299c7a03ad97f33aca1b181392a259fb6bd3b4b22efee1e80c7a62d3 85.99MB / 85.99MB 5.0s done [2023-04-17T23:22:31.224Z] #9 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 34.60MB / 149.05MB 5.1s [2023-04-17T23:22:31.795Z] #9 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 44.04MB / 149.05MB 5.6s [2023-04-17T23:22:32.364Z] #9 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 53.48MB / 149.05MB 6.0s [2023-04-17T23:22:32.624Z] #9 ... [2023-04-17T23:22:32.624Z] [2023-04-17T23:22:32.624Z] #10 [internal] load build context [2023-04-17T23:22:32.624Z] #10 transferring context: 53.56MB 6.4s done [2023-04-17T23:22:32.624Z] #10 DONE 6.6s [2023-04-17T23:22:32.624Z] [2023-04-17T23:22:32.624Z] #9 [base 1/3] FROM docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 [2023-04-17T23:22:32.624Z] #9 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 62.91MB / 149.05MB 6.3s [2023-04-17T23:22:32.624Z] #9 ... [2023-04-17T23:22:32.624Z] [2023-04-17T23:22:32.624Z] #11 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:0a78ed641b76252739e28ebbbe8cdbd80dc367fba4502565ca839e5803cfd86e [2023-04-17T23:22:32.624Z] #11 resolve docker.io/library/debian:bullseye@sha256:0a78ed641b76252739e28ebbbe8cdbd80dc367fba4502565ca839e5803cfd86e 0.2s done [2023-04-17T23:22:32.624Z] #11 sha256:0a78ed641b76252739e28ebbbe8cdbd80dc367fba4502565ca839e5803cfd86e 1.85kB / 1.85kB done [2023-04-17T23:22:32.624Z] #11 sha256:4effa16ae79ab36347d55ebb6bb4aad411077b72ad735054e684b3eeba373a35 529B / 529B done [2023-04-17T23:22:32.624Z] #11 sha256:ca1a8403096efb7da1512b0ae008b16f2dae553deed435163b137447b90fa8b0 1.46kB / 1.46kB done [2023-04-17T23:22:32.624Z] #11 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 55.05MB / 55.05MB 3.0s done [2023-04-17T23:22:32.624Z] #11 ... [2023-04-17T23:22:32.624Z] [2023-04-17T23:22:32.624Z] #9 [base 1/3] FROM docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 [2023-04-17T23:22:32.718Z] #14 ... [2023-04-17T23:22:32.718Z] [2023-04-17T23:22:32.718Z] #13 [base 1/3] FROM docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 [2023-04-17T23:22:32.718Z] #13 extracting sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 4.1s done [2023-04-17T23:22:32.718Z] #13 extracting sha256:10440d7e88e9007ba735398eaaada57962675e286370bd63e95c57058492c64c done [2023-04-17T23:22:32.718Z] #13 DONE 15.5s [2023-04-17T23:22:32.718Z] [2023-04-17T23:22:32.718Z] #17 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2023-04-17T23:22:32.884Z] #9 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 71.30MB / 149.05MB 6.5s [2023-04-17T23:22:33.143Z] #9 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 79.69MB / 149.05MB 6.9s [2023-04-17T23:22:33.279Z] #17 ... [2023-04-17T23:22:33.279Z] [2023-04-17T23:22:33.279Z] #14 [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 [2023-04-17T23:22:33.279Z] #14 DONE 10.3s [2023-04-17T23:22:33.279Z] [2023-04-17T23:22:33.279Z] #18 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2023-04-17T23:22:33.279Z] #18 DONE 0.0s [2023-04-17T23:22:33.535Z] [2023-04-17T23:22:33.535Z] #19 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-04-17T23:22:33.711Z] #9 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 90.18MB / 149.05MB 7.4s [2023-04-17T23:22:33.711Z] #9 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 98.89MB / 149.05MB 7.6s [2023-04-17T23:22:33.791Z] #19 ... [2023-04-17T23:22:33.791Z] [2023-04-17T23:22:33.791Z] #17 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2023-04-17T23:22:33.791Z] #17 DONE 1.2s [2023-04-17T23:22:34.047Z] [2023-04-17T23:22:34.047Z] #20 [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 [2023-04-17T23:22:34.282Z] #9 ... [2023-04-17T23:22:34.282Z] [2023-04-17T23:22:34.282Z] #12 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2023-04-17T23:22:34.282Z] #12 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2023-04-17T23:22:34.282Z] #12 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2023-04-17T23:22:34.282Z] #12 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2023-04-17T23:22:34.282Z] #12 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2023-04-17T23:22:34.282Z] #12 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.2s done [2023-04-17T23:22:34.282Z] #12 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.4s done [2023-04-17T23:22:34.282Z] #12 DONE 8.2s [2023-04-17T23:22:34.282Z] [2023-04-17T23:22:34.282Z] #9 [base 1/3] FROM docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 [2023-04-17T23:22:34.282Z] #9 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 108.00MB / 149.05MB 8.0s [2023-04-17T23:22:34.302Z] #20 DONE 0.5s [2023-04-17T23:22:34.302Z] [2023-04-17T23:22:34.302Z] #21 [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 [2023-04-17T23:22:34.302Z] #21 ... [2023-04-17T23:22:34.302Z] [2023-04-17T23:22:34.302Z] #22 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2023-04-17T23:22:34.302Z] #22 DONE 0.1s [2023-04-17T23:22:34.302Z] [2023-04-17T23:22:34.302Z] #23 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2023-04-17T23:22:34.302Z] #23 DONE 0.1s [2023-04-17T23:22:34.542Z] #9 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 116.72MB / 149.05MB 8.3s [2023-04-17T23:22:34.558Z] [2023-04-17T23:22:34.558Z] #19 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-04-17T23:22:34.558Z] #19 1.230 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2023-04-17T23:22:34.558Z] #19 1.416 [2023-04-17T23:22:34.802Z] #9 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 125.83MB / 149.05MB 8.6s [2023-04-17T23:22:35.063Z] #9 extracting sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 5.3s [2023-04-17T23:22:35.063Z] #9 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 137.36MB / 149.05MB 8.9s [2023-04-17T23:22:35.122Z] #19 1.647 #=#=# ######################################################################## 100.0% [2023-04-17T23:22:35.122Z] #19 1.889 [2023-04-17T23:22:35.322Z] #9 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 145.75MB / 149.05MB 9.2s [2023-04-17T23:22:35.891Z] #9 ... [2023-04-17T23:22:35.891Z] [2023-04-17T23:22:35.891Z] #13 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2023-04-17T23:22:35.892Z] #13 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2023-04-17T23:22:35.892Z] #13 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2023-04-17T23:22:35.892Z] #13 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2023-04-17T23:22:35.892Z] #13 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2023-04-17T23:22:35.892Z] #13 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 5.6s done [2023-04-17T23:22:35.892Z] #13 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.0s done [2023-04-17T23:22:36.150Z] #13 ... [2023-04-17T23:22:36.150Z] [2023-04-17T23:22:36.150Z] #9 [base 1/3] FROM docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 [2023-04-17T23:22:36.498Z] #19 2.954 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2023-04-17T23:22:36.498Z] #19 3.274 [2023-04-17T23:22:36.726Z] #9 ... [2023-04-17T23:22:36.726Z] [2023-04-17T23:22:36.726Z] #13 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2023-04-17T23:22:36.726Z] #13 DONE 10.9s [2023-04-17T23:22:36.985Z] [2023-04-17T23:22:36.985Z] #9 [base 1/3] FROM docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 [2023-04-17T23:22:36.985Z] #9 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 149.05MB / 149.05MB 10.5s done [2023-04-17T23:22:37.012Z] #19 3.511 #=#=# ######################################################################## 100.0% [2023-04-17T23:22:37.269Z] #19 3.946 [2023-04-17T23:22:37.709Z] #24 6.426 + git clone https://github.com/docker/distribution.git . [2023-04-17T23:22:37.709Z] #24 ... [2023-04-17T23:22:37.709Z] [2023-04-17T23:22:37.709Z] #25 [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 [2023-04-17T23:22:37.709Z] #0 6.614 + RM_GOPATH=0 [2023-04-17T23:22:37.709Z] #0 6.614 + TMP_GOPATH= [2023-04-17T23:22:37.709Z] #0 6.614 + : /build [2023-04-17T23:22:37.709Z] #0 6.614 + '[' -z '' ']' [2023-04-17T23:22:37.709Z] #0 6.620 ++ mktemp -d [2023-04-17T23:22:37.709Z] #0 6.620 + export GOPATH=/tmp/tmp.lqniURsE2h [2023-04-17T23:22:37.709Z] #0 6.620 + GOPATH=/tmp/tmp.lqniURsE2h [2023-04-17T23:22:37.709Z] #0 6.620 + RM_GOPATH=1 [2023-04-17T23:22:37.709Z] #0 6.620 + case "$(go env GOARCH)" in [2023-04-17T23:22:37.709Z] #0 6.620 ++ go env GOARCH [2023-04-17T23:22:37.709Z] #0 6.635 Install rootlesskit version v0.14.4 [2023-04-17T23:22:37.709Z] #0 6.636 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:37.709Z] #0 6.636 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:37.709Z] #0 6.636 ++ dirname /tmp/install/install.sh [2023-04-17T23:22:37.709Z] #0 6.636 + dir=/tmp/install [2023-04-17T23:22:37.709Z] #0 6.636 + bin=rootlesskit [2023-04-17T23:22:37.709Z] #0 6.636 + shift [2023-04-17T23:22:37.709Z] #0 6.636 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2023-04-17T23:22:37.709Z] #0 6.636 + . /tmp/install/rootlesskit.installer [2023-04-17T23:22:37.709Z] #0 6.636 ++ : v0.14.4 [2023-04-17T23:22:37.709Z] #0 6.636 + install_rootlesskit [2023-04-17T23:22:37.709Z] #0 6.636 + case "$1" in [2023-04-17T23:22:37.709Z] #0 6.636 + export CGO_ENABLED=0 [2023-04-17T23:22:37.709Z] #0 6.636 + CGO_ENABLED=0 [2023-04-17T23:22:37.709Z] #0 6.636 + _install_rootlesskit [2023-04-17T23:22:37.709Z] #0 6.636 + echo 'Install rootlesskit version v0.14.4' [2023-04-17T23:22:37.709Z] #0 6.636 + for f in rootlesskit rootlesskit-docker-proxy [2023-04-17T23:22:37.709Z] #0 6.636 + GOBIN=/build [2023-04-17T23:22:37.709Z] #0 6.636 + GO111MODULE=on [2023-04-17T23:22:37.709Z] #0 6.636 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2023-04-17T23:22:37.709Z] #25 ... [2023-04-17T23:22:37.709Z] [2023-04-17T23:22:37.709Z] #24 [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 [2023-04-17T23:22:37.709Z] #24 6.427 Cloning into '.'... [2023-04-17T23:22:38.364Z] #9 ... [2023-04-17T23:22:38.364Z] [2023-04-17T23:22:38.364Z] #14 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2023-04-17T23:22:38.364Z] #14 DONE 0.6s [2023-04-17T23:22:38.364Z] [2023-04-17T23:22:38.364Z] #15 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2023-04-17T23:22:38.933Z] #15 DONE 0.7s [2023-04-17T23:22:38.933Z] [2023-04-17T23:22:38.933Z] #9 [base 1/3] FROM docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 [2023-04-17T23:22:38.933Z] #9 extracting sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 8.8s done [2023-04-17T23:22:38.933Z] #9 extracting sha256:127e97b4daf784e08840a21765f0d4f251192ef2994d0e4a253490f81e63955b [2023-04-17T23:22:39.163Z] #19 5.855 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2023-04-17T23:22:39.193Z] #9 ... [2023-04-17T23:22:39.193Z] [2023-04-17T23:22:39.193Z] #11 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:0a78ed641b76252739e28ebbbe8cdbd80dc367fba4502565ca839e5803cfd86e [2023-04-17T23:22:39.193Z] #11 DONE 13.1s [2023-04-17T23:22:39.193Z] [2023-04-17T23:22:39.193Z] #9 [base 1/3] FROM docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 [2023-04-17T23:22:39.439Z] #19 ... [2023-04-17T23:22:39.439Z] [2023-04-17T23:22:39.439Z] #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 [2023-04-17T23:22:39.439Z] #0 2.057 + RM_GOPATH=0 [2023-04-17T23:22:39.439Z] #0 2.057 + TMP_GOPATH= [2023-04-17T23:22:39.439Z] #0 2.057 + : /build [2023-04-17T23:22:39.439Z] #0 2.057 + '[' -z '' ']' [2023-04-17T23:22:39.439Z] #0 2.057 ++ mktemp -d [2023-04-17T23:22:39.439Z] #0 2.057 + export GOPATH=/tmp/tmp.lXF6vUQkKq [2023-04-17T23:22:39.439Z] #0 2.057 + GOPATH=/tmp/tmp.lXF6vUQkKq [2023-04-17T23:22:39.439Z] #0 2.057 + RM_GOPATH=1 [2023-04-17T23:22:39.439Z] #0 2.057 + case "$(go env GOARCH)" in [2023-04-17T23:22:39.439Z] #0 2.057 ++ go env GOARCH [2023-04-17T23:22:39.439Z] #0 2.080 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:39.439Z] #0 2.080 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:39.439Z] #0 2.080 ++ dirname /tmp/install/install.sh [2023-04-17T23:22:39.439Z] #0 2.097 Install docker/cli version 17.06.2-ce from stable [2023-04-17T23:22:39.439Z] #0 2.097 + dir=/tmp/install [2023-04-17T23:22:39.439Z] #0 2.097 + bin=dockercli [2023-04-17T23:22:39.439Z] #0 2.097 + shift [2023-04-17T23:22:39.439Z] #0 2.097 + '[' '!' -f /tmp/install/dockercli.installer ']' [2023-04-17T23:22:39.439Z] #0 2.097 + . /tmp/install/dockercli.installer [2023-04-17T23:22:39.439Z] #0 2.097 ++ : stable [2023-04-17T23:22:39.439Z] #0 2.097 ++ : 17.06.2-ce [2023-04-17T23:22:39.439Z] #0 2.097 + install_dockercli [2023-04-17T23:22:39.439Z] #0 2.097 + echo 'Install docker/cli version 17.06.2-ce from stable' [2023-04-17T23:22:39.439Z] #0 2.097 ++ uname -m [2023-04-17T23:22:39.439Z] #0 2.097 + arch=x86_64 [2023-04-17T23:22:39.439Z] #0 2.097 + '[' x86_64 '!=' x86_64 ']' [2023-04-17T23:22:39.439Z] #0 2.097 + url=https://download.docker.com/linux/static [2023-04-17T23:22:39.439Z] #0 2.097 + tar -xz docker/docker [2023-04-17T23:22:39.439Z] #0 2.097 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2023-04-17T23:22:39.439Z] #0 4.378 + mkdir -p /build [2023-04-17T23:22:39.439Z] #0 4.381 + mv docker/docker /build/ [2023-04-17T23:22:39.439Z] #0 4.389 + rmdir docker [2023-04-17T23:22:39.439Z] #24 DONE 5.2s [2023-04-17T23:22:39.439Z] [2023-04-17T23:22:39.439Z] #21 [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 [2023-04-17T23:22:39.439Z] #21 1.747 + RM_GOPATH=0 [2023-04-17T23:22:39.439Z] #21 1.747 + TMP_GOPATH= [2023-04-17T23:22:39.439Z] #21 1.747 + : /build [2023-04-17T23:22:39.439Z] #21 1.747 + '[' -z '' ']' [2023-04-17T23:22:39.439Z] #21 1.749 ++ mktemp -d [2023-04-17T23:22:39.439Z] #21 1.752 + export GOPATH=/tmp/tmp.ctazTkMBIt [2023-04-17T23:22:39.439Z] #21 1.752 + GOPATH=/tmp/tmp.ctazTkMBIt [2023-04-17T23:22:39.439Z] #21 1.752 + RM_GOPATH=1 [2023-04-17T23:22:39.439Z] #21 1.752 + case "$(go env GOARCH)" in [2023-04-17T23:22:39.439Z] #21 1.752 ++ go env GOARCH [2023-04-17T23:22:39.439Z] #21 1.759 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:39.439Z] #21 1.759 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:39.439Z] #21 1.759 ++ dirname /tmp/install/install.sh [2023-04-17T23:22:39.439Z] #21 1.759 + dir=/tmp/install [2023-04-17T23:22:39.439Z] #21 1.759 + bin=golangci_lint [2023-04-17T23:22:39.439Z] #21 1.759 + shift [2023-04-17T23:22:39.439Z] #21 1.759 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2023-04-17T23:22:39.439Z] #21 1.760 + . /tmp/install/golangci_lint.installer [2023-04-17T23:22:39.439Z] #21 1.760 ++ : v1.49.0 [2023-04-17T23:22:39.439Z] #21 1.760 + install_golangci_lint [2023-04-17T23:22:39.439Z] #21 1.760 + set -e [2023-04-17T23:22:39.439Z] #21 1.760 Install golangci-lint version v1.49.0 [2023-04-17T23:22:39.439Z] #21 1.760 + echo 'Install golangci-lint version v1.49.0' [2023-04-17T23:22:39.439Z] #21 1.760 + GOBIN=/build [2023-04-17T23:22:39.439Z] #21 1.760 + GO111MODULE=on [2023-04-17T23:22:39.439Z] #21 1.760 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0 [2023-04-17T23:22:39.439Z] #21 1.903 go: downloading github.com/golangci/golangci-lint v1.49.0 [2023-04-17T23:22:39.439Z] #21 3.153 go: downloading github.com/gofrs/flock v0.8.1 [2023-04-17T23:22:39.439Z] #21 3.156 go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-04-17T23:22:39.439Z] #21 3.161 go: downloading github.com/spf13/cobra v1.5.0 [2023-04-17T23:22:39.439Z] #21 3.165 go: downloading github.com/spf13/pflag v1.0.5 [2023-04-17T23:22:39.439Z] #21 3.165 go: downloading github.com/spf13/viper v1.12.0 [2023-04-17T23:22:39.439Z] #21 3.168 go: downloading github.com/fatih/color v1.13.0 [2023-04-17T23:22:39.439Z] #21 3.180 go: downloading github.com/pkg/errors v0.9.1 [2023-04-17T23:22:39.439Z] #21 3.432 go: downloading golang.org/x/tools v0.1.12 [2023-04-17T23:22:39.439Z] #21 3.506 go: downloading github.com/hashicorp/go-version v1.6.0 [2023-04-17T23:22:39.439Z] #21 3.572 go: downloading github.com/ldez/gomoddirectives v0.2.3 [2023-04-17T23:22:39.439Z] #21 3.575 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2023-04-17T23:22:39.439Z] #21 3.672 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2023-04-17T23:22:39.439Z] #21 3.696 go: downloading github.com/mattn/go-colorable v0.1.13 [2023-04-17T23:22:39.439Z] #21 3.723 go: downloading github.com/sirupsen/logrus v1.9.0 [2023-04-17T23:22:39.439Z] #21 3.765 go: downloading github.com/stretchr/testify v1.8.0 [2023-04-17T23:22:39.439Z] #21 3.853 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2023-04-17T23:22:39.439Z] #21 3.878 go: downloading github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6 [2023-04-17T23:22:39.439Z] #21 3.968 go: downloading github.com/mattn/go-isatty v0.0.16 [2023-04-17T23:22:39.439Z] #21 3.969 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 [2023-04-17T23:22:39.439Z] #21 4.001 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2023-04-17T23:22:39.439Z] #21 4.003 go: downloading github.com/Antonboom/errname v0.1.7 [2023-04-17T23:22:39.439Z] #21 4.058 go: downloading github.com/Antonboom/nilnil v0.1.1 [2023-04-17T23:22:39.439Z] #21 4.102 go: downloading github.com/BurntSushi/toml v1.2.0 [2023-04-17T23:22:39.439Z] #21 4.168 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2023-04-17T23:22:39.439Z] #21 4.247 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0 [2023-04-17T23:22:39.439Z] #21 4.271 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2023-04-17T23:22:39.439Z] #21 4.317 go: downloading github.com/alexkohler/prealloc v1.0.0 [2023-04-17T23:22:39.439Z] #21 4.341 go: downloading github.com/alingse/asasalint v0.0.11 [2023-04-17T23:22:39.439Z] #21 4.408 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2023-04-17T23:22:39.439Z] #21 4.496 go: downloading github.com/ashanbrown/makezero v1.1.1 [2023-04-17T23:22:39.439Z] #21 4.519 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2023-04-17T23:22:39.439Z] #21 4.558 go: downloading github.com/blizzy78/varnamelen v0.8.0 [2023-04-17T23:22:39.439Z] #21 4.640 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2023-04-17T23:22:39.439Z] #21 4.647 go: downloading github.com/breml/bidichk v0.2.3 [2023-04-17T23:22:39.439Z] #21 4.672 go: downloading github.com/breml/errchkjson v0.3.0 [2023-04-17T23:22:39.439Z] #21 4.680 go: downloading github.com/butuzov/ireturn v0.1.1 [2023-04-17T23:22:39.439Z] #21 4.781 go: downloading github.com/charithe/durationcheck v0.0.9 [2023-04-17T23:22:39.439Z] #21 4.903 go: downloading github.com/curioswitch/go-reassign v0.1.2 [2023-04-17T23:22:39.439Z] #21 4.921 go: downloading github.com/daixiang0/gci v0.6.3 [2023-04-17T23:22:39.439Z] #21 5.121 go: downloading github.com/denis-tingaikin/go-header v0.4.3 [2023-04-17T23:22:39.439Z] #21 5.135 go: downloading github.com/esimonov/ifshort v1.0.4 [2023-04-17T23:22:39.439Z] #21 5.148 go: downloading github.com/firefart/nonamedreturns v1.0.4 [2023-04-17T23:22:39.696Z] #21 5.294 go: downloading github.com/fzipp/gocyclo v0.6.0 [2023-04-17T23:22:39.696Z] #21 5.309 go: downloading github.com/go-critic/go-critic v0.6.4 [2023-04-17T23:22:39.696Z] #21 5.310 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2023-04-17T23:22:39.696Z] #21 5.401 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2023-04-17T23:22:39.696Z] #21 5.401 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe [2023-04-17T23:22:39.696Z] #21 5.453 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2023-04-17T23:22:39.696Z] #21 5.472 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2023-04-17T23:22:39.953Z] #21 5.640 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2023-04-17T23:22:39.953Z] #21 5.640 go: downloading github.com/golangci/misspell v0.3.5 [2023-04-17T23:22:39.953Z] #21 5.653 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2023-04-17T23:22:39.953Z] #21 5.676 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2023-04-17T23:22:39.953Z] #21 5.744 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2023-04-17T23:22:39.953Z] #21 5.785 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2023-04-17T23:22:40.130Z] #9 extracting sha256:127e97b4daf784e08840a21765f0d4f251192ef2994d0e4a253490f81e63955b 1.0s done [2023-04-17T23:22:40.130Z] #9 extracting sha256:0336c50c9f6942b660e433b1086238eec37057c34b14c4e3b28bd7bf05bd84ba [2023-04-17T23:22:40.214Z] #21 5.821 go: downloading github.com/hexops/gotextdiff v1.0.3 [2023-04-17T23:22:40.214Z] #21 5.845 go: downloading github.com/jgautheron/goconst v1.5.1 [2023-04-17T23:22:40.214Z] #21 5.927 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2023-04-17T23:22:40.214Z] #21 5.927 go: downloading github.com/julz/importas v0.1.0 [2023-04-17T23:22:40.214Z] #21 5.927 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2023-04-17T23:22:40.214Z] #21 6.065 go: downloading github.com/kisielk/errcheck v1.6.2 [2023-04-17T23:22:40.471Z] #21 6.141 go: downloading github.com/kulti/thelper v0.6.3 [2023-04-17T23:22:40.471Z] #21 6.149 go: downloading github.com/kunwardeep/paralleltest v1.0.6 [2023-04-17T23:22:40.471Z] #21 6.169 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2023-04-17T23:22:40.471Z] #21 6.262 go: downloading github.com/ldez/tagliatelle v0.3.1 [2023-04-17T23:22:40.471Z] #21 6.279 go: downloading github.com/leonklingele/grouper v1.1.0 [2023-04-17T23:22:40.471Z] #21 6.280 go: downloading github.com/lufeee/execinquery v1.2.1 [2023-04-17T23:22:40.728Z] #21 6.325 go: downloading github.com/maratori/testpackage v1.1.0 [2023-04-17T23:22:40.728Z] #21 6.413 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2023-04-17T23:22:40.728Z] #21 ... [2023-04-17T23:22:40.728Z] [2023-04-17T23:22:40.728Z] #25 [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 [2023-04-17T23:22:40.728Z] #0 1.001 + RM_GOPATH=0 [2023-04-17T23:22:40.728Z] #0 1.001 + TMP_GOPATH= [2023-04-17T23:22:40.728Z] #0 1.001 + : /build [2023-04-17T23:22:40.728Z] #0 1.001 + '[' -z '' ']' [2023-04-17T23:22:40.728Z] #0 1.001 ++ mktemp -d [2023-04-17T23:22:40.728Z] #0 1.001 + export GOPATH=/tmp/tmp.Sw6gSPW2q1 [2023-04-17T23:22:40.728Z] #0 1.001 + GOPATH=/tmp/tmp.Sw6gSPW2q1 [2023-04-17T23:22:40.728Z] #0 1.001 + RM_GOPATH=1 [2023-04-17T23:22:40.728Z] #0 1.001 + case "$(go env GOARCH)" in [2023-04-17T23:22:40.728Z] #0 1.009 ++ go env GOARCH [2023-04-17T23:22:40.728Z] #0 1.021 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:40.728Z] #0 1.021 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:40.728Z] #0 1.021 ++ dirname /tmp/install/install.sh [2023-04-17T23:22:40.728Z] #0 1.025 Install vndr version v0.1.3-0.20221229102223-87603e47e8ea [2023-04-17T23:22:40.728Z] #0 1.035 + dir=/tmp/install [2023-04-17T23:22:40.728Z] #0 1.035 + bin=vndr [2023-04-17T23:22:40.728Z] #0 1.035 + shift [2023-04-17T23:22:40.728Z] #0 1.035 + '[' '!' -f /tmp/install/vndr.installer ']' [2023-04-17T23:22:40.728Z] #0 1.035 + . /tmp/install/vndr.installer [2023-04-17T23:22:40.728Z] #0 1.035 ++ : v0.1.3-0.20221229102223-87603e47e8ea [2023-04-17T23:22:40.728Z] #0 1.035 + install_vndr [2023-04-17T23:22:40.728Z] #0 1.035 + echo 'Install vndr version v0.1.3-0.20221229102223-87603e47e8ea' [2023-04-17T23:22:40.728Z] #0 1.035 + GOBIN=/build [2023-04-17T23:22:40.728Z] #0 1.035 + GO111MODULE=on [2023-04-17T23:22:40.728Z] #0 1.035 + go install github.com/LK4D4/vndr@v0.1.3-0.20221229102223-87603e47e8ea [2023-04-17T23:22:40.728Z] #0 1.436 go: downloading github.com/LK4D4/vndr v0.1.3-0.20221229102223-87603e47e8ea [2023-04-17T23:22:40.728Z] #25 DONE 6.5s [2023-04-17T23:22:40.728Z] [2023-04-17T23:22:40.728Z] #21 [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 [2023-04-17T23:22:40.728Z] #21 6.417 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2023-04-17T23:22:40.728Z] #21 6.438 go: downloading github.com/mgechev/revive v1.2.3 [2023-04-17T23:22:40.985Z] #21 6.561 go: downloading github.com/moricho/tparallel v0.2.1 [2023-04-17T23:22:40.985Z] #21 6.565 go: downloading github.com/nakabonne/nestif v0.3.1 [2023-04-17T23:22:40.985Z] #21 6.565 go: downloading github.com/nishanths/exhaustive v0.8.1 [2023-04-17T23:22:40.985Z] #21 6.613 go: downloading github.com/nishanths/predeclared v0.2.2 [2023-04-17T23:22:40.985Z] #21 6.613 go: downloading github.com/polyfloyd/go-errorlint v1.0.2 [2023-04-17T23:22:40.985Z] #21 6.660 go: downloading github.com/ryancurrah/gomodguard v1.2.4 [2023-04-17T23:22:40.985Z] #21 6.753 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2023-04-17T23:22:40.985Z] #21 6.789 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2023-04-17T23:22:41.005Z] #24 ... [2023-04-17T23:22:41.005Z] [2023-04-17T23:22:41.005Z] #26 [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 python3-protobuf [2023-04-17T23:22:41.005Z] #0 7.717 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-04-17T23:22:41.005Z] #0 7.786 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-04-17T23:22:41.005Z] #0 7.786 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-04-17T23:22:41.005Z] #0 8.850 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-04-17T23:22:41.005Z] #26 ... [2023-04-17T23:22:41.005Z] [2023-04-17T23:22:41.005Z] #27 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:22:41.005Z] #0 8.626 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-04-17T23:22:41.005Z] #0 8.674 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-04-17T23:22:41.005Z] #0 8.686 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-04-17T23:22:41.005Z] #27 ... [2023-04-17T23:22:41.006Z] [2023-04-17T23:22:41.006Z] #28 [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 [2023-04-17T23:22:41.006Z] #0 7.118 + RM_GOPATH=0 [2023-04-17T23:22:41.006Z] #0 7.118 + TMP_GOPATH= [2023-04-17T23:22:41.006Z] #0 7.118 + : /build [2023-04-17T23:22:41.006Z] #0 7.118 + '[' -z '' ']' [2023-04-17T23:22:41.006Z] #0 7.118 ++ mktemp -d [2023-04-17T23:22:41.006Z] #0 7.118 + export GOPATH=/tmp/tmp.RGnkQbgCoH [2023-04-17T23:22:41.006Z] #0 7.118 + GOPATH=/tmp/tmp.RGnkQbgCoH [2023-04-17T23:22:41.006Z] #0 7.118 + RM_GOPATH=1 [2023-04-17T23:22:41.006Z] #0 7.118 + case "$(go env GOARCH)" in [2023-04-17T23:22:41.006Z] #0 7.118 ++ go env GOARCH [2023-04-17T23:22:41.006Z] #0 7.120 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:41.006Z] #0 7.120 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:41.006Z] #0 7.126 ++ dirname /tmp/install/install.sh [2023-04-17T23:22:41.006Z] #0 7.126 + dir=/tmp/install [2023-04-17T23:22:41.006Z] #0 7.126 + bin=vndr [2023-04-17T23:22:41.006Z] #0 7.126 + shift [2023-04-17T23:22:41.006Z] #0 7.126 + '[' '!' -f /tmp/install/vndr.installer ']' [2023-04-17T23:22:41.006Z] #0 7.126 + . /tmp/install/vndr.installer [2023-04-17T23:22:41.006Z] #0 7.126 ++ : v0.1.3-0.20221229102223-87603e47e8ea [2023-04-17T23:22:41.006Z] #0 7.126 + install_vndr [2023-04-17T23:22:41.006Z] #0 7.126 + echo 'Install vndr version v0.1.3-0.20221229102223-87603e47e8ea' [2023-04-17T23:22:41.006Z] #0 7.126 + GOBIN=/build [2023-04-17T23:22:41.006Z] #0 7.126 + GO111MODULE=on [2023-04-17T23:22:41.006Z] #0 7.126 + go install github.com/LK4D4/vndr@v0.1.3-0.20221229102223-87603e47e8ea [2023-04-17T23:22:41.006Z] #0 7.126 Install vndr version v0.1.3-0.20221229102223-87603e47e8ea [2023-04-17T23:22:41.006Z] #0 7.746 go: downloading github.com/LK4D4/vndr v0.1.3-0.20221229102223-87603e47e8ea [2023-04-17T23:22:41.067Z] #9 extracting sha256:0336c50c9f6942b660e433b1086238eec37057c34b14c4e3b28bd7bf05bd84ba 0.8s done [2023-04-17T23:22:41.241Z] #21 6.884 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0 [2023-04-17T23:22:41.241Z] #21 6.884 go: downloading github.com/sashamelentyev/usestdlibvars v1.13.0 [2023-04-17T23:22:41.241Z] #21 6.884 go: downloading github.com/securego/gosec/v2 v2.13.1 [2023-04-17T23:22:41.241Z] #21 6.972 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2023-04-17T23:22:41.268Z] #28 ... [2023-04-17T23:22:41.268Z] [2023-04-17T23:22:41.268Z] #29 [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 [2023-04-17T23:22:41.268Z] #0 7.014 + git clone https://github.com/kolyshkin/go-swagger.git . [2023-04-17T23:22:41.268Z] #0 7.014 Cloning into '.'... [2023-04-17T23:22:41.268Z] #29 ... [2023-04-17T23:22:41.268Z] [2023-04-17T23:22:41.268Z] #30 [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 [2023-04-17T23:22:41.268Z] #0 8.015 + RM_GOPATH=0 [2023-04-17T23:22:41.268Z] #0 8.015 + TMP_GOPATH= [2023-04-17T23:22:41.268Z] #0 8.015 + : /build [2023-04-17T23:22:41.268Z] #0 8.015 + '[' -z '' ']' [2023-04-17T23:22:41.268Z] #0 8.019 ++ mktemp -d [2023-04-17T23:22:41.268Z] #0 8.032 + export GOPATH=/tmp/tmp.VtUNWdpcgy [2023-04-17T23:22:41.268Z] #0 8.041 + GOPATH=/tmp/tmp.VtUNWdpcgy [2023-04-17T23:22:41.268Z] #0 8.041 + RM_GOPATH=1 [2023-04-17T23:22:41.268Z] #0 8.041 + case "$(go env GOARCH)" in [2023-04-17T23:22:41.268Z] #0 8.041 ++ go env GOARCH [2023-04-17T23:22:41.268Z] #0 8.064 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:41.268Z] #0 8.064 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:41.268Z] #0 8.064 ++ dirname /tmp/install/install.sh [2023-04-17T23:22:41.268Z] #0 8.064 + dir=/tmp/install [2023-04-17T23:22:41.268Z] #0 8.066 + bin=gotestsum [2023-04-17T23:22:41.268Z] #0 8.068 Install gotestsum version v1.8.2 [2023-04-17T23:22:41.268Z] #0 8.068 + shift [2023-04-17T23:22:41.268Z] #0 8.068 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2023-04-17T23:22:41.268Z] #0 8.068 + . /tmp/install/gotestsum.installer [2023-04-17T23:22:41.268Z] #0 8.068 ++ : v1.8.2 [2023-04-17T23:22:41.268Z] #0 8.068 + install_gotestsum [2023-04-17T23:22:41.268Z] #0 8.068 + set -e [2023-04-17T23:22:41.268Z] #0 8.068 + echo 'Install gotestsum version v1.8.2' [2023-04-17T23:22:41.268Z] #0 8.068 + GOBIN=/build [2023-04-17T23:22:41.268Z] #0 8.068 + GO111MODULE=on [2023-04-17T23:22:41.268Z] #0 8.068 + go install gotest.tools/gotestsum@v1.8.2 [2023-04-17T23:22:41.268Z] #0 8.563 go: downloading gotest.tools/gotestsum v1.8.2 [2023-04-17T23:22:41.326Z] #9 extracting sha256:1b89f3c7f7da8adf032a33a75d1b659cee33179ecb88ea0ba75e4fc58ebe63a6 [2023-04-17T23:22:41.498Z] #21 7.096 go: downloading github.com/sivchari/containedctx v1.0.2 [2023-04-17T23:22:41.498Z] #21 7.128 go: downloading github.com/sivchari/nosnakecase v1.7.0 [2023-04-17T23:22:41.498Z] #21 7.177 go: downloading github.com/sivchari/tenv v1.7.0 [2023-04-17T23:22:41.498Z] #21 7.307 go: downloading github.com/sonatard/noctx v0.0.1 [2023-04-17T23:22:41.498Z] #21 7.317 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2023-04-17T23:22:41.498Z] #21 7.319 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2023-04-17T23:22:41.498Z] #21 7.319 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1 [2023-04-17T23:22:41.527Z] #30 ... [2023-04-17T23:22:41.527Z] [2023-04-17T23:22:41.527Z] #31 [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 [2023-04-17T23:22:41.527Z] #0 7.667 + RM_GOPATH=0 [2023-04-17T23:22:41.527Z] #0 7.667 + TMP_GOPATH= [2023-04-17T23:22:41.527Z] #0 7.667 + : /build [2023-04-17T23:22:41.527Z] #0 7.667 + '[' -z '' ']' [2023-04-17T23:22:41.527Z] #0 7.667 ++ mktemp -d [2023-04-17T23:22:41.527Z] #0 7.667 + export GOPATH=/tmp/tmp.UrE23GKS8K [2023-04-17T23:22:41.527Z] #0 7.667 + GOPATH=/tmp/tmp.UrE23GKS8K [2023-04-17T23:22:41.527Z] #0 7.667 + RM_GOPATH=1 [2023-04-17T23:22:41.527Z] #0 7.667 + case "$(go env GOARCH)" in [2023-04-17T23:22:41.527Z] #0 7.667 ++ go env GOARCH [2023-04-17T23:22:41.527Z] #0 7.773 Install golangci-lint version v1.49.0 [2023-04-17T23:22:41.527Z] #0 7.787 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:41.527Z] #0 7.787 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:41.527Z] #0 7.787 ++ dirname /tmp/install/install.sh [2023-04-17T23:22:41.527Z] #0 7.787 + dir=/tmp/install [2023-04-17T23:22:41.527Z] #0 7.787 + bin=golangci_lint [2023-04-17T23:22:41.527Z] #0 7.787 + shift [2023-04-17T23:22:41.527Z] #0 7.787 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2023-04-17T23:22:41.527Z] #0 7.787 + . /tmp/install/golangci_lint.installer [2023-04-17T23:22:41.527Z] #0 7.787 ++ : v1.49.0 [2023-04-17T23:22:41.527Z] #0 7.787 + install_golangci_lint [2023-04-17T23:22:41.527Z] #0 7.787 + set -e [2023-04-17T23:22:41.527Z] #0 7.787 + echo 'Install golangci-lint version v1.49.0' [2023-04-17T23:22:41.527Z] #0 7.787 + GOBIN=/build [2023-04-17T23:22:41.527Z] #0 7.787 + GO111MODULE=on [2023-04-17T23:22:41.527Z] #0 7.787 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0 [2023-04-17T23:22:41.527Z] #0 8.434 go: downloading github.com/golangci/golangci-lint v1.49.0 [2023-04-17T23:22:41.755Z] #21 7.398 go: downloading github.com/sylvia7788/contextcheck v1.0.6 [2023-04-17T23:22:41.755Z] #21 7.399 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2023-04-17T23:22:41.755Z] #21 7.431 go: downloading github.com/tetafro/godot v1.4.11 [2023-04-17T23:22:41.755Z] #21 7.462 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2023-04-17T23:22:41.755Z] #21 7.474 go: downloading github.com/timonwong/logrlint v0.1.0 [2023-04-17T23:22:41.755Z] #21 7.486 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.2 [2023-04-17T23:22:41.755Z] #21 7.560 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2023-04-17T23:22:41.789Z] #31 ... [2023-04-17T23:22:41.789Z] [2023-04-17T23:22:41.789Z] #32 [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 [2023-04-17T23:22:41.789Z] #0 6.977 + RM_GOPATH=0 [2023-04-17T23:22:41.789Z] #0 6.977 + TMP_GOPATH= [2023-04-17T23:22:41.789Z] #0 6.977 + : /build [2023-04-17T23:22:41.789Z] #0 6.977 + '[' -z '' ']' [2023-04-17T23:22:41.789Z] #0 6.977 ++ mktemp -d [2023-04-17T23:22:41.789Z] #0 6.977 + export GOPATH=/tmp/tmp.CZyzKOXwn1 [2023-04-17T23:22:41.789Z] #0 6.977 + GOPATH=/tmp/tmp.CZyzKOXwn1 [2023-04-17T23:22:41.789Z] #0 6.977 + RM_GOPATH=1 [2023-04-17T23:22:41.789Z] #0 6.977 + case "$(go env GOARCH)" in [2023-04-17T23:22:41.789Z] #0 6.977 ++ go env GOARCH [2023-04-17T23:22:41.789Z] #0 6.998 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:41.789Z] #0 6.998 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:41.789Z] #0 6.998 ++ dirname /tmp/install/install.sh [2023-04-17T23:22:41.789Z] #0 6.998 + dir=/tmp/install [2023-04-17T23:22:41.789Z] #0 6.998 + bin=proxy [2023-04-17T23:22:41.789Z] #0 6.998 + shift [2023-04-17T23:22:41.789Z] #0 6.998 + '[' '!' -f /tmp/install/proxy.installer ']' [2023-04-17T23:22:41.789Z] #0 6.998 + . /tmp/install/proxy.installer [2023-04-17T23:22:41.789Z] #0 6.998 ++ : 05b93e0d3a95952f70c113b0bc5bdb538d7afdd7 [2023-04-17T23:22:41.789Z] #0 6.998 + install_proxy [2023-04-17T23:22:41.789Z] #0 6.998 + case "$1" in [2023-04-17T23:22:41.789Z] #0 6.998 + export CGO_ENABLED=0 [2023-04-17T23:22:41.789Z] #0 6.998 + CGO_ENABLED=0 [2023-04-17T23:22:41.789Z] #0 6.998 + _install_proxy [2023-04-17T23:22:41.789Z] #0 6.998 + echo 'Install docker-proxy version 05b93e0d3a95952f70c113b0bc5bdb538d7afdd7' [2023-04-17T23:22:41.789Z] #0 6.998 + git clone https://github.com/moby/libnetwork.git /tmp/tmp.CZyzKOXwn1/src/github.com/docker/libnetwork [2023-04-17T23:22:41.789Z] #0 6.998 Cloning into '/tmp/tmp.CZyzKOXwn1/src/github.com/docker/libnetwork'... [2023-04-17T23:22:41.789Z] #0 6.998 Install docker-proxy version 05b93e0d3a95952f70c113b0bc5bdb538d7afdd7 [2023-04-17T23:22:41.789Z] #32 ... [2023-04-17T23:22:41.789Z] [2023-04-17T23:22:41.789Z] #33 [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 [2023-04-17T23:22:41.789Z] #0 8.597 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-04-17T23:22:41.789Z] #0 8.824 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-04-17T23:22:41.789Z] #0 8.824 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-04-17T23:22:42.012Z] #21 7.683 go: downloading github.com/ultraware/funlen v0.0.3 [2023-04-17T23:22:42.012Z] #21 7.701 go: downloading github.com/ultraware/whitespace v0.0.5 [2023-04-17T23:22:42.012Z] #21 7.713 go: downloading github.com/uudashr/gocognit v1.0.6 [2023-04-17T23:22:42.012Z] #21 7.720 go: downloading github.com/yagipy/maintidx v1.0.0 [2023-04-17T23:22:42.012Z] #21 7.733 go: downloading github.com/yeya24/promlinter v0.2.0 [2023-04-17T23:22:42.012Z] #21 7.733 go: downloading gitlab.com/bosi/decorder v0.2.3 [2023-04-17T23:22:42.049Z] #33 ... [2023-04-17T23:22:42.049Z] [2023-04-17T23:22:42.049Z] #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 [2023-04-17T23:22:42.049Z] #0 7.760 + RM_GOPATH=0 [2023-04-17T23:22:42.049Z] #0 7.760 + TMP_GOPATH= [2023-04-17T23:22:42.049Z] #0 7.760 + : /build [2023-04-17T23:22:42.049Z] #0 7.760 + '[' -z '' ']' [2023-04-17T23:22:42.049Z] #0 7.760 ++ mktemp -d [2023-04-17T23:22:42.049Z] #0 7.760 + export GOPATH=/tmp/tmp.SzWTH2GtYv [2023-04-17T23:22:42.049Z] #0 7.760 + GOPATH=/tmp/tmp.SzWTH2GtYv [2023-04-17T23:22:42.049Z] #0 7.760 + RM_GOPATH=1 [2023-04-17T23:22:42.049Z] #0 7.760 + case "$(go env GOARCH)" in [2023-04-17T23:22:42.049Z] #0 7.760 ++ go env GOARCH [2023-04-17T23:22:42.049Z] #0 7.774 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:42.049Z] #0 7.774 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:42.049Z] #0 7.775 ++ dirname /tmp/install/install.sh [2023-04-17T23:22:42.049Z] #0 7.781 + dir=/tmp/install [2023-04-17T23:22:42.049Z] #0 7.797 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2023-04-17T23:22:42.049Z] #0 7.797 + bin=tomlv [2023-04-17T23:22:42.049Z] #0 7.797 + shift [2023-04-17T23:22:42.049Z] #0 7.797 + '[' '!' -f /tmp/install/tomlv.installer ']' [2023-04-17T23:22:42.049Z] #0 7.797 + . /tmp/install/tomlv.installer [2023-04-17T23:22:42.049Z] #0 7.797 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2023-04-17T23:22:42.049Z] #0 7.797 + install_tomlv [2023-04-17T23:22:42.049Z] #0 7.797 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2023-04-17T23:22:42.049Z] #0 7.797 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.SzWTH2GtYv/src/github.com/BurntSushi/toml [2023-04-17T23:22:42.049Z] #0 7.809 Cloning into '/tmp/tmp.SzWTH2GtYv/src/github.com/BurntSushi/toml'... [2023-04-17T23:22:42.049Z] #0 10.09 + cd /tmp/tmp.SzWTH2GtYv/src/github.com/BurntSushi/toml [2023-04-17T23:22:42.049Z] #0 10.10 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2023-04-17T23:22:42.049Z] #0 10.33 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2023-04-17T23:22:42.049Z] #34 ... [2023-04-17T23:22:42.049Z] [2023-04-17T23:22:42.049Z] #35 [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 [2023-04-17T23:22:42.049Z] #0 7.043 + RM_GOPATH=0 [2023-04-17T23:22:42.049Z] #0 7.043 + TMP_GOPATH= [2023-04-17T23:22:42.049Z] #0 7.043 + : /build [2023-04-17T23:22:42.049Z] #0 7.043 + '[' -z '' ']' [2023-04-17T23:22:42.049Z] #0 7.048 ++ mktemp -d [2023-04-17T23:22:42.049Z] #0 7.048 + export GOPATH=/tmp/tmp.zGhINSQh8l [2023-04-17T23:22:42.049Z] #0 7.048 + GOPATH=/tmp/tmp.zGhINSQh8l [2023-04-17T23:22:42.049Z] #0 7.048 + RM_GOPATH=1 [2023-04-17T23:22:42.049Z] #0 7.048 + case "$(go env GOARCH)" in [2023-04-17T23:22:42.049Z] #0 7.055 ++ go env GOARCH [2023-04-17T23:22:42.049Z] #0 7.151 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:42.049Z] #0 7.151 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:42.049Z] #0 7.151 ++ dirname /tmp/install/install.sh [2023-04-17T23:22:42.049Z] #0 7.151 + dir=/tmp/install [2023-04-17T23:22:42.049Z] #0 7.151 + bin=shfmt [2023-04-17T23:22:42.049Z] #0 7.151 + shift [2023-04-17T23:22:42.049Z] #0 7.151 + '[' '!' -f /tmp/install/shfmt.installer ']' [2023-04-17T23:22:42.049Z] #0 7.151 + . /tmp/install/shfmt.installer [2023-04-17T23:22:42.049Z] #0 7.151 ++ : v3.0.2 [2023-04-17T23:22:42.049Z] #0 7.155 Install shfmt version v3.0.2 [2023-04-17T23:22:42.049Z] #0 7.155 + install_shfmt [2023-04-17T23:22:42.049Z] #0 7.155 + echo 'Install shfmt version v3.0.2' [2023-04-17T23:22:42.049Z] #0 7.155 + GOBIN=/build [2023-04-17T23:22:42.049Z] #0 7.155 + GO111MODULE=on [2023-04-17T23:22:42.049Z] #0 7.155 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2 [2023-04-17T23:22:42.049Z] #0 7.749 go: downloading mvdan.cc/sh/v3 v3.0.2 [2023-04-17T23:22:42.049Z] #0 9.886 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2023-04-17T23:22:42.049Z] #0 10.00 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2023-04-17T23:22:42.049Z] #0 10.26 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2023-04-17T23:22:42.309Z] #35 ... [2023-04-17T23:22:42.309Z] [2023-04-17T23:22:42.309Z] #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 [2023-04-17T23:22:42.309Z] #0 6.998 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-04-17T23:22:42.309Z] #0 7.014 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-04-17T23:22:42.309Z] #0 7.029 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-04-17T23:22:42.309Z] #0 8.185 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-04-17T23:22:42.309Z] #36 ... [2023-04-17T23:22:42.309Z] [2023-04-17T23:22:42.309Z] #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 [2023-04-17T23:22:42.309Z] #34 11.45 encoding [2023-04-17T23:22:42.880Z] #34 11.76 internal/goarch [2023-04-17T23:22:42.880Z] #34 12.02 internal/unsafeheader [2023-04-17T23:22:43.140Z] #34 12.28 internal/abi [2023-04-17T23:22:43.140Z] #34 12.30 internal/cpu [2023-04-17T23:22:43.381Z] #21 8.995 go: downloading honnef.co/go/tools v0.3.3 [2023-04-17T23:22:43.381Z] #21 8.996 go: downloading mvdan.cc/gofumpt v0.3.1 [2023-04-17T23:22:43.381Z] #21 8.997 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2023-04-17T23:22:43.381Z] #21 9.072 go: downloading mvdan.cc/unparam v0.0.0-20220706161116-678bad134442 [2023-04-17T23:22:43.381Z] #21 9.097 go: downloading github.com/fsnotify/fsnotify v1.5.4 [2023-04-17T23:22:43.381Z] #21 9.139 go: downloading github.com/mitchellh/mapstructure v1.5.0 [2023-04-17T23:22:43.381Z] #21 9.147 go: downloading github.com/spf13/afero v1.8.2 [2023-04-17T23:22:43.381Z] #21 9.187 go: downloading github.com/spf13/cast v1.5.0 [2023-04-17T23:22:43.638Z] #21 9.244 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2023-04-17T23:22:43.638Z] #21 9.261 go: downloading github.com/hashicorp/errwrap v1.0.0 [2023-04-17T23:22:43.638Z] #21 9.265 go: downloading golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab [2023-04-17T23:22:43.638Z] #21 9.355 go: downloading github.com/davecgh/go-spew v1.1.1 [2023-04-17T23:22:43.638Z] #21 9.397 go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-04-17T23:22:43.638Z] #21 9.418 go: downloading github.com/stretchr/objx v0.4.0 [2023-04-17T23:22:43.638Z] #21 9.448 go: downloading golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e [2023-04-17T23:22:44.206Z] #21 9.861 go: downloading github.com/gobwas/glob v0.2.3 [2023-04-17T23:22:44.206Z] #21 9.873 go: downloading golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 [2023-04-17T23:22:44.206Z] #21 9.877 go: downloading go.uber.org/zap v1.17.0 [2023-04-17T23:22:44.206Z] #21 9.878 go: downloading github.com/kisielk/gotool v1.0.0 [2023-04-17T23:22:44.206Z] #21 9.878 go: downloading golang.org/x/text v0.3.7 [2023-04-17T23:22:44.206Z] #21 ... [2023-04-17T23:22:44.206Z] [2023-04-17T23:22:44.206Z] #26 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:22:44.206Z] #0 3.011 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-04-17T23:22:44.206Z] #0 3.025 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-04-17T23:22:44.206Z] #0 3.025 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-04-17T23:22:44.206Z] #0 3.538 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-04-17T23:22:44.206Z] #0 4.523 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [237 kB] [2023-04-17T23:22:44.206Z] #0 5.080 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-04-17T23:22:44.206Z] #0 7.609 Fetched 8643 kB in 5s (1779 kB/s) [2023-04-17T23:22:44.206Z] #0 7.609 Reading package lists... [2023-04-17T23:22:44.482Z] #0 8.995 Reading package lists... [2023-04-17T23:22:44.482Z] #26 ... [2023-04-17T23:22:44.482Z] [2023-04-17T23:22:44.482Z] #27 [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 [2023-04-17T23:22:44.482Z] #0 2.246 + git clone https://github.com/docker/distribution.git . [2023-04-17T23:22:44.482Z] #0 2.249 Cloning into '.'... [2023-04-17T23:22:44.482Z] #0 8.361 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2023-04-17T23:22:44.482Z] #0 9.476 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2023-04-17T23:22:44.482Z] #27 ... [2023-04-17T23:22:44.482Z] [2023-04-17T23:22:44.482Z] #28 [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 [2023-04-17T23:22:44.482Z] #0 2.710 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-04-17T23:22:44.482Z] #0 2.725 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-04-17T23:22:44.482Z] #0 2.741 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-04-17T23:22:44.482Z] #0 3.262 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-04-17T23:22:44.482Z] #0 3.928 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [237 kB] [2023-04-17T23:22:44.482Z] #0 4.622 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-04-17T23:22:44.482Z] #0 6.930 Fetched 8643 kB in 4s (1933 kB/s) [2023-04-17T23:22:44.482Z] #0 6.930 Reading package lists... [2023-04-17T23:22:44.482Z] #0 8.514 Reading package lists... [2023-04-17T23:22:44.482Z] #28 10.25 Building dependency tree... [2023-04-17T23:22:44.482Z] #28 ... [2023-04-17T23:22:44.482Z] [2023-04-17T23:22:44.482Z] #29 [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 [2023-04-17T23:22:44.482Z] #0 0.955 + RM_GOPATH=0 [2023-04-17T23:22:44.482Z] #0 0.955 + TMP_GOPATH= [2023-04-17T23:22:44.482Z] #0 0.955 + : /build [2023-04-17T23:22:44.482Z] #0 0.955 + '[' -z '' ']' [2023-04-17T23:22:44.482Z] #0 0.956 ++ mktemp -d [2023-04-17T23:22:44.482Z] #0 0.957 + export GOPATH=/tmp/tmp.lfelJNQN6U [2023-04-17T23:22:44.482Z] #0 0.957 + GOPATH=/tmp/tmp.lfelJNQN6U [2023-04-17T23:22:44.482Z] #0 0.957 + RM_GOPATH=1 [2023-04-17T23:22:44.482Z] #0 0.957 + case "$(go env GOARCH)" in [2023-04-17T23:22:44.482Z] #0 0.958 ++ go env GOARCH [2023-04-17T23:22:44.482Z] #0 0.963 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:44.482Z] #0 0.963 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:44.482Z] #0 0.963 ++ dirname /tmp/install/install.sh [2023-04-17T23:22:44.482Z] #0 0.964 + dir=/tmp/install [2023-04-17T23:22:44.482Z] #0 0.964 + bin=gotestsum [2023-04-17T23:22:44.482Z] #0 0.964 + shift [2023-04-17T23:22:44.482Z] #0 0.964 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2023-04-17T23:22:44.482Z] #0 0.964 + . /tmp/install/gotestsum.installer [2023-04-17T23:22:44.482Z] #0 0.964 ++ : v1.8.2 [2023-04-17T23:22:44.482Z] #0 0.964 + install_gotestsum [2023-04-17T23:22:44.482Z] #0 0.967 Install gotestsum version v1.8.2 [2023-04-17T23:22:44.482Z] #0 0.967 + set -e [2023-04-17T23:22:44.482Z] #0 0.967 + echo 'Install gotestsum version v1.8.2' [2023-04-17T23:22:44.482Z] #0 0.967 + GOBIN=/build [2023-04-17T23:22:44.482Z] #0 0.967 + GO111MODULE=on [2023-04-17T23:22:44.482Z] #0 0.967 + go install gotest.tools/gotestsum@v1.8.2 [2023-04-17T23:22:44.482Z] #0 1.311 go: downloading gotest.tools/gotestsum v1.8.2 [2023-04-17T23:22:44.482Z] #0 2.022 go: downloading golang.org/x/tools v0.1.11 [2023-04-17T23:22:44.482Z] #0 2.027 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 [2023-04-17T23:22:44.482Z] #0 2.027 go: downloading github.com/dnephin/pflag v1.0.7 [2023-04-17T23:22:44.482Z] #0 2.027 go: downloading github.com/fatih/color v1.13.0 [2023-04-17T23:22:44.482Z] #0 2.027 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2023-04-17T23:22:44.482Z] #0 2.027 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f [2023-04-17T23:22:44.482Z] #0 2.171 go: downloading github.com/fsnotify/fsnotify v1.5.4 [2023-04-17T23:22:44.482Z] #0 2.173 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 [2023-04-17T23:22:44.483Z] #0 2.181 go: downloading github.com/mattn/go-colorable v0.1.12 [2023-04-17T23:22:44.483Z] #0 2.181 go: downloading github.com/mattn/go-isatty v0.0.14 [2023-04-17T23:22:44.483Z] #0 4.480 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 [2023-04-17T23:22:44.526Z] #34 13.47 internal/goexperiment [2023-04-17T23:22:44.740Z] #29 ... [2023-04-17T23:22:44.740Z] [2023-04-17T23:22:44.740Z] #30 [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 [2023-04-17T23:22:44.740Z] #0 2.097 + RM_GOPATH=0 [2023-04-17T23:22:44.740Z] #0 2.097 + TMP_GOPATH= [2023-04-17T23:22:44.740Z] #0 2.097 + : /build [2023-04-17T23:22:44.740Z] #0 2.097 + '[' -z '' ']' [2023-04-17T23:22:44.740Z] #0 2.097 ++ mktemp -d [2023-04-17T23:22:44.740Z] #0 2.101 + export GOPATH=/tmp/tmp.9Sorn523Qg [2023-04-17T23:22:44.740Z] #0 2.101 + GOPATH=/tmp/tmp.9Sorn523Qg [2023-04-17T23:22:44.740Z] #0 2.101 + RM_GOPATH=1 [2023-04-17T23:22:44.740Z] #0 2.101 + case "$(go env GOARCH)" in [2023-04-17T23:22:44.740Z] #0 2.101 ++ go env GOARCH [2023-04-17T23:22:44.740Z] #0 2.137 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:44.740Z] #0 2.137 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:44.740Z] #0 2.137 ++ dirname /tmp/install/install.sh [2023-04-17T23:22:44.740Z] #0 2.143 + dir=/tmp/install [2023-04-17T23:22:44.740Z] #0 2.143 + bin=tomlv [2023-04-17T23:22:44.740Z] #0 2.143 + shift [2023-04-17T23:22:44.740Z] #0 2.144 + '[' '!' -f /tmp/install/tomlv.installer ']' [2023-04-17T23:22:44.740Z] #0 2.144 + . /tmp/install/tomlv.installer [2023-04-17T23:22:44.740Z] #0 2.144 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2023-04-17T23:22:44.740Z] #0 2.144 + install_tomlv [2023-04-17T23:22:44.740Z] #0 2.144 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2023-04-17T23:22:44.740Z] #0 2.144 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.9Sorn523Qg/src/github.com/BurntSushi/toml [2023-04-17T23:22:44.740Z] #0 2.146 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2023-04-17T23:22:44.740Z] #0 2.152 Cloning into '/tmp/tmp.9Sorn523Qg/src/github.com/BurntSushi/toml'... [2023-04-17T23:22:44.740Z] #0 2.792 + cd /tmp/tmp.9Sorn523Qg/src/github.com/BurntSushi/toml [2023-04-17T23:22:44.740Z] #0 2.792 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2023-04-17T23:22:44.740Z] #0 2.846 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2023-04-17T23:22:44.740Z] #0 3.083 internal/unsafeheader [2023-04-17T23:22:44.740Z] #0 3.085 internal/goarch [2023-04-17T23:22:44.740Z] #0 3.095 internal/goexperiment [2023-04-17T23:22:44.740Z] #0 3.101 internal/goos [2023-04-17T23:22:44.740Z] #0 3.121 encoding [2023-04-17T23:22:44.740Z] #0 3.153 internal/cpu [2023-04-17T23:22:44.740Z] #0 3.181 internal/itoa [2023-04-17T23:22:44.740Z] #0 3.210 internal/abi [2023-04-17T23:22:44.740Z] #0 3.226 runtime/internal/atomic [2023-04-17T23:22:44.740Z] #0 3.233 runtime/internal/syscall [2023-04-17T23:22:44.740Z] #0 3.247 runtime/internal/math [2023-04-17T23:22:44.740Z] #0 3.302 runtime/internal/sys [2023-04-17T23:22:44.740Z] #0 3.328 math/bits [2023-04-17T23:22:44.740Z] #0 3.493 unicode/utf8 [2023-04-17T23:22:44.740Z] #0 3.698 internal/race [2023-04-17T23:22:44.740Z] #0 3.868 sync/atomic [2023-04-17T23:22:44.740Z] #0 3.868 internal/bytealg [2023-04-17T23:22:44.740Z] #0 3.873 unicode [2023-04-17T23:22:44.740Z] #0 4.114 math [2023-04-17T23:22:44.740Z] #0 4.879 runtime [2023-04-17T23:22:44.740Z] #30 ... [2023-04-17T23:22:44.740Z] [2023-04-17T23:22:44.740Z] #31 [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 [2023-04-17T23:22:44.740Z] #0 2.090 + git clone https://github.com/kolyshkin/go-swagger.git . [2023-04-17T23:22:44.740Z] #0 2.096 Cloning into '.'... [2023-04-17T23:22:44.996Z] #31 ... [2023-04-17T23:22:44.996Z] [2023-04-17T23:22:44.996Z] #32 [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 python3-protobuf [2023-04-17T23:22:44.996Z] #0 2.904 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-04-17T23:22:44.996Z] #0 2.915 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-04-17T23:22:44.996Z] #0 2.915 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-04-17T23:22:44.996Z] #0 3.524 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-04-17T23:22:44.996Z] #0 4.408 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [237 kB] [2023-04-17T23:22:44.996Z] #0 5.564 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-04-17T23:22:44.996Z] #0 8.050 Fetched 8643 kB in 5s (1596 kB/s) [2023-04-17T23:22:44.996Z] #0 8.050 Reading package lists... [2023-04-17T23:22:44.996Z] #0 9.353 Reading package lists... [2023-04-17T23:22:44.996Z] #32 ... [2023-04-17T23:22:44.996Z] [2023-04-17T23:22:44.996Z] #33 [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 [2023-04-17T23:22:44.996Z] #0 1.920 + RM_GOPATH=0 [2023-04-17T23:22:44.996Z] #0 1.920 + TMP_GOPATH= [2023-04-17T23:22:44.996Z] #0 1.920 + : /build [2023-04-17T23:22:44.996Z] #0 1.920 + '[' -z '' ']' [2023-04-17T23:22:44.996Z] #0 1.920 ++ mktemp -d [2023-04-17T23:22:44.996Z] #0 1.920 + export GOPATH=/tmp/tmp.AvQqoJrBff [2023-04-17T23:22:44.996Z] #0 1.920 + GOPATH=/tmp/tmp.AvQqoJrBff [2023-04-17T23:22:44.996Z] #0 1.920 + RM_GOPATH=1 [2023-04-17T23:22:44.996Z] #0 1.920 + case "$(go env GOARCH)" in [2023-04-17T23:22:44.996Z] #0 1.920 ++ go env GOARCH [2023-04-17T23:22:44.996Z] #0 1.937 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:44.996Z] #0 1.937 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:44.996Z] #0 1.937 ++ dirname /tmp/install/install.sh [2023-04-17T23:22:44.996Z] #0 1.942 + dir=/tmp/install [2023-04-17T23:22:44.996Z] #0 1.942 + bin=proxy [2023-04-17T23:22:44.996Z] #0 1.942 + shift [2023-04-17T23:22:44.996Z] #0 1.942 + '[' '!' -f /tmp/install/proxy.installer ']' [2023-04-17T23:22:44.996Z] #0 1.942 + . /tmp/install/proxy.installer [2023-04-17T23:22:44.996Z] #0 1.942 ++ : 05b93e0d3a95952f70c113b0bc5bdb538d7afdd7 [2023-04-17T23:22:44.996Z] #0 1.942 + install_proxy [2023-04-17T23:22:44.996Z] #0 1.942 + case "$1" in [2023-04-17T23:22:44.996Z] #0 1.942 + export CGO_ENABLED=0 [2023-04-17T23:22:44.996Z] #0 1.942 + CGO_ENABLED=0 [2023-04-17T23:22:44.996Z] #0 1.942 + _install_proxy [2023-04-17T23:22:44.996Z] #0 1.942 + echo 'Install docker-proxy version 05b93e0d3a95952f70c113b0bc5bdb538d7afdd7' [2023-04-17T23:22:44.996Z] #0 1.942 + git clone https://github.com/moby/libnetwork.git /tmp/tmp.AvQqoJrBff/src/github.com/docker/libnetwork [2023-04-17T23:22:44.996Z] #0 1.942 Install docker-proxy version 05b93e0d3a95952f70c113b0bc5bdb538d7afdd7 [2023-04-17T23:22:44.996Z] #0 1.950 Cloning into '/tmp/tmp.AvQqoJrBff/src/github.com/docker/libnetwork'... [2023-04-17T23:22:44.996Z] #0 6.613 + cd /tmp/tmp.AvQqoJrBff/src/github.com/docker/libnetwork [2023-04-17T23:22:44.996Z] #0 6.613 + git checkout -q 05b93e0d3a95952f70c113b0bc5bdb538d7afdd7 [2023-04-17T23:22:44.996Z] #0 6.994 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2023-04-17T23:22:45.097Z] #34 14.12 internal/goos [2023-04-17T23:22:45.097Z] #34 14.34 internal/bytealg [2023-04-17T23:22:45.254Z] #33 ... [2023-04-17T23:22:45.254Z] [2023-04-17T23:22:45.254Z] #34 [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 [2023-04-17T23:22:45.254Z] #0 1.729 + RM_GOPATH=0 [2023-04-17T23:22:45.254Z] #0 1.729 + TMP_GOPATH= [2023-04-17T23:22:45.254Z] #0 1.729 + : /build [2023-04-17T23:22:45.254Z] #0 1.729 + '[' -z '' ']' [2023-04-17T23:22:45.254Z] #0 1.729 ++ mktemp -d [2023-04-17T23:22:45.254Z] #0 1.733 + export GOPATH=/tmp/tmp.3o5d1Gkzkr [2023-04-17T23:22:45.254Z] #0 1.733 + GOPATH=/tmp/tmp.3o5d1Gkzkr [2023-04-17T23:22:45.254Z] #0 1.733 + RM_GOPATH=1 [2023-04-17T23:22:45.254Z] #0 1.733 + case "$(go env GOARCH)" in [2023-04-17T23:22:45.254Z] #0 1.739 ++ go env GOARCH [2023-04-17T23:22:45.254Z] #0 1.747 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:45.254Z] #0 1.747 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:45.254Z] #0 1.750 ++ dirname /tmp/install/install.sh [2023-04-17T23:22:45.254Z] #0 1.757 Install shfmt version v3.0.2 [2023-04-17T23:22:45.254Z] #0 1.757 + dir=/tmp/install [2023-04-17T23:22:45.254Z] #0 1.757 + bin=shfmt [2023-04-17T23:22:45.254Z] #0 1.757 + shift [2023-04-17T23:22:45.254Z] #0 1.757 + '[' '!' -f /tmp/install/shfmt.installer ']' [2023-04-17T23:22:45.254Z] #0 1.757 + . /tmp/install/shfmt.installer [2023-04-17T23:22:45.254Z] #0 1.757 ++ : v3.0.2 [2023-04-17T23:22:45.254Z] #0 1.757 + install_shfmt [2023-04-17T23:22:45.254Z] #0 1.757 + echo 'Install shfmt version v3.0.2' [2023-04-17T23:22:45.254Z] #0 1.757 + GOBIN=/build [2023-04-17T23:22:45.254Z] #0 1.757 + GO111MODULE=on [2023-04-17T23:22:45.254Z] #0 1.757 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2 [2023-04-17T23:22:45.254Z] #0 2.145 go: downloading mvdan.cc/sh/v3 v3.0.2 [2023-04-17T23:22:45.254Z] #0 6.068 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2023-04-17T23:22:45.254Z] #0 6.072 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2023-04-17T23:22:45.254Z] #0 6.089 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2023-04-17T23:22:45.254Z] #0 6.880 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2023-04-17T23:22:45.254Z] #34 ... [2023-04-17T23:22:45.254Z] [2023-04-17T23:22:45.254Z] #35 [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 [2023-04-17T23:22:45.254Z] #0 2.088 + RM_GOPATH=0 [2023-04-17T23:22:45.254Z] #0 2.088 + TMP_GOPATH= [2023-04-17T23:22:45.254Z] #0 2.088 + : /build [2023-04-17T23:22:45.254Z] #0 2.088 + '[' -z '' ']' [2023-04-17T23:22:45.254Z] #0 2.088 ++ mktemp -d [2023-04-17T23:22:45.254Z] #0 2.105 + export GOPATH=/tmp/tmp.TN5VWHMMRy [2023-04-17T23:22:45.254Z] #0 2.105 + GOPATH=/tmp/tmp.TN5VWHMMRy [2023-04-17T23:22:45.254Z] #0 2.105 + RM_GOPATH=1 [2023-04-17T23:22:45.254Z] #0 2.105 + case "$(go env GOARCH)" in [2023-04-17T23:22:45.254Z] #0 2.111 ++ go env GOARCH [2023-04-17T23:22:45.254Z] #0 2.137 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:45.254Z] #0 2.137 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:45.254Z] #0 2.137 ++ dirname /tmp/install/install.sh [2023-04-17T23:22:45.254Z] #0 2.137 + dir=/tmp/install [2023-04-17T23:22:45.254Z] #0 2.137 + bin=rootlesskit [2023-04-17T23:22:45.254Z] #0 2.137 + shift [2023-04-17T23:22:45.254Z] #0 2.137 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2023-04-17T23:22:45.254Z] #0 2.137 + . /tmp/install/rootlesskit.installer [2023-04-17T23:22:45.254Z] #0 2.137 ++ : v0.14.4 [2023-04-17T23:22:45.254Z] #0 2.137 + install_rootlesskit [2023-04-17T23:22:45.254Z] #0 2.137 + case "$1" in [2023-04-17T23:22:45.254Z] #0 2.137 + export CGO_ENABLED=0 [2023-04-17T23:22:45.254Z] #0 2.137 + CGO_ENABLED=0 [2023-04-17T23:22:45.254Z] #0 2.137 + _install_rootlesskit [2023-04-17T23:22:45.254Z] #0 2.137 + echo 'Install rootlesskit version v0.14.4' [2023-04-17T23:22:45.254Z] #0 2.137 + for f in rootlesskit rootlesskit-docker-proxy [2023-04-17T23:22:45.254Z] #0 2.137 + GOBIN=/build [2023-04-17T23:22:45.254Z] #0 2.137 + GO111MODULE=on [2023-04-17T23:22:45.254Z] #0 2.137 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2023-04-17T23:22:45.254Z] #0 2.137 Install rootlesskit version v0.14.4 [2023-04-17T23:22:45.254Z] #0 2.569 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2023-04-17T23:22:45.254Z] #0 3.717 go: downloading github.com/sirupsen/logrus v1.8.1 [2023-04-17T23:22:45.254Z] #0 3.717 go: downloading github.com/urfave/cli/v2 v2.3.0 [2023-04-17T23:22:45.254Z] #0 3.718 go: downloading github.com/pkg/errors v0.9.1 [2023-04-17T23:22:45.254Z] #0 3.720 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2023-04-17T23:22:45.254Z] #0 3.732 go: downloading github.com/google/uuid v1.3.0 [2023-04-17T23:22:45.254Z] #0 3.733 go: downloading github.com/moby/vpnkit v0.5.0 [2023-04-17T23:22:45.254Z] #0 3.748 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2023-04-17T23:22:45.254Z] #0 3.811 go: downloading github.com/gofrs/flock v0.8.1 [2023-04-17T23:22:45.254Z] #0 3.817 go: downloading github.com/gorilla/mux v1.8.0 [2023-04-17T23:22:45.254Z] #0 3.825 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2023-04-17T23:22:45.254Z] #0 4.145 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2023-04-17T23:22:45.254Z] #0 4.787 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2023-04-17T23:22:45.254Z] #0 4.790 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2023-04-17T23:22:45.254Z] #0 5.793 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2023-04-17T23:22:45.254Z] #0 5.862 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2023-04-17T23:22:45.357Z] #34 14.43 runtime/internal/atomic [2023-04-17T23:22:45.512Z] #35 ... [2023-04-17T23:22:45.512Z] [2023-04-17T23:22:45.512Z] #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 [2023-04-17T23:22:45.512Z] #0 1.588 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-04-17T23:22:45.512Z] #0 1.601 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-04-17T23:22:45.512Z] #0 1.601 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-04-17T23:22:45.512Z] #0 1.913 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-04-17T23:22:45.512Z] #0 2.437 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [237 kB] [2023-04-17T23:22:45.512Z] #0 3.152 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-04-17T23:22:45.512Z] #0 4.654 Fetched 8643 kB in 3s (2514 kB/s) [2023-04-17T23:22:45.512Z] #0 4.654 Reading package lists... [2023-04-17T23:22:45.512Z] #0 6.384 Reading package lists... [2023-04-17T23:22:45.512Z] #0 7.834 Building dependency tree... [2023-04-17T23:22:45.512Z] #0 8.577 The following additional packages will be installed: [2023-04-17T23:22:45.512Z] #0 8.583 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2023-04-17T23:22:45.512Z] #0 8.586 Suggested packages: [2023-04-17T23:22:45.512Z] #0 8.586 cmake-doc ninja-build lrzip [2023-04-17T23:22:45.512Z] #0 8.586 Recommended packages: [2023-04-17T23:22:45.512Z] #0 8.586 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2023-04-17T23:22:45.512Z] #0 8.910 The following NEW packages will be installed: [2023-04-17T23:22:45.512Z] #0 8.914 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2023-04-17T23:22:45.512Z] #0 8.917 vim-common xxd [2023-04-17T23:22:45.512Z] #0 9.239 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2023-04-17T23:22:45.512Z] #0 9.239 Need to get 17.7 MB of archives. [2023-04-17T23:22:45.512Z] #0 9.239 After this operation, 70.7 MB of additional disk space will be used. [2023-04-17T23:22:45.512Z] #0 9.239 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2023-04-17T23:22:45.512Z] #0 9.253 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2023-04-17T23:22:45.512Z] #0 9.253 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2023-04-17T23:22:45.512Z] #0 9.353 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2023-04-17T23:22:45.512Z] #0 9.479 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u3 [693 kB] [2023-04-17T23:22:45.512Z] #0 9.487 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2023-04-17T23:22:45.512Z] #0 9.491 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2023-04-17T23:22:45.512Z] #0 9.492 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2023-04-17T23:22:45.512Z] #0 9.501 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2023-04-17T23:22:45.512Z] #0 9.503 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2023-04-17T23:22:45.512Z] #0 10.20 debconf: delaying package configuration, since apt-utils is not installed [2023-04-17T23:22:45.512Z] #0 10.26 Fetched 17.7 MB in 1s (24.2 MB/s) [2023-04-17T23:22:45.512Z] #0 10.30 Selecting previously unselected package xxd. [2023-04-17T23:22:45.512Z] #0 10.30 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15722 files and directories currently installed.) [2023-04-17T23:22:45.512Z] #0 10.34 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2023-04-17T23:22:45.512Z] #0 10.37 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:22:45.512Z] #0 10.51 Selecting previously unselected package vim-common. [2023-04-17T23:22:45.512Z] #0 10.51 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2023-04-17T23:22:45.512Z] #0 10.55 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:22:45.512Z] #0 10.71 Selecting previously unselected package cmake-data. [2023-04-17T23:22:45.512Z] #0 10.71 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2023-04-17T23:22:45.512Z] #0 10.71 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2023-04-17T23:22:45.512Z] #36 ... [2023-04-17T23:22:45.512Z] [2023-04-17T23:22:45.512Z] #19 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-04-17T23:22:45.512Z] #19 6.568 [2023-04-17T23:22:45.512Z] #19 6.843 #=#=# 0.5% ################## 26.4% ################################ 45.8% ################################################## 69.5% ##################################################################### 96.4% ######################################################################## 100.0% [2023-04-17T23:22:45.512Z] #19 7.933 [2023-04-17T23:22:45.512Z] #19 9.588 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2023-04-17T23:22:45.512Z] #19 10.26 #=#=# [2023-04-17T23:22:45.512Z] #19 10.54 #=#=# ######################################################################## 100.0% [2023-04-17T23:22:45.512Z] #19 11.00 [2023-04-17T23:22:45.512Z] #19 12.23 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2023-04-17T23:22:46.076Z] #19 12.80 [2023-04-17T23:22:46.333Z] #19 ... [2023-04-17T23:22:46.333Z] [2023-04-17T23:22:46.333Z] #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 [2023-04-17T23:22:46.333Z] #36 12.00 Selecting previously unselected package libicu67:amd64. [2023-04-17T23:22:46.333Z] #36 12.00 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2023-04-17T23:22:46.333Z] #36 12.02 Unpacking libicu67:amd64 (67.1-7) ... [2023-04-17T23:22:46.608Z] #9 extracting sha256:1b89f3c7f7da8adf032a33a75d1b659cee33179ecb88ea0ba75e4fc58ebe63a6 5.0s [2023-04-17T23:22:47.703Z] #36 ... [2023-04-17T23:22:47.703Z] [2023-04-17T23:22:47.703Z] #19 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-04-17T23:22:47.703Z] #19 13.06 #=#=# ######################################################################## 100.0% [2023-04-17T23:22:47.703Z] #19 13.63 [2023-04-17T23:22:47.703Z] #19 13.72 Download of images into '/build' complete. [2023-04-17T23:22:47.703Z] #19 13.72 Use something like the following to load the result into a Docker daemon: [2023-04-17T23:22:47.703Z] #19 13.72 tar -cC '/build' . | docker load [2023-04-17T23:22:47.703Z] #19 DONE 14.4s [2023-04-17T23:22:47.911Z] #34 17.03 runtime/internal/math [2023-04-17T23:22:47.959Z] [2023-04-17T23:22:47.959Z] #32 [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 python3-protobuf [2023-04-17T23:22:47.959Z] #0 9.353 Reading package lists... [2023-04-17T23:22:47.959Z] #32 10.95 Building dependency tree... [2023-04-17T23:22:47.959Z] #32 11.79 The following additional packages will be installed: [2023-04-17T23:22:47.959Z] #32 11.80 libcap2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite23 libprotobuf23 [2023-04-17T23:22:47.959Z] #32 11.80 libprotoc23 python3-pkg-resources python3-six zlib1g-dev [2023-04-17T23:22:47.959Z] #32 11.80 Suggested packages: [2023-04-17T23:22:47.959Z] #32 11.80 manpages-dev protobuf-mode-el python3-setuptools [2023-04-17T23:22:47.959Z] #32 12.17 The following NEW packages will be installed: [2023-04-17T23:22:47.959Z] #32 12.17 libcap-dev libcap2 libnet1 libnet1-dev libnl-3-200 libnl-3-dev [2023-04-17T23:22:47.959Z] #32 12.17 libprotobuf-c-dev libprotobuf-c1 libprotobuf-dev libprotobuf-lite23 [2023-04-17T23:22:47.959Z] #32 12.17 libprotobuf23 libprotoc23 protobuf-c-compiler protobuf-compiler [2023-04-17T23:22:47.959Z] #32 12.17 python3-pkg-resources python3-protobuf python3-six zlib1g-dev [2023-04-17T23:22:47.959Z] #32 12.45 0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded. [2023-04-17T23:22:47.959Z] #32 12.45 Need to get 4583 kB of archives. [2023-04-17T23:22:47.959Z] #32 12.45 After this operation, 25.9 MB of additional disk space will be used. [2023-04-17T23:22:47.959Z] #32 12.45 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2023-04-17T23:22:47.959Z] #32 12.46 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB] [2023-04-17T23:22:47.959Z] #32 12.46 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2023-04-17T23:22:47.959Z] #32 12.46 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2023-04-17T23:22:47.959Z] #32 12.47 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2023-04-17T23:22:47.959Z] #32 12.47 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-dev amd64 3.4.0-1+b1 [102 kB] [2023-04-17T23:22:47.959Z] #32 12.47 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2023-04-17T23:22:47.960Z] #32 12.47 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB] [2023-04-17T23:22:47.960Z] #32 12.48 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2+deb11u2 [191 kB] [2023-04-17T23:22:47.960Z] #32 12.48 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2023-04-17T23:22:47.960Z] #32 12.49 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-lite23 amd64 3.12.4-1 [241 kB] [2023-04-17T23:22:47.960Z] #32 12.50 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-dev amd64 3.12.4-1 [1232 kB] [2023-04-17T23:22:47.960Z] #32 12.53 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotoc23 amd64 3.12.4-1 [803 kB] [2023-04-17T23:22:47.960Z] #32 12.54 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 protobuf-c-compiler amd64 1.3.3-1+b2 [83.8 kB] [2023-04-17T23:22:47.960Z] #32 12.54 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 protobuf-compiler amd64 3.12.4-1 [75.1 kB] [2023-04-17T23:22:47.960Z] #32 12.54 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2023-04-17T23:22:47.960Z] #32 12.55 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2023-04-17T23:22:47.960Z] #32 12.55 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2023-04-17T23:22:47.960Z] #32 12.89 debconf: delaying package configuration, since apt-utils is not installed [2023-04-17T23:22:47.960Z] #32 13.06 Fetched 4583 kB in 0s (12.2 MB/s) [2023-04-17T23:22:47.960Z] #32 13.22 Selecting previously unselected package libcap2:amd64. [2023-04-17T23:22:47.960Z] #32 13.22 (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 ... 15722 files and directories currently installed.) [2023-04-17T23:22:47.960Z] #32 13.26 Preparing to unpack .../00-libcap2_1%3a2.44-1_amd64.deb ... [2023-04-17T23:22:47.960Z] #32 13.44 Unpacking libcap2:amd64 (1:2.44-1) ... [2023-04-17T23:22:47.960Z] #32 13.67 Selecting previously unselected package libcap-dev:amd64. [2023-04-17T23:22:47.960Z] #32 13.67 Preparing to unpack .../01-libcap-dev_1%3a2.44-1_amd64.deb ... [2023-04-17T23:22:47.960Z] #32 ... [2023-04-17T23:22:47.960Z] [2023-04-17T23:22:47.960Z] #33 [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 [2023-04-17T23:22:47.960Z] #33 DONE 13.7s [2023-04-17T23:22:47.960Z] [2023-04-17T23:22:47.960Z] #32 [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 python3-protobuf [2023-04-17T23:22:47.960Z] #32 13.68 Unpacking libcap-dev:amd64 (1:2.44-1) ... [2023-04-17T23:22:48.172Z] #34 ... [2023-04-17T23:22:48.172Z] [2023-04-17T23:22:48.172Z] #25 [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 [2023-04-17T23:22:48.172Z] #25 7.248 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2023-04-17T23:22:48.172Z] #25 11.31 go: downloading github.com/pkg/errors v0.9.1 [2023-04-17T23:22:48.172Z] #25 11.36 go: downloading github.com/sirupsen/logrus v1.8.1 [2023-04-17T23:22:48.172Z] #25 11.79 go: downloading github.com/urfave/cli/v2 v2.3.0 [2023-04-17T23:22:48.172Z] #25 12.32 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2023-04-17T23:22:48.172Z] #25 ... [2023-04-17T23:22:48.172Z] [2023-04-17T23:22:48.172Z] #31 [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 [2023-04-17T23:22:48.172Z] #31 13.36 go: downloading github.com/gofrs/flock v0.8.1 [2023-04-17T23:22:48.172Z] #31 13.37 go: downloading github.com/fatih/color v1.13.0 [2023-04-17T23:22:48.172Z] #31 13.65 go: downloading github.com/pkg/errors v0.9.1 [2023-04-17T23:22:48.172Z] #31 13.82 go: downloading github.com/spf13/cobra v1.5.0 [2023-04-17T23:22:48.172Z] #31 13.94 go: downloading github.com/spf13/pflag v1.0.5 [2023-04-17T23:22:48.172Z] #31 14.77 go: downloading github.com/spf13/viper v1.12.0 [2023-04-17T23:22:48.172Z] #31 14.89 go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-04-17T23:22:48.172Z] #31 15.74 go: downloading github.com/mattn/go-colorable v0.1.13 [2023-04-17T23:22:48.172Z] #31 15.76 go: downloading github.com/mattn/go-isatty v0.0.16 [2023-04-17T23:22:48.172Z] #31 15.96 go: downloading golang.org/x/tools v0.1.12 [2023-04-17T23:22:48.172Z] #31 16.05 go: downloading github.com/hashicorp/go-version v1.6.0 [2023-04-17T23:22:48.172Z] #31 16.59 go: downloading github.com/ldez/gomoddirectives v0.2.3 [2023-04-17T23:22:48.172Z] #31 16.86 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2023-04-17T23:22:48.172Z] #31 16.92 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2023-04-17T23:22:48.216Z] #32 13.92 Selecting previously unselected package libnet1:amd64. [2023-04-17T23:22:48.216Z] #32 13.92 Preparing to unpack .../02-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2023-04-17T23:22:48.216Z] #32 ... [2023-04-17T23:22:48.216Z] [2023-04-17T23:22:48.216Z] #28 [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 [2023-04-17T23:22:48.216Z] #28 10.25 Building dependency tree... [2023-04-17T23:22:48.216Z] #28 11.36 The following additional packages will be installed: [2023-04-17T23:22:48.216Z] #28 11.36 libbtrfs0 [2023-04-17T23:22:48.216Z] #28 11.41 The following NEW packages will be installed: [2023-04-17T23:22:48.216Z] #28 11.41 libbtrfs-dev libbtrfs0 [2023-04-17T23:22:48.216Z] #28 11.71 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2023-04-17T23:22:48.216Z] #28 11.71 Need to get 460 kB of archives. [2023-04-17T23:22:48.216Z] #28 11.71 After this operation, 1237 kB of additional disk space will be used. [2023-04-17T23:22:48.216Z] #28 11.71 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2023-04-17T23:22:48.216Z] #28 11.74 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2023-04-17T23:22:48.216Z] #28 12.19 debconf: delaying package configuration, since apt-utils is not installed [2023-04-17T23:22:48.216Z] #28 12.47 Fetched 460 kB in 0s (1500 kB/s) [2023-04-17T23:22:48.216Z] #28 12.54 Selecting previously unselected package libbtrfs0:amd64. [2023-04-17T23:22:48.216Z] #28 12.54 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15722 files and directories currently installed.) [2023-04-17T23:22:48.216Z] #28 12.58 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2023-04-17T23:22:48.216Z] #28 12.60 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2023-04-17T23:22:48.216Z] #28 12.82 Selecting previously unselected package libbtrfs-dev:amd64. [2023-04-17T23:22:48.216Z] #28 12.82 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2023-04-17T23:22:48.216Z] #28 12.82 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2023-04-17T23:22:48.216Z] #28 13.14 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2023-04-17T23:22:48.216Z] #28 13.25 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2023-04-17T23:22:48.216Z] #28 13.37 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2023-04-17T23:22:48.216Z] #28 DONE 14.0s [2023-04-17T23:22:48.216Z] [2023-04-17T23:22:48.216Z] #32 [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 python3-protobuf [2023-04-17T23:22:48.216Z] #32 13.93 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2023-04-17T23:22:48.216Z] #32 14.00 Selecting previously unselected package libnet1-dev. [2023-04-17T23:22:48.216Z] #32 14.00 Preparing to unpack .../03-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2023-04-17T23:22:48.216Z] #32 14.01 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2023-04-17T23:22:48.746Z] #31 ... [2023-04-17T23:22:48.746Z] [2023-04-17T23:22:48.746Z] #21 [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 [2023-04-17T23:22:48.746Z] #21 7.709 + RM_GOPATH=0 [2023-04-17T23:22:48.746Z] #21 7.709 + TMP_GOPATH= [2023-04-17T23:22:48.746Z] #21 7.709 + : /build [2023-04-17T23:22:48.746Z] #21 7.709 + '[' -z '' ']' [2023-04-17T23:22:48.746Z] #21 7.716 ++ mktemp -d [2023-04-17T23:22:48.746Z] #21 7.716 + export GOPATH=/tmp/tmp.IIDqrv6iqh [2023-04-17T23:22:48.746Z] #21 7.716 + GOPATH=/tmp/tmp.IIDqrv6iqh [2023-04-17T23:22:48.746Z] #21 7.716 + RM_GOPATH=1 [2023-04-17T23:22:48.746Z] #21 7.716 + case "$(go env GOARCH)" in [2023-04-17T23:22:48.746Z] #21 7.716 ++ go env GOARCH [2023-04-17T23:22:48.746Z] #21 7.786 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:48.746Z] #21 7.786 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:48.746Z] #21 7.786 ++ dirname /tmp/install/install.sh [2023-04-17T23:22:48.746Z] #21 7.794 Install docker/cli version 17.06.2-ce from stable [2023-04-17T23:22:48.746Z] #21 7.794 + dir=/tmp/install [2023-04-17T23:22:48.746Z] #21 7.794 + bin=dockercli [2023-04-17T23:22:48.746Z] #21 7.794 + shift [2023-04-17T23:22:48.746Z] #21 7.794 + '[' '!' -f /tmp/install/dockercli.installer ']' [2023-04-17T23:22:48.746Z] #21 7.794 + . /tmp/install/dockercli.installer [2023-04-17T23:22:48.746Z] #21 7.794 ++ : stable [2023-04-17T23:22:48.746Z] #21 7.794 ++ : 17.06.2-ce [2023-04-17T23:22:48.746Z] #21 7.794 + install_dockercli [2023-04-17T23:22:48.746Z] #21 7.794 + echo 'Install docker/cli version 17.06.2-ce from stable' [2023-04-17T23:22:48.746Z] #21 7.827 ++ uname -m [2023-04-17T23:22:48.746Z] #21 7.827 + arch=x86_64 [2023-04-17T23:22:48.746Z] #21 7.827 + '[' x86_64 '!=' x86_64 ']' [2023-04-17T23:22:48.746Z] #21 7.827 + url=https://download.docker.com/linux/static [2023-04-17T23:22:48.746Z] #21 7.850 + tar -xz docker/docker [2023-04-17T23:22:48.746Z] #21 7.850 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2023-04-17T23:22:48.746Z] #21 ... [2023-04-17T23:22:48.746Z] [2023-04-17T23:22:48.746Z] #25 [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 [2023-04-17T23:22:48.746Z] #25 17.82 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2023-04-17T23:22:48.786Z] #32 14.35 Selecting previously unselected package libnl-3-200:amd64. [2023-04-17T23:22:48.786Z] #32 14.35 Preparing to unpack .../04-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2023-04-17T23:22:48.786Z] #32 14.38 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2023-04-17T23:22:48.786Z] #32 14.47 Selecting previously unselected package libnl-3-dev:amd64. [2023-04-17T23:22:48.786Z] #32 14.47 Preparing to unpack .../05-libnl-3-dev_3.4.0-1+b1_amd64.deb ... [2023-04-17T23:22:48.786Z] #32 14.48 Unpacking libnl-3-dev:amd64 (3.4.0-1+b1) ... [2023-04-17T23:22:49.043Z] #32 14.66 Selecting previously unselected package libprotobuf-c1:amd64. [2023-04-17T23:22:49.043Z] #32 14.66 Preparing to unpack .../06-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2023-04-17T23:22:49.043Z] #32 14.70 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2023-04-17T23:22:49.043Z] #32 14.84 Selecting previously unselected package libprotobuf-c-dev:amd64. [2023-04-17T23:22:49.043Z] #32 14.86 Preparing to unpack .../07-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ... [2023-04-17T23:22:49.043Z] #32 14.86 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2023-04-17T23:22:49.160Z] #9 ... [2023-04-17T23:22:49.160Z] [2023-04-17T23:22:49.160Z] #16 [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 [2023-04-17T23:22:49.160Z] #0 1.929 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2023-04-17T23:22:49.160Z] #0 1.949 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-04-17T23:22:49.160Z] #0 1.949 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-04-17T23:22:49.160Z] #0 2.243 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-04-17T23:22:49.160Z] #0 2.507 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [237 kB] [2023-04-17T23:22:49.160Z] #0 3.000 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-04-17T23:22:49.160Z] #0 4.136 Fetched 8643 kB in 2s (3499 kB/s) [2023-04-17T23:22:49.160Z] #0 4.136 Reading package lists... [2023-04-17T23:22:49.160Z] #0 4.982 Reading package lists... [2023-04-17T23:22:49.160Z] #0 5.815 Building dependency tree... [2023-04-17T23:22:49.160Z] #0 6.203 The following additional packages will be installed: [2023-04-17T23:22:49.160Z] #0 6.203 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2023-04-17T23:22:49.160Z] #0 6.203 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2023-04-17T23:22:49.160Z] #0 6.203 Recommended packages: [2023-04-17T23:22:49.160Z] #0 6.203 libldap-common publicsuffix libsasl2-modules [2023-04-17T23:22:49.160Z] #0 6.356 The following NEW packages will be installed: [2023-04-17T23:22:49.160Z] #0 6.356 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2023-04-17T23:22:49.160Z] #0 6.356 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2023-04-17T23:22:49.160Z] #0 6.356 libssh2-1 openssl [2023-04-17T23:22:49.160Z] #0 6.638 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2023-04-17T23:22:49.160Z] #0 6.638 Need to get 3050 kB of archives. [2023-04-17T23:22:49.160Z] #0 6.638 After this operation, 6663 kB of additional disk space will be used. [2023-04-17T23:22:49.160Z] #0 6.638 Get:1 http://deb.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u4 [853 kB] [2023-04-17T23:22:49.160Z] #0 6.647 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2023-04-17T23:22:49.160Z] #0 6.654 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2023-04-17T23:22:49.160Z] #0 6.656 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2023-04-17T23:22:49.160Z] #0 6.658 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2023-04-17T23:22:49.160Z] #0 6.667 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB] [2023-04-17T23:22:49.160Z] #0 6.667 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2023-04-17T23:22:49.160Z] #0 6.667 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2023-04-17T23:22:49.160Z] #0 6.667 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2023-04-17T23:22:49.160Z] #0 6.667 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2023-04-17T23:22:49.160Z] #0 6.678 Get:11 http://deb.debian.org/debian-security bullseye-security/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u7 [346 kB] [2023-04-17T23:22:49.160Z] #0 6.678 Get:12 http://deb.debian.org/debian-security bullseye-security/main amd64 curl amd64 7.74.0-1.3+deb11u7 [270 kB] [2023-04-17T23:22:49.160Z] #0 6.678 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2023-04-17T23:22:49.160Z] #0 6.693 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2023-04-17T23:22:49.160Z] #0 6.693 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2023-04-17T23:22:49.160Z] #0 6.975 debconf: delaying package configuration, since apt-utils is not installed [2023-04-17T23:22:49.160Z] #0 7.024 Fetched 3050 kB in 0s (9520 kB/s) [2023-04-17T23:22:49.160Z] #0 7.061 Selecting previously unselected package openssl. [2023-04-17T23:22:49.160Z] #0 7.061 (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 ... 6664 files and directories currently installed.) [2023-04-17T23:22:49.160Z] #0 7.062 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u4_amd64.deb ... [2023-04-17T23:22:49.160Z] #0 7.069 Unpacking openssl (1.1.1n-0+deb11u4) ... [2023-04-17T23:22:49.160Z] #0 7.350 Selecting previously unselected package ca-certificates. [2023-04-17T23:22:49.160Z] #0 7.350 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2023-04-17T23:22:49.160Z] #0 7.353 Unpacking ca-certificates (20210119) ... [2023-04-17T23:22:49.160Z] #0 7.512 Selecting previously unselected package libbrotli1:amd64. [2023-04-17T23:22:49.160Z] #0 7.512 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2023-04-17T23:22:49.160Z] #0 7.527 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2023-04-17T23:22:49.160Z] #0 7.671 Selecting previously unselected package libsasl2-modules-db:amd64. [2023-04-17T23:22:49.160Z] #0 7.671 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2023-04-17T23:22:49.160Z] #0 7.686 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-04-17T23:22:49.160Z] #0 7.749 Selecting previously unselected package libsasl2-2:amd64. [2023-04-17T23:22:49.161Z] #0 7.749 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2023-04-17T23:22:49.161Z] #0 7.752 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-04-17T23:22:49.161Z] #0 7.875 Selecting previously unselected package libldap-2.4-2:amd64. [2023-04-17T23:22:49.161Z] #0 7.875 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2023-04-17T23:22:49.161Z] #0 7.885 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2023-04-17T23:22:49.161Z] #0 8.054 Selecting previously unselected package libnghttp2-14:amd64. [2023-04-17T23:22:49.161Z] #0 8.056 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2023-04-17T23:22:49.161Z] #0 8.060 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2023-04-17T23:22:49.161Z] #0 8.186 Selecting previously unselected package libpsl5:amd64. [2023-04-17T23:22:49.161Z] #0 8.186 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2023-04-17T23:22:49.161Z] #0 8.192 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2023-04-17T23:22:49.161Z] #0 8.280 Selecting previously unselected package librtmp1:amd64. [2023-04-17T23:22:49.161Z] #0 8.280 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2023-04-17T23:22:49.161Z] #0 8.286 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2023-04-17T23:22:49.161Z] #0 8.377 Selecting previously unselected package libssh2-1:amd64. [2023-04-17T23:22:49.161Z] #0 8.379 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2023-04-17T23:22:49.161Z] #0 8.414 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2023-04-17T23:22:49.161Z] #0 8.530 Selecting previously unselected package libcurl4:amd64. [2023-04-17T23:22:49.161Z] #0 8.531 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u7_amd64.deb ... [2023-04-17T23:22:49.161Z] #0 8.569 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u7) ... [2023-04-17T23:22:49.161Z] #0 8.708 Selecting previously unselected package curl. [2023-04-17T23:22:49.161Z] #0 8.708 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u7_amd64.deb ... [2023-04-17T23:22:49.161Z] #0 8.712 Unpacking curl (7.74.0-1.3+deb11u7) ... [2023-04-17T23:22:49.161Z] #0 8.849 Selecting previously unselected package libonig5:amd64. [2023-04-17T23:22:49.161Z] #0 8.849 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2023-04-17T23:22:49.161Z] #0 8.855 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2023-04-17T23:22:49.161Z] #0 9.118 Selecting previously unselected package libjq1:amd64. [2023-04-17T23:22:49.161Z] #0 9.118 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2023-04-17T23:22:49.161Z] #0 9.122 Unpacking libjq1:amd64 (1.6-2.1) ... [2023-04-17T23:22:49.161Z] #0 9.232 Selecting previously unselected package jq. [2023-04-17T23:22:49.161Z] #0 9.232 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2023-04-17T23:22:49.161Z] #0 9.236 Unpacking jq (1.6-2.1) ... [2023-04-17T23:22:49.161Z] #0 9.309 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2023-04-17T23:22:49.161Z] #0 9.364 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2023-04-17T23:22:49.161Z] #0 9.427 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2023-04-17T23:22:49.161Z] #0 9.443 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-04-17T23:22:49.161Z] #0 9.497 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2023-04-17T23:22:49.161Z] #0 9.508 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-04-17T23:22:49.161Z] #0 9.553 Setting up libssh2-1:amd64 (1.9.0-2) ... [2023-04-17T23:22:49.161Z] #0 9.566 Setting up openssl (1.1.1n-0+deb11u4) ... [2023-04-17T23:22:49.161Z] #0 9.584 Setting up libonig5:amd64 (6.9.6-1.1) ... [2023-04-17T23:22:49.161Z] #0 9.595 Setting up libjq1:amd64 (1.6-2.1) ... [2023-04-17T23:22:49.161Z] #0 9.609 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2023-04-17T23:22:49.161Z] #0 9.617 Setting up ca-certificates (20210119) ... [2023-04-17T23:22:49.161Z] #16 ... [2023-04-17T23:22:49.161Z] [2023-04-17T23:22:49.161Z] #9 [base 1/3] FROM docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 [2023-04-17T23:22:49.614Z] #32 ... [2023-04-17T23:22:49.614Z] [2023-04-17T23:22:49.614Z] #34 [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 [2023-04-17T23:22:49.614Z] #34 DONE 15.1s [2023-04-17T23:22:49.614Z] [2023-04-17T23:22:49.614Z] #32 [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 python3-protobuf [2023-04-17T23:22:49.614Z] #32 15.13 Selecting previously unselected package zlib1g-dev:amd64. [2023-04-17T23:22:49.614Z] #32 15.13 Preparing to unpack .../08-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_amd64.deb ... [2023-04-17T23:22:49.614Z] #32 15.14 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... [2023-04-17T23:22:49.614Z] #32 15.29 Selecting previously unselected package libprotobuf23:amd64. [2023-04-17T23:22:49.614Z] #32 15.29 Preparing to unpack .../09-libprotobuf23_3.12.4-1_amd64.deb ... [2023-04-17T23:22:49.614Z] #32 15.35 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2023-04-17T23:22:49.732Z] #9 extracting sha256:1b89f3c7f7da8adf032a33a75d1b659cee33179ecb88ea0ba75e4fc58ebe63a6 8.2s done [2023-04-17T23:22:49.871Z] #32 15.56 Selecting previously unselected package libprotobuf-lite23:amd64. [2023-04-17T23:22:49.871Z] #32 15.56 Preparing to unpack .../10-libprotobuf-lite23_3.12.4-1_amd64.deb ... [2023-04-17T23:22:49.871Z] #32 15.57 Unpacking libprotobuf-lite23:amd64 (3.12.4-1) ... [2023-04-17T23:22:50.128Z] #32 15.67 Selecting previously unselected package libprotobuf-dev:amd64. [2023-04-17T23:22:50.128Z] #32 15.67 Preparing to unpack .../11-libprotobuf-dev_3.12.4-1_amd64.deb ... [2023-04-17T23:22:50.128Z] #32 15.68 Unpacking libprotobuf-dev:amd64 (3.12.4-1) ... [2023-04-17T23:22:50.309Z] #9 extracting sha256:079116d1299c7a03ad97f33aca1b181392a259fb6bd3b4b22efee1e80c7a62d3 [2023-04-17T23:22:50.665Z] #25 19.54 go: downloading github.com/google/uuid v1.3.0 [2023-04-17T23:22:50.665Z] #25 19.67 go: downloading github.com/moby/vpnkit v0.5.0 [2023-04-17T23:22:50.691Z] #32 16.48 Selecting previously unselected package libprotoc23:amd64. [2023-04-17T23:22:50.948Z] #32 16.49 Preparing to unpack .../12-libprotoc23_3.12.4-1_amd64.deb ... [2023-04-17T23:22:50.948Z] #32 16.49 Unpacking libprotoc23:amd64 (3.12.4-1) ... [2023-04-17T23:22:51.207Z] #32 16.79 Selecting previously unselected package protobuf-c-compiler. [2023-04-17T23:22:51.207Z] #32 16.79 Preparing to unpack .../13-protobuf-c-compiler_1.3.3-1+b2_amd64.deb ... [2023-04-17T23:22:51.207Z] #32 16.79 Unpacking protobuf-c-compiler (1.3.3-1+b2) ... [2023-04-17T23:22:51.207Z] #32 16.89 Selecting previously unselected package protobuf-compiler. [2023-04-17T23:22:51.207Z] #32 16.90 Preparing to unpack .../14-protobuf-compiler_3.12.4-1_amd64.deb ... [2023-04-17T23:22:51.207Z] #32 16.92 Unpacking protobuf-compiler (3.12.4-1) ... [2023-04-17T23:22:51.207Z] #32 17.00 Selecting previously unselected package python3-pkg-resources. [2023-04-17T23:22:51.465Z] #32 17.00 Preparing to unpack .../15-python3-pkg-resources_52.0.0-4_all.deb ... [2023-04-17T23:22:51.465Z] #32 17.02 Unpacking python3-pkg-resources (52.0.0-4) ... [2023-04-17T23:22:51.465Z] #32 17.25 Selecting previously unselected package python3-six. [2023-04-17T23:22:51.465Z] #32 17.27 Preparing to unpack .../16-python3-six_1.16.0-2_all.deb ...#32 ... [2023-04-17T23:22:51.465Z] [2023-04-17T23:22:51.465Z] #29 [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 [2023-04-17T23:22:51.465Z] #29 DONE 17.3s [2023-04-17T23:22:51.465Z] [2023-04-17T23:22:51.465Z] #32 [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 python3-protobuf [2023-04-17T23:22:51.465Z] #32 17.27 Preparing to unpack .../16-python3-six_1.16.0-2_all.deb ... [2023-04-17T23:22:51.465Z] #32 17.28 Unpacking python3-six (1.16.0-2) ... [2023-04-17T23:22:51.465Z] #32 17.37 Selecting previously unselected package python3-protobuf. [2023-04-17T23:22:51.609Z] #25 20.60 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2023-04-17T23:22:51.609Z] #25 ... [2023-04-17T23:22:51.609Z] [2023-04-17T23:22:51.609Z] #27 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:22:51.609Z] #27 10.80 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-04-17T23:22:51.609Z] #27 15.77 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [237 kB] [2023-04-17T23:22:51.721Z] #32 17.37 Preparing to unpack .../17-python3-protobuf_3.12.4-1_amd64.deb ... [2023-04-17T23:22:51.721Z] #32 17.38 Unpacking python3-protobuf (3.12.4-1) ... [2023-04-17T23:22:51.870Z] #27 ... [2023-04-17T23:22:51.870Z] [2023-04-17T23:22:51.870Z] #21 [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 [2023-04-17T23:22:51.870Z] #21 20.65 + mkdir -p /build [2023-04-17T23:22:51.870Z] #21 20.66 + mv docker/docker /build/ [2023-04-17T23:22:51.870Z] #21 20.67 + rmdir docker [2023-04-17T23:22:51.978Z] #32 17.59 Setting up python3-pkg-resources (52.0.0-4) ... [2023-04-17T23:22:52.443Z] #21 DONE 21.4s [2023-04-17T23:22:52.443Z] [2023-04-17T23:22:52.443Z] #25 [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 [2023-04-17T23:22:52.443Z] #25 21.03 go: downloading github.com/gofrs/flock v0.8.1 [2023-04-17T23:22:52.443Z] #25 21.54 go: downloading github.com/gorilla/mux v1.8.0 [2023-04-17T23:22:52.542Z] #32 18.18 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2023-04-17T23:22:52.542Z] #32 ... [2023-04-17T23:22:52.542Z] [2023-04-17T23:22:52.542Z] #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 [2023-04-17T23:22:52.542Z] #36 15.13 Selecting previously unselected package libxml2:amd64. [2023-04-17T23:22:52.542Z] #36 15.13 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u3_amd64.deb ... [2023-04-17T23:22:52.542Z] #36 15.14 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u3) ... [2023-04-17T23:22:52.542Z] #36 15.34 Selecting previously unselected package libarchive13:amd64. [2023-04-17T23:22:52.542Z] #36 15.34 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2023-04-17T23:22:52.542Z] #36 15.36 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2023-04-17T23:22:52.542Z] #36 15.54 Selecting previously unselected package libjsoncpp24:amd64. [2023-04-17T23:22:52.542Z] #36 15.55 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2023-04-17T23:22:52.542Z] #36 15.56 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2023-04-17T23:22:52.542Z] #36 15.64 Selecting previously unselected package librhash0:amd64. [2023-04-17T23:22:52.542Z] #36 15.64 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2023-04-17T23:22:52.542Z] #36 15.64 Unpacking librhash0:amd64 (1.4.1-2) ... [2023-04-17T23:22:52.542Z] #36 15.75 Selecting previously unselected package libuv1:amd64. [2023-04-17T23:22:52.542Z] #36 15.76 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2023-04-17T23:22:52.542Z] #36 15.80 Unpacking libuv1:amd64 (1.40.0-2) ... [2023-04-17T23:22:52.542Z] #36 15.93 Selecting previously unselected package cmake. [2023-04-17T23:22:52.542Z] #36 15.94 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2023-04-17T23:22:52.542Z] #36 15.95 Unpacking cmake (3.18.4-2+deb11u1) ... [2023-04-17T23:22:52.542Z] #36 17.54 Setting up libicu67:amd64 (67.1-7) ... [2023-04-17T23:22:52.542Z] #36 17.56 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:22:52.542Z] #36 17.60 Setting up libuv1:amd64 (1.40.0-2) ... [2023-04-17T23:22:52.542Z] #36 17.61 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:22:52.542Z] #36 17.67 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2023-04-17T23:22:52.542Z] #36 17.68 Setting up librhash0:amd64 (1.4.1-2) ... [2023-04-17T23:22:52.542Z] #36 17.70 Setting up cmake-data (3.18.4-2+deb11u1) ... [2023-04-17T23:22:52.542Z] #36 17.74 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u3) ... [2023-04-17T23:22:52.542Z] #36 17.78 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2023-04-17T23:22:52.542Z] #36 17.80 Setting up cmake (3.18.4-2+deb11u1) ... [2023-04-17T23:22:52.542Z] #36 17.84 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2023-04-17T23:22:52.542Z] #36 DONE 18.3s [2023-04-17T23:22:52.542Z] [2023-04-17T23:22:52.542Z] #32 [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 python3-protobuf [2023-04-17T23:22:52.542Z] #32 18.25 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2023-04-17T23:22:52.542Z] #32 18.30 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2023-04-17T23:22:52.542Z] #32 18.33 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2023-04-17T23:22:52.542Z] #32 18.36 Setting up libcap2:amd64 (1:2.44-1) ... [2023-04-17T23:22:52.542Z] #32 18.44 Setting up python3-six (1.16.0-2) ... [2023-04-17T23:22:52.704Z] #25 ... [2023-04-17T23:22:52.704Z] [2023-04-17T23:22:52.704Z] #33 [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 [2023-04-17T23:22:52.704Z] #33 11.79 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-04-17T23:22:52.704Z] #33 16.94 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [237 kB] [2023-04-17T23:22:52.704Z] #33 21.49 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-04-17T23:22:52.704Z] #33 ... [2023-04-17T23:22:52.704Z] [2023-04-17T23:22:52.704Z] #25 [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 [2023-04-17T23:22:52.704Z] #25 21.90 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2023-04-17T23:22:53.106Z] #32 18.81 Setting up libprotobuf-lite23:amd64 (3.12.4-1) ... [2023-04-17T23:22:53.106Z] #32 18.83 Setting up libprotoc23:amd64 (3.12.4-1) ... [2023-04-17T23:22:53.106Z] #32 18.86 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... [2023-04-17T23:22:53.106Z] #32 18.96 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2023-04-17T23:22:53.106Z] #32 18.99 Setting up python3-protobuf (3.12.4-1) ... [2023-04-17T23:22:53.276Z] #25 22.43 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2023-04-17T23:22:53.276Z] #25 22.57 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2023-04-17T23:22:53.276Z] #25 ... [2023-04-17T23:22:53.276Z] [2023-04-17T23:22:53.276Z] #30 [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 [2023-04-17T23:22:53.276Z] #30 12.55 go: downloading github.com/fatih/color v1.13.0 [2023-04-17T23:22:53.276Z] #30 12.80 go: downloading github.com/dnephin/pflag v1.0.7 [2023-04-17T23:22:53.276Z] #30 12.94 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2023-04-17T23:22:53.276Z] #30 13.39 go: downloading golang.org/x/tools v0.1.11 [2023-04-17T23:22:53.276Z] #30 13.79 go: downloading github.com/mattn/go-colorable v0.1.12 [2023-04-17T23:22:53.276Z] #30 14.08 go: downloading github.com/mattn/go-isatty v0.0.14 [2023-04-17T23:22:53.276Z] #30 14.38 go: downloading github.com/fsnotify/fsnotify v1.5.4 [2023-04-17T23:22:53.276Z] #30 14.78 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 [2023-04-17T23:22:53.537Z] #30 ... [2023-04-17T23:22:53.537Z] [2023-04-17T23:22:53.537Z] #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 [2023-04-17T23:22:53.537Z] #34 17.51 runtime/internal/sys [2023-04-17T23:22:53.537Z] #34 17.71 runtime/internal/syscall [2023-04-17T23:22:53.537Z] #34 18.49 internal/itoa [2023-04-17T23:22:53.537Z] #34 19.13 runtime [2023-04-17T23:22:53.537Z] #34 19.21 math/bits [2023-04-17T23:22:53.537Z] #34 20.27 math [2023-04-17T23:22:53.611Z] #9 ... [2023-04-17T23:22:53.611Z] [2023-04-17T23:22:53.611Z] #16 [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 [2023-04-17T23:22:53.611Z] #16 10.39 Updating certificates in /etc/ssl/certs... [2023-04-17T23:22:53.611Z] #16 11.74 129 added, 0 removed; done. [2023-04-17T23:22:53.611Z] #16 11.83 Setting up jq (1.6-2.1) ... [2023-04-17T23:22:53.611Z] #16 11.84 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u7) ... [2023-04-17T23:22:53.611Z] #16 11.85 Setting up curl (7.74.0-1.3+deb11u7) ... [2023-04-17T23:22:53.611Z] #16 11.86 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2023-04-17T23:22:53.611Z] #16 11.89 Processing triggers for ca-certificates (20210119) ... [2023-04-17T23:22:53.611Z] #16 11.90 Updating certificates in /etc/ssl/certs... [2023-04-17T23:22:53.611Z] #16 13.04 0 added, 0 removed; done. [2023-04-17T23:22:53.611Z] #16 13.04 Running hooks in /etc/ca-certificates/update.d... [2023-04-17T23:22:53.611Z] #16 13.04 done. [2023-04-17T23:22:53.611Z] #16 DONE 14.4s [2023-04-17T23:22:53.611Z] [2023-04-17T23:22:53.611Z] #9 [base 1/3] FROM docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 [2023-04-17T23:22:53.611Z] #9 ... [2023-04-17T23:22:53.611Z] [2023-04-17T23:22:53.611Z] #17 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2023-04-17T23:22:53.611Z] #17 DONE 0.1s [2023-04-17T23:22:53.611Z] [2023-04-17T23:22:53.611Z] #9 [base 1/3] FROM docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 [2023-04-17T23:22:53.771Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0a6772965e70a1844) in /home/ubuntu/workspace/moby_PR-45349 [Pipeline] { [Pipeline] checkout [2023-04-17T23:22:53.802Z] #34 ... [2023-04-17T23:22:53.802Z] [2023-04-17T23:22:53.802Z] #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 [2023-04-17T23:22:53.802Z] #36 12.85 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [237 kB] [2023-04-17T23:22:53.802Z] #36 18.39 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-04-17T23:22:53.802Z] #36 ... [2023-04-17T23:22:53.802Z] [2023-04-17T23:22:53.802Z] #27 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:22:53.802Z] #27 22.78 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-04-17T23:22:53.964Z] The recommended git tool is: git [2023-04-17T23:22:54.375Z] #27 ... [2023-04-17T23:22:54.375Z] [2023-04-17T23:22:54.375Z] #35 [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 [2023-04-17T23:22:54.375Z] #35 13.46 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2023-04-17T23:22:54.375Z] #35 ... [2023-04-17T23:22:54.375Z] [2023-04-17T23:22:54.375Z] #26 [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 python3-protobuf [2023-04-17T23:22:54.375Z] #26 13.63 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [237 kB] [2023-04-17T23:22:54.375Z] #26 19.46 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-04-17T23:22:54.475Z] #32 ... [2023-04-17T23:22:54.475Z] [2023-04-17T23:22:54.475Z] #21 [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 [2023-04-17T23:22:54.475Z] #21 10.05 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2023-04-17T23:22:54.475Z] #21 10.06 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2023-04-17T23:22:54.475Z] #21 10.08 go: downloading github.com/ettle/strcase v0.1.1 [2023-04-17T23:22:54.475Z] #21 10.09 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2023-04-17T23:22:54.475Z] #21 10.10 go: downloading github.com/go-toolsmith/astcopy v1.0.1 [2023-04-17T23:22:54.475Z] #21 10.12 go: downloading github.com/go-toolsmith/astequal v1.0.2 [2023-04-17T23:22:54.475Z] #21 10.17 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2023-04-17T23:22:54.475Z] #21 10.17 go: downloading github.com/go-toolsmith/astp v1.0.0 [2023-04-17T23:22:54.475Z] #21 10.21 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2023-04-17T23:22:54.475Z] #21 10.24 go: downloading github.com/go-toolsmith/typep v1.0.2 [2023-04-17T23:22:54.475Z] #21 10.24 go: downloading github.com/quasilyte/go-ruleguard v0.3.17 [2023-04-17T23:22:54.475Z] #21 10.26 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2023-04-17T23:22:54.475Z] #21 10.30 go: downloading golang.org/x/exp/typeparams v0.0.0-20220613132600-b0d781184e0d [2023-04-17T23:22:54.475Z] #21 10.41 go: downloading github.com/Masterminds/semver v1.5.0 [2023-04-17T23:22:54.475Z] #21 10.46 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2023-04-17T23:22:54.475Z] #21 10.48 go: downloading gopkg.in/yaml.v2 v2.4.0 [2023-04-17T23:22:54.475Z] #21 10.56 go: downloading github.com/fatih/structtag v1.2.0 [2023-04-17T23:22:54.475Z] #21 10.59 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2023-04-17T23:22:54.475Z] #21 10.61 go: downloading github.com/prometheus/client_golang v1.12.1 [2023-04-17T23:22:54.475Z] #21 10.95 go: downloading github.com/prometheus/client_model v0.2.0 [2023-04-17T23:22:54.475Z] #21 11.10 go: downloading github.com/google/go-cmp v0.5.8 [2023-04-17T23:22:54.475Z] #21 11.19 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2023-04-17T23:22:54.475Z] #21 11.20 go: downloading github.com/subosito/gotenv v1.4.0 [2023-04-17T23:22:54.475Z] #21 11.32 go: downloading github.com/hashicorp/hcl v1.0.0 [2023-04-17T23:22:54.475Z] #21 11.68 go: downloading gopkg.in/ini.v1 v1.66.6 [2023-04-17T23:22:54.475Z] #21 11.70 go: downloading github.com/magiconair/properties v1.8.6 [2023-04-17T23:22:54.475Z] #21 11.70 go: downloading github.com/pelletier/go-toml/v2 v2.0.2 [2023-04-17T23:22:54.475Z] #21 11.87 go: downloading github.com/chavacava/garif v0.0.0-20220630083739-93517212f375 [2023-04-17T23:22:54.475Z] #21 11.89 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2023-04-17T23:22:54.475Z] #21 11.94 go: downloading go.uber.org/multierr v1.6.0 [2023-04-17T23:22:54.475Z] #21 11.94 go: downloading go.uber.org/atomic v1.7.0 [2023-04-17T23:22:54.475Z] #21 11.95 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5 [2023-04-17T23:22:54.475Z] #21 12.01 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 [2023-04-17T23:22:54.475Z] #21 12.05 go: downloading github.com/golang/protobuf v1.5.2 [2023-04-17T23:22:54.475Z] #21 12.11 go: downloading github.com/pelletier/go-toml v1.9.5 [2023-04-17T23:22:54.475Z] #21 12.12 go: downloading github.com/beorn7/perks v1.0.1 [2023-04-17T23:22:54.475Z] #21 12.12 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2023-04-17T23:22:54.475Z] #21 12.27 go: downloading github.com/prometheus/common v0.32.1 [2023-04-17T23:22:54.475Z] #21 12.34 go: downloading github.com/prometheus/procfs v0.7.3 [2023-04-17T23:22:54.475Z] #21 12.34 go: downloading google.golang.org/protobuf v1.28.0 [2023-04-17T23:22:54.475Z] #21 12.45 go: downloading github.com/mattn/go-runewidth v0.0.9 [2023-04-17T23:22:54.475Z] #21 13.71 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2023-04-17T23:22:54.475Z] #21 ... [2023-04-17T23:22:54.475Z] [2023-04-17T23:22:54.475Z] #26 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:22:54.475Z] #0 8.995 Reading package lists... [2023-04-17T23:22:54.475Z] #26 10.27 Building dependency tree... [2023-04-17T23:22:54.475Z] #26 11.32 The following additional packages will be installed: [2023-04-17T23:22:54.475Z] #26 11.32 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2023-04-17T23:22:54.475Z] #26 11.33 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2023-04-17T23:22:54.475Z] #26 11.33 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2023-04-17T23:22:54.475Z] #26 11.33 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2023-04-17T23:22:54.475Z] #26 11.33 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2023-04-17T23:22:54.475Z] #26 11.33 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2023-04-17T23:22:54.475Z] #26 11.33 mingw-w64-common mingw-w64-x86-64-dev [2023-04-17T23:22:54.475Z] #26 11.33 Suggested packages: [2023-04-17T23:22:54.475Z] #26 11.33 gcc-10-locales seccomp wine64 [2023-04-17T23:22:54.475Z] #26 11.72 The following NEW packages will be installed: [2023-04-17T23:22:54.475Z] #26 11.72 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2023-04-17T23:22:54.475Z] #26 11.72 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2023-04-17T23:22:54.475Z] #26 11.72 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2023-04-17T23:22:54.475Z] #26 11.72 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2023-04-17T23:22:54.475Z] #26 11.72 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2023-04-17T23:22:54.475Z] #26 11.72 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2023-04-17T23:22:54.475Z] #26 11.72 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2023-04-17T23:22:54.475Z] #26 11.72 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2023-04-17T23:22:54.475Z] #26 11.72 mingw-w64-x86-64-dev [2023-04-17T23:22:54.476Z] #26 12.03 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2023-04-17T23:22:54.476Z] #26 12.03 Need to get 115 MB of archives. [2023-04-17T23:22:54.476Z] #26 12.03 After this operation, 645 MB of additional disk space will be used. [2023-04-17T23:22:54.476Z] #26 12.03 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2023-04-17T23:22:54.476Z] #26 12.08 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2023-04-17T23:22:54.476Z] #26 12.15 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2023-04-17T23:22:54.476Z] #26 12.15 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2023-04-17T23:22:54.476Z] #26 12.15 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2023-04-17T23:22:54.476Z] #26 12.15 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2023-04-17T23:22:54.476Z] #26 12.29 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2023-04-17T23:22:54.476Z] #26 12.38 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2023-04-17T23:22:54.476Z] #26 12.39 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2023-04-17T23:22:54.476Z] #26 12.56 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2023-04-17T23:22:54.476Z] #26 13.02 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2023-04-17T23:22:54.476Z] #26 13.20 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2023-04-17T23:22:54.476Z] #26 13.42 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2023-04-17T23:22:54.476Z] #26 13.84 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2023-04-17T23:22:54.476Z] #26 14.03 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2023-04-17T23:22:54.476Z] #26 14.03 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2023-04-17T23:22:54.476Z] #26 14.03 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2023-04-17T23:22:54.476Z] #26 14.03 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2023-04-17T23:22:54.476Z] #26 14.03 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2023-04-17T23:22:54.476Z] #26 14.05 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2023-04-17T23:22:54.476Z] #26 14.05 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7+deb11u1 [123 kB] [2023-04-17T23:22:54.476Z] #26 14.05 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2023-04-17T23:22:54.476Z] #26 14.06 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2+deb11u1 [232 kB] [2023-04-17T23:22:54.476Z] #26 14.07 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2+deb11u1 [220 kB] [2023-04-17T23:22:54.476Z] #26 14.07 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2+deb11u1 [49.1 kB] [2023-04-17T23:22:54.476Z] #26 14.07 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2+deb11u1 [733 kB] [2023-04-17T23:22:54.476Z] #26 14.11 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2023-04-17T23:22:54.476Z] #26 14.11 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2023-04-17T23:22:54.476Z] #26 14.11 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2023-04-17T23:22:54.476Z] #26 14.11 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7+deb11u1 [401 kB] [2023-04-17T23:22:54.476Z] #26 14.54 debconf: delaying package configuration, since apt-utils is not installed [2023-04-17T23:22:54.476Z] #26 14.66 Fetched 115 MB in 2s (48.4 MB/s) [2023-04-17T23:22:54.476Z] #26 14.76 Selecting previously unselected package binutils-mingw-w64-i686. [2023-04-17T23:22:54.476Z] #26 14.76 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15722 files and directories currently installed.) [2023-04-17T23:22:54.476Z] #26 14.80 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2023-04-17T23:22:54.476Z] #26 14.82 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2023-04-17T23:22:54.476Z] #26 15.68 Selecting previously unselected package binutils-mingw-w64-x86-64. [2023-04-17T23:22:54.476Z] #26 15.68 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2023-04-17T23:22:54.476Z] #26 15.69 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2023-04-17T23:22:54.476Z] #26 16.54 Selecting previously unselected package binutils-mingw-w64. [2023-04-17T23:22:54.476Z] #26 16.54 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2023-04-17T23:22:54.476Z] #26 16.57 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2023-04-17T23:22:54.476Z] #26 16.65 Selecting previously unselected package libdevmapper1.02.1:amd64. [2023-04-17T23:22:54.476Z] #26 16.65 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2023-04-17T23:22:54.476Z] #26 16.66 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2023-04-17T23:22:54.476Z] #26 16.84 Selecting previously unselected package dmsetup. [2023-04-17T23:22:54.476Z] #26 16.84 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2023-04-17T23:22:54.476Z] #26 16.85 Unpacking dmsetup (2:1.02.175-2.1) ... [2023-04-17T23:22:54.476Z] #26 16.98 Selecting previously unselected package mingw-w64-common. [2023-04-17T23:22:54.476Z] #26 16.98 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2023-04-17T23:22:54.476Z] #26 16.99 Unpacking mingw-w64-common (8.0.0-1) ... [2023-04-17T23:22:54.476Z] #26 19.17 Selecting previously unselected package mingw-w64-x86-64-dev. [2023-04-17T23:22:54.476Z] #26 19.19 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2023-04-17T23:22:54.476Z] #26 19.21 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2023-04-17T23:22:54.740Z] #26 ... [2023-04-17T23:22:54.740Z] [2023-04-17T23:22:54.740Z] #32 [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 python3-protobuf [2023-04-17T23:22:54.740Z] #32 20.19 Setting up libcap-dev:amd64 (1:2.44-1) ... [2023-04-17T23:22:54.740Z] #32 20.22 Setting up protobuf-compiler (3.12.4-1) ... [2023-04-17T23:22:54.740Z] #32 20.29 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2023-04-17T23:22:54.740Z] #32 20.33 Setting up libprotobuf-dev:amd64 (3.12.4-1) ... [2023-04-17T23:22:54.740Z] #32 20.36 Setting up protobuf-c-compiler (1.3.3-1+b2) ... [2023-04-17T23:22:54.740Z] #32 20.41 Setting up libnl-3-dev:amd64 (3.4.0-1+b1) ... [2023-04-17T23:22:54.740Z] #32 20.42 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2023-04-17T23:22:55.318Z] #26 ... [2023-04-17T23:22:55.318Z] [2023-04-17T23:22:55.318Z] #30 [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 [2023-04-17T23:22:55.318Z] #30 24.39 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f [2023-04-17T23:22:55.514Z] #9 extracting sha256:079116d1299c7a03ad97f33aca1b181392a259fb6bd3b4b22efee1e80c7a62d3 5.1s [2023-04-17T23:22:55.578Z] #30 24.70 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 [2023-04-17T23:22:55.675Z] #32 DONE 21.2s [2023-04-17T23:22:55.675Z] [2023-04-17T23:22:55.675Z] #26 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:22:55.675Z] #26 20.94 Selecting previously unselected package gcc-mingw-w64-base. [2023-04-17T23:22:55.675Z] #26 20.95 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2023-04-17T23:22:55.675Z] #26 20.96 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2023-04-17T23:22:55.675Z] #26 21.16 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2023-04-17T23:22:55.675Z] #26 21.17 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2023-04-17T23:22:55.675Z] #26 21.17 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2023-04-17T23:22:56.611Z] #26 ... [2023-04-17T23:22:56.611Z] [2023-04-17T23:22:56.611Z] #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 [2023-04-17T23:22:56.611Z] #0 1.058 + RM_GOPATH=0 [2023-04-17T23:22:56.611Z] #0 1.058 + TMP_GOPATH= [2023-04-17T23:22:56.611Z] #0 1.058 + : /build [2023-04-17T23:22:56.611Z] #0 1.060 + '[' -z '' ']' [2023-04-17T23:22:56.611Z] #0 1.060 ++ mktemp -d [2023-04-17T23:22:56.611Z] #0 1.062 + export GOPATH=/tmp/tmp.zARdXs8bkw [2023-04-17T23:22:56.611Z] #0 1.062 + GOPATH=/tmp/tmp.zARdXs8bkw [2023-04-17T23:22:56.611Z] #0 1.062 + RM_GOPATH=1 [2023-04-17T23:22:56.611Z] #0 1.062 + case "$(go env GOARCH)" in [2023-04-17T23:22:56.611Z] #0 1.062 ++ go env GOARCH [2023-04-17T23:22:56.611Z] #0 1.071 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:56.611Z] #0 1.071 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:56.611Z] #0 1.071 ++ dirname /tmp/install/install.sh [2023-04-17T23:22:56.611Z] #0 1.071 + dir=/tmp/install [2023-04-17T23:22:56.611Z] #0 1.071 + bin=tini [2023-04-17T23:22:56.611Z] #0 1.071 + shift [2023-04-17T23:22:56.611Z] #0 1.071 + '[' '!' -f /tmp/install/tini.installer ']' [2023-04-17T23:22:56.611Z] #0 1.071 + . /tmp/install/tini.installer [2023-04-17T23:22:56.611Z] #0 1.071 ++ : v0.19.0 [2023-04-17T23:22:56.611Z] #0 1.071 + install_tini [2023-04-17T23:22:56.611Z] #0 1.071 + echo 'Install tini version v0.19.0' [2023-04-17T23:22:56.611Z] #0 1.071 + git clone https://github.com/krallin/tini.git /tmp/tmp.zARdXs8bkw/tini [2023-04-17T23:22:56.611Z] #0 1.074 Install tini version v0.19.0 [2023-04-17T23:22:56.611Z] #0 1.079 Cloning into '/tmp/tmp.zARdXs8bkw/tini'... [2023-04-17T23:22:56.611Z] #0 1.582 + cd /tmp/tmp.zARdXs8bkw/tini [2023-04-17T23:22:56.611Z] #0 1.582 + git checkout -q v0.19.0 [2023-04-17T23:22:56.611Z] #0 1.588 + cmake . [2023-04-17T23:22:56.611Z] #0 1.866 -- The C compiler identification is GNU 10.2.1 [2023-04-17T23:22:56.611Z] #0 1.922 -- Detecting C compiler ABI info [2023-04-17T23:22:56.611Z] #0 2.219 -- Detecting C compiler ABI info - done [2023-04-17T23:22:56.611Z] #0 2.266 -- Check for working C compiler: /usr/bin/cc - skipped [2023-04-17T23:22:56.611Z] #0 2.267 -- Detecting C compile features [2023-04-17T23:22:56.611Z] #0 2.268 -- Detecting C compile features - done [2023-04-17T23:22:56.611Z] #0 2.325 -- Performing Test HAS_BUILTIN_FORTIFY [2023-04-17T23:22:56.611Z] #0 2.411 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2023-04-17T23:22:56.611Z] #0 2.435 -- Configuring done [2023-04-17T23:22:56.611Z] #0 2.440 -- Generating done [2023-04-17T23:22:56.611Z] #0 2.445 -- Build files have been written to: /tmp/tmp.zARdXs8bkw/tini [2023-04-17T23:22:56.611Z] #0 2.449 + make tini-static [2023-04-17T23:22:56.611Z] #0 2.616 Scanning dependencies of target tini-static [2023-04-17T23:22:56.611Z] #0 2.647 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2023-04-17T23:22:56.611Z] #0 3.124 [100%] Linking C executable tini-static [2023-04-17T23:22:56.611Z] #0 3.387 [100%] Built target tini-static [2023-04-17T23:22:56.611Z] #0 3.418 + mkdir -p /build [2023-04-17T23:22:56.611Z] #0 3.428 + cp tini-static /build/docker-init [2023-04-17T23:22:56.611Z] #37 DONE 3.9s [2023-04-17T23:22:56.611Z] [2023-04-17T23:22:56.611Z] #30 [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 [2023-04-17T23:22:56.611Z] #30 15.88 sync [2023-04-17T23:22:56.611Z] #30 15.88 internal/reflectlite [2023-04-17T23:22:56.611Z] #30 16.52 internal/testlog [2023-04-17T23:22:56.611Z] #30 16.92 sort [2023-04-17T23:22:56.611Z] #30 16.92 errors [2023-04-17T23:22:56.611Z] #30 17.03 io [2023-04-17T23:22:56.611Z] #30 17.03 internal/oserror [2023-04-17T23:22:56.611Z] #30 17.03 internal/safefilepath [2023-04-17T23:22:56.611Z] #30 17.03 path [2023-04-17T23:22:56.611Z] #30 17.04 strconv [2023-04-17T23:22:56.611Z] #30 17.09 syscall [2023-04-17T23:22:56.611Z] #30 17.62 bytes [2023-04-17T23:22:56.611Z] #30 17.62 strings [2023-04-17T23:22:56.611Z] #30 17.62 text/tabwriter [2023-04-17T23:22:56.611Z] #30 18.80 reflect [2023-04-17T23:22:56.611Z] #30 19.17 bufio [2023-04-17T23:22:56.611Z] #30 20.35 time [2023-04-17T23:22:56.611Z] #30 20.35 internal/syscall/execenv [2023-04-17T23:22:56.611Z] #30 20.35 internal/syscall/unix [2023-04-17T23:22:56.868Z] #30 22.58 io/fs [2023-04-17T23:22:56.868Z] #30 22.61 internal/poll [2023-04-17T23:22:56.950Z] using credential docker-jenkins-github-credentials [2023-04-17T23:22:56.962Z] Cloning the remote Git repository [2023-04-17T23:22:56.962Z] Cloning with configured refspecs honoured and without tags [2023-04-17T23:22:57.430Z] #9 extracting sha256:079116d1299c7a03ad97f33aca1b181392a259fb6bd3b4b22efee1e80c7a62d3 7.2s done [2023-04-17T23:22:57.432Z] #30 ... [2023-04-17T23:22:57.432Z] [2023-04-17T23:22:57.432Z] #31 [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 [2023-04-17T23:22:57.432Z] #31 13.11 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2023-04-17T23:22:57.432Z] #31 13.44 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2023-04-17T23:22:56.995Z] Cloning repository https://github.com/moby/moby.git [2023-04-17T23:22:57.048Z] > git init /home/ubuntu/workspace/moby_PR-45349 # timeout=10 [2023-04-17T23:22:57.320Z] Fetching upstream changes from https://github.com/moby/moby.git [2023-04-17T23:22:57.321Z] > git --version # timeout=10 [2023-04-17T23:22:57.337Z] > git --version # 'git version 2.25.1' [2023-04-17T23:22:57.338Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-04-17T23:22:57.447Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45349/head:refs/remotes/origin/PR-45349 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-04-17T23:22:57.690Z] #31 ... [2023-04-17T23:22:57.690Z] [2023-04-17T23:22:57.690Z] #38 [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 [2023-04-17T23:22:57.690Z] #0 1.918 Note: Building without setproctitle() and strlcpy() support. [2023-04-17T23:22:57.690Z] #0 1.918 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2023-04-17T23:22:57.690Z] #0 1.922 Note: Building without GnuTLS support [2023-04-17T23:22:57.690Z] #0 1.928 Makefile.config:39: Warn: you have no libnftables installed [2023-04-17T23:22:57.690Z] #0 1.928 Makefile.config:40: Warn: Building without nftables support [2023-04-17T23:22:57.692Z] #9 extracting sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 [2023-04-17T23:22:58.288Z] #38 ... [2023-04-17T23:22:58.288Z] [2023-04-17T23:22:58.288Z] #39 [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 [2023-04-17T23:22:58.288Z] #0 1.490 + RM_GOPATH=0 [2023-04-17T23:22:58.288Z] #0 1.490 + TMP_GOPATH= [2023-04-17T23:22:58.288Z] #0 1.490 + : /build [2023-04-17T23:22:58.288Z] #0 1.490 + '[' -z '' ']' [2023-04-17T23:22:58.288Z] #0 1.490 ++ mktemp -d [2023-04-17T23:22:58.288Z] #0 1.491 + export GOPATH=/tmp/tmp.zozhHY2P1O [2023-04-17T23:22:58.288Z] #0 1.491 + GOPATH=/tmp/tmp.zozhHY2P1O [2023-04-17T23:22:58.288Z] #0 1.491 + RM_GOPATH=1 [2023-04-17T23:22:58.288Z] #0 1.491 + case "$(go env GOARCH)" in [2023-04-17T23:22:58.288Z] #0 1.495 ++ go env GOARCH [2023-04-17T23:22:58.288Z] #0 1.517 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:58.288Z] #0 1.517 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:22:58.288Z] #0 1.517 ++ dirname /tmp/install/install.sh [2023-04-17T23:22:58.288Z] #0 1.517 + dir=/tmp/install [2023-04-17T23:22:58.288Z] #0 1.517 + bin=containerd [2023-04-17T23:22:58.288Z] #0 1.517 + shift [2023-04-17T23:22:58.288Z] #0 1.517 + '[' '!' -f /tmp/install/containerd.installer ']' [2023-04-17T23:22:58.288Z] #0 1.517 + . /tmp/install/containerd.installer [2023-04-17T23:22:58.288Z] #0 1.517 ++ set -e [2023-04-17T23:22:58.288Z] #0 1.517 ++ : v1.6.16 [2023-04-17T23:22:58.288Z] #0 1.517 + install_containerd [2023-04-17T23:22:58.288Z] #0 1.518 Install containerd version v1.6.16 [2023-04-17T23:22:58.288Z] #0 1.518 + echo 'Install containerd version v1.6.16' [2023-04-17T23:22:58.288Z] #0 1.518 + git clone https://github.com/containerd/containerd.git /tmp/tmp.zozhHY2P1O/src/github.com/containerd/containerd [2023-04-17T23:22:58.288Z] #0 1.531 Cloning into '/tmp/tmp.zozhHY2P1O/src/github.com/containerd/containerd'... [2023-04-17T23:22:58.547Z] #39 ... [2023-04-17T23:22:58.547Z] [2023-04-17T23:22:58.547Z] #26 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:22:58.547Z] #26 24.25 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2023-04-17T23:22:58.547Z] #26 24.26 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2023-04-17T23:22:58.547Z] #26 24.26 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-04-17T23:22:59.227Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-09f9146994ead7422) in /home/ubuntu/workspace/moby_PR-45349 [Pipeline] { [Pipeline] checkout [2023-04-17T23:22:59.452Z] The recommended git tool is: git [2023-04-17T23:23:00.873Z] #30 ... [2023-04-17T23:23:00.873Z] [2023-04-17T23:23:00.873Z] #31 [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 [2023-04-17T23:23:00.873Z] #31 29.58 go: downloading github.com/sirupsen/logrus v1.9.0 [2023-04-17T23:23:00.873Z] #31 29.58 go: downloading github.com/stretchr/testify v1.8.0 [2023-04-17T23:23:01.135Z] #31 30.28 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2023-04-17T23:23:01.396Z] #31 30.45 go: downloading github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6 [2023-04-17T23:23:01.396Z] #31 30.56 go: downloading github.com/fsnotify/fsnotify v1.5.4 [2023-04-17T23:23:01.657Z] #31 30.80 go: downloading github.com/mitchellh/mapstructure v1.5.0 [2023-04-17T23:23:01.918Z] #31 31.06 go: downloading github.com/spf13/afero v1.8.2 [2023-04-17T23:23:02.184Z] #31 31.21 go: downloading github.com/spf13/cast v1.5.0 [2023-04-17T23:23:02.184Z] #31 31.34 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2023-04-17T23:23:02.727Z] #26 ... [2023-04-17T23:23:02.727Z] [2023-04-17T23:23:02.727Z] #30 [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 [2023-04-17T23:23:02.727Z] #30 23.53 internal/fmtsort [2023-04-17T23:23:02.727Z] #30 23.70 os [2023-04-17T23:23:02.727Z] #30 24.44 io/ioutil [2023-04-17T23:23:02.727Z] #30 24.44 fmt [2023-04-17T23:23:02.727Z] #30 25.17 github.com/BurntSushi/toml [2023-04-17T23:23:02.727Z] #30 25.17 flag [2023-04-17T23:23:02.727Z] #30 25.17 log [2023-04-17T23:23:02.727Z] #30 26.58 github.com/BurntSushi/toml/cmd/tomlv [2023-04-17T23:23:02.727Z] #30 DONE 28.6s [2023-04-17T23:23:02.757Z] #31 31.69 go: downloading golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab [2023-04-17T23:23:02.976Z] #9 extracting sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 5.1s [2023-04-17T23:23:02.985Z] [2023-04-17T23:23:02.985Z] #38 [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 [2023-04-17T23:23:02.985Z] #38 3.111 fatal: not a git repository (or any of the parent directories): .git [2023-04-17T23:23:02.985Z] #38 3.155 GEN .gitid [2023-04-17T23:23:02.985Z] #38 3.194 GEN criu/include/version.h [2023-04-17T23:23:02.985Z] #38 3.245 GEN include/common/asm [2023-04-17T23:23:02.985Z] #38 4.363 PBCC images/timens.pb-c.c [2023-04-17T23:23:02.985Z] #38 4.374 DEP images/timens.pb-c.d [2023-04-17T23:23:02.985Z] #38 4.407 PBCC images/fown.pb-c.c [2023-04-17T23:23:02.985Z] #38 4.417 PBCC images/google/protobuf/descriptor.pb-c.c [2023-04-17T23:23:02.985Z] #38 4.453 PBCC images/opts.pb-c.c [2023-04-17T23:23:02.985Z] #38 4.479 PBCC images/memfd.pb-c.c [2023-04-17T23:23:02.985Z] #38 4.498 DEP images/fown.pb-c.d [2023-04-17T23:23:02.985Z] #38 4.523 DEP images/google/protobuf/descriptor.pb-c.d [2023-04-17T23:23:02.985Z] #38 4.546 DEP images/opts.pb-c.d [2023-04-17T23:23:02.985Z] #38 4.590 DEP images/memfd.pb-c.d [2023-04-17T23:23:02.985Z] #38 4.624 PBCC images/sit.pb-c.c [2023-04-17T23:23:02.985Z] #38 4.659 DEP images/sit.pb-c.d [2023-04-17T23:23:02.985Z] #38 4.699 PBCC images/macvlan.pb-c.c [2023-04-17T23:23:02.985Z] #38 4.712 DEP images/macvlan.pb-c.d [2023-04-17T23:23:02.985Z] #38 4.756 PBCC images/autofs.pb-c.c [2023-04-17T23:23:02.985Z] #38 4.766 DEP images/autofs.pb-c.d [2023-04-17T23:23:02.985Z] #38 4.799 PBCC images/sysctl.pb-c.c [2023-04-17T23:23:02.985Z] #38 4.810 DEP images/sysctl.pb-c.d [2023-04-17T23:23:02.985Z] #38 4.832 PBCC images/time.pb-c.c [2023-04-17T23:23:02.985Z] #38 4.840 DEP images/time.pb-c.d [2023-04-17T23:23:02.985Z] #38 4.866 PBCC images/binfmt-misc.pb-c.c [2023-04-17T23:23:02.985Z] #38 4.882 DEP images/binfmt-misc.pb-c.d [2023-04-17T23:23:02.985Z] #38 4.954 PBCC images/seccomp.pb-c.c [2023-04-17T23:23:02.985Z] #38 4.965 DEP images/seccomp.pb-c.d [2023-04-17T23:23:02.985Z] #38 4.998 PBCC images/userns.pb-c.c [2023-04-17T23:23:02.985Z] #38 5.007 DEP images/userns.pb-c.d [2023-04-17T23:23:02.985Z] #38 5.028 PBCC images/cgroup.pb-c.c [2023-04-17T23:23:02.985Z] #38 5.037 DEP images/cgroup.pb-c.d [2023-04-17T23:23:02.985Z] #38 5.059 PBCC images/ext-file.pb-c.c [2023-04-17T23:23:02.985Z] #38 5.070 DEP images/ext-file.pb-c.d [2023-04-17T23:23:02.985Z] #38 5.106 PBCC images/rpc.pb-c.c [2023-04-17T23:23:02.985Z] #38 5.138 DEP images/rpc.pb-c.d [2023-04-17T23:23:02.985Z] #38 5.170 PBCC images/siginfo.pb-c.c [2023-04-17T23:23:02.985Z] #38 5.185 DEP images/siginfo.pb-c.d [2023-04-17T23:23:02.985Z] #38 5.206 PBCC images/pagemap.pb-c.c [2023-04-17T23:23:02.985Z] #38 5.225 DEP images/pagemap.pb-c.d [2023-04-17T23:23:02.985Z] #38 5.244 PBCC images/rlimit.pb-c.c [2023-04-17T23:23:02.985Z] #38 5.262 DEP images/rlimit.pb-c.d [2023-04-17T23:23:02.985Z] #38 5.279 PBCC images/file-lock.pb-c.c [2023-04-17T23:23:02.985Z] #38 5.290 DEP images/file-lock.pb-c.d [2023-04-17T23:23:02.985Z] #38 5.322 PBCC images/tty.pb-c.c [2023-04-17T23:23:02.985Z] #38 5.341 DEP images/tty.pb-c.d [2023-04-17T23:23:02.985Z] #38 5.365 PBCC images/tun.pb-c.c [2023-04-17T23:23:02.985Z] #38 5.436 PBCC images/netdev.pb-c.c [2023-04-17T23:23:02.985Z] #38 5.450 DEP images/tun.pb-c.d [2023-04-17T23:23:02.985Z] #38 5.484 DEP images/netdev.pb-c.d [2023-04-17T23:23:02.985Z] #38 5.514 PBCC images/vma.pb-c.c [2023-04-17T23:23:02.985Z] #38 5.525 DEP images/vma.pb-c.d [2023-04-17T23:23:02.985Z] #38 5.554 PBCC images/creds.pb-c.c [2023-04-17T23:23:02.985Z] #38 5.578 DEP images/creds.pb-c.d [2023-04-17T23:23:02.985Z] #38 5.619 PBCC images/utsns.pb-c.c [2023-04-17T23:23:02.985Z] #38 5.650 DEP images/utsns.pb-c.d [2023-04-17T23:23:02.985Z] #38 5.706 PBCC images/ipc-desc.pb-c.c [2023-04-17T23:23:02.985Z] #38 5.722 PBCC images/ipc-sem.pb-c.c [2023-04-17T23:23:02.985Z] #38 5.734 DEP images/ipc-desc.pb-c.d [2023-04-17T23:23:02.985Z] #38 5.768 DEP images/ipc-sem.pb-c.d [2023-04-17T23:23:02.985Z] #38 5.806 PBCC images/ipc-msg.pb-c.c [2023-04-17T23:23:02.985Z] #38 5.812 DEP images/ipc-msg.pb-c.d [2023-04-17T23:23:02.985Z] #38 5.831 PBCC images/ipc-shm.pb-c.c [2023-04-17T23:23:02.985Z] #38 5.855 DEP images/ipc-shm.pb-c.d [2023-04-17T23:23:02.985Z] #38 5.872 PBCC images/ipc-var.pb-c.c [2023-04-17T23:23:02.985Z] #38 5.894 DEP images/ipc-var.pb-c.d [2023-04-17T23:23:02.985Z] #38 5.934 PBCC images/sk-opts.pb-c.c [2023-04-17T23:23:02.985Z] #38 5.945 PBCC images/packet-sock.pb-c.c [2023-04-17T23:23:02.986Z] #38 5.958 DEP images/sk-opts.pb-c.d [2023-04-17T23:23:02.986Z] #38 5.998 DEP images/packet-sock.pb-c.d [2023-04-17T23:23:02.986Z] #38 6.057 PBCC images/sk-netlink.pb-c.c [2023-04-17T23:23:02.986Z] #38 6.074 DEP images/sk-netlink.pb-c.d [2023-04-17T23:23:02.986Z] #38 6.102 PBCC images/sk-inet.pb-c.c [2023-04-17T23:23:02.986Z] #38 6.173 DEP images/sk-inet.pb-c.d [2023-04-17T23:23:02.986Z] #38 6.207 PBCC images/sk-unix.pb-c.c [2023-04-17T23:23:02.986Z] #38 6.236 DEP images/sk-unix.pb-c.d [2023-04-17T23:23:02.986Z] #38 6.262 PBCC images/mm.pb-c.c [2023-04-17T23:23:02.986Z] #38 6.306 DEP images/mm.pb-c.d [2023-04-17T23:23:02.986Z] #38 6.338 PBCC images/timerfd.pb-c.c [2023-04-17T23:23:02.986Z] #38 6.358 DEP images/timerfd.pb-c.d [2023-04-17T23:23:02.986Z] #38 6.395 PBCC images/timer.pb-c.c [2023-04-17T23:23:02.986Z] #38 6.418 DEP images/timer.pb-c.d [2023-04-17T23:23:02.986Z] #38 6.450 PBCC images/sa.pb-c.c [2023-04-17T23:23:02.986Z] #38 6.484 DEP images/sa.pb-c.d [2023-04-17T23:23:02.986Z] #38 6.498 PBCC images/pipe-data.pb-c.c [2023-04-17T23:23:02.986Z] #38 6.508 DEP images/pipe-data.pb-c.d [2023-04-17T23:23:02.986Z] #38 6.542 PBCC images/mnt.pb-c.c [2023-04-17T23:23:02.986Z] #38 6.555 DEP images/mnt.pb-c.d [2023-04-17T23:23:02.986Z] #38 6.597 PBCC images/sk-packet.pb-c.c [2023-04-17T23:23:02.986Z] #38 6.610 DEP images/sk-packet.pb-c.d [2023-04-17T23:23:02.986Z] #38 6.646 PBCC images/tcp-stream.pb-c.c [2023-04-17T23:23:02.986Z] #38 6.660 DEP images/tcp-stream.pb-c.d [2023-04-17T23:23:02.986Z] #38 6.710 PBCC images/pipe.pb-c.c [2023-04-17T23:23:02.986Z] #38 6.737 DEP images/pipe.pb-c.d [2023-04-17T23:23:02.986Z] #38 6.758 PBCC images/pstree.pb-c.c [2023-04-17T23:23:02.986Z] #38 6.767 DEP images/pstree.pb-c.d [2023-04-17T23:23:02.986Z] #38 6.799 PBCC images/fs.pb-c.c [2023-04-17T23:23:02.986Z] #38 6.808 DEP images/fs.pb-c.d [2023-04-17T23:23:02.986Z] #38 6.830 PBCC images/signalfd.pb-c.c [2023-04-17T23:23:02.986Z] #38 6.854 DEP images/signalfd.pb-c.d [2023-04-17T23:23:02.986Z] #38 6.874 PBCC images/fh.pb-c.c [2023-04-17T23:23:02.986Z] #38 6.896 PBCC images/fsnotify.pb-c.c [2023-04-17T23:23:02.986Z] #38 6.936 DEP images/fh.pb-c.d [2023-04-17T23:23:02.986Z] #38 6.960 DEP images/fsnotify.pb-c.d [2023-04-17T23:23:02.986Z] #38 6.998 PBCC images/eventpoll.pb-c.c [2023-04-17T23:23:02.986Z] #38 7.012 DEP images/eventpoll.pb-c.d [2023-04-17T23:23:02.986Z] #38 7.098 PBCC images/eventfd.pb-c.c [2023-04-17T23:23:02.986Z] #38 7.109 DEP images/eventfd.pb-c.d [2023-04-17T23:23:02.986Z] #38 7.134 PBCC images/remap-file-path.pb-c.c [2023-04-17T23:23:02.986Z] #38 7.148 DEP images/remap-file-path.pb-c.d [2023-04-17T23:23:02.986Z] #38 7.181 PBCC images/fifo.pb-c.c [2023-04-17T23:23:02.986Z] #38 7.210 DEP images/fifo.pb-c.d [2023-04-17T23:23:02.986Z] #38 7.250 PBCC images/ghost-file.pb-c.c [2023-04-17T23:23:02.986Z] #38 7.270 DEP images/ghost-file.pb-c.d [2023-04-17T23:23:02.986Z] #38 7.297 PBCC images/regfile.pb-c.c [2023-04-17T23:23:02.986Z] #38 7.311 DEP images/regfile.pb-c.d [2023-04-17T23:23:02.986Z] #38 7.337 PBCC images/ns.pb-c.c [2023-04-17T23:23:02.986Z] #38 7.353 DEP images/ns.pb-c.d [2023-04-17T23:23:02.986Z] #38 7.381 PBCC images/fdinfo.pb-c.c [2023-04-17T23:23:02.986Z] #38 7.430 DEP images/fdinfo.pb-c.d [2023-04-17T23:23:02.986Z] #38 7.505 PBCC images/core-aarch64.pb-c.c [2023-04-17T23:23:02.986Z] #38 7.537 PBCC images/core-arm.pb-c.c [2023-04-17T23:23:02.986Z] #38 7.569 PBCC images/core-ppc64.pb-c.c [2023-04-17T23:23:02.986Z] #38 7.581 PBCC images/core-s390.pb-c.c [2023-04-17T23:23:02.986Z] #38 7.601 PBCC images/core-x86.pb-c.c [2023-04-17T23:23:02.986Z] #38 7.625 PBCC images/core.pb-c.c [2023-04-17T23:23:02.986Z] #38 7.641 PBCC images/inventory.pb-c.c [2023-04-17T23:23:03.018Z] #31 32.14 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 [2023-04-17T23:23:03.243Z] #38 7.673 DEP images/core-aarch64.pb-c.d [2023-04-17T23:23:03.243Z] #38 7.687 DEP images/core-arm.pb-c.d [2023-04-17T23:23:03.243Z] #38 7.701 DEP images/core-ppc64.pb-c.d [2023-04-17T23:23:03.243Z] #38 7.729 DEP images/core-s390.pb-c.d [2023-04-17T23:23:03.243Z] #38 7.781 DEP images/core-x86.pb-c.d [2023-04-17T23:23:03.243Z] #38 7.804 DEP images/core.pb-c.d [2023-04-17T23:23:03.243Z] #38 7.817 DEP images/inventory.pb-c.d [2023-04-17T23:23:03.243Z] #38 7.846 PBCC images/cpuinfo.pb-c.c [2023-04-17T23:23:03.243Z] #38 7.853 DEP images/cpuinfo.pb-c.d [2023-04-17T23:23:03.243Z] #38 7.873 PBCC images/stats.pb-c.c [2023-04-17T23:23:03.243Z] #38 7.881 DEP images/stats.pb-c.d [2023-04-17T23:23:03.656Z] using credential docker-jenkins-github-credentials [2023-04-17T23:23:03.668Z] Cloning the remote Git repository [2023-04-17T23:23:03.668Z] Cloning with configured refspecs honoured and without tags [2023-04-17T23:23:03.918Z] #9 ... [2023-04-17T23:23:03.918Z] [2023-04-17T23:23:03.918Z] #18 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-04-17T23:23:03.918Z] #0 2.552 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2023-04-17T23:23:03.918Z] #0 2.880 [2023-04-17T23:23:03.918Z] #0 3.113 #=#=# ######################################################################## 100.0% [2023-04-17T23:23:03.918Z] #0 3.410 [2023-04-17T23:23:03.918Z] #0 4.459 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2023-04-17T23:23:03.918Z] #0 4.839 [2023-04-17T23:23:03.918Z] #0 5.058 #=#=# ######################################################################## 100.0% [2023-04-17T23:23:03.918Z] #0 5.349 [2023-04-17T23:23:03.918Z] #0 6.398 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2023-04-17T23:23:03.918Z] #0 6.740 [2023-04-17T23:23:03.918Z] #0 6.969 #=#=# ################## 25.8% ######################################### 57.7% ################################################################ 89.8% ######################################################################## 100.0% [2023-04-17T23:23:03.918Z] #0 7.561 [2023-04-17T23:23:03.918Z] #0 8.789 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2023-04-17T23:23:03.918Z] #0 9.169 [2023-04-17T23:23:03.918Z] #0 9.404 #=#=# ######################################################################## 100.0% [2023-04-17T23:23:03.918Z] #0 9.668 [2023-04-17T23:23:03.918Z] #18 ... [2023-04-17T23:23:03.918Z] [2023-04-17T23:23:03.918Z] #9 [base 1/3] FROM docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 [2023-04-17T23:23:04.173Z] #38 8.729 make[1]: Nothing to be done for 'all'. [2023-04-17T23:23:04.403Z] #31 33.59 go: downloading github.com/hashicorp/errwrap v1.0.0 [2023-04-17T23:23:03.751Z] Cloning repository https://github.com/moby/moby.git [2023-04-17T23:23:03.803Z] > git init /home/ubuntu/workspace/moby_PR-45349 # timeout=10 [2023-04-17T23:23:04.466Z] Fetching upstream changes from https://github.com/moby/moby.git [2023-04-17T23:23:04.467Z] > git --version # timeout=10 [2023-04-17T23:23:04.476Z] > git --version # 'git version 2.25.1' [2023-04-17T23:23:04.476Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-04-17T23:23:04.478Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45349/head:refs/remotes/origin/PR-45349 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-04-17T23:23:05.103Z] #38 9.687 CC images/stats.o [2023-04-17T23:23:05.398Z] #38 9.841 CC images/core.o [2023-04-17T23:23:05.656Z] #38 10.00 CC images/core-x86.o [2023-04-17T23:23:05.656Z] #38 10.21 CC images/core-arm.o [2023-04-17T23:23:05.868Z] #31 ... [2023-04-17T23:23:05.868Z] [2023-04-17T23:23:05.868Z] #32 [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 [2023-04-17T23:23:05.913Z] #38 10.35 CC images/core-aarch64.o [2023-04-17T23:23:05.913Z] #38 10.52 CC images/core-ppc64.o [2023-04-17T23:23:06.170Z] #38 10.75 CC images/core-s390.o [2023-04-17T23:23:06.427Z] #38 10.95 CC images/cpuinfo.o [2023-04-17T23:23:06.427Z] #38 11.10 CC images/inventory.o [2023-04-17T23:23:06.684Z] #38 11.25 CC images/fdinfo.o [2023-04-17T23:23:06.684Z] #38 11.40 CC images/fown.o [2023-04-17T23:23:06.941Z] #38 11.48 CC images/ns.o [2023-04-17T23:23:07.197Z] #38 11.55 CC images/regfile.o [2023-04-17T23:23:07.197Z] #38 11.65 CC images/ghost-file.o [2023-04-17T23:23:07.197Z] #38 11.76 CC images/fifo.o [2023-04-17T23:23:07.197Z] #38 11.82 CC images/remap-file-path.o [2023-04-17T23:23:07.197Z] #38 11.92 CC images/eventfd.o [2023-04-17T23:23:07.225Z] #9 ... [2023-04-17T23:23:07.225Z] [2023-04-17T23:23:07.225Z] #18 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-04-17T23:23:07.225Z] #18 10.43 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2023-04-17T23:23:07.225Z] #18 10.78 [2023-04-17T23:23:07.225Z] #18 11.01 #=#=# ######################################################################## 100.0% [2023-04-17T23:23:07.225Z] #18 11.31 [2023-04-17T23:23:07.225Z] #18 11.43 Download of images into '/build' complete. [2023-04-17T23:23:07.225Z] #18 11.43 Use something like the following to load the result into a Docker daemon: [2023-04-17T23:23:07.225Z] #18 11.43 tar -cC '/build' . | docker load [2023-04-17T23:23:07.225Z] #18 DONE 13.6s [2023-04-17T23:23:07.225Z] [2023-04-17T23:23:07.225Z] #9 [base 1/3] FROM docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 [2023-04-17T23:23:07.455Z] #38 12.06 CC images/eventpoll.o [2023-04-17T23:23:07.712Z] #38 12.15 CC images/fh.o [2023-04-17T23:23:07.712Z] #38 ... [2023-04-17T23:23:07.712Z] [2023-04-17T23:23:07.712Z] #35 [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 [2023-04-17T23:23:07.712Z] #35 33.24 + for f in rootlesskit rootlesskit-docker-proxy [2023-04-17T23:23:07.712Z] #35 33.24 + GOBIN=/build [2023-04-17T23:23:07.712Z] #35 33.24 + GO111MODULE=on [2023-04-17T23:23:07.712Z] #35 33.24 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2023-04-17T23:23:07.748Z] #32 34.52 Updating files: 35% (671/1914) Updating files: 36% (690/1914) Updating files: 37% (709/1914) Updating files: 38% (728/1914) Updating files: 39% (747/1914) Updating files: 40% (766/1914) Updating files: 41% (785/1914) Updating files: 42% (804/1914) Updating files: 43% (824/1914) Updating files: 44% (843/1914) Updating files: 45% (862/1914) Updating files: 46% (881/1914) Updating files: 47% (900/1914) Updating files: 48% (919/1914) Updating files: 49% (938/1914) Updating files: 50% (957/1914) Updating files: 51% (977/1914) Updating files: 52% (996/1914) Updating files: 53% (1015/1914) Updating files: 54% (1034/1914) Updating files: 55% (1053/1914) Updating files: 56% (1072/1914) Updating files: 57% (1091/1914) Updating files: 58% (1111/1914) Updating files: 59% (1130/1914) Updating files: 60% (1149/1914) Updating files: 61% (1168/1914) Updating files: 62% (1187/1914) Updating files: 63% (1206/1914) Updating files: 64% (1225/1914) Updating files: 65% (1245/1914) Updating files: 66% (1264/1914) Updating files: 67% (1283/1914) Updating files: 68% (1302/1914) Updating files: 69% (1321/1914) Updating files: 70% (1340/1914) Updating files: 71% (1359/1914) Updating files: 72% (1379/1914) Updating files: 73% (1398/1914) Updating files: 74% (1417/1914) Updating files: 75% (1436/1914) Updating files: 76% (1455/1914) Updating files: 77% (1474/1914) Updating files: 78% (1493/1914) Updating files: 79% (1513/1914) Updating files: 80% (1532/1914) Updating files: 81% (1551/1914) Updating files: 82% (1570/1914) Updating files: 83% (1589/1914) Updating files: 84% (1608/1914) Updating files: 85% (1627/1914) Updating files: 86% (1647/1914) Updating files: 87% (1666/1914) Updating files: 88% (1685/1914) Updating files: 89% (1704/1914) Updating files: 90% (1723/1914) Updating files: 91% (1742/1914) Updating files: 92% (1761/1914) Updating files: 93% (1781/1914) Updating files: 94% (1800/1914) Updating files: 95% (1819/1914) Updating files: 96% (1838/1914) Updating files: 97% (1857/1914) Updating files: 98% (1876/1914) Updating files: 99% (1895/1914) Updating files: 100% (1914/1914) Updating files: 100% (1914/1914), done. [2023-04-17T23:23:07.748Z] #32 36.85 + cd /tmp/tmp.CZyzKOXwn1/src/github.com/docker/libnetwork [2023-04-17T23:23:07.748Z] #32 36.85 + git checkout -q 05b93e0d3a95952f70c113b0bc5bdb538d7afdd7 [2023-04-17T23:23:08.166Z] #9 extracting sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 10.3s [2023-04-17T23:23:08.318Z] #32 37.43 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2023-04-17T23:23:09.703Z] #32 ... [2023-04-17T23:23:09.703Z] [2023-04-17T23:23:09.703Z] #28 [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 [2023-04-17T23:23:09.703Z] #28 DONE 38.8s [2023-04-17T23:23:09.703Z] [2023-04-17T23:23:09.703Z] #31 [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 [2023-04-17T23:23:09.703Z] #31 37.68 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2023-04-17T23:23:09.703Z] #31 37.70 go: downloading github.com/Antonboom/errname v0.1.7 [2023-04-17T23:23:09.703Z] #31 38.10 go: downloading github.com/Antonboom/nilnil v0.1.1 [2023-04-17T23:23:09.704Z] #31 38.11 go: downloading github.com/BurntSushi/toml v1.2.0 [2023-04-17T23:23:09.704Z] #31 38.45 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2023-04-17T23:23:09.704Z] #31 38.80 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0 [2023-04-17T23:23:09.965Z] #31 39.28 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2023-04-17T23:23:10.537Z] #31 39.58 go: downloading github.com/alexkohler/prealloc v1.0.0 [2023-04-17T23:23:10.798Z] #31 39.90 go: downloading github.com/alingse/asasalint v0.0.11 [2023-04-17T23:23:11.059Z] #31 40.26 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2023-04-17T23:23:11.323Z] #31 40.43 go: downloading github.com/ashanbrown/makezero v1.1.1 [2023-04-17T23:23:11.457Z] #9 extracting sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 13.5s done [2023-04-17T23:23:11.457Z] #9 extracting sha256:10440d7e88e9007ba735398eaaada57962675e286370bd63e95c57058492c64c done [2023-04-17T23:23:11.583Z] #31 40.65 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2023-04-17T23:23:11.583Z] #31 40.76 go: downloading github.com/blizzy78/varnamelen v0.8.0 [2023-04-17T23:23:11.716Z] #9 DONE 45.7s [2023-04-17T23:23:11.716Z] [2023-04-17T23:23:11.716Z] #19 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2023-04-17T23:23:11.844Z] #31 40.78 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2023-04-17T23:23:12.105Z] #31 41.16 go: downloading github.com/breml/bidichk v0.2.3 [2023-04-17T23:23:12.105Z] #31 41.22 go: downloading github.com/breml/errchkjson v0.3.0 [2023-04-17T23:23:12.105Z] #31 41.33 go: downloading github.com/butuzov/ireturn v0.1.1 [2023-04-17T23:23:12.366Z] #31 41.58 go: downloading github.com/charithe/durationcheck v0.0.9 [2023-04-17T23:23:12.366Z] #31 41.69 go: downloading github.com/curioswitch/go-reassign v0.1.2 [2023-04-17T23:23:12.651Z] #19 DONE 0.9s [2023-04-17T23:23:12.651Z] [2023-04-17T23:23:12.651Z] #20 [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 [2023-04-17T23:23:12.938Z] #31 41.97 go: downloading github.com/daixiang0/gci v0.6.3 [2023-04-17T23:23:12.938Z] #31 ... [2023-04-17T23:23:12.938Z] [2023-04-17T23:23:12.938Z] #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 [2023-04-17T23:23:12.938Z] #36 31.91 Fetched 8643 kB in 25s (343 kB/s) [2023-04-17T23:23:12.938Z] #36 31.91 Reading package lists... [2023-04-17T23:23:12.938Z] #36 ... [2023-04-17T23:23:12.938Z] [2023-04-17T23:23:12.938Z] #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 [2023-04-17T23:23:12.938Z] #34 32.12 unicode/utf8 [2023-04-17T23:23:12.938Z] #34 33.44 internal/race [2023-04-17T23:23:12.938Z] #34 33.92 sync/atomic [2023-04-17T23:23:12.938Z] #34 35.97 unicode [2023-04-17T23:23:12.938Z] #34 ... [2023-04-17T23:23:12.938Z] [2023-04-17T23:23:12.938Z] #24 [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 [2023-04-17T23:23:13.081Z] #35 DONE 38.1s [2023-04-17T23:23:13.081Z] [2023-04-17T23:23:13.081Z] #40 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2023-04-17T23:23:13.081Z] #40 DONE 0.3s [2023-04-17T23:23:13.081Z] [2023-04-17T23:23:13.081Z] #41 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2023-04-17T23:23:13.081Z] #41 DONE 0.1s [2023-04-17T23:23:13.081Z] [2023-04-17T23:23:13.081Z] #38 [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 [2023-04-17T23:23:13.081Z] #38 12.32 CC images/fsnotify.o [2023-04-17T23:23:13.081Z] #38 12.54 CC images/signalfd.o [2023-04-17T23:23:13.081Z] #38 12.61 CC images/fs.o [2023-04-17T23:23:13.081Z] #38 12.69 CC images/pstree.o [2023-04-17T23:23:13.081Z] #38 12.79 CC images/pipe.o [2023-04-17T23:23:13.081Z] #38 12.89 CC images/tcp-stream.o [2023-04-17T23:23:13.081Z] #38 12.99 CC images/sk-packet.o [2023-04-17T23:23:13.081Z] #38 13.15 CC images/mnt.o [2023-04-17T23:23:13.081Z] #38 13.21 CC images/pipe-data.o [2023-04-17T23:23:13.081Z] #38 13.29 CC images/sa.o [2023-04-17T23:23:13.081Z] #38 13.36 CC images/timer.o [2023-04-17T23:23:13.081Z] #38 13.53 CC images/timerfd.o [2023-04-17T23:23:13.081Z] #38 13.65 CC images/mm.o [2023-04-17T23:23:13.081Z] #38 13.80 CC images/sk-opts.o [2023-04-17T23:23:13.081Z] #38 13.89 CC images/sk-unix.o [2023-04-17T23:23:13.081Z] #38 14.06 CC images/sk-inet.o [2023-04-17T23:23:13.081Z] #38 14.24 CC images/tun.o [2023-04-17T23:23:13.081Z] #38 14.38 CC images/sk-netlink.o [2023-04-17T23:23:13.081Z] #38 14.45 CC images/packet-sock.o [2023-04-17T23:23:13.081Z] #38 14.57 CC images/ipc-var.o [2023-04-17T23:23:13.081Z] #38 14.76 CC images/ipc-desc.o [2023-04-17T23:23:13.081Z] #38 14.87 CC images/ipc-shm.o [2023-04-17T23:23:13.081Z] #38 14.94 CC images/ipc-msg.o [2023-04-17T23:23:13.081Z] #38 15.13 CC images/ipc-sem.o [2023-04-17T23:23:13.081Z] #38 15.21 CC images/utsns.o [2023-04-17T23:23:13.081Z] #38 15.28 CC images/creds.o [2023-04-17T23:23:13.081Z] #38 15.35 CC images/vma.o [2023-04-17T23:23:13.081Z] #38 15.45 CC images/netdev.o [2023-04-17T23:23:13.081Z] #38 15.61 CC images/tty.o [2023-04-17T23:23:13.081Z] #38 15.81 CC images/file-lock.o [2023-04-17T23:23:13.081Z] #38 15.91 CC images/rlimit.o [2023-04-17T23:23:13.081Z] #38 15.97 CC images/pagemap.o [2023-04-17T23:23:13.081Z] #38 16.07 CC images/siginfo.o [2023-04-17T23:23:13.081Z] #38 16.16 CC images/rpc.o [2023-04-17T23:23:13.081Z] #38 16.51 CC images/ext-file.o [2023-04-17T23:23:13.081Z] #38 16.62 CC images/cgroup.o [2023-04-17T23:23:13.081Z] #38 16.81 CC images/userns.o [2023-04-17T23:23:13.081Z] #38 16.91 CC images/google/protobuf/descriptor.o [2023-04-17T23:23:13.081Z] #38 17.54 CC images/opts.o [2023-04-17T23:23:13.081Z] #38 17.59 CC images/seccomp.o [2023-04-17T23:23:13.081Z] #38 17.66 CC images/binfmt-misc.o [2023-04-17T23:23:13.081Z] #38 17.71 CC images/time.o [2023-04-17T23:23:13.081Z] #38 17.77 CC images/sysctl.o [2023-04-17T23:23:13.081Z] #38 ... [2023-04-17T23:23:13.081Z] [2023-04-17T23:23:13.081Z] #26 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:23:13.081Z] #26 28.89 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2023-04-17T23:23:13.081Z] #26 28.90 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2023-04-17T23:23:13.081Z] #26 28.90 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-04-17T23:23:13.081Z] #26 31.38 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2023-04-17T23:23:13.081Z] #26 31.39 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2023-04-17T23:23:13.081Z] #26 31.43 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2023-04-17T23:23:13.081Z] #26 33.59 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2023-04-17T23:23:13.081Z] #26 33.59 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2023-04-17T23:23:13.081Z] #26 33.60 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-04-17T23:23:13.082Z] #26 38.46 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2023-04-17T23:23:13.082Z] #26 38.46 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2023-04-17T23:23:13.082Z] #26 38.53 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-04-17T23:23:13.345Z] #26 ... [2023-04-17T23:23:13.345Z] [2023-04-17T23:23:13.345Z] #38 [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 [2023-04-17T23:23:13.345Z] #38 17.84 CC images/autofs.o [2023-04-17T23:23:13.345Z] #38 17.97 CC images/macvlan.o [2023-04-17T23:23:13.345Z] #38 18.05 CC images/sit.o [2023-04-17T23:23:13.461Z] #24 41.99 Updating files: 47% (1054/2222) Updating files: 48% (1067/2222) Updating files: 49% (1089/2222) Updating files: 50% (1111/2222) Updating files: 51% (1134/2222) Updating files: 52% (1156/2222) Updating files: 53% (1178/2222) Updating files: 54% (1200/2222) Updating files: 55% (1223/2222) Updating files: 56% (1245/2222) Updating files: 57% (1267/2222) Updating files: 58% (1289/2222) Updating files: 59% (1311/2222) Updating files: 60% (1334/2222) Updating files: 61% (1356/2222) Updating files: 62% (1378/2222) Updating files: 63% (1400/2222) Updating files: 64% (1423/2222) Updating files: 65% (1445/2222) [2023-04-17T23:23:13.461Z] #24 ... [2023-04-17T23:23:13.461Z] [2023-04-17T23:23:13.461Z] #26 [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 python3-protobuf [2023-04-17T23:23:13.461Z] #26 32.60 Fetched 8643 kB in 25s (344 kB/s) [2023-04-17T23:23:13.461Z] #26 32.60 Reading package lists... [2023-04-17T23:23:13.461Z] #26 ... [2023-04-17T23:23:13.461Z] [2023-04-17T23:23:13.461Z] #30 [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 [2023-04-17T23:23:13.461Z] #30 32.64 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 [2023-04-17T23:23:13.587Z] #20 DONE 0.7s [2023-04-17T23:23:13.587Z] [2023-04-17T23:23:13.587Z] #21 [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 [2023-04-17T23:23:13.587Z] #21 ... [2023-04-17T23:23:13.587Z] [2023-04-17T23:23:13.587Z] #22 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2023-04-17T23:23:13.587Z] #22 DONE 0.1s [2023-04-17T23:23:13.587Z] [2023-04-17T23:23:13.587Z] #23 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2023-04-17T23:23:13.587Z] #23 DONE 0.2s [2023-04-17T23:23:13.587Z] [2023-04-17T23:23:13.587Z] #24 [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 [2023-04-17T23:23:13.615Z] #38 18.13 CC images/memfd.o [2023-04-17T23:23:13.722Z] #30 ... [2023-04-17T23:23:13.722Z] [2023-04-17T23:23:13.722Z] #24 [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 [2023-04-17T23:23:13.877Z] #38 18.38 CC images/timens.o [2023-04-17T23:23:13.877Z] #38 18.48 LINK images/built-in.o [2023-04-17T23:23:14.144Z] #38 18.55 GEN compel/include/asm [2023-04-17T23:23:14.144Z] #38 18.56 GEN compel/include/version.h [2023-04-17T23:23:14.144Z] #38 18.58 touch .config [2023-04-17T23:23:14.144Z] #38 18.64 GEN include/common/config.h [2023-04-17T23:23:14.144Z] #38 18.73 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2023-04-17T23:23:14.144Z] #38 18.77 GEN compel/plugins/include/uapi/std/syscall-64.h [2023-04-17T23:23:14.144Z] #38 18.80 GEN compel/arch/x86/plugins/std/syscalls-64.S [2023-04-17T23:23:14.144Z] #38 18.82 DEP compel/arch/x86/plugins/std/syscalls-64.d [2023-04-17T23:23:14.144Z] #38 18.83 DEP compel/arch/x86/plugins/std/memcpy.d [2023-04-17T23:23:14.144Z] #38 18.84 DEP compel/arch/x86/plugins/std/parasite-head.d [2023-04-17T23:23:14.416Z] #38 18.86 GEN compel/plugins/include/uapi/std/syscall.h [2023-04-17T23:23:14.416Z] #38 18.91 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2023-04-17T23:23:14.416Z] #38 18.92 GEN compel/plugins/include/uapi/std/syscall-codes.h [2023-04-17T23:23:14.416Z] #38 18.95 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2023-04-17T23:23:14.416Z] #38 ... [2023-04-17T23:23:14.416Z] [2023-04-17T23:23:14.416Z] #31 [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 [2023-04-17T23:23:14.416Z] #31 DONE 40.0s [2023-04-17T23:23:14.416Z] [2023-04-17T23:23:14.416Z] #38 [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 [2023-04-17T23:23:14.416Z] #38 18.96 DEP compel/plugins/std/infect.d [2023-04-17T23:23:14.416Z] #38 19.00 DEP compel/plugins/std/string.d [2023-04-17T23:23:14.416Z] #38 19.04 DEP compel/plugins/std/log.d [2023-04-17T23:23:14.416Z] #38 19.06 DEP compel/plugins/std/fds.d [2023-04-17T23:23:14.505Z] #24 41.99 Updating files: 47% (1054/2222) Updating files: 48% (1067/2222) Updating files: 49% (1089/2222) Updating files: 50% (1111/2222) Updating files: 51% (1134/2222) Updating files: 52% (1156/2222) Updating files: 53% (1178/2222) Updating files: 54% (1200/2222) Updating files: 55% (1223/2222) Updating files: 56% (1245/2222) Updating files: 57% (1267/2222) Updating files: 58% (1289/2222) Updating files: 59% (1311/2222) Updating files: 60% (1334/2222) Updating files: 61% (1356/2222) Updating files: 62% (1378/2222) Updating files: 63% (1400/2222) Updating files: 64% (1423/2222) Updating files: 65% (1445/2222) Updating files: 66% (1467/2222) Updating files: 67% (1489/2222) Updating files: 68% (1511/2222) Updating files: 69% (1534/2222) Updating files: 70% (1556/2222) Updating files: 71% (1578/2222) Updating files: 72% (1600/2222) Updating files: 73% (1623/2222) Updating files: 74% (1645/2222) Updating files: 75% (1667/2222) Updating files: 76% (1689/2222) Updating files: 77% (1711/2222) Updating files: 78% (1734/2222) Updating files: 79% (1756/2222) Updating files: 80% (1778/2222) Updating files: 81% (1800/2222) Updating files: 82% (1823/2222) Updating files: 83% (1845/2222) Updating files: 84% (1867/2222) Updating files: 85% (1889/2222) Updating files: 86% (1911/2222) Updating files: 87% (1934/2222) Updating files: 88% (1956/2222) Updating files: 89% (1978/2222) Updating files: 90% (2000/2222) Updating files: 91% (2023/2222) Updating files: 92% (2045/2222) Updating files: 93% (2067/2222) Updating files: 94% (2089/2222) Updating files: 95% (2111/2222) Updating files: 96% (2134/2222) Updating files: 97% (2156/2222) Updating files: 98% (2178/2222) Updating files: 99% (2200/2222) Updating files: 100% (2222/2222) Updating files: 100% (2222/2222), done. [2023-04-17T23:23:14.505Z] #24 43.53 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2023-04-17T23:23:14.672Z] #38 19.10 DEP compel/plugins/std/std.d [2023-04-17T23:23:14.672Z] #38 19.13 DEP compel/plugins/shmem/shmem.d [2023-04-17T23:23:14.672Z] #38 19.17 DEP compel/plugins/fds/fds.d [2023-04-17T23:23:14.672Z] #38 19.26 CC compel/plugins/std/std.o [2023-04-17T23:23:14.928Z] #38 19.39 CC compel/plugins/std/fds.o [2023-04-17T23:23:14.928Z] #38 19.57 CC compel/plugins/std/log.o [2023-04-17T23:23:15.076Z] #24 ... [2023-04-17T23:23:15.076Z] [2023-04-17T23:23:15.076Z] #25 [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 [2023-04-17T23:23:15.076Z] #25 34.23 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2023-04-17T23:23:15.076Z] #25 34.49 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2023-04-17T23:23:15.186Z] #38 19.84 CC compel/plugins/std/string.o [2023-04-17T23:23:15.337Z] #25 ... [2023-04-17T23:23:15.337Z] [2023-04-17T23:23:15.337Z] #31 [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 [2023-04-17T23:23:15.337Z] #31 43.03 go: downloading github.com/denis-tingaikin/go-header v0.4.3 [2023-04-17T23:23:15.337Z] #31 43.10 go: downloading github.com/esimonov/ifshort v1.0.4 [2023-04-17T23:23:15.337Z] #31 43.30 go: downloading github.com/firefart/nonamedreturns v1.0.4 [2023-04-17T23:23:15.337Z] #31 43.33 go: downloading github.com/fzipp/gocyclo v0.6.0 [2023-04-17T23:23:15.337Z] #31 43.52 go: downloading github.com/go-critic/go-critic v0.6.4 [2023-04-17T23:23:15.443Z] #38 20.00 CC compel/plugins/std/infect.o [2023-04-17T23:23:15.443Z] #38 20.15 CC compel/arch/x86/plugins/std/parasite-head.o [2023-04-17T23:23:15.443Z] #38 ... [2023-04-17T23:23:15.443Z] [2023-04-17T23:23:15.443Z] #39 [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 [2023-04-17T23:23:15.443Z] #39 17.26 + cd /tmp/tmp.zozhHY2P1O/src/github.com/containerd/containerd [2023-04-17T23:23:15.443Z] #39 17.26 + git checkout -q v1.6.16 [2023-04-17T23:23:15.443Z] #39 18.23 + export 'BUILDTAGS=netgo osusergo static_build' [2023-04-17T23:23:15.443Z] #39 18.23 + BUILDTAGS='netgo osusergo static_build' [2023-04-17T23:23:15.443Z] #39 18.23 + export EXTRA_FLAGS=-buildmode=pie [2023-04-17T23:23:15.443Z] #39 18.23 + EXTRA_FLAGS=-buildmode=pie [2023-04-17T23:23:15.443Z] #39 18.23 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2023-04-17T23:23:15.443Z] #39 18.23 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2023-04-17T23:23:15.443Z] #39 18.23 + '[' '' = dynamic ']' [2023-04-17T23:23:15.443Z] #39 18.23 + make [2023-04-17T23:23:15.443Z] #39 19.53 + bin/ctr [2023-04-17T23:23:15.700Z] #39 ... [2023-04-17T23:23:15.700Z] [2023-04-17T23:23:15.700Z] #38 [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 [2023-04-17T23:23:15.700Z] #38 20.18 CC compel/arch/x86/plugins/std/memcpy.o [2023-04-17T23:23:15.700Z] #38 20.20 CC compel/arch/x86/plugins/std/syscalls-64.o [2023-04-17T23:23:15.700Z] #38 20.24 AR compel/plugins/std.lib.a [2023-04-17T23:23:15.700Z] #38 20.29 CC compel/plugins/fds/fds.o [2023-04-17T23:23:15.700Z] #38 20.37 AR compel/plugins/fds.lib.a [2023-04-17T23:23:15.908Z] #31 44.91 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2023-04-17T23:23:15.909Z] #31 44.93 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2023-04-17T23:23:15.909Z] #31 44.93 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe [2023-04-17T23:23:15.909Z] #31 44.96 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2023-04-17T23:23:15.909Z] #31 45.12 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2023-04-17T23:23:15.957Z] #38 20.42 HOSTDEP compel/src/lib/log-host.d [2023-04-17T23:23:15.957Z] #38 20.47 HOSTDEP compel/src/lib/handle-elf-host.d [2023-04-17T23:23:15.957Z] #38 20.53 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2023-04-17T23:23:15.957Z] #38 20.56 HOSTDEP compel/src/main-host.d [2023-04-17T23:23:15.957Z] #38 20.61 DEP compel/src/lib/ptrace.d [2023-04-17T23:23:16.123Z] Fetching without tags [2023-04-17T23:23:16.214Z] #38 20.68 DEP compel/src/lib/infect.d [2023-04-17T23:23:16.214Z] #38 20.73 DEP compel/src/lib/infect-util.d [2023-04-17T23:23:16.214Z] #38 20.76 DEP compel/src/lib/infect-rpc.d [2023-04-17T23:23:16.214Z] #38 20.81 DEP compel/arch/x86/src/lib/infect.d [2023-04-17T23:23:16.214Z] #38 20.85 DEP compel/arch/x86/src/lib/cpu.d [2023-04-17T23:23:16.214Z] #38 20.87 DEP compel/src/lib/log.d [2023-04-17T23:23:16.214Z] #38 20.90 DEP compel/src/main.d [2023-04-17T23:23:16.214Z] #38 20.94 DEP compel/src/lib/handle-elf.d [2023-04-17T23:23:16.342Z] Merging remotes/origin/20.10 commit de57aecf4a670473911b42caf67e7f962229bbe3 into PR head commit ad45ece6fe93c6870080341daa12fe8da6271fa9 [2023-04-17T23:23:16.471Z] #38 21.00 DEP compel/arch/x86/src/lib/handle-elf.d [2023-04-17T23:23:16.471Z] #38 21.08 CC compel/src/lib/log.o [2023-04-17T23:23:16.471Z] #38 21.15 CC compel/arch/x86/src/lib/cpu.o [2023-04-17T23:23:16.480Z] #31 45.59 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2023-04-17T23:23:16.480Z] #31 45.64 go: downloading github.com/golangci/misspell v0.3.5 [2023-04-17T23:23:16.741Z] #31 45.76 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2023-04-17T23:23:16.741Z] #31 45.88 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2023-04-17T23:23:16.914Z] Merge succeeded, producing ad45ece6fe93c6870080341daa12fe8da6271fa9 [2023-04-17T23:23:16.914Z] Checking out Revision ad45ece6fe93c6870080341daa12fe8da6271fa9 (PR-45349) [2023-04-17T23:23:17.002Z] #31 46.18 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2023-04-17T23:23:17.034Z] #38 21.38 CC compel/arch/x86/src/lib/infect.o [2023-04-17T23:23:17.034Z] #38 21.63 CC compel/src/lib/infect-rpc.o [2023-04-17T23:23:17.263Z] #31 46.43 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2023-04-17T23:23:17.263Z] #31 46.57 go: downloading github.com/hexops/gotextdiff v1.0.3 [2023-04-17T23:23:17.263Z] #31 ... [2023-04-17T23:23:17.263Z] [2023-04-17T23:23:17.263Z] #33 [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 [2023-04-17T23:23:17.263Z] #33 36.43 Fetched 8643 kB in 28s (307 kB/s) [2023-04-17T23:23:17.263Z] #33 36.43 Reading package lists... [2023-04-17T23:23:17.292Z] #38 21.73 CC compel/src/lib/infect-util.o [2023-04-17T23:23:17.292Z] #38 21.81 CC compel/src/lib/infect.o [2023-04-17T23:23:17.524Z] #33 ... [2023-04-17T23:23:17.524Z] [2023-04-17T23:23:17.524Z] #27 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:23:17.524Z] #27 36.43 Fetched 8643 kB in 28s (308 kB/s) [2023-04-17T23:23:17.524Z] #27 36.43 Reading package lists... [2023-04-17T23:23:17.524Z] #27 ... [2023-04-17T23:23:17.524Z] [2023-04-17T23:23:17.524Z] #24 [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 [2023-04-17T23:23:17.524Z] #24 46.53 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2023-04-17T23:23:17.855Z] #38 22.49 CC compel/src/lib/ptrace.o [2023-04-17T23:23:16.062Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2023-04-17T23:23:16.080Z] > git config --add remote.origin.fetch +refs/pull/45349/head:refs/remotes/origin/PR-45349 # timeout=10 [2023-04-17T23:23:16.090Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-04-17T23:23:16.108Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2023-04-17T23:23:16.126Z] Fetching upstream changes from https://github.com/moby/moby.git [2023-04-17T23:23:16.127Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-04-17T23:23:16.130Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45349/head:refs/remotes/origin/PR-45349 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-04-17T23:23:16.353Z] > git config core.sparsecheckout # timeout=10 [2023-04-17T23:23:16.369Z] > git checkout -f ad45ece6fe93c6870080341daa12fe8da6271fa9 # timeout=10 [2023-04-17T23:23:16.865Z] > git remote # timeout=10 [2023-04-17T23:23:16.878Z] > git config --get remote.origin.url # timeout=10 [2023-04-17T23:23:16.889Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-04-17T23:23:16.890Z] > git merge de57aecf4a670473911b42caf67e7f962229bbe3 # timeout=10 [2023-04-17T23:23:16.906Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-17T23:23:16.916Z] > git config core.sparsecheckout # timeout=10 [2023-04-17T23:23:16.930Z] > git checkout -f ad45ece6fe93c6870080341daa12fe8da6271fa9 # timeout=10 [2023-04-17T23:23:18.112Z] #38 22.67 AR compel/libcompel.a [2023-04-17T23:23:18.112Z] #38 22.74 HOSTCC compel/src/main-host.o [2023-04-17T23:23:18.370Z] #38 ... [2023-04-17T23:23:18.370Z] [2023-04-17T23:23:18.370Z] #26 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:23:18.370Z] #26 40.67 Selecting previously unselected package g++-mingw-w64-x86-64. [2023-04-17T23:23:18.370Z] #26 40.67 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2023-04-17T23:23:18.370Z] #26 40.69 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2023-04-17T23:23:18.370Z] #26 40.77 Selecting previously unselected package libapparmor1:amd64. [2023-04-17T23:23:18.370Z] #26 40.78 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2023-04-17T23:23:18.370Z] #26 40.78 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2023-04-17T23:23:18.370Z] #26 40.86 Selecting previously unselected package libapparmor-dev:amd64. [2023-04-17T23:23:18.370Z] #26 40.86 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2023-04-17T23:23:18.370Z] #26 40.87 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2023-04-17T23:23:18.370Z] #26 41.11 Selecting previously unselected package libbtrfs0:amd64. [2023-04-17T23:23:18.370Z] #26 41.11 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2023-04-17T23:23:18.370Z] #26 41.12 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2023-04-17T23:23:18.370Z] #26 41.22 Selecting previously unselected package libbtrfs-dev:amd64. [2023-04-17T23:23:18.370Z] #26 41.22 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2023-04-17T23:23:18.370Z] #26 41.23 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2023-04-17T23:23:18.370Z] #26 41.36 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2023-04-17T23:23:18.370Z] #26 41.36 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2023-04-17T23:23:18.370Z] #26 41.37 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2023-04-17T23:23:18.370Z] #26 41.45 Selecting previously unselected package libudev-dev:amd64. [2023-04-17T23:23:18.370Z] #26 41.46 Preparing to unpack .../20-libudev-dev_247.3-7+deb11u1_amd64.deb ... [2023-04-17T23:23:18.370Z] #26 41.47 Unpacking libudev-dev:amd64 (247.3-7+deb11u1) ... [2023-04-17T23:23:18.370Z] #26 41.55 Selecting previously unselected package libsepol1-dev:amd64. [2023-04-17T23:23:18.370Z] #26 41.56 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2023-04-17T23:23:18.370Z] #26 41.56 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2023-04-17T23:23:18.370Z] #26 41.72 Selecting previously unselected package libpcre2-16-0:amd64. [2023-04-17T23:23:18.370Z] #26 41.72 Preparing to unpack .../22-libpcre2-16-0_10.36-2+deb11u1_amd64.deb ... [2023-04-17T23:23:18.370Z] #26 41.74 Unpacking libpcre2-16-0:amd64 (10.36-2+deb11u1) ... [2023-04-17T23:23:18.370Z] #26 41.87 Selecting previously unselected package libpcre2-32-0:amd64. [2023-04-17T23:23:18.370Z] #26 41.87 Preparing to unpack .../23-libpcre2-32-0_10.36-2+deb11u1_amd64.deb ... [2023-04-17T23:23:18.370Z] #26 41.88 Unpacking libpcre2-32-0:amd64 (10.36-2+deb11u1) ... [2023-04-17T23:23:18.370Z] #26 42.07 Selecting previously unselected package libpcre2-posix2:amd64. [2023-04-17T23:23:18.370Z] #26 42.07 Preparing to unpack .../24-libpcre2-posix2_10.36-2+deb11u1_amd64.deb ... [2023-04-17T23:23:18.370Z] #26 42.08 Unpacking libpcre2-posix2:amd64 (10.36-2+deb11u1) ... [2023-04-17T23:23:18.370Z] #26 42.13 Selecting previously unselected package libpcre2-dev:amd64. [2023-04-17T23:23:18.370Z] #26 42.14 Preparing to unpack .../25-libpcre2-dev_10.36-2+deb11u1_amd64.deb ... [2023-04-17T23:23:18.370Z] #26 42.14 Unpacking libpcre2-dev:amd64 (10.36-2+deb11u1) ... [2023-04-17T23:23:18.370Z] #26 42.36 Selecting previously unselected package libselinux1-dev:amd64. [2023-04-17T23:23:18.370Z] #26 42.36 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2023-04-17T23:23:18.370Z] #26 42.37 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2023-04-17T23:23:18.370Z] #26 42.55 Selecting previously unselected package libdevmapper-dev:amd64. [2023-04-17T23:23:18.370Z] #26 42.56 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2023-04-17T23:23:18.370Z] #26 42.60 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2023-04-17T23:23:18.370Z] #26 42.70 Selecting previously unselected package libseccomp-dev:amd64. [2023-04-17T23:23:18.370Z] #26 42.70 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2023-04-17T23:23:18.370Z] #26 42.71 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2023-04-17T23:23:18.370Z] #26 42.81 Selecting previously unselected package libsystemd-dev:amd64. [2023-04-17T23:23:18.370Z] #26 42.81 Preparing to unpack .../29-libsystemd-dev_247.3-7+deb11u1_amd64.deb ... [2023-04-17T23:23:18.370Z] #26 42.83 Unpacking libsystemd-dev:amd64 (247.3-7+deb11u1) ... [2023-04-17T23:23:18.370Z] #26 43.03 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2023-04-17T23:23:18.370Z] #26 43.06 Setting up libapparmor1:amd64 (2.13.6-10) ... [2023-04-17T23:23:18.370Z] #26 43.07 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2023-04-17T23:23:18.370Z] #26 43.09 Setting up libsepol1-dev:amd64 (3.1-1) ... [2023-04-17T23:23:18.370Z] #26 43.10 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2023-04-17T23:23:18.370Z] #26 43.12 Setting up libpcre2-16-0:amd64 (10.36-2+deb11u1) ... [2023-04-17T23:23:18.370Z] #26 43.14 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2023-04-17T23:23:18.370Z] #26 43.16 Setting up libpcre2-32-0:amd64 (10.36-2+deb11u1) ... [2023-04-17T23:23:18.370Z] #26 43.18 Setting up libudev-dev:amd64 (247.3-7+deb11u1) ... [2023-04-17T23:23:18.370Z] #26 43.20 Setting up libpcre2-posix2:amd64 (10.36-2+deb11u1) ... [2023-04-17T23:23:18.370Z] #26 43.21 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2023-04-17T23:23:18.370Z] #26 43.22 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2023-04-17T23:23:18.370Z] #26 43.25 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2023-04-17T23:23:18.370Z] #26 43.29 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2023-04-17T23:23:18.370Z] #26 43.31 Setting up mingw-w64-common (8.0.0-1) ... [2023-04-17T23:23:18.370Z] #26 43.32 Setting up libsystemd-dev:amd64 (247.3-7+deb11u1) ... [2023-04-17T23:23:18.370Z] #26 43.34 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2023-04-17T23:23:18.370Z] #26 43.35 Setting up libpcre2-dev:amd64 (10.36-2+deb11u1) ... [2023-04-17T23:23:18.370Z] #26 43.36 Setting up libselinux1-dev:amd64 (3.1-3) ... [2023-04-17T23:23:18.370Z] #26 43.37 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2023-04-17T23:23:18.370Z] #26 43.38 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-04-17T23:23:18.370Z] #26 43.39 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 [2023-04-17T23:23:18.370Z] #26 43.40 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-04-17T23:23:18.370Z] #26 43.41 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 [2023-04-17T23:23:18.370Z] #26 43.42 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2023-04-17T23:23:18.370Z] #26 43.43 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-04-17T23:23:18.370Z] #26 43.44 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 [2023-04-17T23:23:18.370Z] #26 43.45 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-04-17T23:23:18.370Z] #26 43.48 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2023-04-17T23:23:18.370Z] #26 43.53 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2023-04-17T23:23:18.370Z] #26 43.54 Setting up dmsetup (2:1.02.175-2.1) ... [2023-04-17T23:23:18.370Z] #26 43.56 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2023-04-17T23:23:18.370Z] #26 43.57 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2023-04-17T23:23:18.370Z] #26 43.58 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2023-04-17T23:23:18.370Z] #26 DONE 44.1s [2023-04-17T23:23:18.370Z] [2023-04-17T23:23:18.370Z] #38 [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 [2023-04-17T23:23:18.370Z] #38 22.85 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2023-04-17T23:23:18.370Z] #38 22.90 HOSTCC compel/src/lib/handle-elf-host.o [2023-04-17T23:23:18.370Z] #38 23.01 HOSTCC compel/src/lib/log-host.o [2023-04-17T23:23:18.484Z] Fetching without tags [2023-04-17T23:23:18.627Z] #38 23.08 HOSTLINK compel/compel-host-bin [2023-04-17T23:23:18.627Z] #38 23.21 DEP soccr/soccr.d [2023-04-17T23:23:18.627Z] #38 23.31 CC soccr/soccr.o [2023-04-17T23:23:18.910Z] Merging remotes/origin/20.10 commit de57aecf4a670473911b42caf67e7f962229bbe3 into PR head commit ad45ece6fe93c6870080341daa12fe8da6271fa9 [2023-04-17T23:23:19.190Z] #38 23.69 AR soccr/libsoccr.a [2023-04-17T23:23:19.190Z] #38 23.77 make[1]: 'soccr/libsoccr.a' is up to date. [2023-04-17T23:23:19.448Z] #38 24.04 DEP criu/arch/x86/sigframe.d [2023-04-17T23:23:19.448Z] #38 24.10 DEP criu/arch/x86/sigaction_compat.d [2023-04-17T23:23:19.448Z] #38 24.13 DEP criu/arch/x86/kerndat.d [2023-04-17T23:23:19.448Z] #38 24.17 DEP criu/arch/x86/crtools.d [2023-04-17T23:23:19.705Z] #38 24.23 DEP criu/arch/x86/cpu.d [2023-04-17T23:23:19.705Z] #38 24.31 CC criu/arch/x86/cpu.o [2023-04-17T23:23:18.393Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2023-04-17T23:23:18.405Z] > git config --add remote.origin.fetch +refs/pull/45349/head:refs/remotes/origin/PR-45349 # timeout=10 [2023-04-17T23:23:18.461Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-04-17T23:23:18.485Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2023-04-17T23:23:18.519Z] Fetching upstream changes from https://github.com/moby/moby.git [2023-04-17T23:23:18.519Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-04-17T23:23:18.520Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45349/head:refs/remotes/origin/PR-45349 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-04-17T23:23:18.950Z] > git config core.sparsecheckout # timeout=10 [2023-04-17T23:23:18.981Z] > git checkout -f ad45ece6fe93c6870080341daa12fe8da6271fa9 # timeout=10 [2023-04-17T23:23:19.962Z] #38 ... [2023-04-17T23:23:19.962Z] [2023-04-17T23:23:19.962Z] #42 [dev-systemd-false 1/27] RUN groupadd -r docker [2023-04-17T23:23:19.962Z] #42 DONE 1.5s [2023-04-17T23:23:19.962Z] [2023-04-17T23:23:19.962Z] #38 [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 [2023-04-17T23:23:19.962Z] #38 24.55 include/common/asm/bitops.h: Assembler messages: [2023-04-17T23:23:19.962Z] #38 24.55 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-04-17T23:23:19.962Z] #38 24.55 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-04-17T23:23:19.962Z] #38 24.55 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-04-17T23:23:19.962Z] #38 24.55 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-04-17T23:23:19.962Z] #38 24.56 CC criu/arch/x86/crtools.o [2023-04-17T23:23:20.157Z] #24 ... [2023-04-17T23:23:20.157Z] [2023-04-17T23:23:20.157Z] #25 [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 [2023-04-17T23:23:20.157Z] #0 6.454 + RM_GOPATH=0 [2023-04-17T23:23:20.157Z] #0 6.454 + TMP_GOPATH= [2023-04-17T23:23:20.157Z] #0 6.454 + : /build [2023-04-17T23:23:20.157Z] #0 6.454 + '[' -z '' ']' [2023-04-17T23:23:20.157Z] #0 6.454 ++ mktemp -d [2023-04-17T23:23:20.157Z] #0 6.454 + export GOPATH=/tmp/tmp.2jdqYYj7tJ [2023-04-17T23:23:20.157Z] #0 6.454 + GOPATH=/tmp/tmp.2jdqYYj7tJ [2023-04-17T23:23:20.157Z] #0 6.454 + RM_GOPATH=1 [2023-04-17T23:23:20.157Z] #0 6.454 + case "$(go env GOARCH)" in [2023-04-17T23:23:20.157Z] #0 6.460 ++ go env GOARCH [2023-04-17T23:23:20.157Z] #0 6.467 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2023-04-17T23:23:20.158Z] #0 6.467 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:23:20.158Z] #0 6.467 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:23:20.158Z] #0 6.467 ++ dirname /tmp/install/install.sh [2023-04-17T23:23:20.158Z] #0 6.467 + dir=/tmp/install [2023-04-17T23:23:20.158Z] #0 6.467 + bin=tomlv [2023-04-17T23:23:20.158Z] #0 6.467 + shift [2023-04-17T23:23:20.158Z] #0 6.467 + '[' '!' -f /tmp/install/tomlv.installer ']' [2023-04-17T23:23:20.158Z] #0 6.467 + . /tmp/install/tomlv.installer [2023-04-17T23:23:20.158Z] #0 6.467 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2023-04-17T23:23:20.158Z] #0 6.471 + install_tomlv [2023-04-17T23:23:20.158Z] #0 6.471 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2023-04-17T23:23:20.158Z] #0 6.471 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.2jdqYYj7tJ/src/github.com/BurntSushi/toml [2023-04-17T23:23:20.158Z] #0 6.474 Cloning into '/tmp/tmp.2jdqYYj7tJ/src/github.com/BurntSushi/toml'... [2023-04-17T23:23:20.295Z] Merge succeeded, producing ad45ece6fe93c6870080341daa12fe8da6271fa9 [2023-04-17T23:23:20.295Z] Checking out Revision ad45ece6fe93c6870080341daa12fe8da6271fa9 (PR-45349) [2023-04-17T23:23:20.416Z] #25 ... [2023-04-17T23:23:20.416Z] [2023-04-17T23:23:20.416Z] #26 [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 [2023-04-17T23:23:20.416Z] #0 6.938 + RM_GOPATH=0 [2023-04-17T23:23:20.416Z] #0 6.938 + TMP_GOPATH= [2023-04-17T23:23:20.416Z] #0 6.938 + : /build [2023-04-17T23:23:20.416Z] #0 6.938 + '[' -z '' ']' [2023-04-17T23:23:20.416Z] #0 6.938 ++ mktemp -d [2023-04-17T23:23:20.416Z] #0 6.943 + export GOPATH=/tmp/tmp.APRfjV7app [2023-04-17T23:23:20.416Z] #0 6.943 + GOPATH=/tmp/tmp.APRfjV7app [2023-04-17T23:23:20.416Z] #0 6.943 + RM_GOPATH=1 [2023-04-17T23:23:20.416Z] #0 6.943 + case "$(go env GOARCH)" in [2023-04-17T23:23:20.416Z] #0 6.943 ++ go env GOARCH [2023-04-17T23:23:20.416Z] #0 6.947 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:23:20.416Z] #0 6.947 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:23:20.416Z] #0 6.947 ++ dirname /tmp/install/install.sh [2023-04-17T23:23:20.416Z] #0 6.961 + dir=/tmp/install [2023-04-17T23:23:20.416Z] #0 6.961 + bin=vndr [2023-04-17T23:23:20.416Z] #0 6.961 + shift [2023-04-17T23:23:20.416Z] #0 6.961 + '[' '!' -f /tmp/install/vndr.installer ']' [2023-04-17T23:23:20.416Z] #0 6.961 + . /tmp/install/vndr.installer [2023-04-17T23:23:20.416Z] #0 6.961 ++ : v0.1.3-0.20221229102223-87603e47e8ea [2023-04-17T23:23:20.416Z] #0 6.961 + install_vndr [2023-04-17T23:23:20.416Z] #0 6.961 + echo 'Install vndr version v0.1.3-0.20221229102223-87603e47e8ea' [2023-04-17T23:23:20.416Z] #0 6.961 + GOBIN=/build [2023-04-17T23:23:20.416Z] #0 6.961 + GO111MODULE=on [2023-04-17T23:23:20.416Z] #0 6.961 + go install github.com/LK4D4/vndr@v0.1.3-0.20221229102223-87603e47e8ea [2023-04-17T23:23:20.416Z] #0 6.961 Install vndr version v0.1.3-0.20221229102223-87603e47e8ea [2023-04-17T23:23:20.533Z] #38 25.15 CC criu/arch/x86/kerndat.o [2023-04-17T23:23:20.674Z] #26 ... [2023-04-17T23:23:20.674Z] [2023-04-17T23:23:20.674Z] #25 [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 [2023-04-17T23:23:20.674Z] #25 7.344 + cd /tmp/tmp.2jdqYYj7tJ/src/github.com/BurntSushi/toml [2023-04-17T23:23:20.674Z] #25 7.347 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2023-04-17T23:23:20.674Z] #25 7.473 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2023-04-17T23:23:20.792Z] #38 25.28 CC criu/arch/x86/sigaction_compat.o [2023-04-17T23:23:20.792Z] #38 25.38 CC criu/arch/x86/sigframe.o [2023-04-17T23:23:20.792Z] #38 25.50 LINK criu/arch/x86/crtools.built-in.o [2023-04-17T23:23:20.933Z] #25 7.750 encoding [2023-04-17T23:23:20.933Z] #25 7.750 internal/goarch [2023-04-17T23:23:21.048Z] #38 25.55 DEP criu/pie/util-vdso-elf32.d [2023-04-17T23:23:21.048Z] #38 25.60 DEP criu/pie/util-vdso.d [2023-04-17T23:23:21.192Z] #25 7.930 internal/unsafeheader [2023-04-17T23:23:21.268Z] Commit message: "awslogs: fix non-blocking log drop bug" [2023-04-17T23:23:21.309Z] #38 25.66 DEP criu/pie/util.d [2023-04-17T23:23:21.309Z] #38 25.74 CC criu/pie/util.o [2023-04-17T23:23:21.309Z] #38 25.85 CC criu/pie/util-vdso.o [2023-04-17T23:23:21.451Z] #25 8.122 internal/abi [2023-04-17T23:23:21.565Z] #38 ... [2023-04-17T23:23:21.565Z] [2023-04-17T23:23:21.565Z] #43 [dev-systemd-false 2/27] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2023-04-17T23:23:21.565Z] #43 DONE 1.6s [2023-04-17T23:23:21.565Z] [2023-04-17T23:23:21.565Z] #38 [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 [2023-04-17T23:23:21.565Z] #38 26.04 CC criu/pie/util-vdso-elf32.o [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2023-04-17T23:23:21.709Z] #25 8.483 internal/cpu [2023-04-17T23:23:21.821Z] #38 26.28 AR criu/pie/pie.lib.a [2023-04-17T23:23:21.821Z] #38 26.35 DEP criu/pie/restorer.d [2023-04-17T23:23:21.821Z] #38 26.43 DEP criu/arch/x86/sigaction_compat_pie.d [2023-04-17T23:23:21.821Z] #38 26.48 DEP criu/arch/x86/restorer_unmap.d [2023-04-17T23:23:21.821Z] #38 26.50 DEP criu/arch/x86/restorer.d [2023-04-17T23:23:20.252Z] > git remote # timeout=10 [2023-04-17T23:23:20.269Z] > git config --get remote.origin.url # timeout=10 [2023-04-17T23:23:20.283Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-04-17T23:23:20.284Z] > git merge de57aecf4a670473911b42caf67e7f962229bbe3 # timeout=10 [2023-04-17T23:23:20.307Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-17T23:23:20.330Z] > git config core.sparsecheckout # timeout=10 [2023-04-17T23:23:20.348Z] > git checkout -f ad45ece6fe93c6870080341daa12fe8da6271fa9 # timeout=10 [2023-04-17T23:23:21.968Z] #25 8.524 internal/goexperiment [2023-04-17T23:23:21.968Z] #25 8.651 internal/goos [2023-04-17T23:23:22.078Z] #38 26.59 DEP criu/arch/x86/vdso-pie.d [2023-04-17T23:23:22.078Z] #38 26.65 DEP criu/pie/parasite-vdso.d [2023-04-17T23:23:22.188Z] + docker version [2023-04-17T23:23:22.227Z] #25 8.898 runtime/internal/atomic [2023-04-17T23:23:22.336Z] #38 26.72 DEP criu/pie/parasite.d [2023-04-17T23:23:22.336Z] #38 26.85 CC criu/pie/parasite.o [2023-04-17T23:23:22.592Z] #38 27.29 LINK criu/pie/parasite.built-in.o [2023-04-17T23:23:22.793Z] #25 9.511 internal/bytealg [2023-04-17T23:23:22.812Z] #24 ... [2023-04-17T23:23:22.812Z] [2023-04-17T23:23:22.812Z] #31 [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 [2023-04-17T23:23:22.812Z] #31 46.71 go: downloading github.com/jgautheron/goconst v1.5.1 [2023-04-17T23:23:22.812Z] #31 46.84 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2023-04-17T23:23:22.812Z] #31 46.91 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2023-04-17T23:23:22.812Z] #31 47.04 go: downloading github.com/julz/importas v0.1.0 [2023-04-17T23:23:22.812Z] #31 47.09 go: downloading github.com/kisielk/errcheck v1.6.2 [2023-04-17T23:23:22.812Z] #31 47.23 go: downloading github.com/kulti/thelper v0.6.3 [2023-04-17T23:23:22.812Z] #31 47.50 go: downloading github.com/kunwardeep/paralleltest v1.0.6 [2023-04-17T23:23:22.812Z] #31 47.67 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2023-04-17T23:23:22.812Z] #31 47.85 go: downloading github.com/ldez/tagliatelle v0.3.1 [2023-04-17T23:23:22.812Z] #31 47.98 go: downloading github.com/leonklingele/grouper v1.1.0 [2023-04-17T23:23:22.812Z] #31 48.05 go: downloading github.com/lufeee/execinquery v1.2.1 [2023-04-17T23:23:22.812Z] #31 48.41 go: downloading github.com/maratori/testpackage v1.1.0 [2023-04-17T23:23:22.812Z] #31 48.41 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2023-04-17T23:23:22.812Z] #31 48.56 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2023-04-17T23:23:22.812Z] #31 48.62 go: downloading github.com/mgechev/revive v1.2.3 [2023-04-17T23:23:22.812Z] #31 50.27 go: downloading github.com/moricho/tparallel v0.2.1 [2023-04-17T23:23:22.812Z] #31 50.29 go: downloading github.com/nakabonne/nestif v0.3.1 [2023-04-17T23:23:22.812Z] #31 50.47 go: downloading github.com/nishanths/exhaustive v0.8.1 [2023-04-17T23:23:22.812Z] #31 50.58 go: downloading github.com/nishanths/predeclared v0.2.2 [2023-04-17T23:23:22.812Z] #31 51.01 go: downloading github.com/polyfloyd/go-errorlint v1.0.2 [2023-04-17T23:23:22.812Z] #31 51.16 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2023-04-17T23:23:22.812Z] #31 51.20 go: downloading github.com/ryancurrah/gomodguard v1.2.4 [2023-04-17T23:23:22.812Z] #31 51.51 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2023-04-17T23:23:22.812Z] #31 51.52 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0 [2023-04-17T23:23:22.812Z] #31 51.58 go: downloading github.com/sashamelentyev/usestdlibvars v1.13.0 [2023-04-17T23:23:22.812Z] #31 51.78 go: downloading github.com/securego/gosec/v2 v2.13.1 [2023-04-17T23:23:22.849Z] #38 ... [2023-04-17T23:23:22.849Z] [2023-04-17T23:23:22.849Z] #44 [dev-systemd-false 3/27] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2023-04-17T23:23:22.849Z] #0 1.093 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2023-04-17T23:23:22.849Z] #44 DONE 1.4s [2023-04-17T23:23:22.849Z] [2023-04-17T23:23:22.849Z] #38 [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 [2023-04-17T23:23:22.849Z] #38 27.29 GEN criu/pie/parasite-blob.h [2023-04-17T23:23:22.849Z] #38 27.30 CC criu/pie/parasite-vdso.o [2023-04-17T23:23:23.105Z] #38 27.52 CC criu/arch/x86/vdso-pie.o [2023-04-17T23:23:23.105Z] #38 27.68 CC criu/arch/x86/restorer.o [2023-04-17T23:23:23.362Z] #38 27.84 CC criu/arch/x86/restorer_unmap.o [2023-04-17T23:23:23.362Z] #38 27.87 CC criu/arch/x86/sigaction_compat_pie.o [2023-04-17T23:23:23.362Z] #38 27.97 CC criu/pie/restorer.o [2023-04-17T23:23:23.365Z] #25 ... [2023-04-17T23:23:23.365Z] [2023-04-17T23:23:23.365Z] #27 [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 python3-protobuf [2023-04-17T23:23:23.365Z] #0 8.776 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-04-17T23:23:23.365Z] #0 8.827 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-04-17T23:23:23.365Z] #0 8.866 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-04-17T23:23:23.365Z] #27 ... [2023-04-17T23:23:23.365Z] [2023-04-17T23:23:23.365Z] #28 [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 [2023-04-17T23:23:23.365Z] #0 7.393 + RM_GOPATH=0 [2023-04-17T23:23:23.365Z] #0 7.393 + TMP_GOPATH= [2023-04-17T23:23:23.365Z] #0 7.393 + : /build [2023-04-17T23:23:23.365Z] #0 7.393 + '[' -z '' ']' [2023-04-17T23:23:23.365Z] #0 7.396 ++ mktemp -d [2023-04-17T23:23:23.365Z] #0 7.406 + export GOPATH=/tmp/tmp.4ALA8CLprA [2023-04-17T23:23:23.365Z] #0 7.406 + GOPATH=/tmp/tmp.4ALA8CLprA [2023-04-17T23:23:23.365Z] #0 7.406 + RM_GOPATH=1 [2023-04-17T23:23:23.365Z] #0 7.406 + case "$(go env GOARCH)" in [2023-04-17T23:23:23.365Z] #0 7.408 ++ go env GOARCH [2023-04-17T23:23:23.365Z] #0 7.432 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:23:23.365Z] #0 7.432 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:23:23.365Z] #0 7.432 ++ dirname /tmp/install/install.sh [2023-04-17T23:23:23.365Z] #0 7.432 + dir=/tmp/install [2023-04-17T23:23:23.365Z] #0 7.432 + bin=dockercli [2023-04-17T23:23:23.365Z] #0 7.432 + shift [2023-04-17T23:23:23.365Z] #0 7.432 + '[' '!' -f /tmp/install/dockercli.installer ']' [2023-04-17T23:23:23.365Z] #0 7.432 + . /tmp/install/dockercli.installer [2023-04-17T23:23:23.365Z] #0 7.432 ++ : stable [2023-04-17T23:23:23.365Z] #0 7.432 ++ : 17.06.2-ce [2023-04-17T23:23:23.365Z] #0 7.432 + install_dockercli [2023-04-17T23:23:23.365Z] #0 7.432 + echo 'Install docker/cli version 17.06.2-ce from stable' [2023-04-17T23:23:23.365Z] #0 7.432 ++ uname -m [2023-04-17T23:23:23.365Z] #0 7.432 + arch=x86_64 [2023-04-17T23:23:23.365Z] #0 7.432 + '[' x86_64 '!=' x86_64 ']' [2023-04-17T23:23:23.365Z] #0 7.432 + url=https://download.docker.com/linux/static [2023-04-17T23:23:23.365Z] #0 7.432 + tar -xz docker/docker [2023-04-17T23:23:23.365Z] #0 7.432 Install docker/cli version 17.06.2-ce from stable [2023-04-17T23:23:23.365Z] #0 7.444 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2023-04-17T23:23:23.384Z] #31 52.46 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2023-04-17T23:23:23.384Z] #31 52.47 go: downloading github.com/sivchari/containedctx v1.0.2 [2023-04-17T23:23:23.384Z] #31 52.58 go: downloading github.com/sivchari/nosnakecase v1.7.0 [2023-04-17T23:23:23.384Z] #31 52.70 go: downloading github.com/sivchari/tenv v1.7.0 [2023-04-17T23:23:23.624Z] #28 ... [2023-04-17T23:23:23.624Z] [2023-04-17T23:23:23.624Z] #29 [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 [2023-04-17T23:23:23.624Z] #0 7.866 + RM_GOPATH=0 [2023-04-17T23:23:23.624Z] #0 7.866 + TMP_GOPATH= [2023-04-17T23:23:23.624Z] #0 7.866 + : /build [2023-04-17T23:23:23.624Z] #0 7.866 + '[' -z '' ']' [2023-04-17T23:23:23.624Z] #0 7.866 ++ mktemp -d [2023-04-17T23:23:23.624Z] #0 7.866 + export GOPATH=/tmp/tmp.VgkxzR4oaW [2023-04-17T23:23:23.624Z] #0 7.866 + GOPATH=/tmp/tmp.VgkxzR4oaW [2023-04-17T23:23:23.624Z] #0 7.866 + RM_GOPATH=1 [2023-04-17T23:23:23.624Z] #0 7.866 + case "$(go env GOARCH)" in [2023-04-17T23:23:23.624Z] #0 7.866 ++ go env GOARCH [2023-04-17T23:23:23.624Z] #0 7.900 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:23:23.624Z] #0 7.900 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:23:23.624Z] #0 7.900 ++ dirname /tmp/install/install.sh [2023-04-17T23:23:23.624Z] #0 7.908 + dir=/tmp/install [2023-04-17T23:23:23.624Z] #0 7.908 + bin=proxy [2023-04-17T23:23:23.624Z] #0 7.908 + shift [2023-04-17T23:23:23.624Z] #0 7.908 + '[' '!' -f /tmp/install/proxy.installer ']' [2023-04-17T23:23:23.624Z] #0 7.908 + . /tmp/install/proxy.installer [2023-04-17T23:23:23.624Z] #0 7.908 ++ : 05b93e0d3a95952f70c113b0bc5bdb538d7afdd7 [2023-04-17T23:23:23.624Z] #0 7.908 + install_proxy [2023-04-17T23:23:23.624Z] #0 7.908 + case "$1" in [2023-04-17T23:23:23.624Z] #0 7.908 + export CGO_ENABLED=0 [2023-04-17T23:23:23.624Z] #0 7.908 + CGO_ENABLED=0 [2023-04-17T23:23:23.624Z] #0 7.908 + _install_proxy [2023-04-17T23:23:23.624Z] #0 7.908 + echo 'Install docker-proxy version 05b93e0d3a95952f70c113b0bc5bdb538d7afdd7' [2023-04-17T23:23:23.624Z] #0 7.908 + git clone https://github.com/moby/libnetwork.git /tmp/tmp.VgkxzR4oaW/src/github.com/docker/libnetwork [2023-04-17T23:23:23.624Z] #0 7.908 Cloning into '/tmp/tmp.VgkxzR4oaW/src/github.com/docker/libnetwork'... [2023-04-17T23:23:23.624Z] #0 7.908 Install docker-proxy version 05b93e0d3a95952f70c113b0bc5bdb538d7afdd7 [2023-04-17T23:23:23.624Z] #29 ... [2023-04-17T23:23:23.624Z] [2023-04-17T23:23:23.624Z] #30 [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 [2023-04-17T23:23:23.624Z] #0 8.123 + RM_GOPATH=0 [2023-04-17T23:23:23.624Z] #0 8.123 + TMP_GOPATH= [2023-04-17T23:23:23.624Z] #0 8.123 + : /build [2023-04-17T23:23:23.624Z] #0 8.123 + '[' -z '' ']' [2023-04-17T23:23:23.624Z] #0 8.124 ++ mktemp -d [2023-04-17T23:23:23.624Z] #0 8.125 + export GOPATH=/tmp/tmp.jDjR3WH6SM [2023-04-17T23:23:23.624Z] #0 8.139 + GOPATH=/tmp/tmp.jDjR3WH6SM [2023-04-17T23:23:23.624Z] #0 8.142 + RM_GOPATH=1 [2023-04-17T23:23:23.624Z] #0 8.142 + case "$(go env GOARCH)" in [2023-04-17T23:23:23.624Z] #0 8.142 ++ go env GOARCH [2023-04-17T23:23:23.624Z] #0 8.208 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:23:23.624Z] #0 8.208 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:23:23.624Z] #0 8.237 ++ dirname /tmp/install/install.sh [2023-04-17T23:23:23.624Z] #0 8.263 + dir=/tmp/install [2023-04-17T23:23:23.624Z] #0 8.263 + bin=golangci_lint [2023-04-17T23:23:23.624Z] #0 8.263 + shift [2023-04-17T23:23:23.624Z] #0 8.266 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2023-04-17T23:23:23.624Z] #0 8.274 + . /tmp/install/golangci_lint.installer [2023-04-17T23:23:23.624Z] #0 8.276 ++ : v1.49.0 [2023-04-17T23:23:23.624Z] #0 8.276 + install_golangci_lint [2023-04-17T23:23:23.624Z] #0 8.276 + set -e [2023-04-17T23:23:23.624Z] #0 8.276 + echo 'Install golangci-lint version v1.49.0' [2023-04-17T23:23:23.624Z] #0 8.276 + GOBIN=/build [2023-04-17T23:23:23.624Z] #0 8.276 + GO111MODULE=on [2023-04-17T23:23:23.624Z] #0 8.276 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0 [2023-04-17T23:23:23.624Z] #0 8.276 Install golangci-lint version v1.49.0 [2023-04-17T23:23:23.624Z] #0 8.971 go: downloading github.com/golangci/golangci-lint v1.49.0 [2023-04-17T23:23:23.645Z] #31 52.70 go: downloading github.com/sonatard/noctx v0.0.1 [2023-04-17T23:23:23.883Z] #30 ... [2023-04-17T23:23:23.883Z] [2023-04-17T23:23:23.883Z] #31 [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 [2023-04-17T23:23:23.883Z] #0 6.525 + RM_GOPATH=0 [2023-04-17T23:23:23.883Z] #0 6.525 + TMP_GOPATH= [2023-04-17T23:23:23.883Z] #0 6.525 + : /build [2023-04-17T23:23:23.883Z] #0 6.525 + '[' -z '' ']' [2023-04-17T23:23:23.883Z] #0 6.525 ++ mktemp -d [2023-04-17T23:23:23.883Z] #0 6.531 + export GOPATH=/tmp/tmp.bDm45vfKuv [2023-04-17T23:23:23.883Z] #0 6.531 + GOPATH=/tmp/tmp.bDm45vfKuv [2023-04-17T23:23:23.883Z] #0 6.531 + RM_GOPATH=1 [2023-04-17T23:23:23.884Z] #0 6.531 + case "$(go env GOARCH)" in [2023-04-17T23:23:23.884Z] #0 6.531 ++ go env GOARCH [2023-04-17T23:23:23.884Z] #0 6.539 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:23:23.884Z] #0 6.539 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:23:23.884Z] #0 6.539 ++ dirname /tmp/install/install.sh [2023-04-17T23:23:23.884Z] #0 6.539 + dir=/tmp/install [2023-04-17T23:23:23.884Z] #0 6.539 + bin=rootlesskit [2023-04-17T23:23:23.884Z] #0 6.539 + shift [2023-04-17T23:23:23.884Z] #0 6.539 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2023-04-17T23:23:23.884Z] #0 6.539 + . /tmp/install/rootlesskit.installer [2023-04-17T23:23:23.884Z] #0 6.539 ++ : v0.14.4 [2023-04-17T23:23:23.884Z] #0 6.539 + install_rootlesskit [2023-04-17T23:23:23.884Z] #0 6.539 + case "$1" in [2023-04-17T23:23:23.884Z] #0 6.539 + export CGO_ENABLED=0 [2023-04-17T23:23:23.884Z] #0 6.539 + CGO_ENABLED=0 [2023-04-17T23:23:23.884Z] #0 6.539 + _install_rootlesskit [2023-04-17T23:23:23.884Z] #0 6.544 + echo 'Install rootlesskit version v0.14.4' [2023-04-17T23:23:23.884Z] #0 6.544 + for f in rootlesskit rootlesskit-docker-proxy [2023-04-17T23:23:23.884Z] #0 6.544 + GOBIN=/build [2023-04-17T23:23:23.884Z] #0 6.544 + GO111MODULE=on [2023-04-17T23:23:23.884Z] #0 6.544 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2023-04-17T23:23:23.884Z] #0 6.545 Install rootlesskit version v0.14.4 [2023-04-17T23:23:23.884Z] #0 6.753 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2023-04-17T23:23:23.884Z] #31 ... [2023-04-17T23:23:23.884Z] [2023-04-17T23:23:23.884Z] #32 [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 [2023-04-17T23:23:23.884Z] #0 7.616 + RM_GOPATH=0 [2023-04-17T23:23:23.884Z] #0 7.616 + TMP_GOPATH= [2023-04-17T23:23:23.884Z] #0 7.616 + : /build [2023-04-17T23:23:23.884Z] #0 7.616 + '[' -z '' ']' [2023-04-17T23:23:23.884Z] #0 7.616 ++ mktemp -d [2023-04-17T23:23:23.884Z] #0 7.616 + export GOPATH=/tmp/tmp.Nc6x4kxRuO [2023-04-17T23:23:23.884Z] #0 7.616 + GOPATH=/tmp/tmp.Nc6x4kxRuO [2023-04-17T23:23:23.884Z] #0 7.616 + RM_GOPATH=1 [2023-04-17T23:23:23.884Z] #0 7.616 + case "$(go env GOARCH)" in [2023-04-17T23:23:23.884Z] #0 7.616 ++ go env GOARCH [2023-04-17T23:23:23.884Z] #0 7.616 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:23:23.884Z] #0 7.616 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:23:23.884Z] #0 7.616 ++ dirname /tmp/install/install.sh [2023-04-17T23:23:23.884Z] #0 7.616 + dir=/tmp/install [2023-04-17T23:23:23.884Z] #0 7.616 + bin=shfmt [2023-04-17T23:23:23.884Z] #0 7.616 + shift [2023-04-17T23:23:23.884Z] #0 7.616 + '[' '!' -f /tmp/install/shfmt.installer ']' [2023-04-17T23:23:23.884Z] #0 7.616 + . /tmp/install/shfmt.installer [2023-04-17T23:23:23.884Z] #0 7.616 ++ : v3.0.2 [2023-04-17T23:23:23.884Z] #0 7.616 + install_shfmt [2023-04-17T23:23:23.884Z] #0 7.616 + echo 'Install shfmt version v3.0.2' [2023-04-17T23:23:23.884Z] #0 7.616 + GOBIN=/build [2023-04-17T23:23:23.884Z] #0 7.616 + GO111MODULE=on [2023-04-17T23:23:23.884Z] #0 7.616 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2 [2023-04-17T23:23:23.884Z] #0 7.616 Install shfmt version v3.0.2 [2023-04-17T23:23:23.884Z] #0 8.232 go: downloading mvdan.cc/sh/v3 v3.0.2 [2023-04-17T23:23:23.884Z] #0 10.25 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2023-04-17T23:23:23.884Z] #0 10.28 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2023-04-17T23:23:23.884Z] #0 10.32 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2023-04-17T23:23:23.905Z] #31 ... [2023-04-17T23:23:23.905Z] [2023-04-17T23:23:23.905Z] #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 [2023-04-17T23:23:23.905Z] #36 31.91 Reading package lists... [2023-04-17T23:23:23.905Z] #36 43.31 Reading package lists... [2023-04-17T23:23:23.905Z] #36 52.72 Building dependency tree... [2023-04-17T23:23:23.905Z] #36 ... [2023-04-17T23:23:23.905Z] [2023-04-17T23:23:23.905Z] #31 [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 [2023-04-17T23:23:23.905Z] #31 53.03 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2023-04-17T23:23:23.905Z] #31 53.05 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2023-04-17T23:23:23.924Z] #38 ... [2023-04-17T23:23:23.924Z] [2023-04-17T23:23:23.924Z] #45 [dev-systemd-false 4/27] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2023-04-17T23:23:23.924Z] #45 DONE 1.3s [2023-04-17T23:23:24.144Z] #32 ... [2023-04-17T23:23:24.144Z] [2023-04-17T23:23:24.144Z] #33 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:23:24.144Z] #0 8.554 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-04-17T23:23:24.144Z] #0 8.601 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-04-17T23:23:24.144Z] #0 8.604 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-04-17T23:23:24.144Z] #0 10.75 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-04-17T23:23:24.144Z] #33 ... [2023-04-17T23:23:24.144Z] [2023-04-17T23:23:24.145Z] #34 [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 [2023-04-17T23:23:24.145Z] #0 6.608 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-04-17T23:23:24.145Z] #0 6.632 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-04-17T23:23:24.145Z] #0 6.709 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-04-17T23:23:24.145Z] #0 6.976 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-04-17T23:23:24.145Z] #0 9.015 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [237 kB] [2023-04-17T23:23:24.166Z] #31 53.23 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1 [2023-04-17T23:23:24.182Z] [2023-04-17T23:23:24.182Z] #46 [dev-systemd-false 5/27] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2023-04-17T23:23:24.403Z] #34 ... [2023-04-17T23:23:24.403Z] [2023-04-17T23:23:24.403Z] #35 [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 [2023-04-17T23:23:24.403Z] #0 7.964 + git clone https://github.com/kolyshkin/go-swagger.git . [2023-04-17T23:23:24.403Z] #0 7.964 Cloning into '.'... [2023-04-17T23:23:24.426Z] #31 53.45 go: downloading github.com/sylvia7788/contextcheck v1.0.6 [2023-04-17T23:23:24.426Z] #31 53.56 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2023-04-17T23:23:24.426Z] #31 ... [2023-04-17T23:23:24.426Z] [2023-04-17T23:23:24.426Z] #26 [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 python3-protobuf [2023-04-17T23:23:24.426Z] #26 32.60 Reading package lists... [2023-04-17T23:23:24.426Z] #26 43.82 Reading package lists... [2023-04-17T23:23:24.426Z] #26 53.36 Building dependency tree... [2023-04-17T23:23:24.426Z] #26 ... [2023-04-17T23:23:24.426Z] [2023-04-17T23:23:24.426Z] #31 [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 [2023-04-17T23:23:24.426Z] #31 53.69 go: downloading github.com/tetafro/godot v1.4.11 [2023-04-17T23:23:24.504Z] Commit message: "awslogs: fix non-blocking log drop bug" [2023-04-17T23:23:24.672Z] #35 ... [2023-04-17T23:23:24.673Z] [2023-04-17T23:23:24.673Z] #36 [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 [2023-04-17T23:23:24.673Z] #0 7.817 + RM_GOPATH=0 [2023-04-17T23:23:24.673Z] #0 7.817 + TMP_GOPATH= [2023-04-17T23:23:24.673Z] #0 7.817 + : /build [2023-04-17T23:23:24.673Z] #0 7.817 + '[' -z '' ']' [2023-04-17T23:23:24.673Z] #0 7.817 ++ mktemp -d [2023-04-17T23:23:24.673Z] #0 7.817 + export GOPATH=/tmp/tmp.2DWOae4Ols [2023-04-17T23:23:24.673Z] #0 7.817 + GOPATH=/tmp/tmp.2DWOae4Ols [2023-04-17T23:23:24.673Z] #0 7.817 + RM_GOPATH=1 [2023-04-17T23:23:24.673Z] #0 7.817 + case "$(go env GOARCH)" in [2023-04-17T23:23:24.673Z] #0 7.817 ++ go env GOARCH [2023-04-17T23:23:24.673Z] #0 7.836 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:23:24.673Z] #0 7.836 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:23:24.673Z] #0 7.836 ++ dirname /tmp/install/install.sh [2023-04-17T23:23:24.673Z] #0 7.838 + dir=/tmp/install [2023-04-17T23:23:24.673Z] #0 7.838 + bin=gotestsum [2023-04-17T23:23:24.673Z] #0 7.838 + shift [2023-04-17T23:23:24.673Z] #0 7.838 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2023-04-17T23:23:24.673Z] #0 7.838 + . /tmp/install/gotestsum.installer [2023-04-17T23:23:24.673Z] #0 7.838 ++ : v1.8.2 [2023-04-17T23:23:24.673Z] #0 7.838 + install_gotestsum [2023-04-17T23:23:24.673Z] #0 7.838 + set -e [2023-04-17T23:23:24.673Z] #0 7.847 Install gotestsum version v1.8.2 [2023-04-17T23:23:24.673Z] #0 7.847 + echo 'Install gotestsum version v1.8.2' [2023-04-17T23:23:24.673Z] #0 7.847 + GOBIN=/build [2023-04-17T23:23:24.673Z] #0 7.847 + GO111MODULE=on [2023-04-17T23:23:24.673Z] #0 7.847 + go install gotest.tools/gotestsum@v1.8.2 [2023-04-17T23:23:24.673Z] #0 8.372 go: downloading gotest.tools/gotestsum v1.8.2 [2023-04-17T23:23:24.673Z] #36 ... [2023-04-17T23:23:24.673Z] [2023-04-17T23:23:24.673Z] #31 [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 [2023-04-17T23:23:24.673Z] #31 10.86 go: downloading github.com/pkg/errors v0.9.1 [2023-04-17T23:23:24.673Z] #31 10.86 go: downloading github.com/sirupsen/logrus v1.8.1 [2023-04-17T23:23:24.673Z] #31 11.24 go: downloading github.com/urfave/cli/v2 v2.3.0 [2023-04-17T23:23:24.687Z] #31 53.71 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2023-04-17T23:23:24.687Z] #31 53.95 go: downloading github.com/timonwong/logrlint v0.1.0 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2023-04-17T23:23:24.948Z] #31 54.08 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.2 [2023-04-17T23:23:25.209Z] #31 54.28 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2023-04-17T23:23:25.245Z] #31 11.76 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2023-04-17T23:23:25.367Z] + docker version [2023-04-17T23:23:25.551Z] #46 DONE 1.4s [2023-04-17T23:23:25.551Z] [2023-04-17T23:23:25.551Z] #38 [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 [2023-04-17T23:23:25.551Z] #38 28.86 LINK criu/pie/restorer.built-in.o [2023-04-17T23:23:25.551Z] #38 28.86 GEN criu/pie/restorer-blob.h [2023-04-17T23:23:25.551Z] #38 28.93 DEP criu/vdso.d [2023-04-17T23:23:25.551Z] #38 29.04 DEP criu/vdso-compat.d [2023-04-17T23:23:25.551Z] #38 29.09 DEP criu/uts_ns.d [2023-04-17T23:23:25.551Z] #38 29.13 DEP criu/util.d [2023-04-17T23:23:25.551Z] #38 29.23 DEP criu/uffd.d [2023-04-17T23:23:25.551Z] #38 29.32 DEP criu/tun.d [2023-04-17T23:23:25.551Z] #38 29.39 DEP criu/tty.d [2023-04-17T23:23:25.551Z] #38 29.48 DEP criu/timerfd.d [2023-04-17T23:23:25.551Z] #38 29.54 DEP criu/timens.d [2023-04-17T23:23:25.551Z] #38 29.61 DEP criu/sysfs_parse.d [2023-04-17T23:23:25.551Z] #38 29.66 DEP criu/sysctl.d [2023-04-17T23:23:25.551Z] #38 29.72 DEP criu/string.d [2023-04-17T23:23:25.551Z] #38 29.73 DEP criu/stats.d [2023-04-17T23:23:25.551Z] #38 29.78 DEP criu/sockets.d [2023-04-17T23:23:25.551Z] #38 29.83 DEP criu/sk-unix.d [2023-04-17T23:23:25.551Z] #38 29.90 DEP criu/sk-tcp.d [2023-04-17T23:23:25.551Z] #38 29.97 DEP criu/sk-queue.d [2023-04-17T23:23:25.551Z] #38 30.04 DEP criu/sk-packet.d [2023-04-17T23:23:25.551Z] #38 30.16 DEP criu/sk-netlink.d [2023-04-17T23:23:25.551Z] #38 30.24 DEP criu/sk-inet.d [2023-04-17T23:23:25.780Z] #31 54.84 go: downloading github.com/ultraware/funlen v0.0.3 [2023-04-17T23:23:25.780Z] #31 54.91 go: downloading github.com/ultraware/whitespace v0.0.5 [2023-04-17T23:23:25.780Z] #31 55.10 go: downloading github.com/uudashr/gocognit v1.0.6 [2023-04-17T23:23:25.807Z] #38 30.31 DEP criu/signalfd.d [2023-04-17T23:23:25.807Z] #38 30.38 DEP criu/sigframe.d [2023-04-17T23:23:25.807Z] #38 30.43 DEP criu/shmem.d [2023-04-17T23:23:25.807Z] #38 30.51 DEP criu/servicefd.d [2023-04-17T23:23:26.063Z] #38 30.59 DEP criu/seize.d [2023-04-17T23:23:26.063Z] #38 30.65 DEP criu/seccomp.d [2023-04-17T23:23:26.063Z] #38 30.71 DEP criu/rst-malloc.d [2023-04-17T23:23:26.063Z] #38 30.74 DEP criu/rbtree.d [2023-04-17T23:23:26.063Z] #38 30.75 DEP criu/pstree.d [2023-04-17T23:23:26.319Z] #38 30.83 DEP criu/protobuf.d [2023-04-17T23:23:26.319Z] #38 30.90 GEN criu/protobuf-desc-gen.h [2023-04-17T23:23:26.351Z] #31 55.35 go: downloading github.com/yagipy/maintidx v1.0.0 [2023-04-17T23:23:26.351Z] #31 55.46 go: downloading github.com/yeya24/promlinter v0.2.0 [2023-04-17T23:23:26.885Z] #38 ... [2023-04-17T23:23:26.885Z] [2023-04-17T23:23:26.885Z] #47 [dev-systemd-false 6/27] RUN ldconfig [2023-04-17T23:23:26.885Z] #47 DONE 1.2s [2023-04-17T23:23:26.885Z] [2023-04-17T23:23:26.885Z] #48 [dev-systemd-false 7/27] RUN git config --global --add safe.directory /go/src/github.com/docker/docker [2023-04-17T23:23:26.923Z] #31 55.96 go: downloading gitlab.com/bosi/decorder v0.2.3 [2023-04-17T23:23:27.184Z] #31 56.29 go: downloading honnef.co/go/tools v0.3.3 [2023-04-17T23:23:27.756Z] #31 ... [2023-04-17T23:23:27.756Z] [2023-04-17T23:23:27.756Z] #33 [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 [2023-04-17T23:23:27.756Z] #33 46.77 Reading package lists... [2023-04-17T23:23:27.756Z] #33 56.54 Building dependency tree... [2023-04-17T23:23:27.756Z] #33 ... [2023-04-17T23:23:27.756Z] [2023-04-17T23:23:27.756Z] #27 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:23:27.756Z] #27 46.85 Reading package lists... [2023-04-17T23:23:27.817Z] #48 DONE 1.2s [2023-04-17T23:23:27.817Z] [2023-04-17T23:23:27.817Z] #38 [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 [2023-04-17T23:23:27.817Z] #38 32.25 DEP criu/protobuf-desc.d [2023-04-17T23:23:27.817Z] #38 32.34 DEP criu/proc_parse.d [2023-04-17T23:23:27.817Z] #38 32.43 DEP criu/plugin.d [2023-04-17T23:23:27.817Z] #38 32.54 DEP criu/pipes.d [2023-04-17T23:23:28.018Z] #27 56.69 Building dependency tree... [2023-04-17T23:23:28.018Z] #27 ... [2023-04-17T23:23:28.018Z] [2023-04-17T23:23:28.018Z] #26 [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 python3-protobuf [2023-04-17T23:23:28.018Z] #26 53.36 Building dependency tree... [2023-04-17T23:23:28.074Z] #38 32.67 DEP criu/pie-util.d [2023-04-17T23:23:28.331Z] #38 32.75 DEP criu/pie-util-vdso.d [2023-04-17T23:23:28.331Z] #38 32.81 DEP criu/pie-util-vdso-elf32.d [2023-04-17T23:23:28.331Z] #38 32.90 DEP criu/path.d [2023-04-17T23:23:28.331Z] #38 ... [2023-04-17T23:23:28.331Z] [2023-04-17T23:23:28.331Z] #49 [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 [2023-04-17T23:23:28.331Z] #0 1.055 + RM_GOPATH=0 [2023-04-17T23:23:28.331Z] #0 1.055 + TMP_GOPATH= [2023-04-17T23:23:28.331Z] #0 1.055 + : /build [2023-04-17T23:23:28.331Z] #0 1.055 + '[' -z '' ']' [2023-04-17T23:23:28.331Z] #0 1.055 ++ mktemp -d [2023-04-17T23:23:28.331Z] #0 1.058 + export GOPATH=/tmp/tmp.mshycqVQf4 [2023-04-17T23:23:28.331Z] #0 1.058 + GOPATH=/tmp/tmp.mshycqVQf4 [2023-04-17T23:23:28.331Z] #0 1.058 + RM_GOPATH=1 [2023-04-17T23:23:28.331Z] #0 1.058 + case "$(go env GOARCH)" in [2023-04-17T23:23:28.331Z] #0 1.059 ++ go env GOARCH [2023-04-17T23:23:28.331Z] #0 1.071 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:23:28.331Z] #0 1.071 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:23:28.331Z] #0 1.075 ++ dirname /tmp/install/install.sh [2023-04-17T23:23:28.331Z] #0 1.076 + dir=/tmp/install [2023-04-17T23:23:28.331Z] #0 1.076 + bin=runc [2023-04-17T23:23:28.331Z] #0 1.076 + shift [2023-04-17T23:23:28.331Z] #0 1.076 + '[' '!' -f /tmp/install/runc.installer ']' [2023-04-17T23:23:28.331Z] #0 1.076 + . /tmp/install/runc.installer [2023-04-17T23:23:28.331Z] #0 1.076 ++ set -e [2023-04-17T23:23:28.331Z] #0 1.076 ++ : v1.1.4 [2023-04-17T23:23:28.331Z] #0 1.076 + install_runc [2023-04-17T23:23:28.331Z] #0 1.076 + RUNC_BUILDTAGS=seccomp [2023-04-17T23:23:28.331Z] #0 1.076 + echo 'Install runc version v1.1.4 (build tags: seccomp)' [2023-04-17T23:23:28.331Z] #0 1.076 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.mshycqVQf4/src/github.com/opencontainers/runc [2023-04-17T23:23:28.331Z] #0 1.077 Install runc version v1.1.4 (build tags: seccomp) [2023-04-17T23:23:28.331Z] #0 1.082 Cloning into '/tmp/tmp.mshycqVQf4/src/github.com/opencontainers/runc'... [2023-04-17T23:23:28.331Z] #0 4.151 + cd /tmp/tmp.mshycqVQf4/src/github.com/opencontainers/runc [2023-04-17T23:23:28.331Z] #0 4.151 + git checkout -q v1.1.4 [2023-04-17T23:23:28.331Z] #0 4.467 + '[' -z '' ']' [2023-04-17T23:23:28.331Z] #0 4.467 + target=static [2023-04-17T23:23:28.331Z] #0 4.467 + make BUILDTAGS=seccomp static [2023-04-17T23:23:28.331Z] #0 4.760 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.4-0-g5fd4c4d1 -X main.version=1.1.4 " -o runc . [2023-04-17T23:23:28.588Z] #49 ... [2023-04-17T23:23:28.588Z] [2023-04-17T23:23:28.588Z] #38 [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 [2023-04-17T23:23:28.588Z] #38 32.97 DEP criu/parasite-syscall.d [2023-04-17T23:23:28.588Z] #38 33.04 DEP criu/pagemap.d [2023-04-17T23:23:28.588Z] #38 33.08 DEP criu/pagemap-cache.d [2023-04-17T23:23:28.588Z] #38 33.12 DEP criu/page-xfer.d [2023-04-17T23:23:28.588Z] #38 33.22 DEP criu/page-pipe.d [2023-04-17T23:23:28.845Z] #38 33.29 DEP criu/netfilter.d [2023-04-17T23:23:28.845Z] #38 33.35 DEP criu/net.d [2023-04-17T23:23:28.845Z] #38 33.43 DEP criu/namespaces.d [2023-04-17T23:23:28.845Z] #38 33.50 DEP criu/mount.d [2023-04-17T23:23:29.102Z] #38 33.59 DEP criu/memfd.d [2023-04-17T23:23:29.102Z] #38 33.64 DEP criu/mem.d [2023-04-17T23:23:29.102Z] #38 33.72 DEP criu/lsm.d [2023-04-17T23:23:29.359Z] #38 33.80 DEP criu/log.d [2023-04-17T23:23:29.359Z] #38 33.84 DEP criu/libnetlink.d [2023-04-17T23:23:29.359Z] #38 33.90 DEP criu/kerndat.d [2023-04-17T23:23:29.359Z] #38 33.96 DEP criu/kcmp-ids.d [2023-04-17T23:23:29.359Z] #38 34.01 DEP criu/irmap.d [2023-04-17T23:23:29.634Z] #38 34.05 DEP criu/ipc_ns.d [2023-04-17T23:23:29.634Z] #38 34.12 DEP criu/image.d [2023-04-17T23:23:29.634Z] #38 34.17 DEP criu/image-desc.d [2023-04-17T23:23:29.634Z] #38 34.21 DEP criu/fsnotify.d [2023-04-17T23:23:29.891Z] #38 34.28 DEP criu/filesystems.d [2023-04-17T23:23:29.891Z] #38 34.34 DEP criu/files.d [2023-04-17T23:23:29.891Z] #38 34.42 DEP criu/files-reg.d [2023-04-17T23:23:29.891Z] #38 34.50 DEP criu/files-ext.d [2023-04-17T23:23:29.891Z] #38 34.56 DEP criu/file-lock.d [2023-04-17T23:23:30.149Z] #38 34.63 DEP criu/file-ids.d [2023-04-17T23:23:30.149Z] #38 34.68 DEP criu/fifo.d [2023-04-17T23:23:30.149Z] #38 34.74 DEP criu/fdstore.d [2023-04-17T23:23:30.149Z] #38 34.80 DEP criu/fault-injection.d [2023-04-17T23:23:30.407Z] #38 34.82 DEP criu/external.d [2023-04-17T23:23:30.407Z] #38 34.85 DEP criu/eventpoll.d [2023-04-17T23:23:30.407Z] #38 34.92 DEP criu/eventfd.d [2023-04-17T23:23:30.407Z] #38 35.01 DEP criu/crtools.d [2023-04-17T23:23:30.574Z] #31 ... [2023-04-17T23:23:30.574Z] [2023-04-17T23:23:30.574Z] #30 [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 [2023-04-17T23:23:30.574Z] #30 13.49 go: downloading github.com/fatih/color v1.13.0 [2023-04-17T23:23:30.574Z] #30 13.57 go: downloading github.com/gofrs/flock v0.8.1 [2023-04-17T23:23:30.574Z] #30 13.79 go: downloading github.com/pkg/errors v0.9.1 [2023-04-17T23:23:30.574Z] #30 13.87 go: downloading github.com/spf13/cobra v1.5.0 [2023-04-17T23:23:30.574Z] #30 14.12 go: downloading github.com/spf13/pflag v1.0.5 [2023-04-17T23:23:30.574Z] #30 14.87 go: downloading github.com/spf13/viper v1.12.0 [2023-04-17T23:23:30.574Z] #30 15.27 go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-04-17T23:23:30.574Z] #30 16.53 go: downloading golang.org/x/tools v0.1.12 [2023-04-17T23:23:30.574Z] #30 16.53 go: downloading github.com/hashicorp/go-version v1.6.0 [2023-04-17T23:23:30.574Z] #30 16.83 go: downloading github.com/ldez/gomoddirectives v0.2.3 [2023-04-17T23:23:30.574Z] #30 17.05 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2023-04-17T23:23:30.574Z] #30 17.26 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2023-04-17T23:23:30.664Z] #38 35.11 DEP criu/cr-service.d [2023-04-17T23:23:30.664Z] #38 35.19 DEP criu/cr-restore.d [2023-04-17T23:23:30.664Z] #38 35.32 DEP criu/cr-errno.d [2023-04-17T23:23:30.896Z] #30 ... [2023-04-17T23:23:30.896Z] [2023-04-17T23:23:30.896Z] #26 [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 [2023-04-17T23:23:30.896Z] #26 7.518 go: downloading github.com/LK4D4/vndr v0.1.3-0.20221229102223-87603e47e8ea [2023-04-17T23:23:30.921Z] #38 35.33 DEP criu/cr-dump.d [2023-04-17T23:23:30.921Z] #38 35.43 DEP criu/cr-dedup.d [2023-04-17T23:23:30.921Z] #38 35.53 DEP criu/cr-check.d [2023-04-17T23:23:31.167Z] #26 ... [2023-04-17T23:23:31.167Z] [2023-04-17T23:23:31.167Z] #36 [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 [2023-04-17T23:23:31.167Z] #36 11.71 go: downloading github.com/fatih/color v1.13.0 [2023-04-17T23:23:31.167Z] #36 12.10 go: downloading github.com/dnephin/pflag v1.0.7 [2023-04-17T23:23:31.167Z] #36 12.12 go: downloading golang.org/x/tools v0.1.11 [2023-04-17T23:23:31.167Z] #36 12.60 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2023-04-17T23:23:31.167Z] #36 12.80 go: downloading github.com/mattn/go-colorable v0.1.12 [2023-04-17T23:23:31.168Z] #36 13.00 go: downloading github.com/mattn/go-isatty v0.0.14 [2023-04-17T23:23:31.168Z] #36 13.77 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f [2023-04-17T23:23:31.168Z] #36 13.88 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 [2023-04-17T23:23:31.168Z] #36 14.31 go: downloading github.com/fsnotify/fsnotify v1.5.4 [2023-04-17T23:23:31.168Z] #36 14.64 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 [2023-04-17T23:23:31.178Z] #38 35.67 DEP criu/config.d [2023-04-17T23:23:31.178Z] #38 35.77 DEP criu/clone-noasan.d [2023-04-17T23:23:31.178Z] #38 35.81 DEP criu/cgroup.d [2023-04-17T23:23:31.178Z] #38 35.88 DEP criu/cgroup-props.d [2023-04-17T23:23:31.435Z] #38 35.94 DEP criu/bitmap.d [2023-04-17T23:23:31.435Z] #38 35.95 DEP criu/bfd.d [2023-04-17T23:23:31.435Z] #38 35.99 DEP criu/autofs.d [2023-04-17T23:23:31.435Z] #38 36.08 DEP criu/aio.d [2023-04-17T23:23:31.692Z] #38 36.21 DEP criu/action-scripts.d [2023-04-17T23:23:31.744Z] #36 ... [2023-04-17T23:23:31.745Z] [2023-04-17T23:23:31.745Z] #24 [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 [2023-04-17T23:23:31.745Z] #24 8.064 + git clone https://github.com/docker/distribution.git . [2023-04-17T23:23:31.745Z] #24 8.075 Cloning into '.'... [2023-04-17T23:23:31.745Z] #24 ... [2023-04-17T23:23:31.745Z] [2023-04-17T23:23:31.745Z] #25 [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 [2023-04-17T23:23:31.745Z] #25 10.92 runtime/internal/math [2023-04-17T23:23:31.745Z] #25 11.55 runtime/internal/sys [2023-04-17T23:23:31.745Z] #25 12.08 runtime/internal/syscall [2023-04-17T23:23:31.745Z] #25 12.56 internal/itoa [2023-04-17T23:23:31.745Z] #25 13.44 math/bits [2023-04-17T23:23:31.745Z] #25 13.92 runtime [2023-04-17T23:23:31.745Z] #25 15.50 math [2023-04-17T23:23:31.949Z] #38 36.32 CC criu/action-scripts.o [2023-04-17T23:23:31.949Z] #38 36.54 CC criu/aio.o [2023-04-17T23:23:32.206Z] #38 36.74 CC criu/autofs.o [2023-04-17T23:23:32.223Z] #26 60.74 The following additional packages will be installed: [2023-04-17T23:23:32.223Z] #26 60.77 libcap2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite23 libprotobuf23 [2023-04-17T23:23:32.223Z] #26 60.79 libprotoc23 python3-pkg-resources python3-six zlib1g-dev [2023-04-17T23:23:32.223Z] #26 60.83 Suggested packages: [2023-04-17T23:23:32.223Z] #26 60.84 manpages-dev protobuf-mode-el python3-setuptools [2023-04-17T23:23:32.374Z] #25 ... [2023-04-17T23:23:32.374Z] [2023-04-17T23:23:32.374Z] #21 [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 [2023-04-17T23:23:32.374Z] #21 8.843 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-04-17T23:23:32.374Z] #21 8.914 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-04-17T23:23:32.374Z] #21 8.916 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-04-17T23:23:32.374Z] #21 10.44 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-04-17T23:23:32.374Z] #21 15.31 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [237 kB] [2023-04-17T23:23:32.769Z] #38 37.24 CC criu/bfd.o [2023-04-17T23:23:32.795Z] #26 ... [2023-04-17T23:23:32.795Z] [2023-04-17T23:23:32.795Z] #31 [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 [2023-04-17T23:23:32.795Z] #31 60.04 go: downloading mvdan.cc/gofumpt v0.3.1 [2023-04-17T23:23:32.795Z] #31 60.05 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2023-04-17T23:23:32.795Z] #31 60.43 go: downloading mvdan.cc/unparam v0.0.0-20220706161116-678bad134442 [2023-04-17T23:23:32.795Z] #31 60.64 go: downloading github.com/davecgh/go-spew v1.1.1 [2023-04-17T23:23:32.795Z] #31 60.72 go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-04-17T23:23:32.795Z] #31 60.84 go: downloading github.com/stretchr/objx v0.4.0 [2023-04-17T23:23:32.795Z] #31 61.23 go: downloading github.com/subosito/gotenv v1.4.0 [2023-04-17T23:23:32.795Z] #31 61.23 go: downloading github.com/hashicorp/hcl v1.0.0 [2023-04-17T23:23:32.795Z] #31 61.91 go: downloading gopkg.in/ini.v1 v1.66.6 [2023-04-17T23:23:32.973Z] #21 ... [2023-04-17T23:23:32.973Z] [2023-04-17T23:23:32.973Z] #31 [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 [2023-04-17T23:23:32.973Z] #31 16.78 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2023-04-17T23:23:32.973Z] #31 19.66 go: downloading github.com/google/uuid v1.3.0 [2023-04-17T23:23:33.026Z] #38 37.48 CC criu/bitmap.o [2023-04-17T23:23:33.026Z] #38 37.57 CC criu/cgroup-props.o [2023-04-17T23:23:33.056Z] #31 62.07 go: downloading github.com/magiconair/properties v1.8.6 [2023-04-17T23:23:33.056Z] #31 62.26 go: downloading github.com/pelletier/go-toml/v2 v2.0.2 [2023-04-17T23:23:33.283Z] #38 38.01 CC criu/cgroup.o [2023-04-17T23:23:33.557Z] #31 20.03 go: downloading github.com/moby/vpnkit v0.5.0 [2023-04-17T23:23:33.557Z] #31 20.24 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2023-04-17T23:23:33.628Z] #31 62.63 go: downloading golang.org/x/text v0.3.7 [2023-04-17T23:23:34.123Z] #31 20.67 go: downloading github.com/gofrs/flock v0.8.1 [2023-04-17T23:23:34.570Z] #31 63.83 go: downloading github.com/pelletier/go-toml v1.9.5 [2023-04-17T23:23:34.651Z] #38 39.07 CC criu/clone-noasan.o [2023-04-17T23:23:34.651Z] #38 39.15 CC criu/config.o [2023-04-17T23:23:34.651Z] #38 ... [2023-04-17T23:23:34.651Z] [2023-04-17T23:23:34.651Z] #27 [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 [2023-04-17T23:23:34.651Z] #27 60.36 + dpkg --print-architecture [2023-04-17T23:23:34.651Z] #27 60.36 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2023-04-17T23:23:34.692Z] #31 21.40 go: downloading github.com/gorilla/mux v1.8.0 [2023-04-17T23:23:34.950Z] #31 ... [2023-04-17T23:23:34.950Z] [2023-04-17T23:23:34.950Z] #27 [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 python3-protobuf [2023-04-17T23:23:34.950Z] #27 11.52 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-04-17T23:23:34.950Z] #27 17.46 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [237 kB] [2023-04-17T23:23:34.950Z] #27 ... [2023-04-17T23:23:34.950Z] [2023-04-17T23:23:34.950Z] #28 [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 [2023-04-17T23:23:34.950Z] #28 21.63 + mkdir -p /build [2023-04-17T23:23:34.950Z] #28 21.66 + mv docker/docker /build/ [2023-04-17T23:23:34.950Z] #28 21.66 + rmdir docker [2023-04-17T23:23:35.213Z] #27 60.77 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2023-04-17T23:23:35.213Z] #27 60.77 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2023-04-17T23:23:35.518Z] #28 DONE 22.1s [2023-04-17T23:23:35.518Z] [2023-04-17T23:23:35.518Z] #21 [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 [2023-04-17T23:23:35.518Z] #21 21.04 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-04-17T23:23:36.084Z] #21 ... [2023-04-17T23:23:36.084Z] [2023-04-17T23:23:36.084Z] #34 [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 [2023-04-17T23:23:36.084Z] #34 12.73 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-04-17T23:23:36.084Z] #34 ... [2023-04-17T23:23:36.084Z] [2023-04-17T23:23:36.084Z] #31 [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 [2023-04-17T23:23:36.084Z] #31 22.26 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2023-04-17T23:23:36.084Z] #31 22.80 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2023-04-17T23:23:36.487Z] #31 ... [2023-04-17T23:23:36.487Z] [2023-04-17T23:23:36.487Z] #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 [2023-04-17T23:23:36.487Z] #36 52.72 Building dependency tree... [2023-04-17T23:23:36.487Z] #36 60.02 The following additional packages will be installed: [2023-04-17T23:23:36.487Z] #36 60.03 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2023-04-17T23:23:36.487Z] #36 60.05 Suggested packages: [2023-04-17T23:23:36.487Z] #36 60.10 cmake-doc ninja-build lrzip [2023-04-17T23:23:36.487Z] #36 60.10 Recommended packages: [2023-04-17T23:23:36.487Z] #36 60.10 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2023-04-17T23:23:36.487Z] #36 61.79 The following NEW packages will be installed: [2023-04-17T23:23:36.487Z] #36 61.84 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2023-04-17T23:23:36.487Z] #36 61.86 vim-common xxd [2023-04-17T23:23:36.487Z] #36 62.52 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2023-04-17T23:23:36.487Z] #36 62.52 Need to get 17.7 MB of archives. [2023-04-17T23:23:36.487Z] #36 62.52 After this operation, 70.7 MB of additional disk space will be used. [2023-04-17T23:23:36.487Z] #36 62.52 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2023-04-17T23:23:36.487Z] #36 62.54 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2023-04-17T23:23:36.487Z] #36 62.57 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2023-04-17T23:23:36.487Z] #36 62.65 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2023-04-17T23:23:36.487Z] #36 63.56 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u3 [693 kB] [2023-04-17T23:23:36.487Z] #36 63.63 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2023-04-17T23:23:36.487Z] #36 63.68 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2023-04-17T23:23:36.487Z] #36 63.69 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2023-04-17T23:23:36.487Z] #36 63.69 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2023-04-17T23:23:36.487Z] #36 63.73 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2023-04-17T23:23:36.487Z] #36 ... [2023-04-17T23:23:36.487Z] [2023-04-17T23:23:36.487Z] #26 [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 python3-protobuf [2023-04-17T23:23:36.487Z] #26 63.34 The following NEW packages will be installed: [2023-04-17T23:23:36.487Z] #26 63.35 libcap-dev libcap2 libnet1 libnet1-dev libnl-3-200 libnl-3-dev [2023-04-17T23:23:36.487Z] #26 63.36 libprotobuf-c-dev libprotobuf-c1 libprotobuf-dev libprotobuf-lite23 [2023-04-17T23:23:36.487Z] #26 63.36 libprotobuf23 libprotoc23 protobuf-c-compiler protobuf-compiler [2023-04-17T23:23:36.487Z] #26 63.37 python3-pkg-resources python3-protobuf python3-six zlib1g-dev [2023-04-17T23:23:36.487Z] #26 63.99 0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded. [2023-04-17T23:23:36.487Z] #26 63.99 Need to get 4583 kB of archives. [2023-04-17T23:23:36.487Z] #26 63.99 After this operation, 25.9 MB of additional disk space will be used. [2023-04-17T23:23:36.487Z] #26 63.99 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2023-04-17T23:23:36.487Z] #26 64.01 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB] [2023-04-17T23:23:36.487Z] #26 64.01 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2023-04-17T23:23:36.487Z] #26 64.02 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2023-04-17T23:23:36.487Z] #26 64.02 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2023-04-17T23:23:36.487Z] #26 64.03 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-dev amd64 3.4.0-1+b1 [102 kB] [2023-04-17T23:23:36.487Z] #26 64.03 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2023-04-17T23:23:36.487Z] #26 64.03 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB] [2023-04-17T23:23:36.487Z] #26 64.04 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2+deb11u2 [191 kB] [2023-04-17T23:23:36.487Z] #26 64.06 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2023-04-17T23:23:36.487Z] #26 64.17 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-lite23 amd64 3.12.4-1 [241 kB] [2023-04-17T23:23:36.487Z] #26 64.21 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-dev amd64 3.12.4-1 [1232 kB] [2023-04-17T23:23:36.487Z] #26 64.31 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotoc23 amd64 3.12.4-1 [803 kB] [2023-04-17T23:23:36.487Z] #26 64.40 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 protobuf-c-compiler amd64 1.3.3-1+b2 [83.8 kB] [2023-04-17T23:23:36.487Z] #26 64.41 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 protobuf-compiler amd64 3.12.4-1 [75.1 kB] [2023-04-17T23:23:36.487Z] #26 64.42 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2023-04-17T23:23:36.487Z] #26 64.43 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2023-04-17T23:23:36.487Z] #26 64.45 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2023-04-17T23:23:36.657Z] #31 23.14 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2023-04-17T23:23:37.224Z] #31 ... [2023-04-17T23:23:37.224Z] [2023-04-17T23:23:37.224Z] #32 [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 [2023-04-17T23:23:37.224Z] #32 13.77 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2023-04-17T23:23:37.224Z] #32 ... [2023-04-17T23:23:37.224Z] [2023-04-17T23:23:37.224Z] #27 [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 python3-protobuf [2023-04-17T23:23:37.224Z] #27 23.29 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-04-17T23:23:37.430Z] #26 66.49 debconf: delaying package configuration, since apt-utils is not installed [2023-04-17T23:23:38.002Z] #26 67.10 Fetched 4583 kB in 1s (5064 kB/s) [2023-04-17T23:23:38.289Z] #26 67.28 Selecting previously unselected package libcap2:amd64. [2023-04-17T23:23:38.289Z] #26 67.28 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15722 files and directories currently installed.) [2023-04-17T23:23:38.289Z] #26 67.45 Preparing to unpack .../00-libcap2_1%3a2.44-1_amd64.deb ... [2023-04-17T23:23:38.289Z] #26 67.47 Unpacking libcap2:amd64 (1:2.44-1) ... [2023-04-17T23:23:38.487Z] #27 ... [2023-04-17T23:23:38.487Z] [2023-04-17T23:23:38.487Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-04-17T23:23:38.487Z] #0 1.292 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-04-17T23:23:38.487Z] #0 1.304 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-04-17T23:23:38.487Z] #0 1.333 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-04-17T23:23:38.487Z] #0 1.675 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-04-17T23:23:38.487Z] #0 2.253 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [237 kB] [2023-04-17T23:23:38.487Z] #0 2.709 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-04-17T23:23:38.487Z] #0 3.937 Fetched 8643 kB in 3s (2948 kB/s) [2023-04-17T23:23:38.487Z] #0 3.937 Reading package lists... [2023-04-17T23:23:38.487Z] #0 4.771 Reading package lists... [2023-04-17T23:23:38.487Z] #0 5.669 Building dependency tree... [2023-04-17T23:23:38.487Z] #0 6.133 The following additional packages will be installed: [2023-04-17T23:23:38.487Z] #0 6.133 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2023-04-17T23:23:38.487Z] #0 6.133 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2023-04-17T23:23:38.487Z] #0 6.134 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2023-04-17T23:23:38.487Z] #0 6.134 python3-pkg-resources vim-runtime xxd [2023-04-17T23:23:38.487Z] #0 6.136 Suggested packages: [2023-04-17T23:23:38.488Z] #0 6.136 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2023-04-17T23:23:38.488Z] #0 6.136 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2023-04-17T23:23:38.488Z] #0 6.136 acl attr quota [2023-04-17T23:23:38.488Z] #0 6.136 Recommended packages: [2023-04-17T23:23:38.488Z] #0 6.136 libatm1 nftables libpam-cap build-essential python3-dev unzip [2023-04-17T23:23:38.488Z] #0 6.574 The following NEW packages will be installed: [2023-04-17T23:23:38.488Z] #0 6.574 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2023-04-17T23:23:38.488Z] #0 6.574 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2023-04-17T23:23:38.488Z] #0 6.575 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2023-04-17T23:23:38.488Z] #0 6.575 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2023-04-17T23:23:38.488Z] #0 6.575 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2023-04-17T23:23:38.488Z] #0 6.576 python3-pkg-resources python3-setuptools python3-wheel sudo [2023-04-17T23:23:38.488Z] #0 6.576 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2023-04-17T23:23:38.488Z] #0 6.576 xz-utils zip [2023-04-17T23:23:38.488Z] #0 6.857 0 upgraded, 47 newly installed, 0 to remove and 0 not upgraded. [2023-04-17T23:23:38.488Z] #0 6.857 Need to get 27.0 MB of archives. [2023-04-17T23:23:38.488Z] #0 6.857 After this operation, 104 MB of additional disk space will be used. [2023-04-17T23:23:38.488Z] #0 6.857 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2023-04-17T23:23:38.488Z] #0 6.863 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2023-04-17T23:23:38.488Z] #0 6.864 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2023-04-17T23:23:38.488Z] #0 6.867 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2023-04-17T23:23:38.488Z] #0 6.868 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2023-04-17T23:23:38.488Z] #0 6.872 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2023-04-17T23:23:38.488Z] #0 6.875 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2023-04-17T23:23:38.488Z] #0 6.877 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2023-04-17T23:23:38.488Z] #0 6.889 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2023-04-17T23:23:38.488Z] #0 6.891 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2023-04-17T23:23:38.488Z] #0 6.917 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2023-04-17T23:23:38.488Z] #0 6.920 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2023-04-17T23:23:38.488Z] #0 6.921 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2023-04-17T23:23:38.488Z] #0 6.925 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2023-04-17T23:23:38.488Z] #0 6.936 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1+deb11u1 [245 kB] [2023-04-17T23:23:38.488Z] #0 6.953 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2023-04-17T23:23:38.488Z] #0 6.957 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2023-04-17T23:23:38.488Z] #0 6.958 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2023-04-17T23:23:38.488Z] #0 6.960 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2023-04-17T23:23:38.488Z] #0 6.961 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2023-04-17T23:23:38.488Z] #0 6.962 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2023-04-17T23:23:38.488Z] #0 6.966 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2023-04-17T23:23:38.488Z] #0 6.968 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2023-04-17T23:23:38.488Z] #0 6.970 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2023-04-17T23:23:38.488Z] #0 6.971 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2023-04-17T23:23:38.488Z] #0 6.974 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2023-04-17T23:23:38.488Z] #0 6.975 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2023-04-17T23:23:38.488Z] #0 7.254 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2023-04-17T23:23:38.488Z] #0 7.255 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2023-04-17T23:23:38.488Z] #0 7.257 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2023-04-17T23:23:38.488Z] #0 7.258 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2023-04-17T23:23:38.488Z] #0 7.259 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2023-04-17T23:23:38.488Z] #0 7.263 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2023-04-17T23:23:38.488Z] #0 7.265 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2023-04-17T23:23:38.488Z] #0 7.326 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2023-04-17T23:23:38.488Z] #0 7.328 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2023-04-17T23:23:38.488Z] #0 7.331 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2023-04-17T23:23:38.488Z] #0 7.333 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2023-04-17T23:23:38.488Z] #0 7.341 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2023-04-17T23:23:38.488Z] #0 7.342 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2023-04-17T23:23:38.488Z] #0 7.365 Get:41 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 sudo amd64 1.9.5p2-3+deb11u1 [1061 kB] [2023-04-17T23:23:38.488Z] #0 7.375 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2023-04-17T23:23:38.488Z] #0 7.380 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2023-04-17T23:23:38.488Z] #0 7.391 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2023-04-17T23:23:38.488Z] #0 7.615 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2023-04-17T23:23:38.488Z] #0 7.647 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2023-04-17T23:23:38.488Z] #0 7.673 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2023-04-17T23:23:38.488Z] #0 7.930 debconf: delaying package configuration, since apt-utils is not installed [2023-04-17T23:23:38.488Z] #0 7.998 Fetched 27.0 MB in 1s (24.8 MB/s) [2023-04-17T23:23:38.488Z] #0 8.033 Selecting previously unselected package pigz. [2023-04-17T23:23:38.488Z] #0 8.033 (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 ... 24023 files and directories currently installed.) [2023-04-17T23:23:38.488Z] #0 8.058 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2023-04-17T23:23:38.488Z] #0 8.064 Unpacking pigz (2.6-1) ... [2023-04-17T23:23:38.488Z] #0 8.145 Selecting previously unselected package libelf1:amd64. [2023-04-17T23:23:38.488Z] #0 8.148 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2023-04-17T23:23:38.488Z] #0 8.166 Unpacking libelf1:amd64 (0.183-1) ... [2023-04-17T23:23:38.488Z] #0 8.251 Selecting previously unselected package libbpf0:amd64. [2023-04-17T23:23:38.488Z] #0 8.257 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2023-04-17T23:23:38.488Z] #0 8.264 Unpacking libbpf0:amd64 (1:0.3-2) ... [2023-04-17T23:23:38.488Z] #0 8.351 Selecting previously unselected package libcap2:amd64. [2023-04-17T23:23:38.488Z] #0 8.362 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2023-04-17T23:23:38.488Z] #0 8.374 Unpacking libcap2:amd64 (1:2.44-1) ... [2023-04-17T23:23:38.488Z] #0 8.441 Selecting previously unselected package libmnl0:amd64. [2023-04-17T23:23:38.488Z] #0 8.441 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2023-04-17T23:23:38.488Z] #0 8.444 Unpacking libmnl0:amd64 (1.0.4-3) ... [2023-04-17T23:23:38.488Z] #0 8.520 Selecting previously unselected package libxtables12:amd64. [2023-04-17T23:23:38.488Z] #0 8.524 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2023-04-17T23:23:38.488Z] #0 8.528 Unpacking libxtables12:amd64 (1.8.7-1) ... [2023-04-17T23:23:38.488Z] #0 8.590 Selecting previously unselected package libcap2-bin. [2023-04-17T23:23:38.488Z] #0 8.601 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2023-04-17T23:23:38.488Z] #0 8.616 Unpacking libcap2-bin (1:2.44-1) ... [2023-04-17T23:23:38.488Z] #0 8.703 Selecting previously unselected package iproute2. [2023-04-17T23:23:38.488Z] #0 8.709 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2023-04-17T23:23:38.488Z] #0 8.713 Unpacking iproute2 (5.10.0-4) ... [2023-04-17T23:23:38.488Z] #0 9.069 Selecting previously unselected package xxd. [2023-04-17T23:23:38.488Z] #0 9.073 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2023-04-17T23:23:38.488Z] #0 9.084 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:23:38.488Z] #0 9.202 Selecting previously unselected package vim-common. [2023-04-17T23:23:38.488Z] #0 9.207 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2023-04-17T23:23:38.488Z] #0 9.239 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:23:38.488Z] #0 9.424 Selecting previously unselected package bash-completion. [2023-04-17T23:23:38.488Z] #0 9.427 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2023-04-17T23:23:38.861Z] #26 67.85 Selecting previously unselected package libcap-dev:amd64. [2023-04-17T23:23:38.861Z] #26 67.89 Preparing to unpack .../01-libcap-dev_1%3a2.44-1_amd64.deb ... [2023-04-17T23:23:38.861Z] #26 ... [2023-04-17T23:23:38.861Z] [2023-04-17T23:23:38.861Z] #35 [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 [2023-04-17T23:23:38.861Z] #35 DONE 68.0s [2023-04-17T23:23:38.861Z] [2023-04-17T23:23:38.861Z] #26 [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 python3-protobuf [2023-04-17T23:23:38.861Z] #26 68.00 Unpacking libcap-dev:amd64 (1:2.44-1) ... [2023-04-17T23:23:39.122Z] #26 68.34 Selecting previously unselected package libnet1:amd64. [2023-04-17T23:23:39.122Z] #26 68.36 Preparing to unpack .../02-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2023-04-17T23:23:39.126Z] #27 ... [2023-04-17T23:23:39.126Z] [2023-04-17T23:23:39.126Z] #33 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:23:39.126Z] #33 15.47 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [237 kB] [2023-04-17T23:23:39.126Z] #33 22.34 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-04-17T23:23:39.390Z] #26 68.37 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2023-04-17T23:23:39.651Z] #26 68.70 Selecting previously unselected package libnet1-dev. [2023-04-17T23:23:39.651Z] #26 68.73 Preparing to unpack .../03-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2023-04-17T23:23:39.651Z] #26 68.78 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2023-04-17T23:23:39.695Z] #33 ... [2023-04-17T23:23:39.695Z] [2023-04-17T23:23:39.695Z] #34 [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 [2023-04-17T23:23:39.695Z] #34 26.46 Fetched 8643 kB in 20s (430 kB/s) [2023-04-17T23:23:39.939Z] #26 69.14 Selecting previously unselected package libnl-3-200:amd64. [2023-04-17T23:23:39.939Z] #26 69.14 Preparing to unpack .../04-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2023-04-17T23:23:39.939Z] #26 69.15 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2023-04-17T23:23:39.939Z] #26 ... [2023-04-17T23:23:39.939Z] [2023-04-17T23:23:39.939Z] #33 [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 [2023-04-17T23:23:39.939Z] #33 56.54 Building dependency tree... [2023-04-17T23:23:39.939Z] #33 63.84 The following additional packages will be installed: [2023-04-17T23:23:39.939Z] #33 63.87 libbtrfs0 [2023-04-17T23:23:39.939Z] #33 64.37 The following NEW packages will be installed: [2023-04-17T23:23:39.939Z] #33 64.41 libbtrfs-dev libbtrfs0 [2023-04-17T23:23:39.939Z] #33 65.22 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2023-04-17T23:23:39.939Z] #33 65.22 Need to get 460 kB of archives. [2023-04-17T23:23:39.940Z] #33 65.22 After this operation, 1237 kB of additional disk space will be used. [2023-04-17T23:23:39.940Z] #33 65.22 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2023-04-17T23:23:39.940Z] #33 65.26 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2023-04-17T23:23:39.940Z] #33 67.16 debconf: delaying package configuration, since apt-utils is not installed [2023-04-17T23:23:39.940Z] #33 67.69 Fetched 460 kB in 1s (854 kB/s) [2023-04-17T23:23:39.940Z] #33 68.05 Selecting previously unselected package libbtrfs0:amd64. [2023-04-17T23:23:39.940Z] #33 68.05 (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 ... 15722 files and directories currently installed.) [2023-04-17T23:23:39.940Z] #33 68.15 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2023-04-17T23:23:39.940Z] #33 68.18 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2023-04-17T23:23:39.940Z] #33 68.70 Selecting previously unselected package libbtrfs-dev:amd64. [2023-04-17T23:23:39.940Z] #33 68.70 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2023-04-17T23:23:39.940Z] #33 68.75 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2023-04-17T23:23:40.131Z] #50 12.14 Unpacking bash-completion (1:2.11-2) ... [2023-04-17T23:23:40.131Z] #50 12.36 Selecting previously unselected package bzip2. [2023-04-17T23:23:40.131Z] #50 12.38 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2023-04-17T23:23:40.201Z] #33 ... [2023-04-17T23:23:40.201Z] [2023-04-17T23:23:40.201Z] #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 [2023-04-17T23:23:40.201Z] #36 66.26 debconf: delaying package configuration, since apt-utils is not installed [2023-04-17T23:23:40.201Z] #36 66.90 Fetched 17.7 MB in 2s (8085 kB/s) [2023-04-17T23:23:40.201Z] #36 67.11 Selecting previously unselected package xxd. [2023-04-17T23:23:40.201Z] #36 67.11 (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 ... 15722 files and directories currently installed.) [2023-04-17T23:23:40.201Z] #36 67.23 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2023-04-17T23:23:40.201Z] #36 67.24 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:23:40.201Z] #36 67.99 Selecting previously unselected package vim-common. [2023-04-17T23:23:40.201Z] #36 68.02 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2023-04-17T23:23:40.201Z] #36 68.06 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:23:40.201Z] #36 68.73 Selecting previously unselected package cmake-data. [2023-04-17T23:23:40.201Z] #36 68.74 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2023-04-17T23:23:40.201Z] #36 68.84 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2023-04-17T23:23:40.201Z] #36 ... [2023-04-17T23:23:40.201Z] [2023-04-17T23:23:40.201Z] #27 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:23:40.201Z] #27 56.69 Building dependency tree... [2023-04-17T23:23:40.201Z] #27 64.08 The following additional packages will be installed: [2023-04-17T23:23:40.201Z] #27 64.11 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2023-04-17T23:23:40.201Z] #27 64.11 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2023-04-17T23:23:40.201Z] #27 64.11 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2023-04-17T23:23:40.201Z] #27 64.12 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2023-04-17T23:23:40.201Z] #27 64.12 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2023-04-17T23:23:40.201Z] #27 64.13 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2023-04-17T23:23:40.201Z] #27 64.14 mingw-w64-common mingw-w64-x86-64-dev [2023-04-17T23:23:40.201Z] #27 64.18 Suggested packages: [2023-04-17T23:23:40.201Z] #27 64.18 gcc-10-locales seccomp wine64 [2023-04-17T23:23:40.201Z] #27 66.76 The following NEW packages will be installed: [2023-04-17T23:23:40.201Z] #27 66.77 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2023-04-17T23:23:40.201Z] #27 66.78 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2023-04-17T23:23:40.201Z] #27 66.78 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2023-04-17T23:23:40.201Z] #27 66.78 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2023-04-17T23:23:40.201Z] #27 66.78 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2023-04-17T23:23:40.201Z] #27 66.78 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2023-04-17T23:23:40.201Z] #27 66.78 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2023-04-17T23:23:40.201Z] #27 66.78 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2023-04-17T23:23:40.201Z] #27 66.79 mingw-w64-x86-64-dev [2023-04-17T23:23:40.201Z] #27 67.34 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2023-04-17T23:23:40.201Z] #27 67.34 Need to get 115 MB of archives. [2023-04-17T23:23:40.201Z] #27 67.34 After this operation, 645 MB of additional disk space will be used. [2023-04-17T23:23:40.201Z] #27 67.34 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2023-04-17T23:23:40.201Z] #27 67.54 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2023-04-17T23:23:40.201Z] #27 67.85 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2023-04-17T23:23:40.201Z] #27 67.85 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2023-04-17T23:23:40.201Z] #27 67.86 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2023-04-17T23:23:40.201Z] #27 67.86 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2023-04-17T23:23:40.201Z] #27 68.37 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2023-04-17T23:23:40.201Z] #27 68.72 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2023-04-17T23:23:40.201Z] #27 68.72 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2023-04-17T23:23:40.389Z] #50 12.39 Unpacking bzip2 (1.0.8-4) ... [2023-04-17T23:23:40.389Z] #50 12.46 Selecting previously unselected package xz-utils. [2023-04-17T23:23:40.389Z] #50 12.46 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2023-04-17T23:23:40.389Z] #50 12.47 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2023-04-17T23:23:40.389Z] #50 12.60 Selecting previously unselected package apparmor. [2023-04-17T23:23:40.389Z] #50 12.61 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2023-04-17T23:23:40.462Z] #27 ... [2023-04-17T23:23:40.462Z] [2023-04-17T23:23:40.462Z] #33 [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 [2023-04-17T23:23:40.462Z] #33 69.47 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2023-04-17T23:23:40.462Z] #33 69.51 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2023-04-17T23:23:40.462Z] #33 69.55 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2023-04-17T23:23:40.646Z] #50 12.75 Unpacking apparmor (2.13.6-10) ... [2023-04-17T23:23:40.903Z] #50 13.09 Selecting previously unselected package inetutils-ping. [2023-04-17T23:23:40.903Z] #50 13.10 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1+deb11u1_amd64.deb ... [2023-04-17T23:23:40.903Z] #50 13.11 Unpacking inetutils-ping (2:2.0-1+deb11u1) ... [2023-04-17T23:23:40.903Z] #50 13.21 Selecting previously unselected package libip4tc2:amd64. [2023-04-17T23:23:41.035Z] #33 DONE 70.1s [2023-04-17T23:23:41.035Z] [2023-04-17T23:23:41.035Z] #37 [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 [2023-04-17T23:23:41.160Z] #50 13.21 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2023-04-17T23:23:41.160Z] #50 13.23 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2023-04-17T23:23:41.160Z] #50 13.33 Selecting previously unselected package libip6tc2:amd64. [2023-04-17T23:23:41.160Z] #50 13.33 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2023-04-17T23:23:41.160Z] #50 13.35 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2023-04-17T23:23:41.160Z] #50 13.42 Selecting previously unselected package libnfnetlink0:amd64. [2023-04-17T23:23:41.160Z] #50 13.42 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2023-04-17T23:23:41.160Z] #50 13.44 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2023-04-17T23:23:41.417Z] #50 13.52 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2023-04-17T23:23:41.417Z] #50 13.53 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2023-04-17T23:23:41.417Z] #50 13.53 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2023-04-17T23:23:41.417Z] #50 13.61 Selecting previously unselected package libnftnl11:amd64. [2023-04-17T23:23:41.417Z] #50 13.61 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2023-04-17T23:23:41.417Z] #50 13.62 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2023-04-17T23:23:41.417Z] #50 13.70 Selecting previously unselected package iptables. [2023-04-17T23:23:41.673Z] #50 13.70 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2023-04-17T23:23:41.673Z] #50 13.71 Unpacking iptables (1.8.7-1) ... [2023-04-17T23:23:41.673Z] #50 13.93 Selecting previously unselected package libonig5:amd64. [2023-04-17T23:23:41.673Z] #50 13.93 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2023-04-17T23:23:41.943Z] #50 13.95 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2023-04-17T23:23:41.943Z] #50 14.09 Selecting previously unselected package libjq1:amd64. [2023-04-17T23:23:41.943Z] #50 14.10 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2023-04-17T23:23:41.943Z] #50 14.11 Unpacking libjq1:amd64 (1.6-2.1) ... [2023-04-17T23:23:41.943Z] #50 14.21 Selecting previously unselected package jq. [2023-04-17T23:23:42.200Z] #50 14.21 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2023-04-17T23:23:42.200Z] #50 14.21 Unpacking jq (1.6-2.1) ... [2023-04-17T23:23:42.200Z] #50 14.30 Selecting previously unselected package libaio1:amd64. [2023-04-17T23:23:42.200Z] #50 14.30 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2023-04-17T23:23:42.200Z] #50 14.31 Unpacking libaio1:amd64 (0.3.112-9) ... [2023-04-17T23:23:42.457Z] #50 14.42 Selecting previously unselected package libgpm2:amd64. [2023-04-17T23:23:42.457Z] #50 14.43 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2023-04-17T23:23:42.457Z] #50 14.44 Unpacking libgpm2:amd64 (1.20.7-8) ... [2023-04-17T23:23:42.457Z] #50 14.52 Selecting previously unselected package libicu67:amd64. [2023-04-17T23:23:42.457Z] #50 14.54 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2023-04-17T23:23:42.457Z] #50 14.54 Unpacking libicu67:amd64 (67.1-7) ... [2023-04-17T23:23:42.951Z] #37 1.757 + RM_GOPATH=0 [2023-04-17T23:23:42.951Z] #37 1.757 + TMP_GOPATH= [2023-04-17T23:23:42.951Z] #37 1.757 + : /build [2023-04-17T23:23:42.951Z] #37 1.757 + '[' -z '' ']' [2023-04-17T23:23:42.951Z] #37 1.760 ++ mktemp -d [2023-04-17T23:23:42.951Z] #37 1.775 + export GOPATH=/tmp/tmp.rKwUzUYiMD [2023-04-17T23:23:42.951Z] #37 1.775 + GOPATH=/tmp/tmp.rKwUzUYiMD [2023-04-17T23:23:42.951Z] #37 1.775 + RM_GOPATH=1 [2023-04-17T23:23:42.951Z] #37 1.775 + case "$(go env GOARCH)" in [2023-04-17T23:23:42.951Z] #37 1.775 ++ go env GOARCH [2023-04-17T23:23:42.951Z] #37 1.812 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:23:42.951Z] #37 1.812 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:23:42.951Z] #37 1.814 ++ dirname /tmp/install/install.sh [2023-04-17T23:23:42.951Z] #37 1.814 + dir=/tmp/install [2023-04-17T23:23:42.951Z] #37 1.814 + bin=containerd [2023-04-17T23:23:42.951Z] #37 1.814 + shift [2023-04-17T23:23:42.951Z] #37 1.814 + '[' '!' -f /tmp/install/containerd.installer ']' [2023-04-17T23:23:42.951Z] #37 1.814 + . /tmp/install/containerd.installer [2023-04-17T23:23:42.951Z] #37 1.814 ++ set -e [2023-04-17T23:23:42.951Z] #37 1.814 ++ : v1.6.16 [2023-04-17T23:23:42.951Z] #37 1.814 + install_containerd [2023-04-17T23:23:42.951Z] #37 1.828 + echo 'Install containerd version v1.6.16' [2023-04-17T23:23:42.951Z] #37 1.833 Install containerd version v1.6.16 [2023-04-17T23:23:42.951Z] #37 1.833 + git clone https://github.com/containerd/containerd.git /tmp/tmp.rKwUzUYiMD/src/github.com/containerd/containerd [2023-04-17T23:23:42.951Z] #37 1.833 Cloning into '/tmp/tmp.rKwUzUYiMD/src/github.com/containerd/containerd'... [2023-04-17T23:23:43.895Z] #37 ... [2023-04-17T23:23:43.895Z] [2023-04-17T23:23:43.895Z] #32 [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 [2023-04-17T23:23:43.895Z] #32 DONE 73.0s [2023-04-17T23:23:44.158Z] [2023-04-17T23:23:44.158Z] #26 [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 python3-protobuf [2023-04-17T23:23:44.158Z] #26 69.44 Selecting previously unselected package libnl-3-dev:amd64. [2023-04-17T23:23:44.158Z] #26 69.44 Preparing to unpack .../05-libnl-3-dev_3.4.0-1+b1_amd64.deb ... [2023-04-17T23:23:44.158Z] #26 69.47 Unpacking libnl-3-dev:amd64 (3.4.0-1+b1) ... [2023-04-17T23:23:44.158Z] #26 70.08 Selecting previously unselected package libprotobuf-c1:amd64. [2023-04-17T23:23:44.158Z] #26 70.10 Preparing to unpack .../06-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2023-04-17T23:23:44.158Z] #26 70.11 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2023-04-17T23:23:44.158Z] #26 70.45 Selecting previously unselected package libprotobuf-c-dev:amd64. [2023-04-17T23:23:44.158Z] #26 70.45 Preparing to unpack .../07-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ... [2023-04-17T23:23:44.158Z] #26 70.47 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2023-04-17T23:23:44.158Z] #26 70.75 Selecting previously unselected package zlib1g-dev:amd64. [2023-04-17T23:23:44.158Z] #26 70.76 Preparing to unpack .../08-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_amd64.deb ... [2023-04-17T23:23:44.158Z] #26 70.77 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... [2023-04-17T23:23:44.158Z] #26 71.39 Selecting previously unselected package libprotobuf23:amd64. [2023-04-17T23:23:44.158Z] #26 71.40 Preparing to unpack .../09-libprotobuf23_3.12.4-1_amd64.deb ... [2023-04-17T23:23:44.158Z] #26 71.42 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2023-04-17T23:23:44.158Z] #26 73.16 Selecting previously unselected package libprotobuf-lite23:amd64. [2023-04-17T23:23:44.158Z] #26 73.16 Preparing to unpack .../10-libprotobuf-lite23_3.12.4-1_amd64.deb ... [2023-04-17T23:23:44.158Z] #26 73.17 Unpacking libprotobuf-lite23:amd64 (3.12.4-1) ... [2023-04-17T23:23:44.351Z] #50 16.02 Selecting previously unselected package libinih1:amd64. [2023-04-17T23:23:44.351Z] #50 16.03 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2023-04-17T23:23:44.351Z] #50 16.04 Unpacking libinih1:amd64 (53-1+b2) ... [2023-04-17T23:23:44.418Z] #26 73.61 Selecting previously unselected package libprotobuf-dev:amd64. [2023-04-17T23:23:44.609Z] #50 16.82 Selecting previously unselected package libnet1:amd64. [2023-04-17T23:23:44.609Z] #50 16.82 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2023-04-17T23:23:44.679Z] #26 73.61 Preparing to unpack .../11-libprotobuf-dev_3.12.4-1_amd64.deb ... [2023-04-17T23:23:44.680Z] #26 73.62 Unpacking libprotobuf-dev:amd64 (3.12.4-1) ... [2023-04-17T23:23:44.866Z] [2023-04-17T23:23:44.866Z] #50 ... [2023-04-17T23:23:44.866Z] [2023-04-17T23:23:44.866Z] #27 [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 [2023-04-17T23:23:44.866Z] #27 DONE 70.4s [2023-04-17T23:23:44.866Z] [2023-04-17T23:23:44.866Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-04-17T23:23:44.866Z] #50 16.93 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2023-04-17T23:23:44.866Z] #50 17.02 Selecting previously unselected package libnl-3-200:amd64. [2023-04-17T23:23:44.866Z] #50 ... [2023-04-17T23:23:44.866Z] [2023-04-17T23:23:44.866Z] #38 [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 [2023-04-17T23:23:44.866Z] #38 39.63 CC criu/cr-check.o [2023-04-17T23:23:44.866Z] #38 40.23 CC criu/cr-dedup.o [2023-04-17T23:23:44.866Z] #38 40.43 CC criu/cr-dump.o [2023-04-17T23:23:44.866Z] #38 41.23 CC criu/cr-errno.o [2023-04-17T23:23:44.866Z] #38 41.27 CC criu/cr-restore.o [2023-04-17T23:23:44.866Z] #38 42.91 CC criu/cr-service.o [2023-04-17T23:23:44.866Z] #38 43.56 CC criu/crtools.o [2023-04-17T23:23:44.866Z] #38 43.80 CC criu/eventfd.o [2023-04-17T23:23:44.866Z] #38 43.99 CC criu/eventpoll.o [2023-04-17T23:23:44.866Z] #38 44.33 CC criu/external.o [2023-04-17T23:23:44.866Z] #38 44.45 CC criu/fault-injection.o [2023-04-17T23:23:44.866Z] #38 44.53 CC criu/fdstore.o [2023-04-17T23:23:44.866Z] #38 44.69 CC criu/fifo.o [2023-04-17T23:23:44.866Z] #38 44.83 CC criu/file-ids.o [2023-04-17T23:23:44.866Z] #38 44.95 CC criu/file-lock.o [2023-04-17T23:23:44.866Z] #38 45.28 CC criu/files-ext.o [2023-04-17T23:23:44.866Z] #38 45.41 CC criu/files-reg.o [2023-04-17T23:23:44.866Z] #38 46.28 CC criu/files.o [2023-04-17T23:23:44.866Z] #38 47.10 include/common/asm/bitops.h: Assembler messages: [2023-04-17T23:23:44.866Z] #38 47.10 include/common/asm/bitops.h:63: Warning: no instruction mnemonic suffix given and no register operands; using default for `bts' [2023-04-17T23:23:44.866Z] #38 47.15 CC criu/filesystems.o [2023-04-17T23:23:44.866Z] #38 47.50 CC criu/fsnotify.o [2023-04-17T23:23:44.866Z] #38 48.06 CC criu/image-desc.o [2023-04-17T23:23:44.866Z] #38 48.15 CC criu/image.o [2023-04-17T23:23:44.866Z] #38 48.71 CC criu/ipc_ns.o [2023-04-17T23:23:44.866Z] #38 49.23 CC criu/irmap.o [2023-04-17T23:23:44.866Z] #38 49.52 CC criu/kcmp-ids.o [2023-04-17T23:23:44.866Z] #38 ... [2023-04-17T23:23:44.866Z] [2023-04-17T23:23:44.866Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-04-17T23:23:44.866Z] #50 17.02 Selecting previously unselected package libnl-3-200:amd64. [2023-04-17T23:23:44.866Z] #50 17.03 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2023-04-17T23:23:44.866Z] #50 17.04 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2023-04-17T23:23:44.866Z] #50 17.16 Selecting previously unselected package libprotobuf-c1:amd64. [2023-04-17T23:23:44.967Z] #34 26.46 Reading package lists... [2023-04-17T23:23:44.967Z] #34 ... [2023-04-17T23:23:44.967Z] [2023-04-17T23:23:44.967Z] #36 [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 [2023-04-17T23:23:44.967Z] #36 31.39 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 [2023-04-17T23:23:45.123Z] #50 17.17 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2023-04-17T23:23:45.123Z] #50 17.18 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2023-04-17T23:23:45.123Z] #50 17.27 Selecting previously unselected package net-tools. [2023-04-17T23:23:45.123Z] #50 17.28 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2023-04-17T23:23:45.123Z] #50 17.28 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2023-04-17T23:23:45.123Z] #50 17.40 Selecting previously unselected package patch. [2023-04-17T23:23:45.258Z] #26 ... [2023-04-17T23:23:45.258Z] [2023-04-17T23:23:45.258Z] #31 [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 [2023-04-17T23:23:45.258Z] #31 74.47 go: downloading golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e [2023-04-17T23:23:45.258Z] #31 74.48 go: downloading github.com/gobwas/glob v0.2.3 [2023-04-17T23:23:45.380Z] #50 17.41 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2023-04-17T23:23:45.380Z] #50 17.43 Unpacking patch (2.7.6-7) ... [2023-04-17T23:23:45.380Z] #50 17.54 Selecting previously unselected package python-pip-whl. [2023-04-17T23:23:45.380Z] #50 17.54 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2023-04-17T23:23:45.380Z] #50 17.55 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2023-04-17T23:23:45.943Z] #50 17.87 Selecting previously unselected package python3-lib2to3. [2023-04-17T23:23:45.943Z] #50 17.88 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2023-04-17T23:23:45.943Z] #50 18.02 Unpacking python3-lib2to3 (3.9.2-1) ... [2023-04-17T23:23:46.200Z] #50 18.22 Selecting previously unselected package python3-distutils. [2023-04-17T23:23:46.200Z] #50 18.22 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2023-04-17T23:23:46.200Z] #50 18.23 Unpacking python3-distutils (3.9.2-1) ... [2023-04-17T23:23:46.200Z] #50 18.31 Selecting previously unselected package python3-pkg-resources. [2023-04-17T23:23:46.200Z] #50 18.32 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2023-04-17T23:23:46.200Z] #50 18.33 Unpacking python3-pkg-resources (52.0.0-4) ... [2023-04-17T23:23:46.205Z] #31 75.09 go: downloading golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 [2023-04-17T23:23:46.457Z] #50 18.45 Selecting previously unselected package python3-setuptools. [2023-04-17T23:23:46.457Z] #50 18.45 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2023-04-17T23:23:46.457Z] #50 18.46 Unpacking python3-setuptools (52.0.0-4) ... [2023-04-17T23:23:46.457Z] #50 18.58 Selecting previously unselected package python3-wheel. [2023-04-17T23:23:46.457Z] #50 18.59 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2023-04-17T23:23:46.457Z] #50 18.59 Unpacking python3-wheel (0.34.2-1) ... [2023-04-17T23:23:46.457Z] #50 18.67 Selecting previously unselected package python3-pip. [2023-04-17T23:23:46.457Z] #50 18.67 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2023-04-17T23:23:46.457Z] #50 18.68 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2023-04-17T23:23:46.466Z] #31 75.48 go: downloading go.uber.org/zap v1.17.0 [2023-04-17T23:23:46.715Z] #50 18.82 Selecting previously unselected package sudo. [2023-04-17T23:23:46.715Z] #50 18.82 Preparing to unpack .../40-sudo_1.9.5p2-3+deb11u1_amd64.deb ... [2023-04-17T23:23:46.715Z] #50 18.83 Unpacking sudo (1.9.5p2-3+deb11u1) ... [2023-04-17T23:23:46.972Z] #50 19.11 Selecting previously unselected package thin-provisioning-tools. [2023-04-17T23:23:46.972Z] #50 19.12 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2023-04-17T23:23:46.972Z] #50 19.12 Unpacking thin-provisioning-tools (0.9.0-1) ... [2023-04-17T23:23:47.229Z] #50 19.28 Selecting previously unselected package uidmap. [2023-04-17T23:23:47.229Z] #50 19.28 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2023-04-17T23:23:47.229Z] #50 19.30 Unpacking uidmap (1:4.8.1-1) ... [2023-04-17T23:23:47.328Z] Client: Docker Engine - Community [2023-04-17T23:23:47.328Z] Version: 22.06.0-beta.0 [2023-04-17T23:23:47.328Z] API version: 1.42 [2023-04-17T23:23:47.328Z] Go version: go1.18.3 [2023-04-17T23:23:47.328Z] Git commit: 3e9117b [2023-04-17T23:23:47.328Z] Built: Fri Jun 3 17:55:34 2022 [2023-04-17T23:23:47.328Z] OS/Arch: linux/arm64 [2023-04-17T23:23:47.328Z] Context: default [2023-04-17T23:23:47.328Z] [2023-04-17T23:23:47.328Z] Server: Docker Engine - Community [2023-04-17T23:23:47.328Z] Engine: [2023-04-17T23:23:47.328Z] Version: 22.06.0-beta.0 [2023-04-17T23:23:47.328Z] API version: 1.42 (minimum version 1.12) [2023-04-17T23:23:47.328Z] Go version: go1.18.3 [2023-04-17T23:23:47.328Z] Git commit: 38633e7 [2023-04-17T23:23:47.328Z] Built: Fri Jun 3 17:55:34 2022 [2023-04-17T23:23:47.328Z] OS/Arch: linux/arm64 [2023-04-17T23:23:47.328Z] Experimental: true [2023-04-17T23:23:47.328Z] containerd: [2023-04-17T23:23:47.328Z] Version: 1.6.8 [2023-04-17T23:23:47.328Z] GitCommit: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6 [2023-04-17T23:23:47.328Z] runc: [2023-04-17T23:23:47.328Z] Version: 1.1.4 [2023-04-17T23:23:47.328Z] GitCommit: v1.1.4-0-g5fd4c4d [2023-04-17T23:23:47.328Z] docker-init: [2023-04-17T23:23:47.328Z] Version: 0.19.0 [2023-04-17T23:23:47.328Z] GitCommit: de40ad0 [Pipeline] sh [2023-04-17T23:23:47.486Z] #50 19.46 Selecting previously unselected package vim-runtime. [2023-04-17T23:23:47.486Z] #50 19.46 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2023-04-17T23:23:47.486Z] #50 19.47 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2023-04-17T23:23:47.486Z] #50 19.49 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2023-04-17T23:23:47.486Z] #50 19.50 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:23:47.646Z] + docker info [2023-04-17T23:23:47.646Z] Client: [2023-04-17T23:23:47.646Z] Context: default [2023-04-17T23:23:47.646Z] Debug Mode: false [2023-04-17T23:23:47.646Z] Plugins: [2023-04-17T23:23:47.646Z] buildx: Docker Buildx (Docker Inc.) [2023-04-17T23:23:47.646Z] Version: v0.8.2 [2023-04-17T23:23:47.646Z] Path: /usr/libexec/docker/cli-plugins/docker-buildx [2023-04-17T23:23:47.646Z] compose: Docker Compose (Docker Inc.) [2023-04-17T23:23:47.646Z] Version: v2.12.0 [2023-04-17T23:23:47.646Z] Path: /usr/libexec/docker/cli-plugins/docker-compose [2023-04-17T23:23:47.646Z] [2023-04-17T23:23:47.646Z] Server: [2023-04-17T23:23:47.646Z] Containers: 0 [2023-04-17T23:23:47.646Z] Running: 0 [2023-04-17T23:23:47.646Z] Paused: 0 [2023-04-17T23:23:47.646Z] Stopped: 0 [2023-04-17T23:23:47.646Z] Images: 0 [2023-04-17T23:23:47.646Z] Server Version: 22.06.0-beta.0 [2023-04-17T23:23:47.646Z] Storage Driver: overlay2 [2023-04-17T23:23:47.646Z] Backing Filesystem: extfs [2023-04-17T23:23:47.646Z] Supports d_type: true [2023-04-17T23:23:47.646Z] Using metacopy: false [2023-04-17T23:23:47.646Z] Native Overlay Diff: true [2023-04-17T23:23:47.646Z] userxattr: false [2023-04-17T23:23:47.646Z] Logging Driver: json-file [2023-04-17T23:23:47.646Z] Cgroup Driver: cgroupfs [2023-04-17T23:23:47.646Z] Cgroup Version: 1 [2023-04-17T23:23:47.646Z] Plugins: [2023-04-17T23:23:47.646Z] Volume: local [2023-04-17T23:23:47.646Z] Network: bridge host ipvlan macvlan null overlay [2023-04-17T23:23:47.646Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2023-04-17T23:23:47.646Z] Swarm: inactive [2023-04-17T23:23:47.646Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2023-04-17T23:23:47.646Z] Default Runtime: runc [2023-04-17T23:23:47.646Z] Init Binary: docker-init [2023-04-17T23:23:47.646Z] containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6 [2023-04-17T23:23:47.646Z] runc version: v1.1.4-0-g5fd4c4d [2023-04-17T23:23:47.646Z] init version: de40ad0 [2023-04-17T23:23:47.646Z] Security Options: [2023-04-17T23:23:47.646Z] apparmor [2023-04-17T23:23:47.646Z] seccomp [2023-04-17T23:23:47.646Z] Profile: builtin [2023-04-17T23:23:47.646Z] Kernel Version: 5.15.0-1022-aws [2023-04-17T23:23:47.646Z] Operating System: Ubuntu 20.04.5 LTS [2023-04-17T23:23:47.646Z] OSType: linux [2023-04-17T23:23:47.646Z] Architecture: aarch64 [2023-04-17T23:23:47.646Z] CPUs: 2 [2023-04-17T23:23:47.646Z] Total Memory: 7.559GiB [2023-04-17T23:23:47.646Z] Name: ip-10-100-61-168 [2023-04-17T23:23:47.646Z] ID: a4508864-5846-4859-9d9f-739af3007ee0 [2023-04-17T23:23:47.646Z] Docker Root Dir: /var/lib/docker [2023-04-17T23:23:47.646Z] Debug Mode: false [2023-04-17T23:23:47.646Z] Registry: https://index.docker.io/v1/ [2023-04-17T23:23:47.646Z] Labels: [2023-04-17T23:23:47.646Z] Experimental: true [2023-04-17T23:23:47.646Z] Insecure Registries: [2023-04-17T23:23:47.646Z] 127.0.0.0/8 [2023-04-17T23:23:47.646Z] Live Restore Enabled: true [2023-04-17T23:23:47.646Z] [Pipeline] sh [2023-04-17T23:23:47.852Z] #31 76.76 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2023-04-17T23:23:47.852Z] #31 76.77 go: downloading github.com/go-toolsmith/astcopy v1.0.1 [2023-04-17T23:23:47.852Z] #31 76.83 go: downloading github.com/go-toolsmith/astequal v1.0.2 [2023-04-17T23:23:47.852Z] #31 76.85 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2023-04-17T23:23:47.852Z] #31 76.98 go: downloading github.com/go-toolsmith/astp v1.0.0 [2023-04-17T23:23:47.852Z] #31 76.98 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2023-04-17T23:23:47.852Z] #31 77.03 go: downloading github.com/go-toolsmith/typep v1.0.2 [2023-04-17T23:23:47.852Z] #31 77.08 go: downloading github.com/quasilyte/go-ruleguard v0.3.17 [2023-04-17T23:23:47.940Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2023-04-17T23:23:47.940Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2023-04-17T23:23:47.940Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-45349/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2023-04-17T23:23:47.940Z] + bash /home/ubuntu/workspace/moby_PR-45349/check-config.sh [2023-04-17T23:23:47.940Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2023-04-17T23:23:47.940Z] info: reading kernel config from /boot/config-5.15.0-1022-aws ... [2023-04-17T23:23:47.940Z] [2023-04-17T23:23:47.940Z] Generally Necessary: [2023-04-17T23:23:47.940Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2023-04-17T23:23:47.940Z] - apparmor: enabled and tools installed [2023-04-17T23:23:47.940Z] - CONFIG_NAMESPACES: enabled [2023-04-17T23:23:47.940Z] - CONFIG_NET_NS: enabled [2023-04-17T23:23:47.940Z] - CONFIG_PID_NS: enabled [2023-04-17T23:23:47.940Z] - CONFIG_IPC_NS: enabled [2023-04-17T23:23:47.940Z] - CONFIG_UTS_NS: enabled [2023-04-17T23:23:47.940Z] - CONFIG_CGROUPS: enabled [2023-04-17T23:23:47.940Z] - CONFIG_CGROUP_CPUACCT: enabled [2023-04-17T23:23:47.940Z] - CONFIG_CGROUP_DEVICE: enabled [2023-04-17T23:23:47.940Z] - CONFIG_CGROUP_FREEZER: enabled [2023-04-17T23:23:47.940Z] - CONFIG_CGROUP_SCHED: enabled [2023-04-17T23:23:47.940Z] - CONFIG_CPUSETS: enabled [2023-04-17T23:23:47.940Z] - CONFIG_MEMCG: enabled [2023-04-17T23:23:47.940Z] - CONFIG_KEYS: enabled [2023-04-17T23:23:47.940Z] - CONFIG_VETH: enabled (as module) [2023-04-17T23:23:48.113Z] #31 77.32 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2023-04-17T23:23:48.201Z] - CONFIG_BRIDGE: enabled (as module) [2023-04-17T23:23:48.201Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2023-04-17T23:23:48.201Z] - CONFIG_NF_NAT_IPV4: missing [2023-04-17T23:23:48.201Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2023-04-17T23:23:48.201Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2023-04-17T23:23:48.201Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2023-04-17T23:23:48.201Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2023-04-17T23:23:48.201Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2023-04-17T23:23:48.201Z] - CONFIG_IP_NF_NAT: enabled (as module) [2023-04-17T23:23:48.201Z] - CONFIG_NF_NAT: enabled (as module) [2023-04-17T23:23:48.201Z] - CONFIG_NF_NAT_NEEDED: missing [2023-04-17T23:23:48.201Z] - CONFIG_POSIX_MQUEUE: enabled [2023-04-17T23:23:48.201Z] [2023-04-17T23:23:48.201Z] Optional Features: [2023-04-17T23:23:48.201Z] - CONFIG_USER_NS: enabled [2023-04-17T23:23:48.201Z] - CONFIG_SECCOMP: enabled [2023-04-17T23:23:48.201Z] - CONFIG_CGROUP_PIDS: enabled [2023-04-17T23:23:48.201Z] - CONFIG_MEMCG_SWAP: enabled [2023-04-17T23:23:48.201Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2023-04-17T23:23:48.201Z] (cgroup swap accounting is currently enabled) [2023-04-17T23:23:48.201Z] - CONFIG_BLK_CGROUP: enabled [2023-04-17T23:23:48.201Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2023-04-17T23:23:48.201Z] - CONFIG_IOSCHED_CFQ: missing [2023-04-17T23:23:48.374Z] #31 77.52 go: downloading golang.org/x/exp/typeparams v0.0.0-20220613132600-b0d781184e0d [2023-04-17T23:23:48.462Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2023-04-17T23:23:48.462Z] - CONFIG_CGROUP_PERF: enabled [2023-04-17T23:23:48.462Z] - CONFIG_CGROUP_HUGETLB: enabled [2023-04-17T23:23:48.462Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2023-04-17T23:23:48.462Z] - CONFIG_CGROUP_NET_PRIO: enabled [2023-04-17T23:23:48.462Z] - CONFIG_CFS_BANDWIDTH: enabled [2023-04-17T23:23:48.462Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2023-04-17T23:23:48.462Z] - CONFIG_RT_GROUP_SCHED: missing [2023-04-17T23:23:48.462Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2023-04-17T23:23:48.462Z] - CONFIG_IP_VS: enabled (as module) [2023-04-17T23:23:48.462Z] - CONFIG_IP_VS_NFCT: enabled [2023-04-17T23:23:48.462Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2023-04-17T23:23:48.462Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2023-04-17T23:23:48.462Z] - CONFIG_IP_VS_RR: enabled (as module) [2023-04-17T23:23:48.462Z] - CONFIG_EXT4_FS: enabled [2023-04-17T23:23:48.462Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2023-04-17T23:23:48.462Z] - CONFIG_EXT4_FS_SECURITY: enabled [2023-04-17T23:23:48.462Z] - Network Drivers: [2023-04-17T23:23:48.462Z] - "overlay": [2023-04-17T23:23:48.462Z] - CONFIG_VXLAN: enabled (as module) [2023-04-17T23:23:48.462Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2023-04-17T23:23:48.462Z] Optional (for encrypted networks): [2023-04-17T23:23:48.635Z] #31 77.89 go: downloading github.com/kisielk/gotool v1.0.0 [2023-04-17T23:23:48.727Z] - CONFIG_CRYPTO: enabled [2023-04-17T23:23:48.727Z] - CONFIG_CRYPTO_AEAD: enabled [2023-04-17T23:23:48.727Z] - CONFIG_CRYPTO_GCM: enabled [2023-04-17T23:23:48.727Z] - CONFIG_CRYPTO_SEQIV: enabled [2023-04-17T23:23:48.727Z] - CONFIG_CRYPTO_GHASH: enabled [2023-04-17T23:23:48.727Z] - CONFIG_XFRM: enabled [2023-04-17T23:23:48.727Z] - CONFIG_XFRM_USER: enabled (as module) [2023-04-17T23:23:48.727Z] - CONFIG_XFRM_ALGO: enabled (as module) [2023-04-17T23:23:48.727Z] - CONFIG_INET_ESP: enabled (as module) [2023-04-17T23:23:48.727Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2023-04-17T23:23:48.727Z] - "ipvlan": [2023-04-17T23:23:48.727Z] - CONFIG_IPVLAN: enabled (as module) [2023-04-17T23:23:48.727Z] - "macvlan": [2023-04-17T23:23:48.727Z] - CONFIG_MACVLAN: enabled (as module) [2023-04-17T23:23:48.727Z] - CONFIG_DUMMY: enabled (as module) [2023-04-17T23:23:48.727Z] - "ftp,tftp client in container": [2023-04-17T23:23:48.727Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2023-04-17T23:23:48.727Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2023-04-17T23:23:48.727Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2023-04-17T23:23:48.727Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2023-04-17T23:23:48.727Z] - Storage Drivers: [2023-04-17T23:23:48.727Z] - "aufs": [2023-04-17T23:23:48.727Z] - CONFIG_AUFS_FS: enabled (as module) [2023-04-17T23:23:48.727Z] - "btrfs": [2023-04-17T23:23:48.727Z] - CONFIG_BTRFS_FS: enabled (as module) [2023-04-17T23:23:48.727Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2023-04-17T23:23:48.727Z] - "devicemapper": [2023-04-17T23:23:48.856Z] #50 20.79 Selecting previously unselected package vim. [2023-04-17T23:23:48.856Z] #50 20.80 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2023-04-17T23:23:48.856Z] #50 20.82 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:23:48.895Z] #31 77.99 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2023-04-17T23:23:48.990Z] - CONFIG_BLK_DEV_DM: enabled [2023-04-17T23:23:48.990Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2023-04-17T23:23:48.990Z] - "overlay": [2023-04-17T23:23:48.990Z] - CONFIG_OVERLAY_FS: enabled (as module) [2023-04-17T23:23:48.990Z] - "zfs": [2023-04-17T23:23:48.990Z] - /dev/zfs: present [2023-04-17T23:23:48.990Z] - zfs command: missing [2023-04-17T23:23:48.990Z] - zpool command: missing [2023-04-17T23:23:48.990Z] [2023-04-17T23:23:48.990Z] Limits: [2023-04-17T23:23:48.990Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2023-04-17T23:23:48.990Z] [2023-04-17T23:23:48.990Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2023-04-17T23:23:49.113Z] #50 21.12 Selecting previously unselected package xfsprogs. [2023-04-17T23:23:49.113Z] #50 21.13 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2023-04-17T23:23:49.113Z] #50 21.13 Unpacking xfsprogs (5.10.0-4) ... [2023-04-17T23:23:49.113Z] #50 21.33 Selecting previously unselected package zip. [2023-04-17T23:23:49.156Z] #31 78.16 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2023-04-17T23:23:49.156Z] #31 78.31 go: downloading github.com/ettle/strcase v0.1.1 [2023-04-17T23:23:49.320Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:ad45ece6fe93c6870080341daa12fe8da6271fa9 . [2023-04-17T23:23:49.370Z] #50 21.33 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2023-04-17T23:23:49.370Z] #50 21.34 Unpacking zip (3.0-12) ... [2023-04-17T23:23:49.370Z] #50 21.47 Setting up python3-pkg-resources (52.0.0-4) ... [2023-04-17T23:23:49.417Z] #31 78.62 go: downloading github.com/fatih/structtag v1.2.0 [2023-04-17T23:23:49.417Z] #31 78.72 go: downloading github.com/Masterminds/semver v1.5.0 [2023-04-17T23:23:49.582Z] #1 [internal] load build definition from Dockerfile [2023-04-17T23:23:49.582Z] #1 transferring dockerfile: 17.17kB done [2023-04-17T23:23:49.582Z] #1 DONE 0.1s [2023-04-17T23:23:49.582Z] [2023-04-17T23:23:49.582Z] #2 [internal] load .dockerignore [2023-04-17T23:23:49.582Z] #2 transferring context: 87B done [2023-04-17T23:23:49.626Z] #50 21.86 Setting up libip4tc2:amd64 (1.8.7-1) ... [2023-04-17T23:23:49.626Z] #50 21.87 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2023-04-17T23:23:49.677Z] #31 78.93 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2023-04-17T23:23:49.843Z] #2 DONE 0.1s [2023-04-17T23:23:49.843Z] [2023-04-17T23:23:49.843Z] #3 resolve image config for docker.io/docker/dockerfile:1 [2023-04-17T23:23:49.883Z] #50 21.90 Setting up libgpm2:amd64 (1.20.7-8) ... [2023-04-17T23:23:49.883Z] #50 21.91 Setting up libicu67:amd64 (67.1-7) ... [2023-04-17T23:23:49.883Z] #50 21.93 Setting up libip6tc2:amd64 (1.8.7-1) ... [2023-04-17T23:23:49.883Z] #50 21.94 Setting up libinih1:amd64 (53-1+b2) ... [2023-04-17T23:23:49.883Z] #50 21.97 Setting up uidmap (1:4.8.1-1) ... [2023-04-17T23:23:49.883Z] #50 21.98 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2023-04-17T23:23:49.883Z] #50 21.99 Setting up bzip2 (1.0.8-4) ... [2023-04-17T23:23:49.883Z] #50 22.01 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2023-04-17T23:23:49.883Z] #50 22.03 Setting up python3-wheel (0.34.2-1) ... [2023-04-17T23:23:49.938Z] #31 79.00 go: downloading gopkg.in/yaml.v2 v2.4.0 [2023-04-17T23:23:49.938Z] #31 79.14 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2023-04-17T23:23:50.107Z] #3 DONE 0.4s [2023-04-17T23:23:50.107Z] [2023-04-17T23:23:50.107Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 [2023-04-17T23:23:50.107Z] #4 resolve docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 done [2023-04-17T23:23:50.107Z] #4 sha256:9d0cd65540a143ce38aa0be7c5e9efeed30d3580d03667f107cd76354f2bee65 0B / 10.82MB 0.1s [2023-04-17T23:23:50.140Z] #50 22.35 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:23:50.140Z] #50 22.37 Setting up libcap2:amd64 (1:2.44-1) ... [2023-04-17T23:23:50.140Z] #50 22.41 Setting up libcap2-bin (1:2.44-1) ... [2023-04-17T23:23:50.253Z] #36 ... [2023-04-17T23:23:50.253Z] [2023-04-17T23:23:50.253Z] #29 [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 [2023-04-17T23:23:50.253Z] #29 35.13 Updating files: 44% (855/1914) Updating files: 45% (862/1914) Updating files: 46% (881/1914) Updating files: 47% (900/1914) Updating files: 48% (919/1914) Updating files: 49% (938/1914) Updating files: 50% (957/1914) Updating files: 51% (977/1914) Updating files: 52% (996/1914) Updating files: 53% (1015/1914) Updating files: 54% (1034/1914) Updating files: 55% (1053/1914) Updating files: 56% (1072/1914) Updating files: 57% (1091/1914) Updating files: 58% (1111/1914) Updating files: 59% (1130/1914) Updating files: 60% (1149/1914) Updating files: 61% (1168/1914) Updating files: 62% (1187/1914) Updating files: 63% (1206/1914) Updating files: 64% (1225/1914) Updating files: 65% (1245/1914) Updating files: 66% (1264/1914) Updating files: 67% (1283/1914) Updating files: 68% (1302/1914) Updating files: 69% (1321/1914) Updating files: 70% (1340/1914) Updating files: 71% (1359/1914) Updating files: 72% (1379/1914) Updating files: 73% (1398/1914) Updating files: 74% (1417/1914) Updating files: 75% (1436/1914) Updating files: 76% (1455/1914) Updating files: 77% (1474/1914) Updating files: 78% (1493/1914) Updating files: 79% (1513/1914) Updating files: 80% (1532/1914) Updating files: 81% (1551/1914) Updating files: 81% (1564/1914) Updating files: 82% (1570/1914) Updating files: 83% (1589/1914) Updating files: 84% (1608/1914) Updating files: 85% (1627/1914) Updating files: 86% (1647/1914) Updating files: 87% (1666/1914) Updating files: 88% (1685/1914) Updating files: 89% (1704/1914) Updating files: 90% (1723/1914) Updating files: 91% (1742/1914) Updating files: 92% (1761/1914) Updating files: 93% (1781/1914) Updating files: 94% (1800/1914) Updating files: 95% (1819/1914) Updating files: 96% (1838/1914) Updating files: 97% (1857/1914) Updating files: 98% (1876/1914) Updating files: 99% (1895/1914) [2023-04-17T23:23:50.253Z] #29 ... [2023-04-17T23:23:50.253Z] [2023-04-17T23:23:50.253Z] #25 [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 [2023-04-17T23:23:50.253Z] #25 26.60 unicode/utf8 [2023-04-17T23:23:50.253Z] #25 28.37 internal/race [2023-04-17T23:23:50.253Z] #25 28.88 sync/atomic [2023-04-17T23:23:50.253Z] #25 30.97 unicode [2023-04-17T23:23:50.253Z] #25 ... [2023-04-17T23:23:50.253Z] [2023-04-17T23:23:50.253Z] #29 [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 [2023-04-17T23:23:50.254Z] #29 35.13 Updating files: 44% (855/1914) Updating files: 45% (862/1914) Updating files: 46% (881/1914) Updating files: 47% (900/1914) Updating files: 48% (919/1914) Updating files: 49% (938/1914) Updating files: 50% (957/1914) Updating files: 51% (977/1914) Updating files: 52% (996/1914) Updating files: 53% (1015/1914) Updating files: 54% (1034/1914) Updating files: 55% (1053/1914) Updating files: 56% (1072/1914) Updating files: 57% (1091/1914) Updating files: 58% (1111/1914) Updating files: 59% (1130/1914) Updating files: 60% (1149/1914) Updating files: 61% (1168/1914) Updating files: 62% (1187/1914) Updating files: 63% (1206/1914) Updating files: 64% (1225/1914) Updating files: 65% (1245/1914) Updating files: 66% (1264/1914) Updating files: 67% (1283/1914) Updating files: 68% (1302/1914) Updating files: 69% (1321/1914) Updating files: 70% (1340/1914) Updating files: 71% (1359/1914) Updating files: 72% (1379/1914) Updating files: 73% (1398/1914) Updating files: 74% (1417/1914) Updating files: 75% (1436/1914) Updating files: 76% (1455/1914) Updating files: 77% (1474/1914) Updating files: 78% (1493/1914) Updating files: 79% (1513/1914) Updating files: 80% (1532/1914) Updating files: 81% (1551/1914) Updating files: 81% (1564/1914) Updating files: 82% (1570/1914) Updating files: 83% (1589/1914) Updating files: 84% (1608/1914) Updating files: 85% (1627/1914) Updating files: 86% (1647/1914) Updating files: 87% (1666/1914) Updating files: 88% (1685/1914) Updating files: 89% (1704/1914) Updating files: 90% (1723/1914) Updating files: 91% (1742/1914) Updating files: 92% (1761/1914) Updating files: 93% (1781/1914) Updating files: 94% (1800/1914) Updating files: 95% (1819/1914) Updating files: 96% (1838/1914) Updating files: 97% (1857/1914) Updating files: 98% (1876/1914) Updating files: 99% (1895/1914) Updating files: 100% (1914/1914) Updating files: 100% (1914/1914), done. [2023-04-17T23:23:50.254Z] #29 36.79 + cd /tmp/tmp.VgkxzR4oaW/src/github.com/docker/libnetwork [2023-04-17T23:23:50.254Z] #29 36.79 + git checkout -q 05b93e0d3a95952f70c113b0bc5bdb538d7afdd7 [2023-04-17T23:23:50.339Z] #31 79.38 go: downloading github.com/prometheus/client_golang v1.12.1 [2023-04-17T23:23:50.367Z] #4 sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 8.40kB / 8.40kB done [2023-04-17T23:23:50.367Z] #4 sha256:7f44e51970d0422c2cbff3b20b6b5ef861f6244c396a06e1a96f7aa4fa83a4e6 482B / 482B done [2023-04-17T23:23:50.367Z] #4 sha256:a28edb2041b8f23c38382d8be273f0239f51ff1f510f98bccc8d0e7f42249e97 2.90kB / 2.90kB done [2023-04-17T23:23:50.367Z] #4 sha256:9d0cd65540a143ce38aa0be7c5e9efeed30d3580d03667f107cd76354f2bee65 10.82MB / 10.82MB 0.3s [2023-04-17T23:23:50.397Z] #50 22.42 Setting up apparmor (2.13.6-10) ... [2023-04-17T23:23:50.635Z] #4 sha256:9d0cd65540a143ce38aa0be7c5e9efeed30d3580d03667f107cd76354f2bee65 10.82MB / 10.82MB 0.3s done [2023-04-17T23:23:50.635Z] #4 extracting sha256:9d0cd65540a143ce38aa0be7c5e9efeed30d3580d03667f107cd76354f2bee65 0.1s [2023-04-17T23:23:50.635Z] #4 extracting sha256:9d0cd65540a143ce38aa0be7c5e9efeed30d3580d03667f107cd76354f2bee65 0.2s done [2023-04-17T23:23:50.635Z] #4 DONE 0.7s [2023-04-17T23:23:50.821Z] #29 37.51 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2023-04-17T23:23:50.896Z] [2023-04-17T23:23:50.896Z] #5 [internal] load metadata for docker.io/library/golang:1.19.8-bullseye [2023-04-17T23:23:50.914Z] #31 ... [2023-04-17T23:23:50.914Z] [2023-04-17T23:23:50.914Z] #27 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:23:50.914Z] #27 69.90 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2023-04-17T23:23:50.914Z] #27 72.75 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2023-04-17T23:23:50.914Z] #27 73.69 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2023-04-17T23:23:50.914Z] #27 74.75 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2023-04-17T23:23:50.914Z] #27 76.96 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2023-04-17T23:23:50.914Z] #27 77.87 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2023-04-17T23:23:50.914Z] #27 77.88 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2023-04-17T23:23:50.914Z] #27 77.89 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2023-04-17T23:23:50.914Z] #27 77.92 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2023-04-17T23:23:50.914Z] #27 77.92 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2023-04-17T23:23:50.914Z] #27 77.96 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2023-04-17T23:23:50.914Z] #27 77.97 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7+deb11u1 [123 kB] [2023-04-17T23:23:50.914Z] #27 77.99 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2023-04-17T23:23:50.914Z] #27 78.03 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2+deb11u1 [232 kB] [2023-04-17T23:23:50.914Z] #27 78.05 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2+deb11u1 [220 kB] [2023-04-17T23:23:50.914Z] #27 78.08 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2+deb11u1 [49.1 kB] [2023-04-17T23:23:50.914Z] #27 78.09 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2+deb11u1 [733 kB] [2023-04-17T23:23:50.914Z] #27 78.15 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2023-04-17T23:23:50.914Z] #27 78.16 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2023-04-17T23:23:50.914Z] #27 78.17 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2023-04-17T23:23:50.914Z] #27 78.18 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7+deb11u1 [401 kB] [2023-04-17T23:23:50.914Z] #27 ... [2023-04-17T23:23:50.914Z] [2023-04-17T23:23:50.914Z] #26 [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 python3-protobuf [2023-04-17T23:23:50.914Z] #26 76.22 Selecting previously unselected package libprotoc23:amd64. [2023-04-17T23:23:50.914Z] #26 76.23 Preparing to unpack .../12-libprotoc23_3.12.4-1_amd64.deb ... [2023-04-17T23:23:50.914Z] #26 76.24 Unpacking libprotoc23:amd64 (3.12.4-1) ... [2023-04-17T23:23:50.914Z] #26 77.57 Selecting previously unselected package protobuf-c-compiler. [2023-04-17T23:23:50.914Z] #26 77.57 Preparing to unpack .../13-protobuf-c-compiler_1.3.3-1+b2_amd64.deb ... [2023-04-17T23:23:50.914Z] #26 77.58 Unpacking protobuf-c-compiler (1.3.3-1+b2) ... [2023-04-17T23:23:50.914Z] #26 77.81 Selecting previously unselected package protobuf-compiler. [2023-04-17T23:23:50.914Z] #26 77.82 Preparing to unpack .../14-protobuf-compiler_3.12.4-1_amd64.deb ... [2023-04-17T23:23:50.914Z] #26 77.82 Unpacking protobuf-compiler (3.12.4-1) ... [2023-04-17T23:23:50.914Z] #26 78.06 Selecting previously unselected package python3-pkg-resources. [2023-04-17T23:23:50.914Z] #26 78.07 Preparing to unpack .../15-python3-pkg-resources_52.0.0-4_all.deb ... [2023-04-17T23:23:50.914Z] #26 78.10 Unpacking python3-pkg-resources (52.0.0-4) ... [2023-04-17T23:23:50.914Z] #26 78.57 Selecting previously unselected package python3-six. [2023-04-17T23:23:50.914Z] #26 78.58 Preparing to unpack .../16-python3-six_1.16.0-2_all.deb ... [2023-04-17T23:23:50.914Z] #26 78.59 Unpacking python3-six (1.16.0-2) ... [2023-04-17T23:23:50.914Z] #26 78.83 Selecting previously unselected package python3-protobuf. [2023-04-17T23:23:50.914Z] #26 78.83 Preparing to unpack .../17-python3-protobuf_3.12.4-1_amd64.deb ... [2023-04-17T23:23:50.914Z] #26 78.84 Unpacking python3-protobuf (3.12.4-1) ... [2023-04-17T23:23:51.175Z] #26 80.28 Setting up python3-pkg-resources (52.0.0-4) ... [2023-04-17T23:23:51.765Z] #50 23.78 Setting up zip (3.0-12) ... [2023-04-17T23:23:51.765Z] #50 23.79 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:23:51.765Z] #50 23.84 Setting up bash-completion (1:2.11-2) ... [2023-04-17T23:23:51.839Z] #5 ... [2023-04-17T23:23:51.839Z] [2023-04-17T23:23:51.839Z] #6 [internal] load metadata for docker.io/library/debian:bullseye [2023-04-17T23:23:51.839Z] #6 DONE 1.1s [2023-04-17T23:23:52.100Z] [2023-04-17T23:23:52.100Z] #5 [internal] load metadata for docker.io/library/golang:1.19.8-bullseye [2023-04-17T23:23:52.100Z] #5 DONE 1.1s [2023-04-17T23:23:52.100Z] [2023-04-17T23:23:52.100Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2023-04-17T23:23:52.100Z] #7 DONE 1.1s [2023-04-17T23:23:52.100Z] [2023-04-17T23:23:52.100Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2023-04-17T23:23:52.100Z] #8 DONE 1.3s [2023-04-17T23:23:52.208Z] #29 ... [2023-04-17T23:23:52.208Z] [2023-04-17T23:23:52.208Z] #26 [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 [2023-04-17T23:23:52.208Z] #26 DONE 38.5s [2023-04-17T23:23:52.208Z] [2023-04-17T23:23:52.208Z] #30 [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 [2023-04-17T23:23:52.208Z] #30 32.36 go: downloading github.com/mattn/go-colorable v0.1.13 [2023-04-17T23:23:52.208Z] #30 32.38 go: downloading github.com/sirupsen/logrus v1.9.0 [2023-04-17T23:23:52.208Z] #30 32.72 go: downloading github.com/stretchr/testify v1.8.0 [2023-04-17T23:23:52.208Z] #30 33.04 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2023-04-17T23:23:52.208Z] #30 33.25 go: downloading github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6 [2023-04-17T23:23:52.208Z] #30 33.42 go: downloading github.com/mattn/go-isatty v0.0.16 [2023-04-17T23:23:52.208Z] #30 33.66 go: downloading github.com/fsnotify/fsnotify v1.5.4 [2023-04-17T23:23:52.208Z] #30 33.71 go: downloading github.com/mitchellh/mapstructure v1.5.0 [2023-04-17T23:23:52.208Z] #30 33.97 go: downloading github.com/spf13/afero v1.8.2 [2023-04-17T23:23:52.208Z] #30 34.18 go: downloading github.com/spf13/cast v1.5.0 [2023-04-17T23:23:52.208Z] #30 34.50 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2023-04-17T23:23:52.208Z] #30 34.86 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 [2023-04-17T23:23:52.208Z] #30 35.11 go: downloading github.com/hashicorp/errwrap v1.0.0 [2023-04-17T23:23:52.208Z] #30 35.56 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2023-04-17T23:23:52.208Z] #30 35.90 go: downloading github.com/Antonboom/errname v0.1.7 [2023-04-17T23:23:52.208Z] #30 36.09 go: downloading github.com/Antonboom/nilnil v0.1.1 [2023-04-17T23:23:52.208Z] #30 36.25 go: downloading github.com/BurntSushi/toml v1.2.0 [2023-04-17T23:23:52.208Z] #30 36.34 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2023-04-17T23:23:52.208Z] #30 36.70 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0 [2023-04-17T23:23:52.208Z] #30 37.04 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2023-04-17T23:23:52.208Z] #30 37.25 go: downloading github.com/alexkohler/prealloc v1.0.0 [2023-04-17T23:23:52.208Z] #30 37.44 go: downloading github.com/alingse/asasalint v0.0.11 [2023-04-17T23:23:52.208Z] #30 37.79 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2023-04-17T23:23:52.208Z] #30 38.00 go: downloading github.com/ashanbrown/makezero v1.1.1 [2023-04-17T23:23:52.208Z] #30 38.17 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2023-04-17T23:23:52.208Z] #30 38.20 go: downloading github.com/blizzy78/varnamelen v0.8.0 [2023-04-17T23:23:52.208Z] #30 38.67 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2023-04-17T23:23:52.208Z] #30 38.85 go: downloading github.com/breml/bidichk v0.2.3 [2023-04-17T23:23:52.208Z] #30 38.86 go: downloading github.com/breml/errchkjson v0.3.0 [2023-04-17T23:23:52.469Z] #30 39.03 go: downloading github.com/butuzov/ireturn v0.1.1 [2023-04-17T23:23:52.469Z] #30 39.14 go: downloading github.com/charithe/durationcheck v0.0.9 [2023-04-17T23:23:52.469Z] #30 39.17 go: downloading github.com/curioswitch/go-reassign v0.1.2 [2023-04-17T23:23:52.728Z] #30 39.36 go: downloading github.com/daixiang0/gci v0.6.3 [2023-04-17T23:23:53.302Z] #30 39.96 go: downloading github.com/denis-tingaikin/go-header v0.4.3 [2023-04-17T23:23:53.303Z] #30 39.97 go: downloading github.com/esimonov/ifshort v1.0.4 [2023-04-17T23:23:53.303Z] #30 40.10 go: downloading github.com/firefart/nonamedreturns v1.0.4 [2023-04-17T23:23:53.560Z] #30 40.11 go: downloading github.com/fzipp/gocyclo v0.6.0 [2023-04-17T23:23:53.560Z] #30 40.16 go: downloading github.com/go-critic/go-critic v0.6.4 [2023-04-17T23:23:53.719Z] #26 ... [2023-04-17T23:23:53.719Z] [2023-04-17T23:23:53.719Z] #27 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:23:53.719Z] #27 80.33 debconf: delaying package configuration, since apt-utils is not installed [2023-04-17T23:23:53.719Z] #27 80.76 Fetched 115 MB in 11s (10.2 MB/s) [2023-04-17T23:23:53.719Z] #27 80.97 Selecting previously unselected package binutils-mingw-w64-i686. [2023-04-17T23:23:53.719Z] #27 80.97 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15722 files and directories currently installed.) [2023-04-17T23:23:53.719Z] #27 81.09 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2023-04-17T23:23:53.719Z] #27 81.11 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2023-04-17T23:23:54.256Z] Client: Docker Engine - Community [2023-04-17T23:23:54.256Z] Version: 22.06.0-beta.0 [2023-04-17T23:23:54.256Z] API version: 1.42 [2023-04-17T23:23:54.256Z] Go version: go1.18.3 [2023-04-17T23:23:54.256Z] Git commit: 3e9117b [2023-04-17T23:23:54.256Z] Built: Fri Jun 3 17:55:45 2022 [2023-04-17T23:23:54.256Z] OS/Arch: linux/amd64 [2023-04-17T23:23:54.256Z] Context: default [2023-04-17T23:23:54.256Z] [2023-04-17T23:23:54.256Z] Server: Docker Engine - Community [2023-04-17T23:23:54.256Z] Engine: [2023-04-17T23:23:54.256Z] Version: 22.06.0-beta.0 [2023-04-17T23:23:54.256Z] API version: 1.42 (minimum version 1.12) [2023-04-17T23:23:54.256Z] Go version: go1.18.3 [2023-04-17T23:23:54.256Z] Git commit: 38633e7 [2023-04-17T23:23:54.256Z] Built: Fri Jun 3 17:55:45 2022 [2023-04-17T23:23:54.256Z] OS/Arch: linux/amd64 [2023-04-17T23:23:54.256Z] Experimental: true [2023-04-17T23:23:54.256Z] containerd: [2023-04-17T23:23:54.256Z] Version: 1.6.8 [2023-04-17T23:23:54.256Z] GitCommit: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6 [2023-04-17T23:23:54.256Z] runc: [2023-04-17T23:23:54.256Z] Version: 1.1.4 [2023-04-17T23:23:54.256Z] GitCommit: v1.1.4-0-g5fd4c4d [2023-04-17T23:23:54.256Z] docker-init: [2023-04-17T23:23:54.256Z] Version: 0.19.0 [2023-04-17T23:23:54.256Z] GitCommit: de40ad0 [Pipeline] sh [2023-04-17T23:23:54.544Z] #50 26.57 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2023-04-17T23:23:54.544Z] #50 26.59 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2023-04-17T23:23:54.544Z] #50 26.60 Setting up libmnl0:amd64 (1.0.4-3) ... [2023-04-17T23:23:54.544Z] #50 26.61 Setting up patch (2.7.6-7) ... [2023-04-17T23:23:54.544Z] #50 26.63 Setting up sudo (1.9.5p2-3+deb11u1) ... [2023-04-17T23:23:54.544Z] #50 26.71 invoke-rc.d: could not determine current runlevel [2023-04-17T23:23:54.544Z] #50 26.72 invoke-rc.d: policy-rc.d denied execution of start. [2023-04-17T23:23:54.544Z] #50 26.74 Setting up xfsprogs (5.10.0-4) ... [2023-04-17T23:23:54.544Z] #50 26.76 Setting up libxtables12:amd64 (1.8.7-1) ... [2023-04-17T23:23:54.544Z] #50 26.82 Setting up inetutils-ping (2:2.0-1+deb11u1) ... [2023-04-17T23:23:54.563Z] + docker info [2023-04-17T23:23:54.563Z] Client: [2023-04-17T23:23:54.563Z] Context: default [2023-04-17T23:23:54.563Z] Debug Mode: false [2023-04-17T23:23:54.563Z] Plugins: [2023-04-17T23:23:54.563Z] buildx: Docker Buildx (Docker Inc.) [2023-04-17T23:23:54.563Z] Version: c5aec24 [2023-04-17T23:23:54.563Z] Path: /home/ubuntu/.docker/cli-plugins/docker-buildx [2023-04-17T23:23:54.563Z] compose: Docker Compose (Docker Inc.) [2023-04-17T23:23:54.563Z] Version: v2.12.0 [2023-04-17T23:23:54.563Z] Path: /usr/libexec/docker/cli-plugins/docker-compose [2023-04-17T23:23:54.563Z] scan: Docker Scan (Docker Inc.) [2023-04-17T23:23:54.563Z] Version: v0.17.0 [2023-04-17T23:23:54.563Z] Path: /usr/libexec/docker/cli-plugins/docker-scan [2023-04-17T23:23:54.563Z] [2023-04-17T23:23:54.563Z] Server: [2023-04-17T23:23:54.563Z] Containers: 0 [2023-04-17T23:23:54.563Z] Running: 0 [2023-04-17T23:23:54.563Z] Paused: 0 [2023-04-17T23:23:54.563Z] Stopped: 0 [2023-04-17T23:23:54.563Z] Images: 0 [2023-04-17T23:23:54.563Z] Server Version: 22.06.0-beta.0 [2023-04-17T23:23:54.563Z] Storage Driver: overlay2 [2023-04-17T23:23:54.563Z] Backing Filesystem: extfs [2023-04-17T23:23:54.563Z] Supports d_type: true [2023-04-17T23:23:54.563Z] Using metacopy: false [2023-04-17T23:23:54.563Z] Native Overlay Diff: true [2023-04-17T23:23:54.563Z] userxattr: false [2023-04-17T23:23:54.563Z] Logging Driver: json-file [2023-04-17T23:23:54.563Z] Cgroup Driver: systemd [2023-04-17T23:23:54.563Z] Cgroup Version: 2 [2023-04-17T23:23:54.563Z] Plugins: [2023-04-17T23:23:54.563Z] Volume: local [2023-04-17T23:23:54.563Z] Network: bridge host ipvlan macvlan null overlay [2023-04-17T23:23:54.563Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2023-04-17T23:23:54.563Z] Swarm: inactive [2023-04-17T23:23:54.563Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2023-04-17T23:23:54.563Z] Default Runtime: runc [2023-04-17T23:23:54.563Z] Init Binary: docker-init [2023-04-17T23:23:54.563Z] containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6 [2023-04-17T23:23:54.563Z] runc version: v1.1.4-0-g5fd4c4d [2023-04-17T23:23:54.563Z] init version: de40ad0 [2023-04-17T23:23:54.563Z] Security Options: [2023-04-17T23:23:54.563Z] apparmor [2023-04-17T23:23:54.563Z] seccomp [2023-04-17T23:23:54.563Z] Profile: builtin [2023-04-17T23:23:54.563Z] cgroupns [2023-04-17T23:23:54.563Z] Kernel Version: 5.15.0-1022-aws [2023-04-17T23:23:54.563Z] Operating System: Ubuntu 20.04.5 LTS [2023-04-17T23:23:54.563Z] OSType: linux [2023-04-17T23:23:54.563Z] Architecture: x86_64 [2023-04-17T23:23:54.563Z] CPUs: 2 [2023-04-17T23:23:54.563Z] Total Memory: 7.557GiB [2023-04-17T23:23:54.563Z] Name: ip-10-100-122-75 [2023-04-17T23:23:54.563Z] ID: c944a62a-a99e-4e56-b148-df1906108e3b [2023-04-17T23:23:54.564Z] Docker Root Dir: /var/lib/docker [2023-04-17T23:23:54.564Z] Debug Mode: false [2023-04-17T23:23:54.564Z] Registry: https://index.docker.io/v1/ [2023-04-17T23:23:54.564Z] Labels: [2023-04-17T23:23:54.564Z] Experimental: true [2023-04-17T23:23:54.564Z] Insecure Registries: [2023-04-17T23:23:54.564Z] 127.0.0.0/8 [2023-04-17T23:23:54.564Z] Live Restore Enabled: true [2023-04-17T23:23:54.564Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2023-04-17T23:23:54.859Z] #50 26.85 Setting up pigz (2.6-1) ... [2023-04-17T23:23:54.859Z] #50 26.86 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2023-04-17T23:23:54.859Z] #50 26.89 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2023-04-17T23:23:54.859Z] #50 26.94 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2023-04-17T23:23:54.859Z] #50 26.95 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:23:54.932Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:ad45ece6fe93c6870080341daa12fe8da6271fa9 . [2023-04-17T23:23:54.932Z] #1 [internal] load build definition from Dockerfile [2023-04-17T23:23:54.932Z] #1 transferring dockerfile: 17.17kB done [2023-04-17T23:23:54.932Z] #1 DONE 0.1s [2023-04-17T23:23:54.932Z] [2023-04-17T23:23:54.932Z] #2 [internal] load .dockerignore [2023-04-17T23:23:54.932Z] #2 transferring context: 87B done [2023-04-17T23:23:54.932Z] #2 DONE 0.1s [2023-04-17T23:23:54.932Z] [2023-04-17T23:23:54.932Z] #3 resolve image config for docker.io/docker/dockerfile:1 [2023-04-17T23:23:54.983Z] #30 41.35 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2023-04-17T23:23:54.983Z] #30 41.44 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2023-04-17T23:23:54.983Z] #30 41.44 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe [2023-04-17T23:23:54.983Z] #30 41.63 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2023-04-17T23:23:55.119Z] #50 ... [2023-04-17T23:23:55.119Z] [2023-04-17T23:23:55.119Z] #38 [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 [2023-04-17T23:23:55.119Z] #38 49.68 CC criu/kerndat.o [2023-04-17T23:23:55.119Z] #38 50.17 CC criu/libnetlink.o [2023-04-17T23:23:55.119Z] #38 50.33 CC criu/log.o [2023-04-17T23:23:55.119Z] #38 50.60 CC criu/lsm.o [2023-04-17T23:23:55.119Z] #38 50.80 CC criu/mem.o [2023-04-17T23:23:55.119Z] #38 51.46 CC criu/memfd.o [2023-04-17T23:23:55.119Z] #38 51.72 CC criu/mount.o [2023-04-17T23:23:55.119Z] #38 53.24 CC criu/namespaces.o [2023-04-17T23:23:55.119Z] #38 53.98 CC criu/net.o [2023-04-17T23:23:55.119Z] #38 55.31 CC criu/netfilter.o [2023-04-17T23:23:55.119Z] #38 55.50 CC criu/page-pipe.o [2023-04-17T23:23:55.119Z] #38 55.79 CC criu/page-xfer.o [2023-04-17T23:23:55.119Z] #38 56.37 CC criu/pagemap-cache.o [2023-04-17T23:23:55.119Z] #38 56.52 CC criu/pagemap.o [2023-04-17T23:23:55.119Z] #38 57.03 CC criu/parasite-syscall.o [2023-04-17T23:23:55.119Z] #38 57.42 CC criu/path.o [2023-04-17T23:23:55.119Z] #38 57.57 CC criu/pie-util-vdso-elf32.o [2023-04-17T23:23:55.119Z] #38 57.81 CC criu/pie-util-vdso.o [2023-04-17T23:23:55.119Z] #38 57.99 CC criu/pie-util.o [2023-04-17T23:23:55.119Z] #38 58.10 CC criu/pipes.o [2023-04-17T23:23:55.119Z] #38 58.43 CC criu/plugin.o [2023-04-17T23:23:55.119Z] #38 58.60 CC criu/proc_parse.o [2023-04-17T23:23:55.119Z] #38 59.79 CC criu/protobuf-desc.o [2023-04-17T23:23:55.384Z] #38 ... [2023-04-17T23:23:55.384Z] [2023-04-17T23:23:55.384Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-04-17T23:23:55.384Z] #50 27.43 Setting up libaio1:amd64 (0.3.112-9) ... [2023-04-17T23:23:55.384Z] #50 27.47 Setting up python3-lib2to3 (3.9.2-1) ... [2023-04-17T23:23:55.555Z] #30 ... [2023-04-17T23:23:55.555Z] [2023-04-17T23:23:55.555Z] #24 [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 [2023-04-17T23:23:55.633Z] #27 ... [2023-04-17T23:23:55.633Z] [2023-04-17T23:23:55.633Z] #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 [2023-04-17T23:23:55.633Z] #36 74.58 Selecting previously unselected package libicu67:amd64. [2023-04-17T23:23:55.633Z] #36 74.59 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2023-04-17T23:23:55.633Z] #36 74.60 Unpacking libicu67:amd64 (67.1-7) ... [2023-04-17T23:23:55.633Z] #36 ... [2023-04-17T23:23:55.633Z] [2023-04-17T23:23:55.633Z] #26 [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 python3-protobuf [2023-04-17T23:23:55.633Z] #26 83.24 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2023-04-17T23:23:55.633Z] #26 83.26 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2023-04-17T23:23:55.633Z] #26 83.29 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2023-04-17T23:23:55.633Z] #26 83.30 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2023-04-17T23:23:55.633Z] #26 83.34 Setting up libcap2:amd64 (1:2.44-1) ... [2023-04-17T23:23:55.633Z] #26 83.37 Setting up python3-six (1.16.0-2) ... [2023-04-17T23:23:55.640Z] #50 27.70 Setting up libelf1:amd64 (0.183-1) ... [2023-04-17T23:23:55.640Z] #50 27.74 Setting up libonig5:amd64 (6.9.6-1.1) ... [2023-04-17T23:23:55.640Z] #50 27.75 Setting up python3-distutils (3.9.2-1) ... [2023-04-17T23:23:55.640Z] #50 27.94 Setting up vim (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:23:55.872Z] #3 DONE 0.5s [2023-04-17T23:23:55.872Z] [2023-04-17T23:23:55.872Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 [2023-04-17T23:23:55.872Z] #4 resolve docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 done [2023-04-17T23:23:55.872Z] #4 sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 8.40kB / 8.40kB done [2023-04-17T23:23:55.872Z] #4 sha256:966d40f9ba8366e74c2fa353fc0bc7bbc167d2a0f3ad2420db8b9e633049462d 482B / 482B done [2023-04-17T23:23:55.872Z] #4 sha256:dbdd11720762ad504260c66161c964e59eba06b95a7aa64a68634b598a830a91 2.90kB / 2.90kB done [2023-04-17T23:23:55.872Z] #4 sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 7.34MB / 11.55MB 0.1s [2023-04-17T23:23:55.872Z] #4 sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 11.55MB / 11.55MB 0.2s done [2023-04-17T23:23:55.872Z] #4 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 0.1s [2023-04-17T23:23:55.896Z] #50 27.95 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2023-04-17T23:23:55.896Z] #50 27.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2023-04-17T23:23:55.896Z] #50 27.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2023-04-17T23:23:55.896Z] #50 28.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2023-04-17T23:23:55.896Z] #50 28.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2023-04-17T23:23:55.896Z] #50 28.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2023-04-17T23:23:55.896Z] #50 28.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2023-04-17T23:23:55.896Z] #50 28.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2023-04-17T23:23:55.896Z] #50 28.07 Setting up python3-setuptools (52.0.0-4) ... [2023-04-17T23:23:56.133Z] #4 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 0.2s done [2023-04-17T23:23:56.204Z] #26 ... [2023-04-17T23:23:56.204Z] [2023-04-17T23:23:56.204Z] #29 [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 [2023-04-17T23:23:56.204Z] #29 75.10 Updating files: 82% (1258/1521) Updating files: 83% (1263/1521) Updating files: 84% (1278/1521) Updating files: 85% (1293/1521) Updating files: 86% (1309/1521) Updating files: 87% (1324/1521) Updating files: 88% (1339/1521) Updating files: 89% (1354/1521) Updating files: 90% (1369/1521) Updating files: 91% (1385/1521) Updating files: 92% (1400/1521) Updating files: 93% (1415/1521) Updating files: 93% (1422/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2023-04-17T23:23:56.204Z] #29 76.56 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2023-04-17T23:23:56.204Z] #29 76.94 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2023-04-17T23:23:56.204Z] #29 ... [2023-04-17T23:23:56.204Z] [2023-04-17T23:23:56.204Z] #26 [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 python3-protobuf [2023-04-17T23:23:56.204Z] #26 85.46 Setting up libprotobuf-lite23:amd64 (3.12.4-1) ... [2023-04-17T23:23:56.204Z] #26 85.52 Setting up libprotoc23:amd64 (3.12.4-1) ... [2023-04-17T23:23:56.309Z] [2023-04-17T23:23:56.310Z] #9 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2023-04-17T23:23:56.310Z] #9 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2023-04-17T23:23:56.310Z] #9 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2023-04-17T23:23:56.310Z] #9 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2023-04-17T23:23:56.310Z] #9 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2023-04-17T23:23:56.393Z] #4 DONE 0.7s [2023-04-17T23:23:56.393Z] [2023-04-17T23:23:56.393Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2023-04-17T23:23:56.459Z] #50 28.55 Setting up libjq1:amd64 (1.6-2.1) ... [2023-04-17T23:23:56.459Z] #50 28.56 Setting up libnftnl11:amd64 (1.1.9-1) ... [2023-04-17T23:23:56.459Z] #50 28.57 Setting up thin-provisioning-tools (0.9.0-1) ... [2023-04-17T23:23:56.459Z] #50 28.59 Setting up python3-pip (20.3.4-4+deb11u1) ... [2023-04-17T23:23:56.465Z] #26 85.58 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... [2023-04-17T23:23:56.465Z] #26 85.62 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2023-04-17T23:23:56.465Z] #26 85.65 Setting up python3-protobuf (3.12.4-1) ... [2023-04-17T23:23:56.578Z] #9 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0B / 9.86MB 0.4s [2023-04-17T23:23:56.843Z] #9 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.15MB / 9.86MB 0.6s [2023-04-17T23:23:56.843Z] #9 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 6.29MB / 9.86MB 0.7s [2023-04-17T23:23:56.843Z] #9 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.8s [2023-04-17T23:23:56.861Z] #24 41.88 Updating files: 50% (1130/2222) Updating files: 51% (1134/2222) Updating files: 52% (1156/2222) Updating files: 53% (1178/2222) Updating files: 54% (1200/2222) Updating files: 55% (1223/2222) Updating files: 56% (1245/2222) Updating files: 57% (1267/2222) Updating files: 58% (1289/2222) Updating files: 59% (1311/2222) Updating files: 60% (1334/2222) Updating files: 61% (1356/2222) Updating files: 62% (1378/2222) Updating files: 63% (1400/2222) Updating files: 64% (1423/2222) Updating files: 65% (1445/2222) Updating files: 66% (1467/2222) Updating files: 67% (1489/2222) Updating files: 68% (1511/2222) Updating files: 69% (1534/2222) Updating files: 70% (1556/2222) Updating files: 71% (1578/2222) Updating files: 72% (1600/2222) Updating files: 73% (1623/2222) Updating files: 74% (1645/2222) Updating files: 75% (1667/2222) Updating files: 76% (1689/2222) Updating files: 77% (1711/2222) Updating files: 78% (1734/2222) Updating files: 79% (1756/2222) Updating files: 80% (1778/2222) Updating files: 81% (1800/2222) Updating files: 82% (1823/2222) Updating files: 83% (1845/2222) Updating files: 83% (1851/2222) Updating files: 84% (1867/2222) Updating files: 85% (1889/2222) Updating files: 86% (1911/2222) Updating files: 87% (1934/2222) Updating files: 88% (1956/2222) Updating files: 89% (1978/2222) Updating files: 90% (2000/2222) Updating files: 91% (2023/2222) Updating files: 92% (2045/2222) Updating files: 93% (2067/2222) Updating files: 94% (2089/2222) Updating files: 95% (2111/2222) Updating files: 96% (2134/2222) Updating files: 97% (2156/2222) Updating files: 98% (2178/2222) Updating files: 99% (2200/2222) Updating files: 100% (2222/2222) Updating files: 100% (2222/2222), done. [2023-04-17T23:23:56.861Z] #24 43.35 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2023-04-17T23:23:57.022Z] #50 29.01 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2023-04-17T23:23:57.022Z] #50 29.03 Setting up jq (1.6-2.1) ... [2023-04-17T23:23:57.022Z] #50 29.04 Setting up libbpf0:amd64 (1:0.3-2) ... [2023-04-17T23:23:57.022Z] #50 29.06 Setting up iptables (1.8.7-1) ... [2023-04-17T23:23:57.022Z] #50 29.07 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2023-04-17T23:23:57.022Z] #50 29.07 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2023-04-17T23:23:57.022Z] #50 29.08 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2023-04-17T23:23:57.022Z] #50 29.13 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2023-04-17T23:23:57.022Z] #50 29.13 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2023-04-17T23:23:57.022Z] #50 29.14 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2023-04-17T23:23:57.022Z] #50 29.15 Setting up iproute2 (5.10.0-4) ... [2023-04-17T23:23:57.279Z] #50 29.38 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2023-04-17T23:23:57.328Z] #5 DONE 0.9s [2023-04-17T23:23:57.328Z] [2023-04-17T23:23:57.328Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2023-04-17T23:23:57.328Z] #6 DONE 0.9s [2023-04-17T23:23:57.328Z] [2023-04-17T23:23:57.328Z] #7 [internal] load metadata for docker.io/library/golang:1.19.8-bullseye [2023-04-17T23:23:57.328Z] #7 DONE 0.9s [2023-04-17T23:23:57.328Z] [2023-04-17T23:23:57.328Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2023-04-17T23:23:57.328Z] #8 DONE 0.9s [2023-04-17T23:23:57.417Z] #9 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 1.1s done [2023-04-17T23:23:57.417Z] #9 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 [2023-04-17T23:23:57.432Z] #24 ... [2023-04-17T23:23:57.432Z] [2023-04-17T23:23:57.432Z] #21 [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 [2023-04-17T23:23:57.432Z] #21 34.14 Fetched 8643 kB in 26s (339 kB/s) [2023-04-17T23:23:57.432Z] #21 34.14 Reading package lists... [2023-04-17T23:23:57.587Z] [2023-04-17T23:23:57.587Z] #9 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2023-04-17T23:23:57.587Z] #9 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2023-04-17T23:23:57.587Z] #9 DONE 0.0s [2023-04-17T23:23:57.587Z] [2023-04-17T23:23:57.587Z] #10 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:0a78ed641b76252739e28ebbbe8cdbd80dc367fba4502565ca839e5803cfd86e [2023-04-17T23:23:57.587Z] #10 resolve docker.io/library/debian:bullseye@sha256:0a78ed641b76252739e28ebbbe8cdbd80dc367fba4502565ca839e5803cfd86e 0.1s done [2023-04-17T23:23:57.587Z] #10 sha256:ca1a8403096efb7da1512b0ae008b16f2dae553deed435163b137447b90fa8b0 1.46kB / 1.46kB done [2023-04-17T23:23:57.587Z] #10 sha256:0a78ed641b76252739e28ebbbe8cdbd80dc367fba4502565ca839e5803cfd86e 1.85kB / 1.85kB done [2023-04-17T23:23:57.587Z] #10 sha256:4effa16ae79ab36347d55ebb6bb4aad411077b72ad735054e684b3eeba373a35 529B / 529B done [2023-04-17T23:23:57.691Z] #21 42.66 Reading package lists... [2023-04-17T23:23:57.691Z] #21 ... [2023-04-17T23:23:57.691Z] [2023-04-17T23:23:57.691Z] #30 [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 [2023-04-17T23:23:57.692Z] #30 42.17 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2023-04-17T23:23:57.692Z] #30 42.20 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2023-04-17T23:23:57.692Z] #30 42.31 go: downloading github.com/golangci/misspell v0.3.5 [2023-04-17T23:23:57.692Z] #30 42.66 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2023-04-17T23:23:57.692Z] #30 42.72 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2023-04-17T23:23:57.692Z] #30 42.94 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2023-04-17T23:23:57.692Z] #30 43.06 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2023-04-17T23:23:57.692Z] #30 43.17 go: downloading github.com/hexops/gotextdiff v1.0.3 [2023-04-17T23:23:57.692Z] #30 43.46 go: downloading github.com/jgautheron/goconst v1.5.1 [2023-04-17T23:23:57.692Z] #30 43.47 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2023-04-17T23:23:57.692Z] #30 43.55 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2023-04-17T23:23:57.692Z] #30 43.60 go: downloading github.com/julz/importas v0.1.0 [2023-04-17T23:23:57.692Z] #30 43.65 go: downloading github.com/kisielk/errcheck v1.6.2 [2023-04-17T23:23:57.692Z] #30 43.92 go: downloading github.com/kulti/thelper v0.6.3 [2023-04-17T23:23:57.692Z] #30 43.93 go: downloading github.com/kunwardeep/paralleltest v1.0.6 [2023-04-17T23:23:57.692Z] #30 44.35 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2023-04-17T23:23:57.692Z] #30 44.39 go: downloading github.com/ldez/tagliatelle v0.3.1 [2023-04-17T23:23:57.692Z] #30 44.47 go: downloading github.com/leonklingele/grouper v1.1.0 [2023-04-17T23:23:57.950Z] #30 44.51 go: downloading github.com/lufeee/execinquery v1.2.1 [2023-04-17T23:23:57.950Z] #30 44.66 go: downloading github.com/maratori/testpackage v1.1.0 [2023-04-17T23:23:58.152Z] #10 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 1.05MB / 55.05MB 0.2s [2023-04-17T23:23:58.211Z] #30 44.80 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2023-04-17T23:23:58.211Z] #30 44.95 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2023-04-17T23:23:58.211Z] #30 45.00 go: downloading github.com/mgechev/revive v1.2.3 [2023-04-17T23:23:58.211Z] #30 ... [2023-04-17T23:23:58.211Z] [2023-04-17T23:23:58.211Z] #33 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:23:58.211Z] #33 35.05 Fetched 8643 kB in 27s (323 kB/s) [2023-04-17T23:23:58.211Z] #33 35.05 Reading package lists... [2023-04-17T23:23:58.412Z] #10 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 19.92MB / 55.05MB 0.4s [2023-04-17T23:23:58.412Z] #10 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 25.39MB / 55.05MB 0.5s [2023-04-17T23:23:58.471Z] #33 43.15 Reading package lists... [2023-04-17T23:23:58.471Z] #33 ... [2023-04-17T23:23:58.471Z] [2023-04-17T23:23:58.471Z] #31 [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 [2023-04-17T23:23:58.471Z] #31 35.10 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2023-04-17T23:23:58.471Z] #31 35.16 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2023-04-17T23:23:58.672Z] #10 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 31.46MB / 55.05MB 0.6s [2023-04-17T23:23:58.672Z] #10 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 46.14MB / 55.05MB 0.8s [2023-04-17T23:23:58.731Z] #31 ... [2023-04-17T23:23:58.731Z] [2023-04-17T23:23:58.731Z] #34 [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 [2023-04-17T23:23:58.731Z] #34 26.46 Reading package lists... [2023-04-17T23:23:58.731Z] #34 37.42 Reading package lists... [2023-04-17T23:23:58.818Z] #9 ... [2023-04-17T23:23:58.818Z] [2023-04-17T23:23:58.818Z] #10 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2023-04-17T23:23:58.818Z] #10 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2023-04-17T23:23:58.818Z] #10 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2023-04-17T23:23:58.818Z] #10 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2023-04-17T23:23:58.818Z] #10 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2023-04-17T23:23:58.818Z] #10 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.7s done [2023-04-17T23:23:58.818Z] #10 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.3s done [2023-04-17T23:23:58.818Z] #10 DONE 2.8s [2023-04-17T23:23:58.818Z] [2023-04-17T23:23:58.818Z] #9 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2023-04-17T23:23:58.818Z] #9 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.2s done [2023-04-17T23:23:58.818Z] #9 DONE 3.1s [2023-04-17T23:23:58.818Z] [2023-04-17T23:23:58.818Z] #11 [base 1/3] FROM docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 [2023-04-17T23:23:58.818Z] #11 resolve docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 0.1s done [2023-04-17T23:23:58.818Z] #11 sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 1.86kB / 1.86kB done [2023-04-17T23:23:58.818Z] #11 sha256:8a23590f548eec220bafa690e8a655ee400e352f2b49d39c4f610d1f2de04115 1.80kB / 1.80kB done [2023-04-17T23:23:58.818Z] #11 sha256:1e081cbdcf1364cbddb4678e3748ba401afb11d0d3dd431a738af8a8ebada927 7.12kB / 7.12kB done [2023-04-17T23:23:58.818Z] #11 sha256:dc80b8cdbfd36cb20231d807a50d704945d1df4da8f6e23197ccfcb629970491 53.71MB / 53.71MB 1.5s done [2023-04-17T23:23:58.818Z] #11 sha256:5884e7f2c8c61aa845de4902fc29639b58861ae6c2d80bafe82082c0456c0740 5.15MB / 5.15MB 1.7s done [2023-04-17T23:23:58.818Z] #11 extracting sha256:dc80b8cdbfd36cb20231d807a50d704945d1df4da8f6e23197ccfcb629970491 0.9s [2023-04-17T23:23:58.818Z] #11 sha256:1b792b01ed3c8dc1488cd8aac41ab7d49bb17f3fa22b2e6c846078cec81a1c00 10.87MB / 10.87MB 2.0s done [2023-04-17T23:23:58.818Z] #11 sha256:8f993d5b17f32f4b8a535c25e182e5d8412625beee450e513ca57036e8fdd6dc 54.45MB / 54.68MB 2.7s [2023-04-17T23:23:58.818Z] #11 sha256:3ae8c6b39a3b9b675a35ea32f6a5aa6d0297e9fcc95c55b059ecebde0244d034 55.57MB / 81.40MB 2.7s [2023-04-17T23:23:58.818Z] #11 sha256:9f897c406d4957e97580e741857cc863872754b0d052601b7a2706c47e337e92 41.94MB / 115.26MB 2.7s [2023-04-17T23:23:58.929Z] #10 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 52.43MB / 55.05MB 1.0s [2023-04-17T23:23:59.083Z] #11 sha256:3ae8c6b39a3b9b675a35ea32f6a5aa6d0297e9fcc95c55b059ecebde0244d034 76.31MB / 81.40MB 2.9s [2023-04-17T23:23:59.083Z] #11 sha256:9f897c406d4957e97580e741857cc863872754b0d052601b7a2706c47e337e92 66.06MB / 115.26MB 2.9s [2023-04-17T23:23:59.083Z] #11 sha256:3ae8c6b39a3b9b675a35ea32f6a5aa6d0297e9fcc95c55b059ecebde0244d034 81.40MB / 81.40MB 3.0s [2023-04-17T23:23:59.083Z] #11 sha256:9f897c406d4957e97580e741857cc863872754b0d052601b7a2706c47e337e92 81.79MB / 115.26MB 3.0s [2023-04-17T23:23:59.344Z] #11 sha256:9f897c406d4957e97580e741857cc863872754b0d052601b7a2706c47e337e92 91.23MB / 115.26MB 3.3s [2023-04-17T23:23:59.604Z] #11 sha256:8f993d5b17f32f4b8a535c25e182e5d8412625beee450e513ca57036e8fdd6dc 54.68MB / 54.68MB 3.3s done [2023-04-17T23:23:59.604Z] #11 sha256:9f897c406d4957e97580e741857cc863872754b0d052601b7a2706c47e337e92 98.54MB / 115.26MB 3.4s [2023-04-17T23:23:59.604Z] #11 ... [2023-04-17T23:23:59.604Z] [2023-04-17T23:23:59.604Z] #12 [internal] load build context [2023-04-17T23:23:59.604Z] #12 transferring context: 53.56MB 3.7s done [2023-04-17T23:23:59.604Z] #12 DONE 3.8s [2023-04-17T23:23:59.604Z] [2023-04-17T23:23:59.604Z] #11 [base 1/3] FROM docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 [2023-04-17T23:23:59.670Z] #34 45.30 Building dependency tree... [2023-04-17T23:23:59.670Z] #34 ... [2023-04-17T23:23:59.670Z] [2023-04-17T23:23:59.671Z] #27 [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 python3-protobuf [2023-04-17T23:23:59.671Z] #27 36.27 Fetched 8643 kB in 28s (311 kB/s) [2023-04-17T23:23:59.671Z] #27 36.27 Reading package lists... [2023-04-17T23:23:59.671Z] #27 44.57 Reading package lists... [2023-04-17T23:23:59.671Z] #27 ... [2023-04-17T23:23:59.671Z] [2023-04-17T23:23:59.671Z] #30 [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 [2023-04-17T23:23:59.671Z] #30 46.37 go: downloading github.com/moricho/tparallel v0.2.1 [2023-04-17T23:23:59.671Z] #30 46.38 go: downloading github.com/nakabonne/nestif v0.3.1 [2023-04-17T23:23:59.866Z] #11 sha256:9f897c406d4957e97580e741857cc863872754b0d052601b7a2706c47e337e92 104.86MB / 115.26MB 3.6s [2023-04-17T23:23:59.866Z] #11 sha256:3ae8c6b39a3b9b675a35ea32f6a5aa6d0297e9fcc95c55b059ecebde0244d034 81.40MB / 81.40MB 3.7s done [2023-04-17T23:23:59.866Z] #11 sha256:308d3ad7540e26a7f39495a265591b9d17197fb80f979982ffb789be8347ca78 0B / 154B 3.7s [2023-04-17T23:23:59.874Z] #10 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 55.05MB / 55.05MB 1.8s done [2023-04-17T23:23:59.928Z] #30 46.65 go: downloading github.com/nishanths/exhaustive v0.8.1 [2023-04-17T23:23:59.929Z] #30 46.72 go: downloading github.com/nishanths/predeclared v0.2.2 [2023-04-17T23:24:00.131Z] #11 sha256:9f897c406d4957e97580e741857cc863872754b0d052601b7a2706c47e337e92 115.26MB / 115.26MB 3.8s [2023-04-17T23:24:00.131Z] #11 sha256:308d3ad7540e26a7f39495a265591b9d17197fb80f979982ffb789be8347ca78 154B / 154B 3.8s [2023-04-17T23:24:00.131Z] #11 sha256:308d3ad7540e26a7f39495a265591b9d17197fb80f979982ffb789be8347ca78 154B / 154B 3.8s done [2023-04-17T23:24:00.133Z] #10 extracting sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 [2023-04-17T23:24:00.191Z] #30 46.90 go: downloading github.com/polyfloyd/go-errorlint v1.0.2 [2023-04-17T23:24:00.454Z] #30 47.14 go: downloading github.com/ryancurrah/gomodguard v1.2.4 [2023-04-17T23:24:00.454Z] #30 47.27 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2023-04-17T23:24:00.712Z] #30 47.36 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2023-04-17T23:24:00.712Z] #30 47.41 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0 [2023-04-17T23:24:00.712Z] #30 47.52 go: downloading github.com/sashamelentyev/usestdlibvars v1.13.0 [2023-04-17T23:24:00.970Z] #30 47.62 go: downloading github.com/securego/gosec/v2 v2.13.1 [2023-04-17T23:24:01.082Z] #11 extracting sha256:dc80b8cdbfd36cb20231d807a50d704945d1df4da8f6e23197ccfcb629970491 2.9s done [2023-04-17T23:24:01.082Z] #11 sha256:9f897c406d4957e97580e741857cc863872754b0d052601b7a2706c47e337e92 115.26MB / 115.26MB 4.8s done [2023-04-17T23:24:01.082Z] #11 ... [2023-04-17T23:24:01.082Z] [2023-04-17T23:24:01.082Z] #13 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:0a78ed641b76252739e28ebbbe8cdbd80dc367fba4502565ca839e5803cfd86e [2023-04-17T23:24:01.082Z] #13 resolve docker.io/library/debian:bullseye@sha256:0a78ed641b76252739e28ebbbe8cdbd80dc367fba4502565ca839e5803cfd86e 0.1s done [2023-04-17T23:24:01.082Z] #13 sha256:0a78ed641b76252739e28ebbbe8cdbd80dc367fba4502565ca839e5803cfd86e 1.85kB / 1.85kB done [2023-04-17T23:24:01.082Z] #13 sha256:c0f6422141bb031238126fbd535c0df24db4252a2d9876216a94082df74c8fda 529B / 529B done [2023-04-17T23:24:01.082Z] #13 sha256:e6d9c9c3e100a13622816226e63a3faa83da315ae01216b1ac02c4ba5cc91683 1.48kB / 1.48kB done [2023-04-17T23:24:01.082Z] #13 sha256:dc80b8cdbfd36cb20231d807a50d704945d1df4da8f6e23197ccfcb629970491 53.71MB / 53.71MB 1.3s done [2023-04-17T23:24:01.082Z] #13 DONE 5.4s [2023-04-17T23:24:01.082Z] [2023-04-17T23:24:01.082Z] #11 [base 1/3] FROM docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 [2023-04-17T23:24:01.082Z] #11 extracting sha256:5884e7f2c8c61aa845de4902fc29639b58861ae6c2d80bafe82082c0456c0740 0.1s [2023-04-17T23:24:01.420Z] #11 extracting sha256:5884e7f2c8c61aa845de4902fc29639b58861ae6c2d80bafe82082c0456c0740 0.3s done [2023-04-17T23:24:01.537Z] #30 48.19 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2023-04-17T23:24:01.537Z] #30 48.20 go: downloading github.com/sivchari/containedctx v1.0.2 [2023-04-17T23:24:01.537Z] #30 48.23 go: downloading github.com/sivchari/nosnakecase v1.7.0 [2023-04-17T23:24:01.537Z] #30 48.37 go: downloading github.com/sivchari/tenv v1.7.0 [2023-04-17T23:24:01.681Z] #11 extracting sha256:1b792b01ed3c8dc1488cd8aac41ab7d49bb17f3fa22b2e6c846078cec81a1c00 [2023-04-17T23:24:01.755Z] #26 90.19 Setting up libcap-dev:amd64 (1:2.44-1) ... [2023-04-17T23:24:01.755Z] #26 90.21 Setting up protobuf-compiler (3.12.4-1) ... [2023-04-17T23:24:01.755Z] #26 90.23 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2023-04-17T23:24:01.755Z] #26 90.25 Setting up libprotobuf-dev:amd64 (3.12.4-1) ... [2023-04-17T23:24:01.755Z] #26 90.27 Setting up protobuf-c-compiler (1.3.3-1+b2) ... [2023-04-17T23:24:01.755Z] #26 90.31 Setting up libnl-3-dev:amd64 (3.4.0-1+b1) ... [2023-04-17T23:24:01.755Z] #26 90.32 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2023-04-17T23:24:01.755Z] #26 ... [2023-04-17T23:24:01.755Z] [2023-04-17T23:24:01.755Z] #31 [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 [2023-04-17T23:24:01.755Z] #31 80.86 go: downloading github.com/prometheus/client_model v0.2.0 [2023-04-17T23:24:01.755Z] #31 81.04 go: downloading github.com/google/go-cmp v0.5.8 [2023-04-17T23:24:01.755Z] #31 81.85 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2023-04-17T23:24:01.755Z] #31 81.92 go: downloading go.uber.org/atomic v1.7.0 [2023-04-17T23:24:01.755Z] #31 81.97 go: downloading go.uber.org/multierr v1.6.0 [2023-04-17T23:24:01.755Z] #31 82.05 go: downloading github.com/chavacava/garif v0.0.0-20220630083739-93517212f375 [2023-04-17T23:24:01.755Z] #31 82.18 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2023-04-17T23:24:01.755Z] #31 82.24 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5 [2023-04-17T23:24:01.755Z] #31 82.52 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 [2023-04-17T23:24:01.755Z] #31 82.55 go: downloading github.com/beorn7/perks v1.0.1 [2023-04-17T23:24:01.755Z] #31 82.61 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2023-04-17T23:24:01.755Z] #31 82.70 go: downloading github.com/golang/protobuf v1.5.2 [2023-04-17T23:24:01.755Z] #31 82.78 go: downloading github.com/prometheus/common v0.32.1 [2023-04-17T23:24:01.755Z] #31 83.62 go: downloading github.com/prometheus/procfs v0.7.3 [2023-04-17T23:24:01.755Z] #31 83.82 go: downloading google.golang.org/protobuf v1.28.0 [2023-04-17T23:24:01.755Z] #31 85.45 go: downloading github.com/mattn/go-runewidth v0.0.9 [2023-04-17T23:24:01.755Z] #31 85.65 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2023-04-17T23:24:01.755Z] #31 ... [2023-04-17T23:24:01.755Z] [2023-04-17T23:24:01.755Z] #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 [2023-04-17T23:24:01.755Z] #36 86.29 Selecting previously unselected package libxml2:amd64. [2023-04-17T23:24:01.755Z] #36 86.29 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u3_amd64.deb ... [2023-04-17T23:24:01.755Z] #36 86.32 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u3) ... [2023-04-17T23:24:01.755Z] #36 87.17 Selecting previously unselected package libarchive13:amd64. [2023-04-17T23:24:01.755Z] #36 87.19 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2023-04-17T23:24:01.755Z] #36 87.20 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2023-04-17T23:24:01.755Z] #36 87.61 Selecting previously unselected package libjsoncpp24:amd64. [2023-04-17T23:24:01.755Z] #36 87.65 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2023-04-17T23:24:01.755Z] #36 87.66 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2023-04-17T23:24:01.755Z] #36 87.81 Selecting previously unselected package librhash0:amd64. [2023-04-17T23:24:01.755Z] #36 87.81 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2023-04-17T23:24:01.755Z] #36 87.81 Unpacking librhash0:amd64 (1.4.1-2) ... [2023-04-17T23:24:01.755Z] #36 87.98 Selecting previously unselected package libuv1:amd64. [2023-04-17T23:24:01.755Z] #36 88.04 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2023-04-17T23:24:01.755Z] #36 88.05 Unpacking libuv1:amd64 (1.40.0-2) ... [2023-04-17T23:24:01.755Z] #36 88.22 Selecting previously unselected package cmake. [2023-04-17T23:24:01.755Z] #36 88.23 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2023-04-17T23:24:01.755Z] #36 88.26 Unpacking cmake (3.18.4-2+deb11u1) ... [2023-04-17T23:24:01.798Z] #30 48.38 go: downloading github.com/sonatard/noctx v0.0.1 [2023-04-17T23:24:01.947Z] #11 extracting sha256:1b792b01ed3c8dc1488cd8aac41ab7d49bb17f3fa22b2e6c846078cec81a1c00 0.3s done [2023-04-17T23:24:02.057Z] #30 48.54 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2023-04-17T23:24:02.057Z] #30 48.70 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2023-04-17T23:24:02.209Z] #11 extracting sha256:8f993d5b17f32f4b8a535c25e182e5d8412625beee450e513ca57036e8fdd6dc 0.1s [2023-04-17T23:24:02.314Z] #30 49.06 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1 [2023-04-17T23:24:02.559Z] #50 DONE 33.7s [2023-04-17T23:24:02.559Z] [2023-04-17T23:24:02.559Z] #51 [dev-systemd-false 9/27] 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 [2023-04-17T23:24:02.559Z] #51 ... [2023-04-17T23:24:02.559Z] [2023-04-17T23:24:02.559Z] #21 [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 [2023-04-17T23:24:02.559Z] #21 86.28 + /build/golangci-lint --version [2023-04-17T23:24:02.559Z] #21 86.51 golangci-lint has version v1.49.0 built from (unknown, mod sum: "h1:I8WHOavragDttlLHtSraHn/h39C+R60bEQ5NoGcHQr8=") on (unknown) [2023-04-17T23:24:02.559Z] #21 DONE 87.6s [2023-04-17T23:24:02.559Z] [2023-04-17T23:24:02.559Z] #49 [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 [2023-04-17T23:24:02.559Z] #49 42.78 + mkdir -p /build [2023-04-17T23:24:02.559Z] #49 42.78 + cp runc /build/runc [2023-04-17T23:24:02.559Z] #49 DONE 43.5s [2023-04-17T23:24:02.560Z] [2023-04-17T23:24:02.560Z] #38 [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 [2023-04-17T23:24:02.560Z] #38 60.25 CC criu/protobuf.o [2023-04-17T23:24:02.560Z] #38 60.43 CC criu/pstree.o [2023-04-17T23:24:02.560Z] #38 60.92 CC criu/rbtree.o [2023-04-17T23:24:02.560Z] #38 61.09 CC criu/rst-malloc.o [2023-04-17T23:24:02.560Z] #38 61.26 CC criu/seccomp.o [2023-04-17T23:24:02.560Z] #38 61.55 CC criu/seize.o [2023-04-17T23:24:02.560Z] #38 61.93 CC criu/servicefd.o [2023-04-17T23:24:02.560Z] #38 62.14 include/common/asm/bitops.h: Assembler messages: [2023-04-17T23:24:02.560Z] #38 62.14 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-04-17T23:24:02.560Z] #38 62.17 CC criu/shmem.o [2023-04-17T23:24:02.560Z] #38 62.57 CC criu/sigframe.o [2023-04-17T23:24:02.560Z] #38 62.65 CC criu/signalfd.o [2023-04-17T23:24:02.560Z] #38 62.76 CC criu/sk-inet.o [2023-04-17T23:24:02.560Z] #38 63.16 CC criu/sk-netlink.o [2023-04-17T23:24:02.560Z] #38 63.29 CC criu/sk-packet.o [2023-04-17T23:24:02.560Z] #38 63.52 CC criu/sk-queue.o [2023-04-17T23:24:02.560Z] #38 64.19 CC criu/sk-tcp.o [2023-04-17T23:24:02.560Z] #38 64.47 CC criu/sk-unix.o [2023-04-17T23:24:02.560Z] #38 65.48 CC criu/sockets.o [2023-04-17T23:24:02.560Z] #38 66.00 CC criu/stats.o [2023-04-17T23:24:02.560Z] #38 66.15 CC criu/string.o [2023-04-17T23:24:02.560Z] #38 66.22 CC criu/sysctl.o [2023-04-17T23:24:02.560Z] #38 66.54 CC criu/sysfs_parse.o [2023-04-17T23:24:02.560Z] #38 66.75 CC criu/timens.o [2023-04-17T23:24:02.560Z] #38 66.90 CC criu/timerfd.o [2023-04-17T23:24:02.560Z] #38 67.09 CC criu/tty.o [2023-04-17T23:24:02.572Z] #30 49.20 go: downloading github.com/sylvia7788/contextcheck v1.0.6 [2023-04-17T23:24:02.572Z] #30 49.23 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2023-04-17T23:24:02.665Z] #10 ... [2023-04-17T23:24:02.665Z] [2023-04-17T23:24:02.665Z] #11 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2023-04-17T23:24:02.665Z] #11 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2023-04-17T23:24:02.665Z] #11 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2023-04-17T23:24:02.665Z] #11 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2023-04-17T23:24:02.665Z] #11 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2023-04-17T23:24:02.665Z] #11 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.7s done [2023-04-17T23:24:02.665Z] #11 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.9s done [2023-04-17T23:24:02.665Z] #11 DONE 4.7s [2023-04-17T23:24:02.665Z] [2023-04-17T23:24:02.665Z] #12 [base 1/3] FROM docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 [2023-04-17T23:24:02.665Z] #12 resolve docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 0.1s done [2023-04-17T23:24:02.665Z] #12 sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 1.86kB / 1.86kB done [2023-04-17T23:24:02.665Z] #12 sha256:dd9ad81920b63c7f9f18823d888d5fdcc7e7516086fd16654d07bc437f0e2427 1.80kB / 1.80kB done [2023-04-17T23:24:02.665Z] #12 sha256:b47c7dfaaa9363e13a945cae402183b29081a75eef4ab0686c3edf5fa2827b7b 7.10kB / 7.10kB done [2023-04-17T23:24:02.665Z] #12 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 55.05MB / 55.05MB 1.6s done [2023-04-17T23:24:02.665Z] #12 sha256:127e97b4daf784e08840a21765f0d4f251192ef2994d0e4a253490f81e63955b 5.17MB / 5.17MB 0.6s done [2023-04-17T23:24:02.665Z] #12 sha256:0336c50c9f6942b660e433b1086238eec37057c34b14c4e3b28bd7bf05bd84ba 10.88MB / 10.88MB 0.8s done [2023-04-17T23:24:02.665Z] #12 sha256:1b89f3c7f7da8adf032a33a75d1b659cee33179ecb88ea0ba75e4fc58ebe63a6 54.58MB / 54.58MB 2.1s done [2023-04-17T23:24:02.665Z] #12 sha256:079116d1299c7a03ad97f33aca1b181392a259fb6bd3b4b22efee1e80c7a62d3 85.99MB / 85.99MB 3.1s done [2023-04-17T23:24:02.665Z] #12 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 108.00MB / 149.05MB 4.2s [2023-04-17T23:24:02.665Z] #12 sha256:10440d7e88e9007ba735398eaaada57962675e286370bd63e95c57058492c64c 155B / 155B 2.3s done [2023-04-17T23:24:02.665Z] #12 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 118.49MB / 149.05MB 4.3s [2023-04-17T23:24:02.665Z] #12 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 132.12MB / 149.05MB 4.5s [2023-04-17T23:24:02.665Z] #12 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 140.51MB / 149.05MB 4.6s [2023-04-17T23:24:02.821Z] #38 ... [2023-04-17T23:24:02.821Z] [2023-04-17T23:24:02.821Z] #51 [dev-systemd-false 9/27] 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 [2023-04-17T23:24:02.821Z] #51 1.311 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2023-04-17T23:24:02.821Z] #51 1.314 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2023-04-17T23:24:02.821Z] #51 1.324 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2023-04-17T23:24:02.841Z] #30 49.42 go: downloading github.com/tetafro/godot v1.4.11 [2023-04-17T23:24:02.841Z] #30 49.51 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2023-04-17T23:24:02.924Z] #12 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 149.05MB / 149.05MB 4.8s [2023-04-17T23:24:03.109Z] #30 49.73 go: downloading github.com/timonwong/logrlint v0.1.0 [2023-04-17T23:24:03.109Z] #30 49.82 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.2 [2023-04-17T23:24:03.143Z] #36 ... [2023-04-17T23:24:03.143Z] [2023-04-17T23:24:03.143Z] #26 [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 python3-protobuf [2023-04-17T23:24:03.143Z] #26 DONE 92.0s [2023-04-17T23:24:03.143Z] [2023-04-17T23:24:03.143Z] #27 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:24:03.143Z] #27 85.38 Selecting previously unselected package binutils-mingw-w64-x86-64. [2023-04-17T23:24:03.143Z] #27 85.38 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2023-04-17T23:24:03.143Z] #27 85.41 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2023-04-17T23:24:03.143Z] #27 88.70 Selecting previously unselected package binutils-mingw-w64. [2023-04-17T23:24:03.143Z] #27 88.71 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2023-04-17T23:24:03.143Z] #27 88.72 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2023-04-17T23:24:03.143Z] #27 88.88 Selecting previously unselected package libdevmapper1.02.1:amd64. [2023-04-17T23:24:03.143Z] #27 88.88 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2023-04-17T23:24:03.143Z] #27 88.89 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2023-04-17T23:24:03.143Z] #27 89.09 Selecting previously unselected package dmsetup. [2023-04-17T23:24:03.143Z] #27 89.10 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2023-04-17T23:24:03.143Z] #27 89.12 Unpacking dmsetup (2:1.02.175-2.1) ... [2023-04-17T23:24:03.143Z] #27 89.28 Selecting previously unselected package mingw-w64-common. [2023-04-17T23:24:03.143Z] #27 89.31 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2023-04-17T23:24:03.143Z] #27 89.32 Unpacking mingw-w64-common (8.0.0-1) ... [2023-04-17T23:24:03.143Z] #27 ... [2023-04-17T23:24:03.143Z] [2023-04-17T23:24:03.143Z] #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 [2023-04-17T23:24:03.143Z] #34 92.14 internal/reflectlite [2023-04-17T23:24:03.143Z] #34 92.14 sync [2023-04-17T23:24:03.183Z] #12 ... [2023-04-17T23:24:03.183Z] [2023-04-17T23:24:03.183Z] #13 [internal] load build context [2023-04-17T23:24:03.183Z] #13 transferring context: 53.55MB 5.4s done [2023-04-17T23:24:03.183Z] #13 DONE 5.7s [2023-04-17T23:24:03.183Z] [2023-04-17T23:24:03.183Z] #12 [base 1/3] FROM docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 [2023-04-17T23:24:03.183Z] #12 ... [2023-04-17T23:24:03.183Z] [2023-04-17T23:24:03.183Z] #10 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:0a78ed641b76252739e28ebbbe8cdbd80dc367fba4502565ca839e5803cfd86e [2023-04-17T23:24:03.370Z] #30 49.97 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2023-04-17T23:24:03.754Z] #10 ... [2023-04-17T23:24:03.754Z] [2023-04-17T23:24:03.754Z] #9 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2023-04-17T23:24:03.754Z] #9 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2023-04-17T23:24:03.754Z] #9 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2023-04-17T23:24:03.754Z] #9 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2023-04-17T23:24:03.754Z] #9 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 2.8s done [2023-04-17T23:24:03.754Z] #9 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.1s done [2023-04-17T23:24:03.754Z] #9 DONE 6.1s [2023-04-17T23:24:03.754Z] [2023-04-17T23:24:03.754Z] #10 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:0a78ed641b76252739e28ebbbe8cdbd80dc367fba4502565ca839e5803cfd86e [2023-04-17T23:24:03.755Z] #51 DONE 2.2s [2023-04-17T23:24:03.755Z] [2023-04-17T23:24:03.755Z] #52 [dev-systemd-false 10/27] RUN pip3 install yamllint==1.26.1 [2023-04-17T23:24:03.936Z] #30 50.56 go: downloading github.com/ultraware/funlen v0.0.3 [2023-04-17T23:24:03.936Z] #30 50.64 go: downloading github.com/ultraware/whitespace v0.0.5 [2023-04-17T23:24:04.195Z] #30 50.79 go: downloading github.com/uudashr/gocognit v1.0.6 [2023-04-17T23:24:04.195Z] #30 50.94 go: downloading github.com/yagipy/maintidx v1.0.0 [2023-04-17T23:24:04.195Z] #30 51.00 go: downloading github.com/yeya24/promlinter v0.2.0 [2023-04-17T23:24:04.763Z] #30 51.32 go: downloading gitlab.com/bosi/decorder v0.2.3 [2023-04-17T23:24:04.763Z] #30 51.54 go: downloading honnef.co/go/tools v0.3.3 [2023-04-17T23:24:05.133Z] #10 extracting sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 5.1s done [2023-04-17T23:24:05.512Z] #11 extracting sha256:8f993d5b17f32f4b8a535c25e182e5d8412625beee450e513ca57036e8fdd6dc 2.9s done [2023-04-17T23:24:05.512Z] #11 extracting sha256:3ae8c6b39a3b9b675a35ea32f6a5aa6d0297e9fcc95c55b059ecebde0244d034 0.1s [2023-04-17T23:24:05.691Z] #34 94.87 internal/testlog [2023-04-17T23:24:06.066Z] #10 DONE 8.3s [2023-04-17T23:24:06.066Z] [2023-04-17T23:24:06.066Z] #14 [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 [2023-04-17T23:24:07.077Z] #34 ... [2023-04-17T23:24:07.077Z] [2023-04-17T23:24:07.077Z] #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 [2023-04-17T23:24:07.077Z] #36 94.41 Setting up libicu67:amd64 (67.1-7) ... [2023-04-17T23:24:07.077Z] #36 94.44 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:24:07.077Z] #36 94.48 Setting up libuv1:amd64 (1.40.0-2) ... [2023-04-17T23:24:07.077Z] #36 94.51 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:24:07.077Z] #36 94.58 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2023-04-17T23:24:07.077Z] #36 94.60 Setting up librhash0:amd64 (1.4.1-2) ... [2023-04-17T23:24:07.077Z] #36 94.63 Setting up cmake-data (3.18.4-2+deb11u1) ... [2023-04-17T23:24:07.077Z] #36 94.66 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u3) ... [2023-04-17T23:24:07.077Z] #36 94.72 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2023-04-17T23:24:07.077Z] #36 94.76 Setting up cmake (3.18.4-2+deb11u1) ... [2023-04-17T23:24:07.077Z] #36 94.81 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2023-04-17T23:24:07.077Z] #36 DONE 95.8s [2023-04-17T23:24:07.077Z] [2023-04-17T23:24:07.077Z] #38 [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 [2023-04-17T23:24:08.020Z] #38 1.356 + RM_GOPATH=0 [2023-04-17T23:24:08.020Z] #38 1.356 + TMP_GOPATH= [2023-04-17T23:24:08.020Z] #38 1.356 + : /build [2023-04-17T23:24:08.020Z] #38 1.356 + '[' -z '' ']' [2023-04-17T23:24:08.020Z] #38 1.360 ++ mktemp -d [2023-04-17T23:24:08.020Z] #38 1.364 + export GOPATH=/tmp/tmp.jUIbN5cKYd [2023-04-17T23:24:08.020Z] #38 1.364 + GOPATH=/tmp/tmp.jUIbN5cKYd [2023-04-17T23:24:08.020Z] #38 1.364 + RM_GOPATH=1 [2023-04-17T23:24:08.020Z] #38 1.364 + case "$(go env GOARCH)" in [2023-04-17T23:24:08.020Z] #38 1.364 ++ go env GOARCH [2023-04-17T23:24:08.020Z] #38 1.397 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:08.051Z] #30 ... [2023-04-17T23:24:08.051Z] [2023-04-17T23:24:08.051Z] #34 [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 [2023-04-17T23:24:08.051Z] #34 45.30 Building dependency tree... [2023-04-17T23:24:08.051Z] #34 51.01 The following additional packages will be installed: [2023-04-17T23:24:08.051Z] #34 51.05 libbtrfs0 [2023-04-17T23:24:08.051Z] #34 51.46 The following NEW packages will be installed: [2023-04-17T23:24:08.051Z] #34 51.47 libbtrfs-dev libbtrfs0 [2023-04-17T23:24:08.051Z] #34 52.12 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2023-04-17T23:24:08.051Z] #34 52.12 Need to get 460 kB of archives. [2023-04-17T23:24:08.051Z] #34 52.12 After this operation, 1237 kB of additional disk space will be used. [2023-04-17T23:24:08.051Z] #34 52.12 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2023-04-17T23:24:08.051Z] #34 52.16 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2023-04-17T23:24:08.051Z] #34 53.86 debconf: delaying package configuration, since apt-utils is not installed [2023-04-17T23:24:08.051Z] #34 54.40 Fetched 460 kB in 1s (852 kB/s) [2023-04-17T23:24:08.051Z] #34 54.60 Selecting previously unselected package libbtrfs0:amd64. [2023-04-17T23:24:08.051Z] #34 54.60 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15722 files and directories currently installed.) [2023-04-17T23:24:08.051Z] #34 54.72 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2023-04-17T23:24:08.051Z] #34 54.73 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2023-04-17T23:24:08.051Z] #34 ... [2023-04-17T23:24:08.051Z] [2023-04-17T23:24:08.051Z] #30 [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 [2023-04-17T23:24:08.051Z] #30 54.66 go: downloading mvdan.cc/gofumpt v0.3.1 [2023-04-17T23:24:08.051Z] #30 54.66 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2023-04-17T23:24:08.282Z] #38 1.404 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:08.282Z] #38 1.405 ++ dirname /tmp/install/install.sh [2023-04-17T23:24:08.282Z] #38 1.407 + dir=/tmp/install [2023-04-17T23:24:08.282Z] #38 1.417 + bin=tini [2023-04-17T23:24:08.282Z] #38 1.418 + shift [2023-04-17T23:24:08.282Z] #38 1.418 + '[' '!' -f /tmp/install/tini.installer ']' [2023-04-17T23:24:08.282Z] #38 1.418 + . /tmp/install/tini.installer [2023-04-17T23:24:08.282Z] #38 1.419 ++ : v0.19.0 [2023-04-17T23:24:08.282Z] #38 1.419 + install_tini [2023-04-17T23:24:08.282Z] #38 1.420 + echo 'Install tini version v0.19.0' [2023-04-17T23:24:08.282Z] #38 1.420 Install tini version v0.19.0 [2023-04-17T23:24:08.282Z] #38 1.420 + git clone https://github.com/krallin/tini.git /tmp/tmp.jUIbN5cKYd/tini [2023-04-17T23:24:08.282Z] #38 1.432 Cloning into '/tmp/tmp.jUIbN5cKYd/tini'... [2023-04-17T23:24:08.309Z] #30 55.09 go: downloading mvdan.cc/unparam v0.0.0-20220706161116-678bad134442 [2023-04-17T23:24:08.568Z] #30 55.19 go: downloading golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab [2023-04-17T23:24:08.822Z] #11 extracting sha256:3ae8c6b39a3b9b675a35ea32f6a5aa6d0297e9fcc95c55b059ecebde0244d034 2.7s done [2023-04-17T23:24:08.822Z] #11 extracting sha256:9f897c406d4957e97580e741857cc863872754b0d052601b7a2706c47e337e92 [2023-04-17T23:24:09.007Z] #52 ... [2023-04-17T23:24:09.007Z] [2023-04-17T23:24:09.007Z] #38 [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 [2023-04-17T23:24:09.007Z] #38 68.01 CC criu/tun.o [2023-04-17T23:24:09.007Z] #38 68.29 CC criu/uffd.o [2023-04-17T23:24:09.007Z] #38 68.84 CC criu/util.o [2023-04-17T23:24:09.007Z] #38 69.47 CC criu/uts_ns.o [2023-04-17T23:24:09.007Z] #38 69.59 CC criu/vdso-compat.o [2023-04-17T23:24:09.007Z] #38 69.69 CC criu/vdso.o [2023-04-17T23:24:09.007Z] #38 69.98 LINK criu/built-in.o [2023-04-17T23:24:09.007Z] #38 70.06 LINK criu/criu [2023-04-17T23:24:09.007Z] #38 70.41 DEP lib/c/criu.d [2023-04-17T23:24:09.007Z] #38 70.47 CC images/rpc.pb-c.o [2023-04-17T23:24:09.007Z] #38 70.75 CC lib/c/criu.o [2023-04-17T23:24:09.007Z] #38 71.27 LINK lib/c/built-in.o [2023-04-17T23:24:09.007Z] #38 71.27 LINK lib/c/libcriu.so [2023-04-17T23:24:09.007Z] #38 71.31 LINK lib/c/libcriu.a [2023-04-17T23:24:09.007Z] #38 71.40 GEN magic.py [2023-04-17T23:24:09.007Z] #38 71.58 Note: Building without setproctitle() and strlcpy() support. [2023-04-17T23:24:09.007Z] #38 71.58 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2023-04-17T23:24:09.007Z] #38 71.59 Note: Building without GnuTLS support [2023-04-17T23:24:09.007Z] #38 71.59 Makefile.config:39: Warn: you have no libnftables installed [2023-04-17T23:24:09.007Z] #38 71.59 Makefile.config:40: Warn: Building without nftables support [2023-04-17T23:24:09.007Z] #38 72.09 fatal: not a git repository (or any of the parent directories): .git [2023-04-17T23:24:09.007Z] #38 73.09 make[1]: Nothing to be done for 'all'. [2023-04-17T23:24:09.224Z] #38 2.541 + cd /tmp/tmp.jUIbN5cKYd/tini [2023-04-17T23:24:09.224Z] #38 2.542 + git checkout -q v0.19.0 [2023-04-17T23:24:09.224Z] #38 2.560 + cmake . [2023-04-17T23:24:09.571Z] #38 ... [2023-04-17T23:24:09.571Z] [2023-04-17T23:24:09.571Z] #39 [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 [2023-04-17T23:24:09.571Z] #39 71.33 + bin/containerd [2023-04-17T23:24:09.827Z] #39 ... [2023-04-17T23:24:09.827Z] [2023-04-17T23:24:09.827Z] #38 [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 [2023-04-17T23:24:09.827Z] #38 74.27 make[1]: 'images/built-in.o' is up to date. [2023-04-17T23:24:09.827Z] #38 74.30 make[1]: 'compel/plugins/std.lib.a' is up to date. [2023-04-17T23:24:09.827Z] #38 74.41 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2023-04-17T23:24:09.827Z] #38 74.46 make[1]: 'compel/libcompel.a' is up to date. [2023-04-17T23:24:09.827Z] #38 74.54 make[1]: 'compel/compel-host-bin' is up to date. [2023-04-17T23:24:09.944Z] #30 ... [2023-04-17T23:24:09.944Z] [2023-04-17T23:24:09.944Z] #24 [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 [2023-04-17T23:24:09.944Z] #24 46.39 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2023-04-17T23:24:10.084Z] #38 74.59 make[1]: Nothing to be done for 'all'. [2023-04-17T23:24:10.084Z] #38 74.67 make[1]: 'soccr/libsoccr.a' is up to date. [2023-04-17T23:24:10.204Z] #24 ... [2023-04-17T23:24:10.204Z] [2023-04-17T23:24:10.204Z] #34 [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 [2023-04-17T23:24:10.204Z] #34 55.27 Selecting previously unselected package libbtrfs-dev:amd64. [2023-04-17T23:24:10.204Z] #34 55.27 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2023-04-17T23:24:10.204Z] #34 55.27 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2023-04-17T23:24:10.204Z] #34 56.04 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2023-04-17T23:24:10.204Z] #34 56.14 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2023-04-17T23:24:10.204Z] #34 56.18 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2023-04-17T23:24:10.204Z] #34 DONE 56.9s [2023-04-17T23:24:10.204Z] [2023-04-17T23:24:10.204Z] #37 [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 [2023-04-17T23:24:10.211Z] #11 ... [2023-04-17T23:24:10.211Z] [2023-04-17T23:24:10.211Z] #14 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2023-04-17T23:24:10.254Z] #14 3.884 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2023-04-17T23:24:10.254Z] #14 3.899 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-04-17T23:24:10.254Z] #14 3.902 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-04-17T23:24:10.254Z] #14 4.036 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-04-17T23:24:10.254Z] #14 ... [2023-04-17T23:24:10.254Z] [2023-04-17T23:24:10.254Z] #15 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2023-04-17T23:24:10.254Z] #15 DONE 1.0s [2023-04-17T23:24:10.254Z] [2023-04-17T23:24:10.254Z] #14 [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 [2023-04-17T23:24:10.254Z] #14 4.305 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [237 kB] [2023-04-17T23:24:10.254Z] #14 ... [2023-04-17T23:24:10.254Z] [2023-04-17T23:24:10.254Z] #16 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2023-04-17T23:24:10.254Z] #16 DONE 0.3s [2023-04-17T23:24:10.341Z] #38 74.86 make[2]: Nothing to be done for 'all'. [2023-04-17T23:24:10.341Z] #38 74.95 make[2]: Nothing to be done for 'all'. [2023-04-17T23:24:10.512Z] [2023-04-17T23:24:10.512Z] #12 [base 1/3] FROM docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 [2023-04-17T23:24:10.512Z] #12 sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 149.05MB / 149.05MB 5.4s done [2023-04-17T23:24:10.512Z] #12 extracting sha256:127e97b4daf784e08840a21765f0d4f251192ef2994d0e4a253490f81e63955b 0.2s done [2023-04-17T23:24:10.512Z] #12 extracting sha256:0336c50c9f6942b660e433b1086238eec37057c34b14c4e3b28bd7bf05bd84ba 0.4s done [2023-04-17T23:24:10.512Z] #12 extracting sha256:1b89f3c7f7da8adf032a33a75d1b659cee33179ecb88ea0ba75e4fc58ebe63a6 3.1s [2023-04-17T23:24:10.512Z] #12 extracting sha256:1b89f3c7f7da8adf032a33a75d1b659cee33179ecb88ea0ba75e4fc58ebe63a6 3.1s done [2023-04-17T23:24:10.597Z] #38 75.02 make[2]: Nothing to be done for 'all'. [2023-04-17T23:24:10.597Z] #38 75.11 make[2]: Nothing to be done for 'all'. [2023-04-17T23:24:10.597Z] #38 75.20 make[2]: Nothing to be done for 'all'. [2023-04-17T23:24:10.608Z] #38 3.652 -- The C compiler identification is GNU 10.2.1 [2023-04-17T23:24:10.608Z] #38 3.862 -- Detecting C compiler ABI info [2023-04-17T23:24:10.853Z] #38 75.25 make[2]: Nothing to be done for 'all'. [2023-04-17T23:24:10.853Z] #38 75.37 make[2]: Nothing to be done for 'all'. [2023-04-17T23:24:11.078Z] #12 extracting sha256:079116d1299c7a03ad97f33aca1b181392a259fb6bd3b4b22efee1e80c7a62d3 [2023-04-17T23:24:11.110Z] #38 75.51 make[2]: Nothing to be done for 'all'. [2023-04-17T23:24:11.110Z] #38 75.54 INSTALL criu/criu [2023-04-17T23:24:11.153Z] #14 ... [2023-04-17T23:24:11.153Z] [2023-04-17T23:24:11.153Z] #15 [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 [2023-04-17T23:24:11.153Z] #0 0.875 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2023-04-17T23:24:11.153Z] #0 0.961 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-04-17T23:24:11.153Z] #0 0.961 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-04-17T23:24:11.153Z] #0 1.151 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8072 kB] [2023-04-17T23:24:11.153Z] #0 1.586 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [233 kB] [2023-04-17T23:24:11.153Z] #0 1.588 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB] [2023-04-17T23:24:11.153Z] #0 2.516 Fetched 8525 kB in 2s (4486 kB/s) [2023-04-17T23:24:11.153Z] #0 2.516 Reading package lists... [2023-04-17T23:24:11.153Z] #0 3.110 Reading package lists... [2023-04-17T23:24:11.153Z] #0 3.715 Building dependency tree... [2023-04-17T23:24:11.153Z] #0 4.212 The following additional packages will be installed: [2023-04-17T23:24:11.153Z] #0 4.213 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2023-04-17T23:24:11.153Z] #0 4.214 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2023-04-17T23:24:11.153Z] #0 4.216 Recommended packages: [2023-04-17T23:24:11.153Z] #0 4.216 libldap-common publicsuffix libsasl2-modules [2023-04-17T23:24:11.153Z] #0 4.330 The following NEW packages will be installed: [2023-04-17T23:24:11.153Z] #0 4.338 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2023-04-17T23:24:11.153Z] #0 4.338 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2023-04-17T23:24:11.153Z] #0 4.338 libssh2-1 openssl [2023-04-17T23:24:11.153Z] #0 4.612 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2023-04-17T23:24:11.153Z] #0 4.612 Need to get 2944 kB of archives. [2023-04-17T23:24:11.153Z] #0 4.612 After this operation, 6484 kB of additional disk space will be used. [2023-04-17T23:24:11.153Z] #0 4.612 Get:1 http://deb.debian.org/debian-security bullseye-security/main arm64 openssl arm64 1.1.1n-0+deb11u4 [831 kB] [2023-04-17T23:24:11.153Z] #0 4.651 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB] [2023-04-17T23:24:11.153Z] #0 4.674 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB] [2023-04-17T23:24:11.153Z] #0 4.675 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB] [2023-04-17T23:24:11.153Z] #0 4.680 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB] [2023-04-17T23:24:11.153Z] #0 4.687 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB] [2023-04-17T23:24:11.153Z] #0 4.688 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB] [2023-04-17T23:24:11.153Z] #0 4.690 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB] [2023-04-17T23:24:11.153Z] #0 4.691 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2023-04-17T23:24:11.153Z] #0 4.692 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB] [2023-04-17T23:24:11.153Z] #0 4.745 Get:11 http://deb.debian.org/debian-security bullseye-security/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u7 [325 kB] [2023-04-17T23:24:11.153Z] #0 4.747 Get:12 http://deb.debian.org/debian-security bullseye-security/main arm64 curl arm64 7.74.0-1.3+deb11u7 [265 kB] [2023-04-17T23:24:11.153Z] #0 4.749 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2023-04-17T23:24:11.153Z] #0 4.767 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2023-04-17T23:24:11.153Z] #0 4.770 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2023-04-17T23:24:11.153Z] #0 5.119 debconf: delaying package configuration, since apt-utils is not installed [2023-04-17T23:24:11.153Z] #0 5.167 Fetched 2944 kB in 0s (6921 kB/s) [2023-04-17T23:24:11.153Z] #0 5.210 Selecting previously unselected package openssl. [2023-04-17T23:24:11.153Z] #0 5.210 (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 ... 6656 files and directories currently installed.) [2023-04-17T23:24:11.153Z] #0 5.215 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u4_arm64.deb ... [2023-04-17T23:24:11.153Z] #0 5.226 Unpacking openssl (1.1.1n-0+deb11u4) ... [2023-04-17T23:24:11.153Z] #0 5.465 Selecting previously unselected package ca-certificates. [2023-04-17T23:24:11.153Z] #0 5.465 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2023-04-17T23:24:11.153Z] #0 5.471 Unpacking ca-certificates (20210119) ... [2023-04-17T23:24:11.153Z] #0 5.590 Selecting previously unselected package libbrotli1:arm64. [2023-04-17T23:24:11.153Z] #0 5.590 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ... [2023-04-17T23:24:11.153Z] #0 5.609 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ... [2023-04-17T23:24:11.153Z] #0 5.690 Selecting previously unselected package libsasl2-modules-db:arm64. [2023-04-17T23:24:11.153Z] #0 5.690 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2023-04-17T23:24:11.153Z] #0 5.697 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-04-17T23:24:11.153Z] #0 5.773 Selecting previously unselected package libsasl2-2:arm64. [2023-04-17T23:24:11.153Z] #0 5.774 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2023-04-17T23:24:11.153Z] #0 5.786 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-04-17T23:24:11.153Z] #0 5.900 Selecting previously unselected package libldap-2.4-2:arm64. [2023-04-17T23:24:11.153Z] #0 5.900 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ... [2023-04-17T23:24:11.153Z] #0 5.918 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ... [2023-04-17T23:24:11.153Z] #0 6.254 Selecting previously unselected package libnghttp2-14:arm64. [2023-04-17T23:24:11.153Z] #0 6.254 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ... [2023-04-17T23:24:11.153Z] #0 6.276 Unpacking libnghttp2-14:arm64 (1.43.0-1) ... [2023-04-17T23:24:11.153Z] #0 6.556 Selecting previously unselected package libpsl5:arm64. [2023-04-17T23:24:11.153Z] #0 6.556 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ... [2023-04-17T23:24:11.153Z] #0 6.659 Unpacking libpsl5:arm64 (0.21.0-1.2) ... [2023-04-17T23:24:11.153Z] #0 7.048 Selecting previously unselected package librtmp1:arm64. [2023-04-17T23:24:11.153Z] #0 7.048 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2023-04-17T23:24:11.153Z] #0 7.137 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2023-04-17T23:24:11.153Z] #0 7.992 Selecting previously unselected package libssh2-1:arm64. [2023-04-17T23:24:11.153Z] #0 7.992 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ... [2023-04-17T23:24:11.153Z] #0 8.391 Unpacking libssh2-1:arm64 (1.9.0-2) ... [2023-04-17T23:24:11.153Z] #0 8.798 Selecting previously unselected package libcurl4:arm64. [2023-04-17T23:24:11.153Z] #0 8.798 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u7_arm64.deb ... [2023-04-17T23:24:11.153Z] #0 8.811 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u7) ... [2023-04-17T23:24:11.153Z] #0 8.883 Selecting previously unselected package curl. [2023-04-17T23:24:11.153Z] #0 8.883 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u7_arm64.deb ... [2023-04-17T23:24:11.153Z] #0 8.894 Unpacking curl (7.74.0-1.3+deb11u7) ... [2023-04-17T23:24:11.153Z] #0 8.992 Selecting previously unselected package libonig5:arm64. [2023-04-17T23:24:11.153Z] #0 8.992 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ... [2023-04-17T23:24:11.153Z] #0 8.999 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2023-04-17T23:24:11.153Z] #0 9.472 Selecting previously unselected package libjq1:arm64. [2023-04-17T23:24:11.153Z] #0 9.472 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ... [2023-04-17T23:24:11.153Z] #0 9.550 Unpacking libjq1:arm64 (1.6-2.1) ... [2023-04-17T23:24:11.153Z] #0 10.03 Selecting previously unselected package jq. [2023-04-17T23:24:11.153Z] #0 10.03 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ... [2023-04-17T23:24:11.153Z] #15 10.13 Unpacking jq (1.6-2.1) ... [2023-04-17T23:24:11.153Z] #15 ... [2023-04-17T23:24:11.153Z] [2023-04-17T23:24:11.153Z] #11 [base 1/3] FROM docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 [2023-04-17T23:24:11.990Z] #38 5.127 -- Detecting C compiler ABI info - done [2023-04-17T23:24:11.990Z] #38 5.335 -- Check for working C compiler: /usr/bin/cc - skipped [2023-04-17T23:24:11.990Z] #38 5.339 -- Detecting C compile features [2023-04-17T23:24:11.990Z] #38 5.341 -- Detecting C compile features - done [2023-04-17T23:24:11.990Z] #38 5.450 -- Performing Test HAS_BUILTIN_FORTIFY [2023-04-17T23:24:12.096Z] #11 ... [2023-04-17T23:24:12.096Z] [2023-04-17T23:24:12.096Z] #14 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2023-04-17T23:24:12.096Z] #14 DONE 2.1s [2023-04-17T23:24:12.096Z] [2023-04-17T23:24:12.096Z] #15 [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 [2023-04-17T23:24:12.096Z] #15 10.42 Setting up libpsl5:arm64 (0.21.0-1.2) ... [2023-04-17T23:24:12.096Z] #15 10.74 Setting up libbrotli1:arm64 (1.0.9-2+b2) ... [2023-04-17T23:24:12.096Z] #15 10.84 Setting up libnghttp2-14:arm64 (1.43.0-1) ... [2023-04-17T23:24:12.096Z] #15 10.92 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-04-17T23:24:12.096Z] #15 10.93 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2023-04-17T23:24:12.096Z] #15 10.95 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-04-17T23:24:12.096Z] #15 10.97 Setting up libssh2-1:arm64 (1.9.0-2) ... [2023-04-17T23:24:12.096Z] #15 10.98 Setting up openssl (1.1.1n-0+deb11u4) ... [2023-04-17T23:24:12.096Z] #15 11.00 Setting up libonig5:arm64 (6.9.6-1.1) ... [2023-04-17T23:24:12.096Z] #15 11.01 Setting up libjq1:arm64 (1.6-2.1) ... [2023-04-17T23:24:12.096Z] #15 11.02 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ... [2023-04-17T23:24:12.096Z] #15 11.03 Setting up ca-certificates (20210119) ... [2023-04-17T23:24:12.114Z] #37 1.662 + RM_GOPATH=0 [2023-04-17T23:24:12.114Z] #37 1.662 + TMP_GOPATH= [2023-04-17T23:24:12.114Z] #37 1.662 + : /build [2023-04-17T23:24:12.114Z] #37 1.662 + '[' -z '' ']' [2023-04-17T23:24:12.114Z] #37 1.662 ++ mktemp -d [2023-04-17T23:24:12.114Z] #37 1.669 + export GOPATH=/tmp/tmp.vmczOZGnkN [2023-04-17T23:24:12.114Z] #37 1.669 + GOPATH=/tmp/tmp.vmczOZGnkN [2023-04-17T23:24:12.114Z] #37 1.669 + RM_GOPATH=1 [2023-04-17T23:24:12.114Z] #37 1.669 + case "$(go env GOARCH)" in [2023-04-17T23:24:12.114Z] #37 1.669 ++ go env GOARCH [2023-04-17T23:24:12.114Z] #37 1.679 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:12.114Z] #37 1.679 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:12.114Z] #37 1.680 ++ dirname /tmp/install/install.sh [2023-04-17T23:24:12.114Z] #37 1.681 + dir=/tmp/install [2023-04-17T23:24:12.114Z] #37 1.682 + bin=containerd [2023-04-17T23:24:12.114Z] #37 1.683 + shift [2023-04-17T23:24:12.114Z] #37 1.683 + '[' '!' -f /tmp/install/containerd.installer ']' [2023-04-17T23:24:12.114Z] #37 1.683 + . /tmp/install/containerd.installer [2023-04-17T23:24:12.114Z] #37 1.684 ++ set -e [2023-04-17T23:24:12.114Z] #37 1.685 ++ : v1.6.16 [2023-04-17T23:24:12.114Z] #37 1.685 + install_containerd [2023-04-17T23:24:12.114Z] #37 1.686 + echo 'Install containerd version v1.6.16' [2023-04-17T23:24:12.114Z] #37 1.686 Install containerd version v1.6.16 [2023-04-17T23:24:12.114Z] #37 1.686 + git clone https://github.com/containerd/containerd.git /tmp/tmp.vmczOZGnkN/src/github.com/containerd/containerd [2023-04-17T23:24:12.114Z] #37 1.776 Cloning into '/tmp/tmp.vmczOZGnkN/src/github.com/containerd/containerd'... [2023-04-17T23:24:12.484Z] #38 DONE 77.0s [2023-04-17T23:24:12.484Z] [2023-04-17T23:24:12.484Z] #52 [dev-systemd-false 10/27] RUN pip3 install yamllint==1.26.1 [2023-04-17T23:24:12.484Z] #52 6.895 Collecting yamllint==1.26.1 [2023-04-17T23:24:12.484Z] #52 7.933 Downloading yamllint-1.26.1.tar.gz (126 kB) [2023-04-17T23:24:12.484Z] #52 8.618 Collecting pathspec>=0.5.3 [2023-04-17T23:24:12.484Z] #52 8.627 Downloading pathspec-0.11.1-py3-none-any.whl (29 kB) [2023-04-17T23:24:12.484Z] #52 8.785 Collecting pyyaml [2023-04-17T23:24:12.484Z] #52 8.788 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2023-04-17T23:24:12.561Z] #38 5.847 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2023-04-17T23:24:12.561Z] #38 5.920 -- Configuring done [2023-04-17T23:24:12.561Z] #38 5.981 -- Generating done [2023-04-17T23:24:12.561Z] #38 5.981 -- Build files have been written to: /tmp/tmp.jUIbN5cKYd/tini [2023-04-17T23:24:12.561Z] #38 6.007 + make tini-static [2023-04-17T23:24:12.741Z] #52 8.883 Building wheels for collected packages: yamllint [2023-04-17T23:24:12.741Z] #52 8.883 Building wheel for yamllint (setup.py): started [2023-04-17T23:24:13.040Z] #15 11.77 Updating certificates in /etc/ssl/certs... [2023-04-17T23:24:13.132Z] #38 ... [2023-04-17T23:24:13.132Z] [2023-04-17T23:24:13.132Z] #39 [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 [2023-04-17T23:24:13.132Z] #0 3.412 Note: Building without setproctitle() and strlcpy() support. [2023-04-17T23:24:13.132Z] #0 3.412 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2023-04-17T23:24:13.132Z] #0 3.449 Note: Building without GnuTLS support [2023-04-17T23:24:13.132Z] #0 3.467 Makefile.config:39: Warn: you have no libnftables installed [2023-04-17T23:24:13.132Z] #0 3.468 Makefile.config:40: Warn: Building without nftables support [2023-04-17T23:24:13.132Z] #0 6.592 fatal: not a git repository (or any of the parent directories): .git [2023-04-17T23:24:13.132Z] #0 6.794 GEN .gitid [2023-04-17T23:24:13.132Z] #0 6.898 GEN criu/include/version.h [2023-04-17T23:24:13.132Z] #0 7.119 GEN include/common/asm [2023-04-17T23:24:13.132Z] #39 ... [2023-04-17T23:24:13.132Z] [2023-04-17T23:24:13.132Z] #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 [2023-04-17T23:24:13.132Z] #34 96.22 errors [2023-04-17T23:24:13.132Z] #34 96.24 sort [2023-04-17T23:24:13.132Z] #34 96.77 strconv [2023-04-17T23:24:13.132Z] #34 98.15 io [2023-04-17T23:24:13.132Z] #34 100.5 internal/oserror [2023-04-17T23:24:13.132Z] #34 100.8 syscall [2023-04-17T23:24:13.309Z] #52 9.249 Building wheel for yamllint (setup.py): finished with status 'done' [2023-04-17T23:24:13.309Z] #52 9.249 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=5af7d573ce19a70d5eb47064113b878c20ed3a9696fb23714cdc7411eae1fbf2 [2023-04-17T23:24:13.309Z] #52 9.249 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2023-04-17T23:24:13.309Z] #52 9.254 Successfully built yamllint [2023-04-17T23:24:13.309Z] #52 9.261 Installing collected packages: pyyaml, pathspec, yamllint [2023-04-17T23:24:13.309Z] #52 9.687 Successfully installed pathspec-0.11.1 pyyaml-6.0 yamllint-1.26.1 [2023-04-17T23:24:13.393Z] #34 ... [2023-04-17T23:24:13.393Z] [2023-04-17T23:24:13.393Z] #38 [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 [2023-04-17T23:24:13.393Z] #38 6.667 Scanning dependencies of target tini-static [2023-04-17T23:24:13.565Z] #52 DONE 9.8s [2023-04-17T23:24:13.565Z] [2023-04-17T23:24:13.565Z] #39 [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 [2023-04-17T23:24:13.654Z] #38 6.844 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2023-04-17T23:24:13.822Z] #39 ... [2023-04-17T23:24:13.822Z] [2023-04-17T23:24:13.822Z] #53 [dev-systemd-false 11/27] COPY --from=dockercli /build/ /usr/local/cli [2023-04-17T23:24:14.019Z] #37 ... [2023-04-17T23:24:14.019Z] [2023-04-17T23:24:14.019Z] #21 [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 [2023-04-17T23:24:14.019Z] #21 42.66 Reading package lists... [2023-04-17T23:24:14.019Z] #21 50.56 Building dependency tree... [2023-04-17T23:24:14.019Z] #21 56.23 The following additional packages will be installed: [2023-04-17T23:24:14.019Z] #21 56.28 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2023-04-17T23:24:14.019Z] #21 56.32 Suggested packages: [2023-04-17T23:24:14.019Z] #21 56.33 cmake-doc ninja-build lrzip [2023-04-17T23:24:14.019Z] #21 56.33 Recommended packages: [2023-04-17T23:24:14.019Z] #21 56.33 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2023-04-17T23:24:14.019Z] #21 58.17 The following NEW packages will be installed: [2023-04-17T23:24:14.019Z] #21 58.23 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2023-04-17T23:24:14.019Z] #21 58.27 vim-common xxd [2023-04-17T23:24:14.019Z] #21 58.71 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2023-04-17T23:24:14.019Z] #21 58.71 Need to get 17.7 MB of archives. [2023-04-17T23:24:14.019Z] #21 58.71 After this operation, 70.7 MB of additional disk space will be used. [2023-04-17T23:24:14.019Z] #21 58.71 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2023-04-17T23:24:14.019Z] #21 58.72 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2023-04-17T23:24:14.019Z] #21 58.72 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2023-04-17T23:24:14.019Z] #21 58.86 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2023-04-17T23:24:14.019Z] #21 59.44 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u3 [693 kB] [2023-04-17T23:24:14.019Z] #21 59.48 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2023-04-17T23:24:14.019Z] #21 59.51 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2023-04-17T23:24:14.019Z] #21 59.52 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2023-04-17T23:24:14.019Z] #21 59.54 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2023-04-17T23:24:14.019Z] #21 59.54 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2023-04-17T23:24:14.019Z] #21 ... [2023-04-17T23:24:14.019Z] [2023-04-17T23:24:14.019Z] #30 [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 [2023-04-17T23:24:14.019Z] #30 58.90 go: downloading github.com/davecgh/go-spew v1.1.1 [2023-04-17T23:24:14.019Z] #30 58.90 go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-04-17T23:24:14.019Z] #30 59.08 go: downloading github.com/stretchr/objx v0.4.0 [2023-04-17T23:24:14.019Z] #30 59.15 go: downloading github.com/subosito/gotenv v1.4.0 [2023-04-17T23:24:14.019Z] #30 59.28 go: downloading github.com/hashicorp/hcl v1.0.0 [2023-04-17T23:24:14.019Z] #30 59.89 go: downloading gopkg.in/ini.v1 v1.66.6 [2023-04-17T23:24:14.019Z] #30 59.91 go: downloading github.com/magiconair/properties v1.8.6 [2023-04-17T23:24:14.019Z] #30 60.12 go: downloading github.com/pelletier/go-toml/v2 v2.0.2 [2023-04-17T23:24:14.019Z] #30 60.25 go: downloading golang.org/x/text v0.3.7 [2023-04-17T23:24:14.019Z] #30 ... [2023-04-17T23:24:14.019Z] [2023-04-17T23:24:14.019Z] #33 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:24:14.019Z] #33 43.15 Reading package lists... [2023-04-17T23:24:14.019Z] #33 51.02 Building dependency tree... [2023-04-17T23:24:14.019Z] #33 57.22 The following additional packages will be installed: [2023-04-17T23:24:14.019Z] #33 57.25 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2023-04-17T23:24:14.019Z] #33 57.25 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2023-04-17T23:24:14.019Z] #33 57.25 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2023-04-17T23:24:14.019Z] #33 57.25 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2023-04-17T23:24:14.019Z] #33 57.25 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2023-04-17T23:24:14.019Z] #33 57.25 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2023-04-17T23:24:14.019Z] #33 57.29 mingw-w64-common mingw-w64-x86-64-dev [2023-04-17T23:24:14.019Z] #33 57.35 Suggested packages: [2023-04-17T23:24:14.019Z] #33 57.35 gcc-10-locales seccomp wine64 [2023-04-17T23:24:14.019Z] #33 59.50 The following NEW packages will be installed: [2023-04-17T23:24:14.019Z] #33 59.50 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2023-04-17T23:24:14.019Z] #33 59.50 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2023-04-17T23:24:14.019Z] #33 59.50 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2023-04-17T23:24:14.019Z] #33 59.50 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2023-04-17T23:24:14.019Z] #33 59.50 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2023-04-17T23:24:14.019Z] #33 59.50 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2023-04-17T23:24:14.019Z] #33 59.50 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2023-04-17T23:24:14.019Z] #33 59.53 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2023-04-17T23:24:14.019Z] #33 59.53 mingw-w64-x86-64-dev [2023-04-17T23:24:14.019Z] #33 60.06 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2023-04-17T23:24:14.019Z] #33 60.06 Need to get 115 MB of archives. [2023-04-17T23:24:14.019Z] #33 60.06 After this operation, 645 MB of additional disk space will be used. [2023-04-17T23:24:14.019Z] #33 60.06 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2023-04-17T23:24:14.019Z] #33 60.24 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2023-04-17T23:24:14.019Z] #33 60.53 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2023-04-17T23:24:14.019Z] #33 60.54 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2023-04-17T23:24:14.019Z] #33 60.60 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2023-04-17T23:24:14.019Z] #33 60.60 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2023-04-17T23:24:14.093Z] #15 ... [2023-04-17T23:24:14.093Z] [2023-04-17T23:24:14.093Z] #16 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2023-04-17T23:24:14.093Z] #16 DONE 1.9s [2023-04-17T23:24:14.093Z] [2023-04-17T23:24:14.093Z] #15 [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 [2023-04-17T23:24:14.093Z] #15 12.91 129 added, 0 removed; done. [2023-04-17T23:24:14.093Z] #15 12.95 Setting up jq (1.6-2.1) ... [2023-04-17T23:24:14.093Z] #15 12.97 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u7) ... [2023-04-17T23:24:14.093Z] #15 12.99 Setting up curl (7.74.0-1.3+deb11u7) ... [2023-04-17T23:24:14.093Z] #15 13.00 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2023-04-17T23:24:14.093Z] #15 13.02 Processing triggers for ca-certificates (20210119) ... [2023-04-17T23:24:14.093Z] #15 13.03 Updating certificates in /etc/ssl/certs... [2023-04-17T23:24:14.110Z] #53 DONE 0.3s [2023-04-17T23:24:14.110Z] [2023-04-17T23:24:14.110Z] #54 [dev-systemd-false 12/27] COPY --from=frozen-images /build/ /docker-frozen-images [2023-04-17T23:24:14.282Z] #33 ... [2023-04-17T23:24:14.282Z] [2023-04-17T23:24:14.282Z] #30 [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 [2023-04-17T23:24:14.282Z] #30 60.97 go: downloading github.com/pelletier/go-toml v1.9.5 [2023-04-17T23:24:14.367Z] #54 DONE 0.5s [2023-04-17T23:24:14.367Z] [2023-04-17T23:24:14.367Z] #39 [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 [2023-04-17T23:24:14.372Z] #12 ... [2023-04-17T23:24:14.372Z] [2023-04-17T23:24:14.372Z] #14 [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 [2023-04-17T23:24:14.372Z] #14 4.758 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-04-17T23:24:14.372Z] #14 5.999 Fetched 8643 kB in 2s (3648 kB/s) [2023-04-17T23:24:14.372Z] #14 5.999 Reading package lists... [2023-04-17T23:24:14.372Z] #14 6.800 Reading package lists... [2023-04-17T23:24:14.372Z] #14 7.601 Building dependency tree... [2023-04-17T23:24:14.372Z] #14 8.023 The following additional packages will be installed: [2023-04-17T23:24:14.372Z] #14 8.024 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2023-04-17T23:24:14.372Z] #14 8.025 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2023-04-17T23:24:14.372Z] #14 8.027 Recommended packages: [2023-04-17T23:24:14.372Z] #14 8.027 libldap-common publicsuffix libsasl2-modules [2023-04-17T23:24:14.372Z] #14 8.183 The following NEW packages will be installed: [2023-04-17T23:24:14.372Z] #14 8.184 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2023-04-17T23:24:14.372Z] #14 8.185 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2023-04-17T23:24:14.372Z] #14 8.185 libssh2-1 openssl [2023-04-17T23:24:14.372Z] #14 8.458 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2023-04-17T23:24:14.372Z] #14 8.458 Need to get 3050 kB of archives. [2023-04-17T23:24:14.372Z] #14 8.458 After this operation, 6663 kB of additional disk space will be used. [2023-04-17T23:24:14.372Z] #14 8.458 Get:1 http://deb.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u4 [853 kB] [2023-04-17T23:24:14.372Z] #14 8.466 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2023-04-17T23:24:14.372Z] #14 8.475 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2023-04-17T23:24:14.372Z] #14 8.475 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2023-04-17T23:24:14.372Z] #14 8.475 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2023-04-17T23:24:14.372Z] #14 8.475 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB] [2023-04-17T23:24:14.372Z] #14 8.475 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2023-04-17T23:24:14.372Z] #14 8.475 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2023-04-17T23:24:14.372Z] #14 8.475 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2023-04-17T23:24:14.372Z] #14 8.476 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2023-04-17T23:24:14.372Z] #14 8.477 Get:11 http://deb.debian.org/debian-security bullseye-security/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u7 [346 kB] [2023-04-17T23:24:14.372Z] #14 8.481 Get:12 http://deb.debian.org/debian-security bullseye-security/main amd64 curl amd64 7.74.0-1.3+deb11u7 [270 kB] [2023-04-17T23:24:14.372Z] #14 8.482 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2023-04-17T23:24:14.372Z] #14 8.487 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2023-04-17T23:24:14.372Z] #14 8.494 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2023-04-17T23:24:14.372Z] #14 8.653 debconf: delaying package configuration, since apt-utils is not installed [2023-04-17T23:24:14.372Z] #14 8.689 Fetched 3050 kB in 0s (10.2 MB/s) [2023-04-17T23:24:14.623Z] #39 ... [2023-04-17T23:24:14.623Z] [2023-04-17T23:24:14.623Z] #55 [dev-systemd-false 13/27] COPY --from=swagger /build/ /usr/local/bin/ [2023-04-17T23:24:14.623Z] #55 DONE 0.2s [2023-04-17T23:24:14.623Z] [2023-04-17T23:24:14.623Z] #56 [dev-systemd-false 14/27] COPY --from=tomlv /build/ /usr/local/bin/ [2023-04-17T23:24:14.623Z] #56 DONE 0.1s [2023-04-17T23:24:14.623Z] [2023-04-17T23:24:14.623Z] #39 [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 [2023-04-17T23:24:14.632Z] #14 8.720 Selecting previously unselected package openssl. [2023-04-17T23:24:14.632Z] #14 8.720 (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 ... 6664 files and directories currently installed.) [2023-04-17T23:24:14.632Z] #14 8.720 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u4_amd64.deb ... [2023-04-17T23:24:14.632Z] #14 8.725 Unpacking openssl (1.1.1n-0+deb11u4) ... [2023-04-17T23:24:14.632Z] #14 8.872 Selecting previously unselected package ca-certificates. [2023-04-17T23:24:14.632Z] #14 8.872 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2023-04-17T23:24:14.632Z] #14 8.877 Unpacking ca-certificates (20210119) ... [2023-04-17T23:24:14.880Z] #39 ... [2023-04-17T23:24:14.880Z] [2023-04-17T23:24:14.880Z] #57 [dev-systemd-false 15/27] COPY --from=tini /build/ /usr/local/bin/ [2023-04-17T23:24:14.880Z] #57 DONE 0.0s [2023-04-17T23:24:14.880Z] [2023-04-17T23:24:14.880Z] #58 [dev-systemd-false 16/27] COPY --from=registry /build/ /usr/local/bin/ [2023-04-17T23:24:14.893Z] #14 8.955 Selecting previously unselected package libbrotli1:amd64. [2023-04-17T23:24:14.893Z] #14 8.955 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2023-04-17T23:24:14.893Z] #14 8.963 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2023-04-17T23:24:14.893Z] #14 9.049 Selecting previously unselected package libsasl2-modules-db:amd64. [2023-04-17T23:24:14.893Z] #14 9.049 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2023-04-17T23:24:14.893Z] #14 9.052 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-04-17T23:24:14.893Z] #14 9.094 Selecting previously unselected package libsasl2-2:amd64. [2023-04-17T23:24:14.893Z] #14 9.094 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2023-04-17T23:24:14.893Z] #14 9.100 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-04-17T23:24:14.893Z] #14 9.149 Selecting previously unselected package libldap-2.4-2:amd64. [2023-04-17T23:24:14.893Z] #14 9.149 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2023-04-17T23:24:15.040Z] #15 ... [2023-04-17T23:24:15.040Z] [2023-04-17T23:24:15.040Z] #11 [base 1/3] FROM docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 [2023-04-17T23:24:15.040Z] #11 extracting sha256:9f897c406d4957e97580e741857cc863872754b0d052601b7a2706c47e337e92 6.1s done [2023-04-17T23:24:15.040Z] #11 extracting sha256:308d3ad7540e26a7f39495a265591b9d17197fb80f979982ffb789be8347ca78 done [2023-04-17T23:24:15.040Z] #11 DONE 19.2s [2023-04-17T23:24:15.040Z] [2023-04-17T23:24:15.040Z] #15 [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 [2023-04-17T23:24:15.040Z] #15 13.76 0 added, 0 removed; done. [2023-04-17T23:24:15.040Z] #15 13.76 Running hooks in /etc/ca-certificates/update.d... [2023-04-17T23:24:15.040Z] #15 13.77 done. [2023-04-17T23:24:15.040Z] #15 DONE 13.9s [2023-04-17T23:24:15.040Z] [2023-04-17T23:24:15.040Z] #17 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2023-04-17T23:24:15.137Z] #58 DONE 0.4s [2023-04-17T23:24:15.137Z] [2023-04-17T23:24:15.137Z] #59 [dev-systemd-false 17/27] COPY --from=criu /build/ /usr/local/ [2023-04-17T23:24:15.137Z] #59 DONE 0.0s [2023-04-17T23:24:15.137Z] [2023-04-17T23:24:15.137Z] #60 [dev-systemd-false 18/27] COPY --from=vndr /build/ /usr/local/bin/ [2023-04-17T23:24:15.137Z] #60 DONE 0.1s [2023-04-17T23:24:15.137Z] [2023-04-17T23:24:15.137Z] #39 [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 [2023-04-17T23:24:15.151Z] #14 9.153 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2023-04-17T23:24:15.151Z] #14 9.219 Selecting previously unselected package libnghttp2-14:amd64. [2023-04-17T23:24:15.151Z] #14 9.219 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2023-04-17T23:24:15.151Z] #14 9.223 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2023-04-17T23:24:15.151Z] #14 9.280 Selecting previously unselected package libpsl5:amd64. [2023-04-17T23:24:15.151Z] #14 9.280 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2023-04-17T23:24:15.151Z] #14 9.284 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2023-04-17T23:24:15.151Z] #14 9.329 Selecting previously unselected package librtmp1:amd64. [2023-04-17T23:24:15.151Z] #14 9.329 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2023-04-17T23:24:15.151Z] #14 9.333 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2023-04-17T23:24:15.151Z] #14 9.387 Selecting previously unselected package libssh2-1:amd64. [2023-04-17T23:24:15.151Z] #14 9.387 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2023-04-17T23:24:15.301Z] #17 ... [2023-04-17T23:24:15.301Z] [2023-04-17T23:24:15.301Z] #18 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2023-04-17T23:24:15.301Z] #18 DONE 0.1s [2023-04-17T23:24:15.301Z] [2023-04-17T23:24:15.301Z] #19 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-04-17T23:24:15.393Z] #39 ... [2023-04-17T23:24:15.393Z] [2023-04-17T23:24:15.393Z] #61 [dev-systemd-false 19/27] COPY --from=gotestsum /build/ /usr/local/bin/ [2023-04-17T23:24:15.393Z] #61 DONE 0.1s [2023-04-17T23:24:15.393Z] [2023-04-17T23:24:15.393Z] #62 [dev-systemd-false 20/27] COPY --from=golangci_lint /build/ /usr/local/bin/ [2023-04-17T23:24:15.409Z] #14 9.403 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2023-04-17T23:24:15.409Z] #14 9.458 Selecting previously unselected package libcurl4:amd64. [2023-04-17T23:24:15.409Z] #14 9.458 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u7_amd64.deb ... [2023-04-17T23:24:15.409Z] #14 9.461 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u7) ... [2023-04-17T23:24:15.409Z] #14 9.538 Selecting previously unselected package curl. [2023-04-17T23:24:15.409Z] #14 9.538 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u7_amd64.deb ... [2023-04-17T23:24:15.409Z] #14 9.543 Unpacking curl (7.74.0-1.3+deb11u7) ... [2023-04-17T23:24:15.409Z] #14 9.612 Selecting previously unselected package libonig5:amd64. [2023-04-17T23:24:15.409Z] #14 9.614 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2023-04-17T23:24:15.409Z] #14 9.618 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2023-04-17T23:24:15.409Z] #14 9.685 Selecting previously unselected package libjq1:amd64. [2023-04-17T23:24:15.409Z] #14 9.685 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2023-04-17T23:24:15.409Z] #14 9.691 Unpacking libjq1:amd64 (1.6-2.1) ... [2023-04-17T23:24:15.425Z] Running on azwin-2-d9e720 in d:\jenkins\workspace\moby_PR-45349 [Pipeline] { [Pipeline] ws [2023-04-17T23:24:15.437Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2023-04-17T23:24:15.562Z] #19 ... [2023-04-17T23:24:15.562Z] [2023-04-17T23:24:15.562Z] #17 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2023-04-17T23:24:15.562Z] #17 DONE 0.7s [2023-04-17T23:24:15.570Z] #38 8.660 [100%] Linking C executable tini-static [2023-04-17T23:24:15.669Z] #14 9.749 Selecting previously unselected package jq. [2023-04-17T23:24:15.669Z] #14 9.749 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2023-04-17T23:24:15.669Z] #14 9.753 Unpacking jq (1.6-2.1) ... [2023-04-17T23:24:15.669Z] #14 9.806 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2023-04-17T23:24:15.669Z] #14 9.817 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2023-04-17T23:24:15.669Z] #14 9.831 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2023-04-17T23:24:15.669Z] #14 9.843 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-04-17T23:24:15.669Z] #14 9.863 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2023-04-17T23:24:15.669Z] #14 9.869 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-04-17T23:24:15.669Z] #14 9.886 Setting up libssh2-1:amd64 (1.9.0-2) ... [2023-04-17T23:24:15.669Z] #14 9.902 Setting up openssl (1.1.1n-0+deb11u4) ... [2023-04-17T23:24:15.669Z] #14 9.918 Setting up libonig5:amd64 (6.9.6-1.1) ... [2023-04-17T23:24:15.669Z] #14 9.930 Setting up libjq1:amd64 (1.6-2.1) ... [2023-04-17T23:24:15.669Z] #14 9.943 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2023-04-17T23:24:15.823Z] [2023-04-17T23:24:15.823Z] #20 [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 [2023-04-17T23:24:15.928Z] #14 9.954 Setting up ca-certificates (20210119) ... [2023-04-17T23:24:15.955Z] #62 DONE 0.4s [2023-04-17T23:24:15.955Z] [2023-04-17T23:24:15.955Z] #63 [dev-systemd-false 21/27] COPY --from=shfmt /build/ /usr/local/bin/ [2023-04-17T23:24:15.955Z] #63 DONE 0.1s [2023-04-17T23:24:15.955Z] [2023-04-17T23:24:15.955Z] #39 [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 [2023-04-17T23:24:15.955Z] #39 ... [2023-04-17T23:24:15.955Z] [2023-04-17T23:24:15.955Z] #64 [dev-systemd-false 22/27] COPY --from=runc /build/ /usr/local/bin/ [2023-04-17T23:24:15.955Z] #64 DONE 0.1s [2023-04-17T23:24:16.087Z] #20 DONE 0.6s [2023-04-17T23:24:16.087Z] [2023-04-17T23:24:16.087Z] #19 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-04-17T23:24:16.192Z] #30 ... [2023-04-17T23:24:16.192Z] [2023-04-17T23:24:16.192Z] #27 [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 python3-protobuf [2023-04-17T23:24:16.192Z] #27 44.57 Reading package lists... [2023-04-17T23:24:16.192Z] #27 52.99 Building dependency tree... [2023-04-17T23:24:16.192Z] #27 59.08 The following additional packages will be installed: [2023-04-17T23:24:16.192Z] #27 59.09 libcap2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite23 libprotobuf23 [2023-04-17T23:24:16.192Z] #27 59.10 libprotoc23 python3-pkg-resources python3-six zlib1g-dev [2023-04-17T23:24:16.192Z] #27 59.11 Suggested packages: [2023-04-17T23:24:16.192Z] #27 59.11 manpages-dev protobuf-mode-el python3-setuptools [2023-04-17T23:24:16.192Z] #27 61.20 The following NEW packages will be installed: [2023-04-17T23:24:16.192Z] #27 61.22 libcap-dev libcap2 libnet1 libnet1-dev libnl-3-200 libnl-3-dev [2023-04-17T23:24:16.192Z] #27 61.22 libprotobuf-c-dev libprotobuf-c1 libprotobuf-dev libprotobuf-lite23 [2023-04-17T23:24:16.192Z] #27 61.22 libprotobuf23 libprotoc23 protobuf-c-compiler protobuf-compiler [2023-04-17T23:24:16.192Z] #27 61.22 python3-pkg-resources python3-protobuf python3-six zlib1g-dev [2023-04-17T23:24:16.192Z] #27 61.80 0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded. [2023-04-17T23:24:16.192Z] #27 61.80 Need to get 4583 kB of archives. [2023-04-17T23:24:16.192Z] #27 61.80 After this operation, 25.9 MB of additional disk space will be used. [2023-04-17T23:24:16.192Z] #27 61.80 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2023-04-17T23:24:16.192Z] #27 61.81 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB] [2023-04-17T23:24:16.192Z] #27 61.81 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2023-04-17T23:24:16.192Z] #27 61.81 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2023-04-17T23:24:16.192Z] #27 61.81 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2023-04-17T23:24:16.192Z] #27 61.81 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-dev amd64 3.4.0-1+b1 [102 kB] [2023-04-17T23:24:16.192Z] #27 61.82 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2023-04-17T23:24:16.192Z] #27 61.82 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB] [2023-04-17T23:24:16.192Z] #27 61.83 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2+deb11u2 [191 kB] [2023-04-17T23:24:16.192Z] #27 61.84 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2023-04-17T23:24:16.192Z] #27 61.92 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-lite23 amd64 3.12.4-1 [241 kB] [2023-04-17T23:24:16.192Z] #27 61.93 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-dev amd64 3.12.4-1 [1232 kB] [2023-04-17T23:24:16.192Z] #27 62.03 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotoc23 amd64 3.12.4-1 [803 kB] [2023-04-17T23:24:16.192Z] #27 62.09 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 protobuf-c-compiler amd64 1.3.3-1+b2 [83.8 kB] [2023-04-17T23:24:16.192Z] #27 62.11 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 protobuf-compiler amd64 3.12.4-1 [75.1 kB] [2023-04-17T23:24:16.192Z] #27 62.11 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2023-04-17T23:24:16.192Z] #27 62.14 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2023-04-17T23:24:16.192Z] #27 62.15 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2023-04-17T23:24:16.192Z] #27 ... [2023-04-17T23:24:16.192Z] [2023-04-17T23:24:16.192Z] #21 [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 [2023-04-17T23:24:16.192Z] #21 61.64 debconf: delaying package configuration, since apt-utils is not installed [2023-04-17T23:24:16.192Z] #21 62.18 Fetched 17.7 MB in 2s (11.7 MB/s) [2023-04-17T23:24:16.192Z] #21 62.29 Selecting previously unselected package xxd. [2023-04-17T23:24:16.192Z] #21 62.29 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15722 files and directories currently installed.) [2023-04-17T23:24:16.192Z] #21 62.39 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2023-04-17T23:24:16.192Z] #21 62.42 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:24:16.192Z] #21 62.73 Selecting previously unselected package vim-common. [2023-04-17T23:24:16.192Z] #21 62.73 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2023-04-17T23:24:16.192Z] #21 62.81 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:24:16.211Z] [2023-04-17T23:24:16.211Z] #39 [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 [2023-04-17T23:24:16.348Z] #19 ... [2023-04-17T23:24:16.348Z] [2023-04-17T23:24:16.348Z] #21 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2023-04-17T23:24:16.348Z] #21 DONE 0.2s [2023-04-17T23:24:16.348Z] [2023-04-17T23:24:16.348Z] #22 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2023-04-17T23:24:16.348Z] #22 DONE 0.2s [2023-04-17T23:24:16.494Z] #14 10.58 Updating certificates in /etc/ssl/certs... [2023-04-17T23:24:16.511Z] #38 9.609 [100%] Built target tini-static [2023-04-17T23:24:16.511Z] #38 9.753 + mkdir -p /build [2023-04-17T23:24:16.511Z] #38 9.755 + cp tini-static /build/docker-init [2023-04-17T23:24:16.609Z] [2023-04-17T23:24:16.609Z] #23 [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 [2023-04-17T23:24:16.683Z] The recommended git tool is: git [2023-04-17T23:24:17.061Z] #14 11.31 129 added, 0 removed; done. [2023-04-17T23:24:17.061Z] #14 11.34 Setting up jq (1.6-2.1) ... [2023-04-17T23:24:17.129Z] #21 63.65 Selecting previously unselected package cmake-data. [2023-04-17T23:24:17.129Z] #21 63.67 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2023-04-17T23:24:17.129Z] #21 63.84 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2023-04-17T23:24:17.319Z] #14 11.35 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u7) ... [2023-04-17T23:24:17.320Z] #14 11.37 Setting up curl (7.74.0-1.3+deb11u7) ... [2023-04-17T23:24:17.320Z] #14 11.38 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2023-04-17T23:24:17.320Z] #14 11.40 Processing triggers for ca-certificates (20210119) ... [2023-04-17T23:24:17.320Z] #14 11.41 Updating certificates in /etc/ssl/certs... [2023-04-17T23:24:17.885Z] #14 11.98 0 added, 0 removed; done. [2023-04-17T23:24:17.885Z] #14 11.98 Running hooks in /etc/ca-certificates/update.d... [2023-04-17T23:24:17.885Z] #14 11.98 done. [2023-04-17T23:24:19.034Z] #21 ... [2023-04-17T23:24:19.034Z] [2023-04-17T23:24:19.034Z] #32 [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 [2023-04-17T23:24:19.034Z] #32 DONE 65.4s [2023-04-17T23:24:19.034Z] [2023-04-17T23:24:19.034Z] #27 [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 python3-protobuf [2023-04-17T23:24:19.034Z] #27 64.00 debconf: delaying package configuration, since apt-utils is not installed [2023-04-17T23:24:19.034Z] #27 64.49 Fetched 4583 kB in 1s (5247 kB/s) [2023-04-17T23:24:19.034Z] #27 64.80 Selecting previously unselected package libcap2:amd64. [2023-04-17T23:24:19.034Z] #27 64.80 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15722 files and directories currently installed.) [2023-04-17T23:24:19.034Z] #27 64.91 Preparing to unpack .../00-libcap2_1%3a2.44-1_amd64.deb ... [2023-04-17T23:24:19.034Z] #27 64.92 Unpacking libcap2:amd64 (1:2.44-1) ... [2023-04-17T23:24:19.034Z] #27 65.39 Selecting previously unselected package libcap-dev:amd64. [2023-04-17T23:24:19.034Z] #27 65.39 Preparing to unpack .../01-libcap-dev_1%3a2.44-1_amd64.deb ... [2023-04-17T23:24:19.034Z] #27 65.41 Unpacking libcap-dev:amd64 (1:2.44-1) ... [2023-04-17T23:24:19.034Z] #27 65.74 Selecting previously unselected package libnet1:amd64. [2023-04-17T23:24:19.034Z] #27 65.75 Preparing to unpack .../02-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2023-04-17T23:24:19.034Z] #27 65.77 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2023-04-17T23:24:19.056Z] #38 DONE 11.9s [2023-04-17T23:24:19.056Z] [2023-04-17T23:24:19.056Z] #39 [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 [2023-04-17T23:24:19.056Z] #39 11.00 PBCC images/timens.pb-c.c [2023-04-17T23:24:19.056Z] #39 11.06 DEP images/timens.pb-c.d [2023-04-17T23:24:19.056Z] #39 11.13 PBCC images/fown.pb-c.c [2023-04-17T23:24:19.056Z] #39 11.14 PBCC images/google/protobuf/descriptor.pb-c.c [2023-04-17T23:24:19.056Z] #39 11.22 PBCC images/opts.pb-c.c [2023-04-17T23:24:19.056Z] #39 11.32 PBCC images/memfd.pb-c.c [2023-04-17T23:24:19.056Z] #39 11.45 DEP images/fown.pb-c.d [2023-04-17T23:24:19.056Z] #39 11.54 DEP images/google/protobuf/descriptor.pb-c.d [2023-04-17T23:24:19.057Z] #39 11.67 DEP images/opts.pb-c.d [2023-04-17T23:24:19.057Z] #39 11.86 DEP images/memfd.pb-c.d [2023-04-17T23:24:19.057Z] #39 12.01 PBCC images/sit.pb-c.c [2023-04-17T23:24:19.057Z] #39 12.13 DEP images/sit.pb-c.d [2023-04-17T23:24:19.057Z] #39 12.20 PBCC images/macvlan.pb-c.c [2023-04-17T23:24:19.057Z] #39 12.22 DEP images/macvlan.pb-c.d [2023-04-17T23:24:19.057Z] #39 12.31 PBCC images/autofs.pb-c.c [2023-04-17T23:24:19.057Z] #39 12.35 DEP images/autofs.pb-c.d [2023-04-17T23:24:19.057Z] #39 12.42 PBCC images/sysctl.pb-c.c [2023-04-17T23:24:19.057Z] #39 12.46 DEP images/sysctl.pb-c.d [2023-04-17T23:24:19.057Z] #39 12.62 PBCC images/time.pb-c.c [2023-04-17T23:24:19.057Z] #39 12.67 DEP images/time.pb-c.d [2023-04-17T23:24:19.057Z] #39 12.77 PBCC images/binfmt-misc.pb-c.c [2023-04-17T23:24:19.057Z] #39 12.82 DEP images/binfmt-misc.pb-c.d [2023-04-17T23:24:19.057Z] #39 13.09 PBCC images/seccomp.pb-c.c [2023-04-17T23:24:19.057Z] #39 13.16 DEP images/seccomp.pb-c.d [2023-04-17T23:24:19.057Z] #39 13.31 PBCC images/userns.pb-c.c [2023-04-17T23:24:19.057Z] #39 13.34 DEP images/userns.pb-c.d [2023-04-17T23:24:19.057Z] #39 13.56 PBCC images/cgroup.pb-c.c [2023-04-17T23:24:19.057Z] #39 13.61 DEP images/cgroup.pb-c.d [2023-04-17T23:24:19.057Z] #39 13.76 PBCC images/ext-file.pb-c.c [2023-04-17T23:24:19.057Z] #39 13.84 DEP images/ext-file.pb-c.d [2023-04-17T23:24:19.057Z] #39 14.06 PBCC images/rpc.pb-c.c [2023-04-17T23:24:19.057Z] #39 14.18 DEP images/rpc.pb-c.d [2023-04-17T23:24:19.057Z] #39 14.39 PBCC images/siginfo.pb-c.c [2023-04-17T23:24:19.057Z] #39 14.48 DEP images/siginfo.pb-c.d [2023-04-17T23:24:19.057Z] #39 14.63 PBCC images/pagemap.pb-c.c [2023-04-17T23:24:19.057Z] #39 14.72 DEP images/pagemap.pb-c.d [2023-04-17T23:24:19.057Z] #39 14.83 PBCC images/rlimit.pb-c.c [2023-04-17T23:24:19.057Z] #39 14.86 DEP images/rlimit.pb-c.d [2023-04-17T23:24:19.057Z] #39 15.01 PBCC images/file-lock.pb-c.c [2023-04-17T23:24:19.057Z] #39 15.06 DEP images/file-lock.pb-c.d [2023-04-17T23:24:19.057Z] #39 15.10 PBCC images/tty.pb-c.c [2023-04-17T23:24:19.057Z] #39 15.17 DEP images/tty.pb-c.d [2023-04-17T23:24:19.057Z] #39 15.23 PBCC images/tun.pb-c.c [2023-04-17T23:24:19.057Z] #39 15.31 PBCC images/netdev.pb-c.c [2023-04-17T23:24:19.057Z] #39 15.52 DEP images/tun.pb-c.d [2023-04-17T23:24:19.057Z] #39 15.66 DEP images/netdev.pb-c.d [2023-04-17T23:24:19.057Z] #39 15.88 PBCC images/vma.pb-c.c [2023-04-17T23:24:19.057Z] #39 ... [2023-04-17T23:24:19.057Z] [2023-04-17T23:24:19.057Z] #27 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:24:19.057Z] #27 97.73 Selecting previously unselected package mingw-w64-x86-64-dev. [2023-04-17T23:24:19.057Z] #27 97.73 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2023-04-17T23:24:19.057Z] #27 97.73 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2023-04-17T23:24:19.057Z] #27 107.6 Selecting previously unselected package gcc-mingw-w64-base. [2023-04-17T23:24:19.057Z] #27 107.6 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2023-04-17T23:24:19.057Z] #27 107.8 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2023-04-17T23:24:19.057Z] #27 108.1 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2023-04-17T23:24:19.057Z] #27 108.1 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2023-04-17T23:24:19.057Z] #27 108.1 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2023-04-17T23:24:19.057Z] #27 ... [2023-04-17T23:24:19.057Z] [2023-04-17T23:24:19.057Z] #39 [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 [2023-04-17T23:24:19.057Z] #39 15.96 DEP images/vma.pb-c.d [2023-04-17T23:24:19.057Z] #39 16.14 PBCC images/creds.pb-c.c [2023-04-17T23:24:19.057Z] #39 16.21 DEP images/creds.pb-c.d [2023-04-17T23:24:19.260Z] #14 DONE 13.1s [2023-04-17T23:24:19.260Z] [2023-04-17T23:24:19.260Z] #17 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2023-04-17T23:24:19.260Z] #17 DONE 0.1s [2023-04-17T23:24:19.260Z] [2023-04-17T23:24:19.260Z] #12 [base 1/3] FROM docker.io/library/golang:1.19.8-bullseye@sha256:1370f30629243bb65e3e0f780ae08a54e50fc5b7e96f0b79e62ee846788d1178 [2023-04-17T23:24:19.260Z] #12 extracting sha256:079116d1299c7a03ad97f33aca1b181392a259fb6bd3b4b22efee1e80c7a62d3 4.8s done [2023-04-17T23:24:19.260Z] #12 extracting sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 3.1s [2023-04-17T23:24:19.292Z] #27 65.95 Selecting previously unselected package libnet1-dev. [2023-04-17T23:24:19.293Z] #27 65.97 Preparing to unpack .../03-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2023-04-17T23:24:19.293Z] #27 65.97 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2023-04-17T23:24:19.322Z] #39 16.30 PBCC images/utsns.pb-c.c [2023-04-17T23:24:19.322Z] #39 16.37 DEP images/utsns.pb-c.d [2023-04-17T23:24:19.322Z] #39 16.48 PBCC images/ipc-desc.pb-c.c [2023-04-17T23:24:19.551Z] #27 66.22 Selecting previously unselected package libnl-3-200:amd64. [2023-04-17T23:24:19.551Z] #27 66.22 Preparing to unpack .../04-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2023-04-17T23:24:19.551Z] #27 66.23 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2023-04-17T23:24:19.583Z] #39 16.51 PBCC images/ipc-sem.pb-c.c [2023-04-17T23:24:19.583Z] #39 16.61 DEP images/ipc-desc.pb-c.d [2023-04-17T23:24:19.583Z] #39 16.73 DEP images/ipc-sem.pb-c.d [2023-04-17T23:24:19.810Z] #27 66.62 Selecting previously unselected package libnl-3-dev:amd64. [2023-04-17T23:24:19.844Z] #39 16.81 PBCC images/ipc-msg.pb-c.c [2023-04-17T23:24:19.844Z] #39 16.87 DEP images/ipc-msg.pb-c.d [2023-04-17T23:24:19.844Z] #39 16.96 PBCC images/ipc-shm.pb-c.c [2023-04-17T23:24:19.844Z] #39 16.97 DEP images/ipc-shm.pb-c.d [2023-04-17T23:24:20.070Z] #27 66.62 Preparing to unpack .../05-libnl-3-dev_3.4.0-1+b1_amd64.deb ... [2023-04-17T23:24:20.070Z] #27 66.67 Unpacking libnl-3-dev:amd64 (3.4.0-1+b1) ... [2023-04-17T23:24:20.105Z] #39 17.14 PBCC images/ipc-var.pb-c.c [2023-04-17T23:24:20.105Z] #39 17.14 DEP images/ipc-var.pb-c.d [2023-04-17T23:24:20.105Z] #39 17.21 PBCC images/sk-opts.pb-c.c [2023-04-17T23:24:20.105Z] #39 17.25 PBCC images/packet-sock.pb-c.c [2023-04-17T23:24:20.329Z] #27 67.16 Selecting previously unselected package libprotobuf-c1:amd64. [2023-04-17T23:24:20.373Z] #39 17.35 DEP images/sk-opts.pb-c.d [2023-04-17T23:24:20.373Z] #39 17.47 DEP images/packet-sock.pb-c.d [2023-04-17T23:24:20.588Z] #27 67.17 Preparing to unpack .../06-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2023-04-17T23:24:20.588Z] #27 67.19 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2023-04-17T23:24:20.638Z] #39 17.59 PBCC images/sk-netlink.pb-c.c [2023-04-17T23:24:20.638Z] #39 17.79 DEP images/sk-netlink.pb-c.d [2023-04-17T23:24:20.849Z] #27 67.57 Selecting previously unselected package libprotobuf-c-dev:amd64. [2023-04-17T23:24:20.849Z] #27 67.57 Preparing to unpack .../07-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ... [2023-04-17T23:24:20.849Z] #27 67.58 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2023-04-17T23:24:20.901Z] #39 17.95 PBCC images/sk-inet.pb-c.c [2023-04-17T23:24:20.901Z] #39 18.13 DEP images/sk-inet.pb-c.d [2023-04-17T23:24:21.108Z] #27 ... [2023-04-17T23:24:21.108Z] [2023-04-17T23:24:21.108Z] #29 [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 [2023-04-17T23:24:21.108Z] #29 DONE 67.8s [2023-04-17T23:24:21.108Z] [2023-04-17T23:24:21.108Z] #27 [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 python3-protobuf [2023-04-17T23:24:21.108Z] #27 67.96 Selecting previously unselected package zlib1g-dev:amd64. [2023-04-17T23:24:21.162Z] #39 18.17 PBCC images/sk-unix.pb-c.c [2023-04-17T23:24:21.162Z] #39 18.22 DEP images/sk-unix.pb-c.d [2023-04-17T23:24:21.162Z] #39 18.33 PBCC images/mm.pb-c.c [2023-04-17T23:24:21.162Z] #39 18.41 DEP images/mm.pb-c.d [2023-04-17T23:24:21.377Z] #27 67.97 Preparing to unpack .../08-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_amd64.deb ... [2023-04-17T23:24:21.377Z] #27 68.01 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... [2023-04-17T23:24:21.424Z] #39 18.47 PBCC images/timerfd.pb-c.c [2023-04-17T23:24:21.425Z] #39 18.57 DEP images/timerfd.pb-c.d [2023-04-17T23:24:21.425Z] #39 18.65 PBCC images/timer.pb-c.c [2023-04-17T23:24:21.425Z] #39 18.67 DEP images/timer.pb-c.d [2023-04-17T23:24:21.451Z] #39 92.54 # github.com/containerd/containerd/cmd/containerd [2023-04-17T23:24:21.451Z] #39 92.54 /usr/bin/ld: /tmp/go-link-87416320/000019.o: in function `New': [2023-04-17T23:24:21.451Z] #39 92.54 /tmp/tmp.zozhHY2P1O/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2023-04-17T23:24:21.451Z] #39 92.61 + bin/containerd-stress [2023-04-17T23:24:21.687Z] #39 18.73 PBCC images/sa.pb-c.c [2023-04-17T23:24:21.687Z] #39 18.75 DEP images/sa.pb-c.d [2023-04-17T23:24:21.687Z] #39 18.77 PBCC images/pipe-data.pb-c.c [2023-04-17T23:24:21.687Z] #39 18.83 DEP images/pipe-data.pb-c.d [2023-04-17T23:24:21.687Z] #39 18.92 PBCC images/mnt.pb-c.c [2023-04-17T23:24:21.706Z] #39 93.51 + bin/containerd-shim [2023-04-17T23:24:21.914Z] #23 4.908 + git clone https://github.com/docker/distribution.git . [2023-04-17T23:24:21.914Z] #23 4.924 Cloning into '.'... [2023-04-17T23:24:21.914Z] #23 ... [2023-04-17T23:24:21.914Z] [2023-04-17T23:24:21.914Z] #24 [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 [2023-04-17T23:24:21.914Z] #0 5.017 + RM_GOPATH=0 [2023-04-17T23:24:21.914Z] #0 5.047 + TMP_GOPATH= [2023-04-17T23:24:21.914Z] #0 5.047 + : /build [2023-04-17T23:24:21.914Z] #0 5.047 + '[' -z '' ']' [2023-04-17T23:24:21.914Z] #0 5.047 ++ mktemp -d [2023-04-17T23:24:21.914Z] #0 5.064 + export GOPATH=/tmp/tmp.1jXUewvPG0 [2023-04-17T23:24:21.914Z] #0 5.071 + GOPATH=/tmp/tmp.1jXUewvPG0 [2023-04-17T23:24:21.914Z] #0 5.071 + RM_GOPATH=1 [2023-04-17T23:24:21.914Z] #0 5.074 + case "$(go env GOARCH)" in [2023-04-17T23:24:21.914Z] #0 5.075 ++ go env GOARCH [2023-04-17T23:24:21.914Z] #0 5.091 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:21.914Z] #0 5.091 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:21.914Z] #0 5.092 ++ dirname /tmp/install/install.sh [2023-04-17T23:24:21.914Z] #0 5.100 + dir=/tmp/install [2023-04-17T23:24:21.914Z] #0 5.100 + bin=proxy [2023-04-17T23:24:21.914Z] #0 5.100 + shift [2023-04-17T23:24:21.914Z] #0 5.101 + '[' '!' -f /tmp/install/proxy.installer ']' [2023-04-17T23:24:21.914Z] #0 5.101 + . /tmp/install/proxy.installer [2023-04-17T23:24:21.914Z] #0 5.101 ++ : 05b93e0d3a95952f70c113b0bc5bdb538d7afdd7 [2023-04-17T23:24:21.914Z] #0 5.102 + install_proxy [2023-04-17T23:24:21.914Z] #0 5.102 + case "$1" in [2023-04-17T23:24:21.914Z] #0 5.102 + export CGO_ENABLED=0 [2023-04-17T23:24:21.914Z] #0 5.102 + CGO_ENABLED=0 [2023-04-17T23:24:21.914Z] #0 5.103 + _install_proxy [2023-04-17T23:24:21.914Z] #0 5.103 + echo 'Install docker-proxy version 05b93e0d3a95952f70c113b0bc5bdb538d7afdd7' [2023-04-17T23:24:21.914Z] #0 5.103 Install docker-proxy version 05b93e0d3a95952f70c113b0bc5bdb538d7afdd7 [2023-04-17T23:24:21.914Z] #0 5.104 + git clone https://github.com/moby/libnetwork.git /tmp/tmp.1jXUewvPG0/src/github.com/docker/libnetwork [2023-04-17T23:24:21.914Z] #0 5.106 Cloning into '/tmp/tmp.1jXUewvPG0/src/github.com/docker/libnetwork'... [2023-04-17T23:24:21.947Z] #27 68.58 Selecting previously unselected package libprotobuf23:amd64. [2023-04-17T23:24:21.947Z] #27 68.58 Preparing to unpack .../09-libprotobuf23_3.12.4-1_amd64.deb ... [2023-04-17T23:24:21.947Z] #27 68.63 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2023-04-17T23:24:21.948Z] #39 19.04 DEP images/mnt.pb-c.d [2023-04-17T23:24:21.948Z] #39 19.14 PBCC images/sk-packet.pb-c.c [2023-04-17T23:24:21.948Z] #39 19.15 DEP images/sk-packet.pb-c.d [2023-04-17T23:24:22.209Z] #39 19.23 PBCC images/tcp-stream.pb-c.c [2023-04-17T23:24:22.209Z] #39 19.30 DEP images/tcp-stream.pb-c.d [2023-04-17T23:24:22.209Z] #39 19.43 PBCC images/pipe.pb-c.c [2023-04-17T23:24:22.469Z] #39 19.55 DEP images/pipe.pb-c.d [2023-04-17T23:24:22.469Z] #39 19.64 PBCC images/pstree.pb-c.c [2023-04-17T23:24:22.469Z] #39 19.68 DEP images/pstree.pb-c.d [2023-04-17T23:24:22.731Z] #39 19.76 PBCC images/fs.pb-c.c [2023-04-17T23:24:22.731Z] #39 19.82 DEP images/fs.pb-c.d [2023-04-17T23:24:22.731Z] #39 19.89 PBCC images/signalfd.pb-c.c [2023-04-17T23:24:22.731Z] #39 19.96 DEP images/signalfd.pb-c.d [2023-04-17T23:24:22.992Z] #39 20.06 PBCC images/fh.pb-c.c [2023-04-17T23:24:22.992Z] #39 20.12 PBCC images/fsnotify.pb-c.c [2023-04-17T23:24:22.992Z] #39 20.15 DEP images/fh.pb-c.d [2023-04-17T23:24:22.992Z] #39 20.21 DEP images/fsnotify.pb-c.d [2023-04-17T23:24:23.253Z] #39 20.33 PBCC images/eventpoll.pb-c.c [2023-04-17T23:24:23.253Z] #39 20.34 DEP images/eventpoll.pb-c.d [2023-04-17T23:24:23.253Z] #39 20.42 PBCC images/eventfd.pb-c.c [2023-04-17T23:24:23.253Z] #39 20.44 DEP images/eventfd.pb-c.d [2023-04-17T23:24:23.324Z] #27 69.88 Selecting previously unselected package libprotobuf-lite23:amd64. [2023-04-17T23:24:23.324Z] #27 69.89 Preparing to unpack .../10-libprotobuf-lite23_3.12.4-1_amd64.deb ... [2023-04-17T23:24:23.324Z] #27 69.89 Unpacking libprotobuf-lite23:amd64 (3.12.4-1) ... [2023-04-17T23:24:23.520Z] #39 20.49 PBCC images/remap-file-path.pb-c.c [2023-04-17T23:24:23.520Z] #39 20.55 DEP images/remap-file-path.pb-c.d [2023-04-17T23:24:23.520Z] #39 20.62 PBCC images/fifo.pb-c.c [2023-04-17T23:24:23.520Z] #39 20.66 DEP images/fifo.pb-c.d [2023-04-17T23:24:23.520Z] #39 ... [2023-04-17T23:24:23.520Z] [2023-04-17T23:24:23.520Z] #30 [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 [2023-04-17T23:24:23.520Z] #30 DONE 112.8s [2023-04-17T23:24:23.520Z] [2023-04-17T23:24:23.520Z] #39 [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 [2023-04-17T23:24:23.520Z] #39 20.72 PBCC images/ghost-file.pb-c.c [2023-04-17T23:24:23.520Z] #39 20.75 DEP images/ghost-file.pb-c.d [2023-04-17T23:24:23.781Z] #39 20.93 PBCC images/regfile.pb-c.c [2023-04-17T23:24:23.894Z] #27 70.50 Selecting previously unselected package libprotobuf-dev:amd64. [2023-04-17T23:24:23.894Z] #27 70.50 Preparing to unpack .../11-libprotobuf-dev_3.12.4-1_amd64.deb ... [2023-04-17T23:24:23.894Z] #27 70.51 Unpacking libprotobuf-dev:amd64 (3.12.4-1) ... [2023-04-17T23:24:24.042Z] #39 20.99 DEP images/regfile.pb-c.d [2023-04-17T23:24:24.042Z] #39 21.08 PBCC images/ns.pb-c.c [2023-04-17T23:24:24.042Z] #39 21.12 DEP images/ns.pb-c.d [2023-04-17T23:24:24.303Z] #39 21.24 PBCC images/fdinfo.pb-c.c [2023-04-17T23:24:24.303Z] #39 21.35 DEP images/fdinfo.pb-c.d [2023-04-17T23:24:24.303Z] #39 21.45 PBCC images/core-aarch64.pb-c.c [2023-04-17T23:24:24.303Z] #39 21.57 PBCC images/core-arm.pb-c.c [2023-04-17T23:24:24.461Z] #27 ... [2023-04-17T23:24:24.461Z] [2023-04-17T23:24:24.461Z] #33 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:24:24.461Z] #33 61.10 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2023-04-17T23:24:24.461Z] #33 61.45 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2023-04-17T23:24:24.461Z] #33 61.46 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2023-04-17T23:24:24.461Z] #33 62.42 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2023-04-17T23:24:24.461Z] #33 65.21 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2023-04-17T23:24:24.461Z] #33 66.21 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2023-04-17T23:24:24.461Z] #33 67.03 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2023-04-17T23:24:24.461Z] #33 69.03 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2023-04-17T23:24:24.461Z] #33 69.78 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2023-04-17T23:24:24.461Z] #33 69.79 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2023-04-17T23:24:24.461Z] #33 69.79 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2023-04-17T23:24:24.461Z] #33 69.82 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2023-04-17T23:24:24.461Z] #33 69.82 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2023-04-17T23:24:24.461Z] #33 69.86 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2023-04-17T23:24:24.461Z] #33 69.86 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7+deb11u1 [123 kB] [2023-04-17T23:24:24.461Z] #33 69.89 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2023-04-17T23:24:24.461Z] #33 69.93 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2+deb11u1 [232 kB] [2023-04-17T23:24:24.461Z] #33 69.93 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2+deb11u1 [220 kB] [2023-04-17T23:24:24.461Z] #33 69.97 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2+deb11u1 [49.1 kB] [2023-04-17T23:24:24.461Z] #33 69.97 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2+deb11u1 [733 kB] [2023-04-17T23:24:24.461Z] #33 70.11 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2023-04-17T23:24:24.461Z] #33 70.11 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2023-04-17T23:24:24.461Z] #33 70.11 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2023-04-17T23:24:24.461Z] #33 70.13 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7+deb11u1 [401 kB] [2023-04-17T23:24:24.461Z] #33 ... [2023-04-17T23:24:24.461Z] [2023-04-17T23:24:24.461Z] #35 [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 [2023-04-17T23:24:24.524Z] #12 extracting sha256:12415e2001c5a9c46d10dc733695d02cd56b389c47402a57992d15ad31729460 8.2s done [2023-04-17T23:24:24.524Z] #12 extracting sha256:10440d7e88e9007ba735398eaaada57962675e286370bd63e95c57058492c64c done [2023-04-17T23:24:24.524Z] #12 DONE 27.0s [2023-04-17T23:24:24.524Z] [2023-04-17T23:24:24.524Z] #18 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-04-17T23:24:24.524Z] #0 1.690 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2023-04-17T23:24:24.524Z] #0 1.960 [2023-04-17T23:24:24.524Z] #0 2.179 #=#=# ######################################################################## 100.0% [2023-04-17T23:24:24.524Z] #0 2.454 [2023-04-17T23:24:24.524Z] #0 3.377 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2023-04-17T23:24:24.524Z] #0 3.637 [2023-04-17T23:24:24.524Z] #0 3.853 #=#=# ##################################################################### 96.6% ######################################################################## 100.0% [2023-04-17T23:24:24.524Z] #0 4.250 [2023-04-17T23:24:24.524Z] #0 5.172 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2023-04-17T23:24:24.524Z] #0 5.384 [2023-04-17T23:24:24.563Z] #39 21.64 PBCC images/core-ppc64.pb-c.c [2023-04-17T23:24:24.563Z] #39 21.71 PBCC images/core-s390.pb-c.c [2023-04-17T23:24:24.563Z] #39 21.82 PBCC images/core-x86.pb-c.c [2023-04-17T23:24:24.564Z] #39 ... [2023-04-17T23:24:24.564Z] [2023-04-17T23:24:24.564Z] #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 [2023-04-17T23:24:24.564Z] #34 103.8 reflect [2023-04-17T23:24:24.564Z] #34 113.4 internal/syscall/unix [2023-04-17T23:24:24.824Z] #34 ... [2023-04-17T23:24:24.824Z] [2023-04-17T23:24:24.824Z] #39 [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 [2023-04-17T23:24:24.824Z] #39 21.94 PBCC images/core.pb-c.c [2023-04-17T23:24:24.824Z] #39 22.07 PBCC images/inventory.pb-c.c [2023-04-17T23:24:25.028Z] #35 70.75 Updating files: 85% (1298/1521) Updating files: 86% (1309/1521) Updating files: 87% (1324/1521) Updating files: 88% (1339/1521) Updating files: 89% (1354/1521) Updating files: 90% (1369/1521) Updating files: 91% (1385/1521) Updating files: 92% (1400/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2023-04-17T23:24:25.028Z] #35 71.57 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2023-04-17T23:24:25.041Z] #18 5.600 #=#=# ################### 26.5% ########################################## 58.5% ################################################################# 90.4% ######################################################################## 100.0% [2023-04-17T23:24:25.228Z] #24 ... [2023-04-17T23:24:25.228Z] [2023-04-17T23:24:25.228Z] #19 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-04-17T23:24:25.228Z] #19 1.605 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2023-04-17T23:24:25.228Z] #19 2.011 [2023-04-17T23:24:25.228Z] #19 2.234 #=#=# ######################################################################## 100.0% [2023-04-17T23:24:25.228Z] #19 2.631 [2023-04-17T23:24:25.228Z] #19 3.992 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2023-04-17T23:24:25.228Z] #19 4.286 [2023-04-17T23:24:25.228Z] #19 4.518 #=#=# 0.7% ######################################################################## 100.0% [2023-04-17T23:24:25.228Z] #19 4.866 [2023-04-17T23:24:25.228Z] #19 7.397 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2023-04-17T23:24:25.228Z] #19 9.018 [2023-04-17T23:24:25.299Z] #18 6.074 [2023-04-17T23:24:25.396Z] #39 22.23 DEP images/core-aarch64.pb-c.d [2023-04-17T23:24:25.396Z] #39 22.37 DEP images/core-arm.pb-c.d [2023-04-17T23:24:25.396Z] #39 22.46 DEP images/core-ppc64.pb-c.d [2023-04-17T23:24:25.396Z] #39 22.63 DEP images/core-s390.pb-c.d [2023-04-17T23:24:25.489Z] #19 9.355 #=#=# 0.1% ###### 8.5% ############## 19.8% ################### 27.5% ######################### 35.6% ############################### 44.3% ####################################### 54.6% #################################################### 72.9% ############################################################## 87.3% ######################################################################## 100.0% [2023-04-17T23:24:25.557Z] #18 ... [2023-04-17T23:24:25.557Z] [2023-04-17T23:24:25.557Z] #19 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2023-04-17T23:24:25.557Z] #19 DONE 1.0s [2023-04-17T23:24:25.557Z] [2023-04-17T23:24:25.557Z] #20 [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 [2023-04-17T23:24:25.661Z] #39 22.73 DEP images/core-x86.pb-c.d [2023-04-17T23:24:25.661Z] #39 22.83 DEP images/core.pb-c.d [2023-04-17T23:24:25.921Z] #39 22.96 DEP images/inventory.pb-c.d [2023-04-17T23:24:25.921Z] #39 23.01 PBCC images/cpuinfo.pb-c.c [2023-04-17T23:24:25.921Z] #39 23.05 DEP images/cpuinfo.pb-c.d [2023-04-17T23:24:25.921Z] #39 23.11 PBCC images/stats.pb-c.c [2023-04-17T23:24:25.921Z] #39 23.14 DEP images/stats.pb-c.d [2023-04-17T23:24:26.126Z] #20 DONE 0.6s [2023-04-17T23:24:26.126Z] [2023-04-17T23:24:26.126Z] #21 [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 [2023-04-17T23:24:26.126Z] #21 ... [2023-04-17T23:24:26.126Z] [2023-04-17T23:24:26.126Z] #22 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2023-04-17T23:24:26.126Z] #22 DONE 0.1s [2023-04-17T23:24:26.126Z] [2023-04-17T23:24:26.126Z] #23 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2023-04-17T23:24:26.126Z] #23 DONE 0.2s [2023-04-17T23:24:26.223Z] #35 72.59 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2023-04-17T23:24:26.386Z] [2023-04-17T23:24:26.386Z] #18 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-04-17T23:24:26.386Z] #18 6.959 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2023-04-17T23:24:26.386Z] #18 7.340 [2023-04-17T23:24:26.433Z] #19 ... [2023-04-17T23:24:26.433Z] [2023-04-17T23:24:26.433Z] #25 [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 [2023-04-17T23:24:26.433Z] #0 3.892 + RM_GOPATH=0 [2023-04-17T23:24:26.433Z] #0 3.892 + TMP_GOPATH= [2023-04-17T23:24:26.433Z] #0 3.892 + : /build [2023-04-17T23:24:26.433Z] #0 3.892 + '[' -z '' ']' [2023-04-17T23:24:26.433Z] #0 3.893 ++ mktemp -d [2023-04-17T23:24:26.433Z] #0 3.902 + export GOPATH=/tmp/tmp.b0wbRyjg2w [2023-04-17T23:24:26.433Z] #0 3.902 + GOPATH=/tmp/tmp.b0wbRyjg2w [2023-04-17T23:24:26.433Z] #0 3.902 + RM_GOPATH=1 [2023-04-17T23:24:26.433Z] #0 3.902 + case "$(go env GOARCH)" in [2023-04-17T23:24:26.433Z] #0 3.903 ++ go env GOARCH [2023-04-17T23:24:26.433Z] #0 3.907 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:26.433Z] #0 3.907 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:26.433Z] #0 3.907 ++ dirname /tmp/install/install.sh [2023-04-17T23:24:26.433Z] #0 3.907 + dir=/tmp/install [2023-04-17T23:24:26.433Z] #0 3.907 + bin=dockercli [2023-04-17T23:24:26.433Z] #0 3.907 + shift [2023-04-17T23:24:26.433Z] #0 3.907 + '[' '!' -f /tmp/install/dockercli.installer ']' [2023-04-17T23:24:26.433Z] #0 3.907 + . /tmp/install/dockercli.installer [2023-04-17T23:24:26.433Z] #0 3.907 ++ : stable [2023-04-17T23:24:26.433Z] #0 3.907 ++ : 17.06.2-ce [2023-04-17T23:24:26.433Z] #0 3.907 + install_dockercli [2023-04-17T23:24:26.433Z] #0 3.907 + echo 'Install docker/cli version 17.06.2-ce from stable' [2023-04-17T23:24:26.433Z] #0 3.907 ++ uname -m [2023-04-17T23:24:26.433Z] #0 3.913 Install docker/cli version 17.06.2-ce from stable [2023-04-17T23:24:26.433Z] #0 3.919 + arch=aarch64 [2023-04-17T23:24:26.433Z] #0 3.919 + '[' aarch64 '!=' x86_64 ']' [2023-04-17T23:24:26.433Z] #0 3.919 + '[' aarch64 '!=' s390x ']' [2023-04-17T23:24:26.433Z] #0 3.919 + '[' aarch64 '!=' armhf ']' [2023-04-17T23:24:26.433Z] #0 3.919 + build_dockercli [2023-04-17T23:24:26.433Z] #0 3.919 + git clone https://github.com/docker/docker-ce /tmp/tmp.b0wbRyjg2w/tmp/docker-ce [2023-04-17T23:24:26.433Z] #0 3.919 Cloning into '/tmp/tmp.b0wbRyjg2w/tmp/docker-ce'... [2023-04-17T23:24:26.433Z] #25 ... [2023-04-17T23:24:26.433Z] [2023-04-17T23:24:26.433Z] #26 [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 [2023-04-17T23:24:26.433Z] #0 4.338 + git clone https://github.com/kolyshkin/go-swagger.git . [2023-04-17T23:24:26.433Z] #0 4.338 Cloning into '.'... [2023-04-17T23:24:26.694Z] #26 ... [2023-04-17T23:24:26.694Z] [2023-04-17T23:24:26.694Z] #27 [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 [2023-04-17T23:24:26.694Z] #0 5.164 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-04-17T23:24:26.694Z] #0 5.262 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-04-17T23:24:26.694Z] #0 5.278 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-04-17T23:24:26.694Z] #0 5.993 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB] [2023-04-17T23:24:26.694Z] #0 8.535 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [233 kB] [2023-04-17T23:24:26.694Z] #27 ... [2023-04-17T23:24:26.694Z] [2023-04-17T23:24:26.694Z] #28 [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 [2023-04-17T23:24:26.694Z] #0 4.314 + RM_GOPATH=0 [2023-04-17T23:24:26.694Z] #0 4.314 + TMP_GOPATH= [2023-04-17T23:24:26.694Z] #0 4.315 + : /build [2023-04-17T23:24:26.694Z] #0 4.315 + '[' -z '' ']' [2023-04-17T23:24:26.694Z] #0 4.316 ++ mktemp -d [2023-04-17T23:24:26.694Z] #0 4.321 + export GOPATH=/tmp/tmp.y6icQnWT2M [2023-04-17T23:24:26.694Z] #0 4.321 + GOPATH=/tmp/tmp.y6icQnWT2M [2023-04-17T23:24:26.694Z] #0 4.321 + RM_GOPATH=1 [2023-04-17T23:24:26.694Z] #0 4.321 + case "$(go env GOARCH)" in [2023-04-17T23:24:26.694Z] #0 4.321 ++ go env GOARCH [2023-04-17T23:24:26.695Z] #0 4.331 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:26.695Z] #0 4.331 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:26.695Z] #0 4.344 Install shfmt version v3.0.2 [2023-04-17T23:24:26.695Z] #0 4.344 ++ dirname /tmp/install/install.sh [2023-04-17T23:24:26.695Z] #0 4.344 + dir=/tmp/install [2023-04-17T23:24:26.695Z] #0 4.344 + bin=shfmt [2023-04-17T23:24:26.695Z] #0 4.344 + shift [2023-04-17T23:24:26.695Z] #0 4.344 + '[' '!' -f /tmp/install/shfmt.installer ']' [2023-04-17T23:24:26.695Z] #0 4.344 + . /tmp/install/shfmt.installer [2023-04-17T23:24:26.695Z] #0 4.344 ++ : v3.0.2 [2023-04-17T23:24:26.695Z] #0 4.344 + install_shfmt [2023-04-17T23:24:26.695Z] #0 4.344 + echo 'Install shfmt version v3.0.2' [2023-04-17T23:24:26.695Z] #0 4.344 + GOBIN=/build [2023-04-17T23:24:26.695Z] #0 4.344 + GO111MODULE=on [2023-04-17T23:24:26.695Z] #0 4.344 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2 [2023-04-17T23:24:26.695Z] #0 4.835 go: downloading mvdan.cc/sh/v3 v3.0.2 [2023-04-17T23:24:26.695Z] #0 5.965 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2023-04-17T23:24:26.695Z] #0 5.970 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2023-04-17T23:24:26.695Z] #0 6.054 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2023-04-17T23:24:26.695Z] #0 7.747 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2023-04-17T23:24:26.903Z] #18 7.615 #=#=# ######################################################################## 100.0% [2023-04-17T23:24:26.952Z] #39 98.12 + bin/containerd-shim-runc-v1 [2023-04-17T23:24:26.955Z] #28 ... [2023-04-17T23:24:26.955Z] [2023-04-17T23:24:26.955Z] #29 [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 [2023-04-17T23:24:26.955Z] #0 4.897 + RM_GOPATH=0 [2023-04-17T23:24:26.956Z] #0 4.897 + TMP_GOPATH= [2023-04-17T23:24:26.956Z] #0 4.897 + : /build [2023-04-17T23:24:26.956Z] #0 4.897 + '[' -z '' ']' [2023-04-17T23:24:26.956Z] #0 4.897 ++ mktemp -d [2023-04-17T23:24:26.956Z] #0 4.905 + export GOPATH=/tmp/tmp.nrVR6OoFDP [2023-04-17T23:24:26.956Z] #0 4.905 + GOPATH=/tmp/tmp.nrVR6OoFDP [2023-04-17T23:24:26.956Z] #0 4.905 + RM_GOPATH=1 [2023-04-17T23:24:26.956Z] #0 4.905 + case "$(go env GOARCH)" in [2023-04-17T23:24:26.956Z] #0 4.905 ++ go env GOARCH [2023-04-17T23:24:26.956Z] #0 4.982 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:26.956Z] #0 4.982 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:26.956Z] #0 5.033 Install rootlesskit version v0.14.4 [2023-04-17T23:24:26.956Z] #0 5.035 ++ dirname /tmp/install/install.sh [2023-04-17T23:24:26.956Z] #0 5.035 + dir=/tmp/install [2023-04-17T23:24:26.956Z] #0 5.035 + bin=rootlesskit [2023-04-17T23:24:26.956Z] #0 5.035 + shift [2023-04-17T23:24:26.956Z] #0 5.035 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2023-04-17T23:24:26.956Z] #0 5.035 + . /tmp/install/rootlesskit.installer [2023-04-17T23:24:26.956Z] #0 5.035 ++ : v0.14.4 [2023-04-17T23:24:26.956Z] #0 5.035 + install_rootlesskit [2023-04-17T23:24:26.956Z] #0 5.035 + case "$1" in [2023-04-17T23:24:26.956Z] #0 5.035 + export CGO_ENABLED=0 [2023-04-17T23:24:26.956Z] #0 5.035 + CGO_ENABLED=0 [2023-04-17T23:24:26.956Z] #0 5.035 + _install_rootlesskit [2023-04-17T23:24:26.956Z] #0 5.035 + echo 'Install rootlesskit version v0.14.4' [2023-04-17T23:24:26.956Z] #0 5.035 + for f in rootlesskit rootlesskit-docker-proxy [2023-04-17T23:24:26.956Z] #0 5.035 + GOBIN=/build [2023-04-17T23:24:26.956Z] #0 5.035 + GO111MODULE=on [2023-04-17T23:24:26.956Z] #0 5.035 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2023-04-17T23:24:26.956Z] #0 5.550 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2023-04-17T23:24:26.956Z] #0 9.806 go: downloading github.com/pkg/errors v0.9.1 [2023-04-17T23:24:26.956Z] #0 9.807 go: downloading github.com/sirupsen/logrus v1.8.1 [2023-04-17T23:24:26.956Z] #0 9.841 go: downloading github.com/urfave/cli/v2 v2.3.0 [2023-04-17T23:24:26.956Z] #0 10.15 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2023-04-17T23:24:26.956Z] #29 ... [2023-04-17T23:24:26.956Z] [2023-04-17T23:24:26.956Z] #30 [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 [2023-04-17T23:24:26.956Z] #0 4.862 + RM_GOPATH=0 [2023-04-17T23:24:26.956Z] #0 4.862 + TMP_GOPATH= [2023-04-17T23:24:26.956Z] #0 4.862 + : /build [2023-04-17T23:24:26.956Z] #0 4.862 + '[' -z '' ']' [2023-04-17T23:24:26.956Z] #0 4.862 ++ mktemp -d [2023-04-17T23:24:26.956Z] #0 4.878 + export GOPATH=/tmp/tmp.rkvbxHM6hU [2023-04-17T23:24:26.956Z] #0 4.878 + GOPATH=/tmp/tmp.rkvbxHM6hU [2023-04-17T23:24:26.956Z] #0 4.878 + RM_GOPATH=1 [2023-04-17T23:24:26.956Z] #0 4.878 + case "$(go env GOARCH)" in [2023-04-17T23:24:26.956Z] #0 4.886 ++ go env GOARCH [2023-04-17T23:24:26.956Z] #0 4.925 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:26.956Z] #0 4.925 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:26.956Z] #0 4.925 ++ dirname /tmp/install/install.sh [2023-04-17T23:24:26.956Z] #0 4.951 + dir=/tmp/install [2023-04-17T23:24:26.956Z] #0 4.951 + bin=gotestsum [2023-04-17T23:24:26.956Z] #0 4.951 + shift [2023-04-17T23:24:26.956Z] #0 4.951 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2023-04-17T23:24:26.956Z] #0 4.951 + . /tmp/install/gotestsum.installer [2023-04-17T23:24:26.956Z] #0 4.951 ++ : v1.8.2 [2023-04-17T23:24:26.956Z] #0 4.951 + install_gotestsum [2023-04-17T23:24:26.956Z] #0 4.956 + set -e [2023-04-17T23:24:26.956Z] #0 4.962 + echo 'Install gotestsum version v1.8.2' [2023-04-17T23:24:26.956Z] #0 4.962 + GOBIN=/build [2023-04-17T23:24:26.956Z] #0 4.962 + GO111MODULE=on [2023-04-17T23:24:26.956Z] #0 4.962 + go install gotest.tools/gotestsum@v1.8.2 [2023-04-17T23:24:26.956Z] #0 4.962 Install gotestsum version v1.8.2 [2023-04-17T23:24:26.956Z] #0 5.352 go: downloading gotest.tools/gotestsum v1.8.2 [2023-04-17T23:24:26.956Z] #0 10.08 go: downloading github.com/fatih/color v1.13.0 [2023-04-17T23:24:26.956Z] #0 10.12 go: downloading github.com/dnephin/pflag v1.0.7 [2023-04-17T23:24:26.956Z] #0 10.15 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2023-04-17T23:24:26.956Z] #0 10.36 go: downloading golang.org/x/tools v0.1.11 [2023-04-17T23:24:26.956Z] #0 10.50 go: downloading github.com/mattn/go-colorable v0.1.12 [2023-04-17T23:24:26.956Z] #0 10.77 go: downloading github.com/mattn/go-isatty v0.0.14 [2023-04-17T23:24:27.163Z] #18 8.231 [2023-04-17T23:24:27.216Z] #30 ... [2023-04-17T23:24:27.216Z] [2023-04-17T23:24:27.216Z] #31 [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 [2023-04-17T23:24:27.216Z] #0 4.703 + RM_GOPATH=0 [2023-04-17T23:24:27.216Z] #0 4.703 + TMP_GOPATH= [2023-04-17T23:24:27.216Z] #0 4.703 + : /build [2023-04-17T23:24:27.216Z] #0 4.703 + '[' -z '' ']' [2023-04-17T23:24:27.216Z] #0 4.703 ++ mktemp -d [2023-04-17T23:24:27.216Z] #0 4.722 + export GOPATH=/tmp/tmp.au6yC8BBdB [2023-04-17T23:24:27.216Z] #0 4.723 + GOPATH=/tmp/tmp.au6yC8BBdB [2023-04-17T23:24:27.216Z] #0 4.723 + RM_GOPATH=1 [2023-04-17T23:24:27.216Z] #0 4.723 + case "$(go env GOARCH)" in [2023-04-17T23:24:27.216Z] #0 4.735 ++ go env GOARCH [2023-04-17T23:24:27.216Z] #0 4.821 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:27.216Z] #0 4.821 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:27.216Z] #0 4.821 ++ dirname /tmp/install/install.sh [2023-04-17T23:24:27.216Z] #0 4.824 + dir=/tmp/install [2023-04-17T23:24:27.216Z] #0 4.832 + bin=vndr [2023-04-17T23:24:27.216Z] #0 4.832 + shift [2023-04-17T23:24:27.216Z] #0 4.832 + '[' '!' -f /tmp/install/vndr.installer ']' [2023-04-17T23:24:27.216Z] #0 4.832 + . /tmp/install/vndr.installer [2023-04-17T23:24:27.216Z] #0 4.832 ++ : v0.1.3-0.20221229102223-87603e47e8ea [2023-04-17T23:24:27.216Z] #0 4.832 + install_vndr [2023-04-17T23:24:27.216Z] #0 4.832 + echo 'Install vndr version v0.1.3-0.20221229102223-87603e47e8ea' [2023-04-17T23:24:27.216Z] #0 4.839 + GOBIN=/build [2023-04-17T23:24:27.216Z] #0 4.839 + GO111MODULE=on [2023-04-17T23:24:27.216Z] #0 4.839 + go install github.com/LK4D4/vndr@v0.1.3-0.20221229102223-87603e47e8ea [2023-04-17T23:24:27.216Z] #0 4.839 Install vndr version v0.1.3-0.20221229102223-87603e47e8ea [2023-04-17T23:24:27.216Z] #0 5.318 go: downloading github.com/LK4D4/vndr v0.1.3-0.20221229102223-87603e47e8ea [2023-04-17T23:24:27.217Z] #31 ... [2023-04-17T23:24:27.217Z] [2023-04-17T23:24:27.217Z] #32 [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 [2023-04-17T23:24:27.217Z] #0 5.448 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-04-17T23:24:27.217Z] #0 5.483 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-04-17T23:24:27.217Z] #0 5.491 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-04-17T23:24:27.217Z] #0 6.492 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB] [2023-04-17T23:24:27.217Z] #0 8.967 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [233 kB] [2023-04-17T23:24:27.481Z] #32 ... [2023-04-17T23:24:27.481Z] [2023-04-17T23:24:27.481Z] #33 [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 [2023-04-17T23:24:27.481Z] #0 3.601 + RM_GOPATH=0 [2023-04-17T23:24:27.481Z] #0 3.601 + TMP_GOPATH= [2023-04-17T23:24:27.481Z] #0 3.601 + : /build [2023-04-17T23:24:27.481Z] #0 3.602 + '[' -z '' ']' [2023-04-17T23:24:27.481Z] #0 3.603 ++ mktemp -d [2023-04-17T23:24:27.481Z] #0 3.604 + export GOPATH=/tmp/tmp.MGv3ur48o4 [2023-04-17T23:24:27.481Z] #0 3.604 + GOPATH=/tmp/tmp.MGv3ur48o4 [2023-04-17T23:24:27.481Z] #0 3.604 + RM_GOPATH=1 [2023-04-17T23:24:27.481Z] #0 3.604 + case "$(go env GOARCH)" in [2023-04-17T23:24:27.481Z] #0 3.605 ++ go env GOARCH [2023-04-17T23:24:27.481Z] #0 3.644 Install golangci-lint version v1.49.0 [2023-04-17T23:24:27.481Z] #0 3.644 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:27.481Z] #0 3.644 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:27.481Z] #0 3.644 ++ dirname /tmp/install/install.sh [2023-04-17T23:24:27.481Z] #0 3.644 + dir=/tmp/install [2023-04-17T23:24:27.481Z] #0 3.644 + bin=golangci_lint [2023-04-17T23:24:27.481Z] #0 3.644 + shift [2023-04-17T23:24:27.481Z] #0 3.644 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2023-04-17T23:24:27.481Z] #0 3.644 + . /tmp/install/golangci_lint.installer [2023-04-17T23:24:27.481Z] #0 3.644 ++ : v1.49.0 [2023-04-17T23:24:27.481Z] #0 3.644 + install_golangci_lint [2023-04-17T23:24:27.481Z] #0 3.644 + set -e [2023-04-17T23:24:27.481Z] #0 3.644 + echo 'Install golangci-lint version v1.49.0' [2023-04-17T23:24:27.481Z] #0 3.644 + GOBIN=/build [2023-04-17T23:24:27.481Z] #0 3.644 + GO111MODULE=on [2023-04-17T23:24:27.481Z] #0 3.644 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0 [2023-04-17T23:24:27.481Z] #0 4.039 go: downloading github.com/golangci/golangci-lint v1.49.0 [2023-04-17T23:24:27.481Z] #0 5.854 go: downloading github.com/fatih/color v1.13.0 [2023-04-17T23:24:27.481Z] #0 5.862 go: downloading github.com/gofrs/flock v0.8.1 [2023-04-17T23:24:27.481Z] #0 5.961 go: downloading github.com/pkg/errors v0.9.1 [2023-04-17T23:24:27.481Z] #0 5.972 go: downloading github.com/spf13/cobra v1.5.0 [2023-04-17T23:24:27.481Z] #0 6.202 go: downloading github.com/spf13/pflag v1.0.5 [2023-04-17T23:24:27.481Z] #0 6.436 go: downloading github.com/spf13/viper v1.12.0 [2023-04-17T23:24:27.481Z] #0 6.568 go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-04-17T23:24:27.481Z] #0 7.028 go: downloading github.com/mattn/go-colorable v0.1.13 [2023-04-17T23:24:27.481Z] #0 7.039 go: downloading github.com/mattn/go-isatty v0.0.16 [2023-04-17T23:24:27.481Z] #0 7.181 go: downloading golang.org/x/tools v0.1.12 [2023-04-17T23:24:27.481Z] #0 7.209 go: downloading github.com/hashicorp/go-version v1.6.0 [2023-04-17T23:24:27.481Z] #0 7.508 go: downloading github.com/ldez/gomoddirectives v0.2.3 [2023-04-17T23:24:27.481Z] #0 7.833 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2023-04-17T23:24:27.481Z] #0 8.050 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2023-04-17T23:24:27.481Z] #33 ... [2023-04-17T23:24:27.481Z] [2023-04-17T23:24:27.481Z] #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 [2023-04-17T23:24:27.481Z] #0 4.628 + RM_GOPATH=0 [2023-04-17T23:24:27.481Z] #0 4.628 + TMP_GOPATH= [2023-04-17T23:24:27.481Z] #0 4.628 + : /build [2023-04-17T23:24:27.481Z] #0 4.628 + '[' -z '' ']' [2023-04-17T23:24:27.481Z] #0 4.628 ++ mktemp -d [2023-04-17T23:24:27.481Z] #0 4.628 + export GOPATH=/tmp/tmp.ZuAxwpuUYL [2023-04-17T23:24:27.481Z] #0 4.628 + GOPATH=/tmp/tmp.ZuAxwpuUYL [2023-04-17T23:24:27.481Z] #0 4.628 + RM_GOPATH=1 [2023-04-17T23:24:27.481Z] #0 4.628 + case "$(go env GOARCH)" in [2023-04-17T23:24:27.481Z] #0 4.628 ++ go env GOARCH [2023-04-17T23:24:27.481Z] #0 4.660 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:27.481Z] #0 4.660 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:27.481Z] #0 4.660 ++ dirname /tmp/install/install.sh [2023-04-17T23:24:27.481Z] #0 4.780 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2023-04-17T23:24:27.481Z] #0 4.781 + dir=/tmp/install [2023-04-17T23:24:27.481Z] #0 4.781 + bin=tomlv [2023-04-17T23:24:27.481Z] #0 4.781 + shift [2023-04-17T23:24:27.481Z] #0 4.781 + '[' '!' -f /tmp/install/tomlv.installer ']' [2023-04-17T23:24:27.481Z] #0 4.781 + . /tmp/install/tomlv.installer [2023-04-17T23:24:27.481Z] #0 4.781 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2023-04-17T23:24:27.481Z] #0 4.781 + install_tomlv [2023-04-17T23:24:27.481Z] #0 4.781 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2023-04-17T23:24:27.481Z] #0 4.781 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.ZuAxwpuUYL/src/github.com/BurntSushi/toml [2023-04-17T23:24:27.481Z] #0 4.803 Cloning into '/tmp/tmp.ZuAxwpuUYL/src/github.com/BurntSushi/toml'... [2023-04-17T23:24:27.481Z] #0 6.291 + cd /tmp/tmp.ZuAxwpuUYL/src/github.com/BurntSushi/toml [2023-04-17T23:24:27.481Z] #0 6.292 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2023-04-17T23:24:27.481Z] #0 6.549 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2023-04-17T23:24:27.481Z] #0 7.177 internal/goarch [2023-04-17T23:24:27.481Z] #0 7.204 encoding [2023-04-17T23:24:27.481Z] #0 7.358 internal/unsafeheader [2023-04-17T23:24:27.481Z] #0 7.390 internal/abi [2023-04-17T23:24:27.481Z] #0 7.433 internal/cpu [2023-04-17T23:24:27.481Z] #0 7.808 internal/goexperiment [2023-04-17T23:24:27.481Z] #0 8.002 internal/goos [2023-04-17T23:24:27.481Z] #0 8.077 internal/bytealg [2023-04-17T23:24:27.481Z] #0 8.123 runtime/internal/atomic [2023-04-17T23:24:27.481Z] #0 9.182 runtime/internal/math [2023-04-17T23:24:27.481Z] #0 9.396 runtime/internal/sys [2023-04-17T23:24:27.481Z] #0 9.411 runtime/internal/syscall [2023-04-17T23:24:27.481Z] #0 9.709 internal/itoa [2023-04-17T23:24:27.481Z] #0 9.813 runtime [2023-04-17T23:24:27.481Z] #0 10.03 math/bits [2023-04-17T23:24:27.481Z] #0 10.49 math [2023-04-17T23:24:27.742Z] #34 ... [2023-04-17T23:24:27.742Z] [2023-04-17T23:24:27.742Z] #35 [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 python3-protobuf [2023-04-17T23:24:27.742Z] #0 5.424 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-04-17T23:24:27.742Z] #0 5.460 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-04-17T23:24:27.742Z] #0 5.479 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-04-17T23:24:27.742Z] #0 6.596 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB] [2023-04-17T23:24:27.742Z] #0 8.647 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [233 kB] [2023-04-17T23:24:27.742Z] #0 10.93 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB] [2023-04-17T23:24:28.003Z] #35 ... [2023-04-17T23:24:28.003Z] [2023-04-17T23:24:28.003Z] #36 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:24:28.003Z] #0 5.418 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-04-17T23:24:28.003Z] #0 5.468 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-04-17T23:24:28.003Z] #0 5.474 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-04-17T23:24:28.003Z] #0 6.464 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB] [2023-04-17T23:24:28.003Z] #0 8.801 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [233 kB] [2023-04-17T23:24:28.003Z] #0 11.31 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB] [2023-04-17T23:24:28.003Z] #36 ... [2023-04-17T23:24:28.003Z] [2023-04-17T23:24:28.003Z] #30 [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 [2023-04-17T23:24:28.003Z] #30 10.94 go: downloading github.com/fsnotify/fsnotify v1.5.4 [2023-04-17T23:24:28.003Z] #30 11.27 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 [2023-04-17T23:24:28.571Z] #18 9.372 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2023-04-17T23:24:28.849Z] #18 9.744 [2023-04-17T23:24:29.122Z] #18 9.979 #=#=# ######################################################################## 100.0% [2023-04-17T23:24:29.393Z] #18 10.35 [2023-04-17T23:24:29.393Z] #18 10.46 Download of images into '/build' complete. [2023-04-17T23:24:29.393Z] #18 10.46 Use something like the following to load the result into a Docker daemon: [2023-04-17T23:24:29.393Z] #18 10.46 tar -cC '/build' . | docker load [2023-04-17T23:24:29.393Z] #18 DONE 10.5s [2023-04-17T23:24:29.393Z] [2023-04-17T23:24:29.393Z] #24 [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 [2023-04-17T23:24:29.467Z] #39 100.8 + bin/containerd-shim-runc-v2 [2023-04-17T23:24:29.467Z] #39 101.3 + binaries [2023-04-17T23:24:29.467Z] #39 101.3 + install -D bin/containerd /build/containerd [2023-04-17T23:24:29.467Z] #39 101.4 + install -D bin/containerd-shim /build/containerd-shim [2023-04-17T23:24:29.722Z] #39 101.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2023-04-17T23:24:29.722Z] #39 101.4 + install -D bin/ctr /build/ctr [2023-04-17T23:24:30.126Z] #39 26.56 make[1]: Nothing to be done for 'all'. [2023-04-17T23:24:30.648Z] #39 DONE 102.4s [2023-04-17T23:24:31.112Z] #39 ... [2023-04-17T23:24:31.112Z] [2023-04-17T23:24:31.112Z] #27 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:24:31.112Z] #27 120.3 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2023-04-17T23:24:31.112Z] #27 120.3 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2023-04-17T23:24:31.112Z] #27 120.4 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-04-17T23:24:31.321Z] #30 15.04 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f [2023-04-17T23:24:31.497Z] #35 ... [2023-04-17T23:24:31.497Z] [2023-04-17T23:24:31.497Z] #27 [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 python3-protobuf [2023-04-17T23:24:31.497Z] #27 73.01 Selecting previously unselected package libprotoc23:amd64. [2023-04-17T23:24:31.497Z] #27 73.02 Preparing to unpack .../12-libprotoc23_3.12.4-1_amd64.deb ... [2023-04-17T23:24:31.497Z] #27 73.05 Unpacking libprotoc23:amd64 (3.12.4-1) ... [2023-04-17T23:24:31.497Z] #27 74.08 Selecting previously unselected package protobuf-c-compiler. [2023-04-17T23:24:31.497Z] #27 74.09 Preparing to unpack .../13-protobuf-c-compiler_1.3.3-1+b2_amd64.deb ... [2023-04-17T23:24:31.497Z] #27 74.10 Unpacking protobuf-c-compiler (1.3.3-1+b2) ... [2023-04-17T23:24:31.497Z] #27 74.46 Selecting previously unselected package protobuf-compiler. [2023-04-17T23:24:31.497Z] #27 74.47 Preparing to unpack .../14-protobuf-compiler_3.12.4-1_amd64.deb ... [2023-04-17T23:24:31.497Z] #27 74.48 Unpacking protobuf-compiler (3.12.4-1) ... [2023-04-17T23:24:31.497Z] #27 74.85 Selecting previously unselected package python3-pkg-resources. [2023-04-17T23:24:31.497Z] #27 74.86 Preparing to unpack .../15-python3-pkg-resources_52.0.0-4_all.deb ... [2023-04-17T23:24:31.497Z] #27 74.86 Unpacking python3-pkg-resources (52.0.0-4) ... [2023-04-17T23:24:31.497Z] #27 75.46 Selecting previously unselected package python3-six. [2023-04-17T23:24:31.497Z] #27 75.48 Preparing to unpack .../16-python3-six_1.16.0-2_all.deb ... [2023-04-17T23:24:31.497Z] #27 75.49 Unpacking python3-six (1.16.0-2) ... [2023-04-17T23:24:31.497Z] #27 75.68 Selecting previously unselected package python3-protobuf. [2023-04-17T23:24:31.497Z] #27 75.68 Preparing to unpack .../17-python3-protobuf_3.12.4-1_amd64.deb ... [2023-04-17T23:24:31.497Z] #27 75.69 Unpacking python3-protobuf (3.12.4-1) ... [2023-04-17T23:24:31.497Z] #27 76.68 Setting up python3-pkg-resources (52.0.0-4) ... [2023-04-17T23:24:31.584Z] #30 15.21 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 [2023-04-17T23:24:31.604Z] [2023-04-17T23:24:31.604Z] #65 [dev-systemd-false 23/27] COPY --from=containerd /build/ /usr/local/bin/ [2023-04-17T23:24:31.859Z] #65 DONE 0.3s [2023-04-17T23:24:31.859Z] [2023-04-17T23:24:31.859Z] #66 [dev-systemd-false 24/27] COPY --from=rootlesskit /build/ /usr/local/bin/ [2023-04-17T23:24:31.859Z] #66 DONE 0.1s [2023-04-17T23:24:31.924Z] #24 ... [2023-04-17T23:24:31.924Z] [2023-04-17T23:24:31.924Z] #21 [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 [2023-04-17T23:24:31.924Z] #21 5.360 + RM_GOPATH=0 [2023-04-17T23:24:31.924Z] #21 5.360 + TMP_GOPATH= [2023-04-17T23:24:31.924Z] #21 5.360 + : /build [2023-04-17T23:24:31.924Z] #21 5.360 + '[' -z '' ']' [2023-04-17T23:24:31.924Z] #21 5.375 ++ mktemp -d [2023-04-17T23:24:31.924Z] #21 5.375 + export GOPATH=/tmp/tmp.ntCszBV8D8 [2023-04-17T23:24:31.924Z] #21 5.375 + GOPATH=/tmp/tmp.ntCszBV8D8 [2023-04-17T23:24:31.924Z] #21 5.375 + RM_GOPATH=1 [2023-04-17T23:24:31.924Z] #21 5.375 + case "$(go env GOARCH)" in [2023-04-17T23:24:31.924Z] #21 5.375 ++ go env GOARCH [2023-04-17T23:24:31.924Z] #21 5.421 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:31.924Z] #21 5.421 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:31.924Z] #21 5.421 ++ dirname /tmp/install/install.sh [2023-04-17T23:24:31.924Z] #21 5.421 + dir=/tmp/install [2023-04-17T23:24:31.924Z] #21 5.421 + bin=rootlesskit [2023-04-17T23:24:31.924Z] #21 5.421 + shift [2023-04-17T23:24:31.924Z] #21 5.421 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2023-04-17T23:24:31.924Z] #21 5.421 + . /tmp/install/rootlesskit.installer [2023-04-17T23:24:31.924Z] #21 5.421 ++ : v0.14.4 [2023-04-17T23:24:31.924Z] #21 5.421 + install_rootlesskit [2023-04-17T23:24:31.924Z] #21 5.421 + case "$1" in [2023-04-17T23:24:31.924Z] #21 5.421 + export CGO_ENABLED=0 [2023-04-17T23:24:31.924Z] #21 5.421 + CGO_ENABLED=0 [2023-04-17T23:24:31.924Z] #21 5.421 + _install_rootlesskit [2023-04-17T23:24:31.925Z] #21 5.421 + echo 'Install rootlesskit version v0.14.4' [2023-04-17T23:24:31.925Z] #21 5.421 + for f in rootlesskit rootlesskit-docker-proxy [2023-04-17T23:24:31.925Z] #21 5.421 + GOBIN=/build [2023-04-17T23:24:31.925Z] #21 5.421 + GO111MODULE=on [2023-04-17T23:24:31.925Z] #21 5.421 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2023-04-17T23:24:31.925Z] #21 5.421 Install rootlesskit version v0.14.4 [2023-04-17T23:24:31.925Z] #21 5.760 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2023-04-17T23:24:32.114Z] [2023-04-17T23:24:32.114Z] #67 [dev-systemd-false 25/27] COPY --from=vpnkit /build/ /usr/local/bin/ [2023-04-17T23:24:32.156Z] #30 ... [2023-04-17T23:24:32.156Z] [2023-04-17T23:24:32.156Z] #36 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:24:32.156Z] #36 16.03 Fetched 8525 kB in 11s (787 kB/s) [2023-04-17T23:24:32.871Z] #27 79.49 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2023-04-17T23:24:32.871Z] #27 79.51 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2023-04-17T23:24:32.871Z] #27 79.52 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2023-04-17T23:24:33.039Z] #67 DONE 0.9s [2023-04-17T23:24:33.039Z] [2023-04-17T23:24:33.039Z] #68 [dev-systemd-false 26/27] COPY --from=proxy /build/ /usr/local/bin/ [2023-04-17T23:24:33.039Z] #68 DONE 0.1s [2023-04-17T23:24:33.039Z] [2023-04-17T23:24:33.039Z] #69 [dev-systemd-false 27/27] WORKDIR /go/src/github.com/docker/docker [2023-04-17T23:24:33.039Z] #69 DONE 0.1s [2023-04-17T23:24:33.039Z] [2023-04-17T23:24:33.039Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2023-04-17T23:24:33.130Z] #27 79.61 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2023-04-17T23:24:33.130Z] #27 79.63 Setting up libcap2:amd64 (1:2.44-1) ... [2023-04-17T23:24:33.130Z] #27 79.64 Setting up python3-six (1.16.0-2) ... [2023-04-17T23:24:33.825Z] #21 7.618 go: downloading github.com/pkg/errors v0.9.1 [2023-04-17T23:24:33.825Z] #21 7.618 go: downloading github.com/sirupsen/logrus v1.8.1 [2023-04-17T23:24:33.825Z] #21 7.678 go: downloading github.com/urfave/cli/v2 v2.3.0 [2023-04-17T23:24:34.065Z] #27 ... [2023-04-17T23:24:34.066Z] [2023-04-17T23:24:34.066Z] #21 [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 [2023-04-17T23:24:34.066Z] #21 70.57 Selecting previously unselected package libicu67:amd64. [2023-04-17T23:24:34.066Z] #21 70.64 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2023-04-17T23:24:34.066Z] #21 70.73 Unpacking libicu67:amd64 (67.1-7) ... [2023-04-17T23:24:34.066Z] #21 ... [2023-04-17T23:24:34.066Z] [2023-04-17T23:24:34.066Z] #30 [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 [2023-04-17T23:24:34.066Z] #30 71.70 go: downloading golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e [2023-04-17T23:24:34.066Z] #30 71.70 go: downloading github.com/gobwas/glob v0.2.3 [2023-04-17T23:24:34.066Z] #30 72.07 go: downloading golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 [2023-04-17T23:24:34.066Z] #30 72.39 go: downloading go.uber.org/zap v1.17.0 [2023-04-17T23:24:34.066Z] #30 73.54 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2023-04-17T23:24:34.066Z] #30 73.62 go: downloading golang.org/x/exp/typeparams v0.0.0-20220613132600-b0d781184e0d [2023-04-17T23:24:34.066Z] #30 73.68 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2023-04-17T23:24:34.066Z] #30 73.78 go: downloading github.com/go-toolsmith/astcopy v1.0.1 [2023-04-17T23:24:34.066Z] #30 73.80 go: downloading github.com/go-toolsmith/astequal v1.0.2 [2023-04-17T23:24:34.066Z] #30 73.91 go: downloading github.com/go-toolsmith/astp v1.0.0 [2023-04-17T23:24:34.066Z] #30 73.99 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2023-04-17T23:24:34.066Z] #30 74.02 go: downloading github.com/go-toolsmith/typep v1.0.2 [2023-04-17T23:24:34.066Z] #30 74.04 go: downloading github.com/quasilyte/go-ruleguard v0.3.17 [2023-04-17T23:24:34.066Z] #30 74.15 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2023-04-17T23:24:34.066Z] #30 74.32 go: downloading github.com/kisielk/gotool v1.0.0 [2023-04-17T23:24:34.066Z] #30 74.46 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2023-04-17T23:24:34.066Z] #30 74.72 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2023-04-17T23:24:34.066Z] #30 74.86 go: downloading github.com/ettle/strcase v0.1.1 [2023-04-17T23:24:34.066Z] #30 75.00 go: downloading github.com/fatih/structtag v1.2.0 [2023-04-17T23:24:34.066Z] #30 75.10 go: downloading github.com/Masterminds/semver v1.5.0 [2023-04-17T23:24:34.066Z] #30 75.31 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2023-04-17T23:24:34.066Z] #30 75.62 go: downloading gopkg.in/yaml.v2 v2.4.0 [2023-04-17T23:24:34.066Z] #30 75.66 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2023-04-17T23:24:34.066Z] #30 76.00 go: downloading github.com/prometheus/client_golang v1.12.1 [2023-04-17T23:24:34.066Z] #30 77.08 go: downloading github.com/prometheus/client_model v0.2.0 [2023-04-17T23:24:34.066Z] #30 77.19 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2023-04-17T23:24:34.066Z] #30 77.29 go: downloading github.com/google/go-cmp v0.5.8 [2023-04-17T23:24:34.066Z] #30 77.77 go: downloading go.uber.org/atomic v1.7.0 [2023-04-17T23:24:34.066Z] #30 77.84 go: downloading go.uber.org/multierr v1.6.0 [2023-04-17T23:24:34.066Z] #30 78.07 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2023-04-17T23:24:34.066Z] #30 78.07 go: downloading github.com/chavacava/garif v0.0.0-20220630083739-93517212f375 [2023-04-17T23:24:34.066Z] #30 78.22 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5 [2023-04-17T23:24:34.066Z] #30 78.40 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 [2023-04-17T23:24:34.066Z] #30 78.46 go: downloading github.com/beorn7/perks v1.0.1 [2023-04-17T23:24:34.066Z] #30 78.50 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2023-04-17T23:24:34.066Z] #30 78.54 go: downloading github.com/golang/protobuf v1.5.2 [2023-04-17T23:24:34.066Z] #30 78.56 go: downloading github.com/prometheus/common v0.32.1 [2023-04-17T23:24:34.066Z] #30 79.29 go: downloading github.com/prometheus/procfs v0.7.3 [2023-04-17T23:24:34.066Z] #30 79.70 go: downloading google.golang.org/protobuf v1.28.0 [2023-04-17T23:24:34.066Z] #30 80.74 go: downloading github.com/mattn/go-runewidth v0.0.9 [2023-04-17T23:24:34.066Z] #30 80.85 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2023-04-17T23:24:34.392Z] #21 8.187 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2023-04-17T23:24:34.402Z] #70 DONE 1.5s [2023-04-17T23:24:34.633Z] #30 ... [2023-04-17T23:24:34.633Z] [2023-04-17T23:24:34.633Z] #27 [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 python3-protobuf [2023-04-17T23:24:34.633Z] #27 81.40 Setting up libprotobuf-lite23:amd64 (3.12.4-1) ... [2023-04-17T23:24:34.633Z] #27 81.42 Setting up libprotoc23:amd64 (3.12.4-1) ... [2023-04-17T23:24:34.633Z] #27 81.45 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... [2023-04-17T23:24:34.633Z] #27 81.47 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2023-04-17T23:24:34.658Z] [2023-04-17T23:24:34.658Z] #71 exporting to image [2023-04-17T23:24:34.658Z] #71 exporting layers [2023-04-17T23:24:34.892Z] #27 81.50 Setting up python3-protobuf (3.12.4-1) ... [2023-04-17T23:24:35.151Z] #27 ... [2023-04-17T23:24:35.151Z] [2023-04-17T23:24:35.151Z] #33 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:24:35.151Z] #33 71.67 debconf: delaying package configuration, since apt-utils is not installed [2023-04-17T23:24:35.151Z] #33 72.01 Fetched 115 MB in 10s (10.9 MB/s) [2023-04-17T23:24:35.151Z] #33 72.16 Selecting previously unselected package binutils-mingw-w64-i686. [2023-04-17T23:24:35.151Z] #33 72.16 (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 ... 15722 files and directories currently installed.) [2023-04-17T23:24:35.151Z] #33 72.31 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2023-04-17T23:24:35.151Z] #33 72.32 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2023-04-17T23:24:35.151Z] #33 75.74 Selecting previously unselected package binutils-mingw-w64-x86-64. [2023-04-17T23:24:35.151Z] #33 75.74 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2023-04-17T23:24:35.151Z] #33 75.78 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2023-04-17T23:24:35.151Z] #33 80.36 Selecting previously unselected package binutils-mingw-w64. [2023-04-17T23:24:35.151Z] #33 80.37 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2023-04-17T23:24:35.151Z] #33 80.37 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2023-04-17T23:24:35.151Z] #33 80.62 Selecting previously unselected package libdevmapper1.02.1:amd64. [2023-04-17T23:24:35.151Z] #33 80.62 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2023-04-17T23:24:35.151Z] #33 80.65 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2023-04-17T23:24:35.151Z] #33 80.80 Selecting previously unselected package dmsetup. [2023-04-17T23:24:35.151Z] #33 80.80 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2023-04-17T23:24:35.151Z] #33 80.81 Unpacking dmsetup (2:1.02.175-2.1) ... [2023-04-17T23:24:35.151Z] #33 81.11 Selecting previously unselected package mingw-w64-common. [2023-04-17T23:24:35.151Z] #33 81.11 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2023-04-17T23:24:35.151Z] #33 81.13 Unpacking mingw-w64-common (8.0.0-1) ... [2023-04-17T23:24:35.151Z] #33 ... [2023-04-17T23:24:35.151Z] [2023-04-17T23:24:35.151Z] #21 [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 [2023-04-17T23:24:35.151Z] #21 81.56 Selecting previously unselected package libxml2:amd64. [2023-04-17T23:24:35.151Z] #21 81.57 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u3_amd64.deb ... [2023-04-17T23:24:35.151Z] #21 81.57 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u3) ... [2023-04-17T23:24:35.341Z] #27 ... [2023-04-17T23:24:35.341Z] [2023-04-17T23:24:35.341Z] #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 [2023-04-17T23:24:35.341Z] #34 114.1 time [2023-04-17T23:24:35.341Z] #34 ... [2023-04-17T23:24:35.341Z] [2023-04-17T23:24:35.341Z] #39 [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 [2023-04-17T23:24:35.341Z] #39 29.41 CC images/stats.o [2023-04-17T23:24:35.341Z] #39 30.04 CC images/core.o [2023-04-17T23:24:35.341Z] #39 31.14 CC images/core-x86.o [2023-04-17T23:24:35.341Z] #39 31.88 CC images/core-arm.o [2023-04-17T23:24:35.341Z] #39 32.32 CC images/core-aarch64.o [2023-04-17T23:24:35.601Z] #39 32.76 CC images/core-ppc64.o [2023-04-17T23:24:35.994Z] #21 82.53 Selecting previously unselected package libarchive13:amd64. [2023-04-17T23:24:35.995Z] #21 82.54 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2023-04-17T23:24:35.995Z] #21 82.55 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2023-04-17T23:24:36.296Z] #21 ... [2023-04-17T23:24:36.296Z] [2023-04-17T23:24:36.297Z] #25 [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 [2023-04-17T23:24:36.297Z] #0 5.924 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-04-17T23:24:36.297Z] #0 6.149 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-04-17T23:24:36.297Z] #0 6.149 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-04-17T23:24:36.297Z] #0 6.598 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-04-17T23:24:36.297Z] #0 7.834 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [237 kB] [2023-04-17T23:24:36.297Z] #0 10.07 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-04-17T23:24:36.297Z] #25 ... [2023-04-17T23:24:36.297Z] [2023-04-17T23:24:36.297Z] #26 [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 [2023-04-17T23:24:36.297Z] #0 5.273 + git clone https://github.com/docker/distribution.git . [2023-04-17T23:24:36.297Z] #0 5.273 Cloning into '.'... [2023-04-17T23:24:36.297Z] #26 ... [2023-04-17T23:24:36.297Z] [2023-04-17T23:24:36.297Z] #27 [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 [2023-04-17T23:24:36.297Z] #0 8.838 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2023-04-17T23:24:36.297Z] #0 8.838 + RM_GOPATH=0 [2023-04-17T23:24:36.297Z] #0 8.838 + TMP_GOPATH= [2023-04-17T23:24:36.297Z] #0 8.838 + : /build [2023-04-17T23:24:36.297Z] #0 8.838 + '[' -z '' ']' [2023-04-17T23:24:36.297Z] #0 8.838 ++ mktemp -d [2023-04-17T23:24:36.297Z] #0 8.838 + export GOPATH=/tmp/tmp.cOwz3NWaNZ [2023-04-17T23:24:36.297Z] #0 8.838 + GOPATH=/tmp/tmp.cOwz3NWaNZ [2023-04-17T23:24:36.297Z] #0 8.838 + RM_GOPATH=1 [2023-04-17T23:24:36.297Z] #0 8.838 + case "$(go env GOARCH)" in [2023-04-17T23:24:36.297Z] #0 8.838 ++ go env GOARCH [2023-04-17T23:24:36.297Z] #0 8.838 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:36.297Z] #0 8.838 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:36.297Z] #0 8.838 ++ dirname /tmp/install/install.sh [2023-04-17T23:24:36.297Z] #0 8.838 + dir=/tmp/install [2023-04-17T23:24:36.297Z] #0 8.838 + bin=tomlv [2023-04-17T23:24:36.297Z] #0 8.838 + shift [2023-04-17T23:24:36.297Z] #0 8.838 + '[' '!' -f /tmp/install/tomlv.installer ']' [2023-04-17T23:24:36.297Z] #0 8.838 + . /tmp/install/tomlv.installer [2023-04-17T23:24:36.297Z] #0 8.838 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2023-04-17T23:24:36.297Z] #0 8.838 + install_tomlv [2023-04-17T23:24:36.297Z] #0 8.838 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2023-04-17T23:24:36.297Z] #0 8.838 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.cOwz3NWaNZ/src/github.com/BurntSushi/toml [2023-04-17T23:24:36.297Z] #0 8.838 Cloning into '/tmp/tmp.cOwz3NWaNZ/src/github.com/BurntSushi/toml'... [2023-04-17T23:24:36.370Z] #36 16.03 Reading package lists... [2023-04-17T23:24:36.541Z] #39 33.67 CC images/core-s390.o [2023-04-17T23:24:36.555Z] #27 ... [2023-04-17T23:24:36.555Z] [2023-04-17T23:24:36.555Z] #28 [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 [2023-04-17T23:24:36.555Z] #0 9.478 + RM_GOPATH=0 [2023-04-17T23:24:36.555Z] #0 9.478 + TMP_GOPATH= [2023-04-17T23:24:36.555Z] #0 9.478 + : /build [2023-04-17T23:24:36.555Z] #0 9.478 + '[' -z '' ']' [2023-04-17T23:24:36.555Z] #0 9.478 ++ mktemp -d [2023-04-17T23:24:36.555Z] #0 9.478 + export GOPATH=/tmp/tmp.LP9uS47UaD [2023-04-17T23:24:36.555Z] #0 9.478 + GOPATH=/tmp/tmp.LP9uS47UaD [2023-04-17T23:24:36.555Z] #0 9.478 + RM_GOPATH=1 [2023-04-17T23:24:36.555Z] #0 9.478 + case "$(go env GOARCH)" in [2023-04-17T23:24:36.555Z] #0 9.478 ++ go env GOARCH [2023-04-17T23:24:36.555Z] #0 9.498 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:36.555Z] #0 9.498 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:36.555Z] #0 9.498 ++ dirname /tmp/install/install.sh [2023-04-17T23:24:36.555Z] #0 9.504 + dir=/tmp/install [2023-04-17T23:24:36.555Z] #0 9.504 + bin=vndr [2023-04-17T23:24:36.555Z] #0 9.504 + shift [2023-04-17T23:24:36.555Z] #0 9.504 + '[' '!' -f /tmp/install/vndr.installer ']' [2023-04-17T23:24:36.555Z] #0 9.504 + . /tmp/install/vndr.installer [2023-04-17T23:24:36.555Z] #0 9.509 ++ : v0.1.3-0.20221229102223-87603e47e8ea [2023-04-17T23:24:36.555Z] #0 9.513 Install vndr version v0.1.3-0.20221229102223-87603e47e8ea [2023-04-17T23:24:36.555Z] #0 9.513 + install_vndr [2023-04-17T23:24:36.555Z] #0 9.513 + echo 'Install vndr version v0.1.3-0.20221229102223-87603e47e8ea' [2023-04-17T23:24:36.555Z] #0 9.513 + GOBIN=/build [2023-04-17T23:24:36.555Z] #0 9.513 + GO111MODULE=on [2023-04-17T23:24:36.555Z] #0 9.513 + go install github.com/LK4D4/vndr@v0.1.3-0.20221229102223-87603e47e8ea [2023-04-17T23:24:36.555Z] #0 10.21 go: downloading github.com/LK4D4/vndr v0.1.3-0.20221229102223-87603e47e8ea [2023-04-17T23:24:36.562Z] #21 82.98 Selecting previously unselected package libjsoncpp24:amd64. [2023-04-17T23:24:36.562Z] #21 83.01 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2023-04-17T23:24:36.562Z] #21 83.01 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2023-04-17T23:24:36.562Z] #21 83.17 Selecting previously unselected package librhash0:amd64. [2023-04-17T23:24:36.562Z] #21 83.17 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2023-04-17T23:24:36.562Z] #21 83.19 Unpacking librhash0:amd64 (1.4.1-2) ... [2023-04-17T23:24:36.813Z] #28 ... [2023-04-17T23:24:36.813Z] [2023-04-17T23:24:36.813Z] #29 [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 python3-protobuf [2023-04-17T23:24:36.813Z] #0 5.815 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-04-17T23:24:36.813Z] #0 5.919 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-04-17T23:24:36.813Z] #0 5.919 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-04-17T23:24:36.813Z] #0 6.598 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-04-17T23:24:36.813Z] #0 8.505 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [237 kB] [2023-04-17T23:24:36.813Z] #29 10.83 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-04-17T23:24:36.813Z] #29 ... [2023-04-17T23:24:36.813Z] [2023-04-17T23:24:36.813Z] #30 [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 [2023-04-17T23:24:36.813Z] #0 6.015 Install docker/cli version 17.06.2-ce from stable [2023-04-17T23:24:36.813Z] #0 6.051 + RM_GOPATH=0 [2023-04-17T23:24:36.813Z] #0 6.051 + TMP_GOPATH= [2023-04-17T23:24:36.813Z] #0 6.051 + : /build [2023-04-17T23:24:36.813Z] #0 6.051 + '[' -z '' ']' [2023-04-17T23:24:36.813Z] #0 6.051 ++ mktemp -d [2023-04-17T23:24:36.813Z] #0 6.051 + export GOPATH=/tmp/tmp.yZFk7tDar3 [2023-04-17T23:24:36.813Z] #0 6.051 + GOPATH=/tmp/tmp.yZFk7tDar3 [2023-04-17T23:24:36.813Z] #0 6.051 + RM_GOPATH=1 [2023-04-17T23:24:36.813Z] #0 6.051 + case "$(go env GOARCH)" in [2023-04-17T23:24:36.813Z] #0 6.051 ++ go env GOARCH [2023-04-17T23:24:36.813Z] #0 6.051 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:36.813Z] #0 6.051 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:36.813Z] #0 6.051 ++ dirname /tmp/install/install.sh [2023-04-17T23:24:36.813Z] #0 6.051 + dir=/tmp/install [2023-04-17T23:24:36.813Z] #0 6.051 + bin=dockercli [2023-04-17T23:24:36.813Z] #0 6.051 + shift [2023-04-17T23:24:36.813Z] #0 6.051 + '[' '!' -f /tmp/install/dockercli.installer ']' [2023-04-17T23:24:36.813Z] #0 6.051 + . /tmp/install/dockercli.installer [2023-04-17T23:24:36.813Z] #0 6.051 ++ : stable [2023-04-17T23:24:36.813Z] #0 6.051 ++ : 17.06.2-ce [2023-04-17T23:24:36.813Z] #0 6.051 + install_dockercli [2023-04-17T23:24:36.813Z] #0 6.051 + echo 'Install docker/cli version 17.06.2-ce from stable' [2023-04-17T23:24:36.813Z] #0 6.051 ++ uname -m [2023-04-17T23:24:36.813Z] #0 6.051 + arch=x86_64 [2023-04-17T23:24:36.813Z] #0 6.051 + '[' x86_64 '!=' x86_64 ']' [2023-04-17T23:24:36.813Z] #0 6.051 + url=https://download.docker.com/linux/static [2023-04-17T23:24:36.813Z] #0 6.051 + tar -xz docker/docker [2023-04-17T23:24:36.813Z] #0 6.051 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2023-04-17T23:24:36.821Z] #21 83.47 Selecting previously unselected package libuv1:amd64. [2023-04-17T23:24:36.821Z] #21 83.47 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2023-04-17T23:24:36.821Z] #21 83.49 Unpacking libuv1:amd64 (1.40.0-2) ... [2023-04-17T23:24:36.947Z] #36 20.12 Reading package lists... [2023-04-17T23:24:36.947Z] #36 ... [2023-04-17T23:24:36.947Z] [2023-04-17T23:24:36.947Z] #19 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-04-17T23:24:36.947Z] #19 11.68 [2023-04-17T23:24:36.947Z] #19 16.58 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2023-04-17T23:24:36.947Z] #19 18.43 [2023-04-17T23:24:36.947Z] #19 18.77 #=#=# ######################################################################## 100.0% [2023-04-17T23:24:36.947Z] #19 20.31 [2023-04-17T23:24:36.947Z] #19 ... [2023-04-17T23:24:36.947Z] [2023-04-17T23:24:36.947Z] #24 [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 [2023-04-17T23:24:36.947Z] #24 18.94 Updating files: 75% (1443/1914) Updating files: 76% (1455/1914) Updating files: 77% (1474/1914) Updating files: 78% (1493/1914) Updating files: 79% (1513/1914) Updating files: 80% (1532/1914) Updating files: 81% (1551/1914) Updating files: 82% (1570/1914) Updating files: 83% (1589/1914) Updating files: 84% (1608/1914) Updating files: 85% (1627/1914) Updating files: 86% (1647/1914) Updating files: 87% (1666/1914) Updating files: 88% (1685/1914) Updating files: 89% (1704/1914) Updating files: 90% (1723/1914) Updating files: 91% (1742/1914) Updating files: 92% (1761/1914) Updating files: 93% (1781/1914) Updating files: 94% (1800/1914) Updating files: 95% (1819/1914) Updating files: 96% (1838/1914) Updating files: 97% (1857/1914) Updating files: 98% (1876/1914) Updating files: 99% (1895/1914) Updating files: 100% (1914/1914) Updating files: 100% (1914/1914), done. [2023-04-17T23:24:36.947Z] #24 19.62 + cd /tmp/tmp.1jXUewvPG0/src/github.com/docker/libnetwork [2023-04-17T23:24:36.947Z] #24 19.62 + git checkout -q 05b93e0d3a95952f70c113b0bc5bdb538d7afdd7 [2023-04-17T23:24:36.947Z] #24 19.97 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2023-04-17T23:24:37.071Z] #30 ... [2023-04-17T23:24:37.071Z] [2023-04-17T23:24:37.071Z] #31 [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 [2023-04-17T23:24:37.071Z] #0 9.470 + RM_GOPATH=0 [2023-04-17T23:24:37.071Z] #0 9.470 + TMP_GOPATH= [2023-04-17T23:24:37.071Z] #0 9.470 + : /build [2023-04-17T23:24:37.071Z] #0 9.470 + '[' -z '' ']' [2023-04-17T23:24:37.071Z] #0 9.470 ++ mktemp -d [2023-04-17T23:24:37.071Z] #0 9.473 + export GOPATH=/tmp/tmp.HPt6EPc3fy [2023-04-17T23:24:37.071Z] #0 9.498 + GOPATH=/tmp/tmp.HPt6EPc3fy [2023-04-17T23:24:37.071Z] #0 9.498 + RM_GOPATH=1 [2023-04-17T23:24:37.071Z] #0 9.498 + case "$(go env GOARCH)" in [2023-04-17T23:24:37.071Z] #0 9.498 ++ go env GOARCH [2023-04-17T23:24:37.071Z] #0 9.547 Install docker-proxy version 05b93e0d3a95952f70c113b0bc5bdb538d7afdd7 [2023-04-17T23:24:37.071Z] #0 9.547 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:37.071Z] #0 9.547 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:37.071Z] #0 9.547 ++ dirname /tmp/install/install.sh [2023-04-17T23:24:37.071Z] #0 9.547 + dir=/tmp/install [2023-04-17T23:24:37.071Z] #0 9.547 + bin=proxy [2023-04-17T23:24:37.071Z] #0 9.547 + shift [2023-04-17T23:24:37.071Z] #0 9.547 + '[' '!' -f /tmp/install/proxy.installer ']' [2023-04-17T23:24:37.071Z] #0 9.547 + . /tmp/install/proxy.installer [2023-04-17T23:24:37.071Z] #0 9.547 ++ : 05b93e0d3a95952f70c113b0bc5bdb538d7afdd7 [2023-04-17T23:24:37.071Z] #0 9.547 + install_proxy [2023-04-17T23:24:37.071Z] #0 9.547 + case "$1" in [2023-04-17T23:24:37.071Z] #0 9.547 + export CGO_ENABLED=0 [2023-04-17T23:24:37.071Z] #0 9.547 + CGO_ENABLED=0 [2023-04-17T23:24:37.071Z] #0 9.547 + _install_proxy [2023-04-17T23:24:37.071Z] #0 9.547 + echo 'Install docker-proxy version 05b93e0d3a95952f70c113b0bc5bdb538d7afdd7' [2023-04-17T23:24:37.071Z] #0 9.547 + git clone https://github.com/moby/libnetwork.git /tmp/tmp.HPt6EPc3fy/src/github.com/docker/libnetwork [2023-04-17T23:24:37.071Z] #0 9.550 Cloning into '/tmp/tmp.HPt6EPc3fy/src/github.com/docker/libnetwork'... [2023-04-17T23:24:37.071Z] #31 ... [2023-04-17T23:24:37.071Z] [2023-04-17T23:24:37.071Z] #32 [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 [2023-04-17T23:24:37.071Z] #0 8.505 + RM_GOPATH=0 [2023-04-17T23:24:37.071Z] #0 8.505 + TMP_GOPATH= [2023-04-17T23:24:37.071Z] #0 8.505 + : /build [2023-04-17T23:24:37.071Z] #0 8.505 + '[' -z '' ']' [2023-04-17T23:24:37.071Z] #0 8.505 ++ mktemp -d [2023-04-17T23:24:37.071Z] #0 8.505 + export GOPATH=/tmp/tmp.lANYd7kNz5 [2023-04-17T23:24:37.071Z] #0 8.505 + GOPATH=/tmp/tmp.lANYd7kNz5 [2023-04-17T23:24:37.071Z] #0 8.505 + RM_GOPATH=1 [2023-04-17T23:24:37.071Z] #0 8.505 + case "$(go env GOARCH)" in [2023-04-17T23:24:37.071Z] #0 8.505 ++ go env GOARCH [2023-04-17T23:24:37.071Z] #0 8.535 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:37.071Z] #0 8.535 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:37.071Z] #0 8.535 ++ dirname /tmp/install/install.sh [2023-04-17T23:24:37.071Z] #0 8.535 + dir=/tmp/install [2023-04-17T23:24:37.071Z] #0 8.535 + bin=golangci_lint [2023-04-17T23:24:37.071Z] #0 8.535 + shift [2023-04-17T23:24:37.071Z] #0 8.535 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2023-04-17T23:24:37.071Z] #0 8.535 + . /tmp/install/golangci_lint.installer [2023-04-17T23:24:37.071Z] #0 8.535 ++ : v1.49.0 [2023-04-17T23:24:37.071Z] #0 8.535 + install_golangci_lint [2023-04-17T23:24:37.071Z] #0 8.535 + set -e [2023-04-17T23:24:37.071Z] #0 8.535 + echo 'Install golangci-lint version v1.49.0' [2023-04-17T23:24:37.071Z] #0 8.535 + GOBIN=/build [2023-04-17T23:24:37.071Z] #0 8.535 + GO111MODULE=on [2023-04-17T23:24:37.071Z] #0 8.535 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0 [2023-04-17T23:24:37.071Z] #0 8.557 Install golangci-lint version v1.49.0 [2023-04-17T23:24:37.071Z] #0 9.203 go: downloading github.com/golangci/golangci-lint v1.49.0 [2023-04-17T23:24:37.080Z] #21 83.74 Selecting previously unselected package cmake. [2023-04-17T23:24:37.080Z] #21 83.75 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2023-04-17T23:24:37.080Z] #21 83.76 Unpacking cmake (3.18.4-2+deb11u1) ... [2023-04-17T23:24:37.329Z] #32 ... [2023-04-17T23:24:37.329Z] [2023-04-17T23:24:37.329Z] #33 [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 [2023-04-17T23:24:37.329Z] #0 5.793 + RM_GOPATH=0 [2023-04-17T23:24:37.329Z] #0 5.793 + TMP_GOPATH= [2023-04-17T23:24:37.329Z] #0 5.793 + : /build [2023-04-17T23:24:37.329Z] #0 5.793 + '[' -z '' ']' [2023-04-17T23:24:37.329Z] #0 5.793 ++ mktemp -d [2023-04-17T23:24:37.329Z] #0 5.816 Install gotestsum version v1.8.2 [2023-04-17T23:24:37.329Z] #0 5.816 + export GOPATH=/tmp/tmp.Q6RNxU50rv [2023-04-17T23:24:37.329Z] #0 5.816 + GOPATH=/tmp/tmp.Q6RNxU50rv [2023-04-17T23:24:37.329Z] #0 5.816 + RM_GOPATH=1 [2023-04-17T23:24:37.329Z] #0 5.816 + case "$(go env GOARCH)" in [2023-04-17T23:24:37.329Z] #0 5.816 ++ go env GOARCH [2023-04-17T23:24:37.329Z] #0 5.816 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:37.329Z] #0 5.816 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:37.329Z] #0 5.816 ++ dirname /tmp/install/install.sh [2023-04-17T23:24:37.329Z] #0 5.816 + dir=/tmp/install [2023-04-17T23:24:37.329Z] #0 5.816 + bin=gotestsum [2023-04-17T23:24:37.329Z] #0 5.816 + shift [2023-04-17T23:24:37.329Z] #0 5.816 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2023-04-17T23:24:37.329Z] #0 5.816 + . /tmp/install/gotestsum.installer [2023-04-17T23:24:37.329Z] #0 5.816 ++ : v1.8.2 [2023-04-17T23:24:37.329Z] #0 5.816 + install_gotestsum [2023-04-17T23:24:37.329Z] #0 5.816 + set -e [2023-04-17T23:24:37.329Z] #0 5.816 + echo 'Install gotestsum version v1.8.2' [2023-04-17T23:24:37.329Z] #0 5.816 + GOBIN=/build [2023-04-17T23:24:37.329Z] #0 5.816 + GO111MODULE=on [2023-04-17T23:24:37.329Z] #0 5.816 + go install gotest.tools/gotestsum@v1.8.2 [2023-04-17T23:24:37.329Z] #0 6.336 go: downloading gotest.tools/gotestsum v1.8.2 [2023-04-17T23:24:37.329Z] #0 7.906 go: downloading github.com/fatih/color v1.13.0 [2023-04-17T23:24:37.329Z] #0 7.971 go: downloading github.com/dnephin/pflag v1.0.7 [2023-04-17T23:24:37.329Z] #0 7.994 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2023-04-17T23:24:37.329Z] #0 8.270 go: downloading golang.org/x/tools v0.1.11 [2023-04-17T23:24:37.329Z] #0 8.295 go: downloading github.com/mattn/go-colorable v0.1.12 [2023-04-17T23:24:37.329Z] #0 8.444 go: downloading github.com/mattn/go-isatty v0.0.14 [2023-04-17T23:24:37.329Z] #0 8.839 go: downloading github.com/fsnotify/fsnotify v1.5.4 [2023-04-17T23:24:37.329Z] #0 8.988 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 [2023-04-17T23:24:37.329Z] #33 ... [2023-04-17T23:24:37.329Z] [2023-04-17T23:24:37.329Z] #34 [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 [2023-04-17T23:24:37.329Z] #0 7.839 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-04-17T23:24:37.329Z] #0 7.844 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-04-17T23:24:37.329Z] #0 7.844 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-04-17T23:24:37.329Z] #0 8.838 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-04-17T23:24:37.329Z] #0 11.18 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [237 kB] [2023-04-17T23:24:37.520Z] #24 ... [2023-04-17T23:24:37.520Z] [2023-04-17T23:24:37.520Z] #27 [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 [2023-04-17T23:24:37.520Z] #27 11.23 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB] [2023-04-17T23:24:37.520Z] #27 16.00 Fetched 8525 kB in 11s (767 kB/s) [2023-04-17T23:24:37.520Z] #27 16.00 Reading package lists... [2023-04-17T23:24:37.520Z] #27 ... [2023-04-17T23:24:37.520Z] [2023-04-17T23:24:37.520Z] #32 [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 [2023-04-17T23:24:37.520Z] #32 11.25 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB] [2023-04-17T23:24:37.520Z] #32 16.23 Fetched 8525 kB in 11s (771 kB/s) [2023-04-17T23:24:37.520Z] #32 16.23 Reading package lists... [2023-04-17T23:24:37.590Z] #34 ... [2023-04-17T23:24:37.590Z] [2023-04-17T23:24:37.590Z] #35 [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 [2023-04-17T23:24:37.590Z] #0 3.820 + RM_GOPATH=0 [2023-04-17T23:24:37.590Z] #0 3.820 + TMP_GOPATH= [2023-04-17T23:24:37.590Z] #0 3.820 + : /build [2023-04-17T23:24:37.590Z] #0 3.820 + '[' -z '' ']' [2023-04-17T23:24:37.590Z] #0 3.821 ++ mktemp -d [2023-04-17T23:24:37.590Z] #0 3.824 + export GOPATH=/tmp/tmp.cSKvgHTeYA [2023-04-17T23:24:37.590Z] #0 3.824 + GOPATH=/tmp/tmp.cSKvgHTeYA [2023-04-17T23:24:37.590Z] #0 3.824 + RM_GOPATH=1 [2023-04-17T23:24:37.590Z] #0 3.824 + case "$(go env GOARCH)" in [2023-04-17T23:24:37.590Z] #0 3.848 ++ go env GOARCH [2023-04-17T23:24:37.590Z] #0 3.848 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:37.590Z] #0 3.848 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:37.590Z] #0 3.848 ++ dirname /tmp/install/install.sh [2023-04-17T23:24:37.590Z] #0 3.848 + dir=/tmp/install [2023-04-17T23:24:37.590Z] #0 3.848 + bin=shfmt [2023-04-17T23:24:37.590Z] #0 3.848 + shift [2023-04-17T23:24:37.590Z] #0 3.848 + '[' '!' -f /tmp/install/shfmt.installer ']' [2023-04-17T23:24:37.590Z] #0 3.848 + . /tmp/install/shfmt.installer [2023-04-17T23:24:37.590Z] #0 3.848 ++ : v3.0.2 [2023-04-17T23:24:37.590Z] #0 3.848 + install_shfmt [2023-04-17T23:24:37.590Z] #0 3.848 + echo 'Install shfmt version v3.0.2' [2023-04-17T23:24:37.590Z] #0 3.848 + GOBIN=/build [2023-04-17T23:24:37.590Z] #0 3.848 + GO111MODULE=on [2023-04-17T23:24:37.590Z] #0 3.848 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2 [2023-04-17T23:24:37.590Z] #0 3.848 Install shfmt version v3.0.2 [2023-04-17T23:24:37.590Z] #0 4.199 go: downloading mvdan.cc/sh/v3 v3.0.2 [2023-04-17T23:24:37.590Z] #0 5.073 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2023-04-17T23:24:37.590Z] #0 5.073 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2023-04-17T23:24:37.590Z] #0 5.078 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2023-04-17T23:24:37.590Z] #0 6.428 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2023-04-17T23:24:37.590Z] #35 ... [2023-04-17T23:24:37.590Z] [2023-04-17T23:24:37.590Z] #36 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:24:37.590Z] #0 6.000 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-04-17T23:24:37.590Z] #0 6.000 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-04-17T23:24:37.590Z] #0 6.000 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-04-17T23:24:37.590Z] #0 6.428 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-04-17T23:24:37.590Z] #0 8.284 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [237 kB] [2023-04-17T23:24:37.590Z] #0 10.55 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-04-17T23:24:37.781Z] #32 21.38 Reading package lists... [2023-04-17T23:24:37.781Z] #32 ... [2023-04-17T23:24:37.781Z] [2023-04-17T23:24:37.781Z] #33 [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 [2023-04-17T23:24:37.781Z] #33 13.53 go: downloading github.com/sirupsen/logrus v1.9.0 [2023-04-17T23:24:37.781Z] #33 13.59 go: downloading github.com/stretchr/testify v1.8.0 [2023-04-17T23:24:37.781Z] #33 13.79 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2023-04-17T23:24:37.781Z] #33 13.96 go: downloading github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6 [2023-04-17T23:24:37.781Z] #33 14.05 go: downloading github.com/fsnotify/fsnotify v1.5.4 [2023-04-17T23:24:37.781Z] #33 14.08 go: downloading github.com/mitchellh/mapstructure v1.5.0 [2023-04-17T23:24:37.781Z] #33 14.22 go: downloading github.com/spf13/afero v1.8.2 [2023-04-17T23:24:37.781Z] #33 14.23 go: downloading github.com/spf13/cast v1.5.0 [2023-04-17T23:24:37.781Z] #33 14.34 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2023-04-17T23:24:37.781Z] #33 14.52 go: downloading golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab [2023-04-17T23:24:37.781Z] #33 14.62 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 [2023-04-17T23:24:37.781Z] #33 15.19 go: downloading github.com/hashicorp/errwrap v1.0.0 [2023-04-17T23:24:37.781Z] #33 16.96 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2023-04-17T23:24:37.781Z] #33 16.97 go: downloading github.com/Antonboom/errname v0.1.7 [2023-04-17T23:24:37.781Z] #33 17.07 go: downloading github.com/Antonboom/nilnil v0.1.1 [2023-04-17T23:24:37.781Z] #33 17.16 go: downloading github.com/BurntSushi/toml v1.2.0 [2023-04-17T23:24:37.781Z] #33 17.20 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2023-04-17T23:24:37.781Z] #33 17.38 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0 [2023-04-17T23:24:37.781Z] #33 17.48 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2023-04-17T23:24:37.781Z] #33 17.61 go: downloading github.com/alexkohler/prealloc v1.0.0 [2023-04-17T23:24:37.781Z] #33 17.71 go: downloading github.com/alingse/asasalint v0.0.11 [2023-04-17T23:24:37.781Z] #33 17.83 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2023-04-17T23:24:37.781Z] #33 18.13 go: downloading github.com/ashanbrown/makezero v1.1.1 [2023-04-17T23:24:37.781Z] #33 18.19 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2023-04-17T23:24:37.781Z] #33 18.25 go: downloading github.com/blizzy78/varnamelen v0.8.0 [2023-04-17T23:24:37.781Z] #33 18.32 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2023-04-17T23:24:37.781Z] #33 18.41 go: downloading github.com/breml/bidichk v0.2.3 [2023-04-17T23:24:37.781Z] #33 18.49 go: downloading github.com/breml/errchkjson v0.3.0 [2023-04-17T23:24:37.781Z] #33 18.55 go: downloading github.com/butuzov/ireturn v0.1.1 [2023-04-17T23:24:37.781Z] #33 18.62 go: downloading github.com/charithe/durationcheck v0.0.9 [2023-04-17T23:24:37.781Z] #33 18.65 go: downloading github.com/curioswitch/go-reassign v0.1.2 [2023-04-17T23:24:37.781Z] #33 18.76 go: downloading github.com/daixiang0/gci v0.6.3 [2023-04-17T23:24:37.781Z] #33 19.24 go: downloading github.com/denis-tingaikin/go-header v0.4.3 [2023-04-17T23:24:37.781Z] #33 19.24 go: downloading github.com/esimonov/ifshort v1.0.4 [2023-04-17T23:24:37.781Z] #33 19.42 go: downloading github.com/firefart/nonamedreturns v1.0.4 [2023-04-17T23:24:37.781Z] #33 19.47 go: downloading github.com/fzipp/gocyclo v0.6.0 [2023-04-17T23:24:37.781Z] #33 19.49 go: downloading github.com/go-critic/go-critic v0.6.4 [2023-04-17T23:24:37.781Z] #33 20.38 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2023-04-17T23:24:37.781Z] #33 20.42 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2023-04-17T23:24:37.781Z] #33 20.42 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe [2023-04-17T23:24:37.781Z] #33 20.60 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2023-04-17T23:24:37.781Z] #33 20.93 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2023-04-17T23:24:37.781Z] #33 20.97 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2023-04-17T23:24:37.781Z] #33 21.05 go: downloading github.com/golangci/misspell v0.3.5 [2023-04-17T23:24:37.781Z] #33 21.21 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2023-04-17T23:24:37.781Z] #33 21.36 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2023-04-17T23:24:37.781Z] #33 21.37 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2023-04-17T23:24:37.781Z] #33 21.41 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2023-04-17T23:24:37.781Z] #33 21.44 go: downloading github.com/hexops/gotextdiff v1.0.3 [2023-04-17T23:24:37.781Z] #33 21.54 go: downloading github.com/jgautheron/goconst v1.5.1 [2023-04-17T23:24:37.781Z] #33 21.54 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2023-04-17T23:24:37.781Z] #33 ... [2023-04-17T23:24:37.781Z] [2023-04-17T23:24:37.781Z] #27 [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 [2023-04-17T23:24:37.781Z] #27 16.00 Reading package lists... [2023-04-17T23:24:37.848Z] #36 ... [2023-04-17T23:24:37.848Z] [2023-04-17T23:24:37.848Z] #21 [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 [2023-04-17T23:24:37.848Z] #21 11.81 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2023-04-17T23:24:37.932Z] #39 34.75 CC images/cpuinfo.o [2023-04-17T23:24:38.502Z] #39 35.54 CC images/inventory.o [2023-04-17T23:24:38.823Z] #71 exporting layers 3.8s done [2023-04-17T23:24:38.823Z] #71 writing image sha256:48a1407b09bb6d9e126e90dd9553eadbc3bb75acb16bf146607a5d367e155582 done [2023-04-17T23:24:38.823Z] #71 naming to docker.io/library/docker:ad45ece6fe93c6870080341daa12fe8da6271fa9 done [2023-04-17T23:24:38.823Z] #71 DONE 3.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-17T23:24:38.985Z] #27 21.79 Reading package lists... [2023-04-17T23:24:38.985Z] #27 ... [2023-04-17T23:24:38.985Z] [2023-04-17T23:24:38.985Z] #29 [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 [2023-04-17T23:24:38.985Z] #29 12.88 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2023-04-17T23:24:38.985Z] #29 13.96 go: downloading github.com/google/uuid v1.3.0 [2023-04-17T23:24:38.985Z] #29 14.02 go: downloading github.com/moby/vpnkit v0.5.0 [2023-04-17T23:24:38.985Z] #29 14.05 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2023-04-17T23:24:38.985Z] #29 14.41 go: downloading github.com/gofrs/flock v0.8.1 [2023-04-17T23:24:38.985Z] #29 14.45 go: downloading github.com/gorilla/mux v1.8.0 [2023-04-17T23:24:38.985Z] #29 14.60 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2023-04-17T23:24:38.985Z] #29 14.91 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2023-04-17T23:24:38.985Z] #29 15.08 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2023-04-17T23:24:38.985Z] #29 20.15 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2023-04-17T23:24:38.985Z] #29 20.29 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2023-04-17T23:24:39.072Z] #39 36.07 CC images/fdinfo.o [2023-04-17T23:24:39.149Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45349/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=ad45ece6fe93c6870080341daa12fe8da6271fa9 -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:ad45ece6fe93c6870080341daa12fe8da6271fa9 hack/make.sh dynbinary test-integration [2023-04-17T23:24:39.223Z] #21 12.97 go: downloading github.com/google/uuid v1.3.0 [2023-04-17T23:24:39.223Z] #21 12.97 go: downloading github.com/moby/vpnkit v0.5.0 [2023-04-17T23:24:39.223Z] #21 13.13 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2023-04-17T23:24:39.246Z] #29 ... [2023-04-17T23:24:39.246Z] [2023-04-17T23:24:39.246Z] #23 [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 [2023-04-17T23:24:39.246Z] #23 22.45 Updating files: 98% (2198/2222) Updating files: 99% (2200/2222) Updating files: 100% (2222/2222) Updating files: 100% (2222/2222), done. [2023-04-17T23:24:39.246Z] #23 22.49 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2023-04-17T23:24:39.334Z] #39 36.36 CC images/fown.o [2023-04-17T23:24:39.482Z] #21 13.48 go: downloading github.com/gofrs/flock v0.8.1 [2023-04-17T23:24:39.482Z] #21 ... [2023-04-17T23:24:39.482Z] [2023-04-17T23:24:39.482Z] #30 [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 [2023-04-17T23:24:39.482Z] #30 13.04 + mkdir -p /build [2023-04-17T23:24:39.482Z] #30 13.04 + mv docker/docker /build/ [2023-04-17T23:24:39.482Z] #30 13.05 + rmdir docker [2023-04-17T23:24:39.482Z] #30 DONE 13.5s [2023-04-17T23:24:39.482Z] [2023-04-17T23:24:39.482Z] #21 [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 [2023-04-17T23:24:39.482Z] #21 13.56 go: downloading github.com/gorilla/mux v1.8.0 [2023-04-17T23:24:39.740Z] #21 13.75 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2023-04-17T23:24:39.904Z] #39 36.76 CC images/ns.o [2023-04-17T23:24:39.904Z] #39 37.08 CC images/regfile.o [2023-04-17T23:24:40.306Z] #21 14.40 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2023-04-17T23:24:40.323Z] using credential docker-jenkins-github-credentials [2023-04-17T23:24:40.401Z] Cloning the remote Git repository [2023-04-17T23:24:40.401Z] Cloning with configured refspecs honoured and without tags [2023-04-17T23:24:40.475Z] #39 37.46 CC images/ghost-file.o [2023-04-17T23:24:40.564Z] #21 14.55 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2023-04-17T23:24:41.045Z] #39 37.96 CC images/fifo.o [2023-04-17T23:24:41.045Z] #39 38.29 CC images/remap-file-path.o [2023-04-17T23:24:41.179Z] #23 ... [2023-04-17T23:24:41.179Z] [2023-04-17T23:24:41.179Z] #31 [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 [2023-04-17T23:24:41.179Z] #31 DONE 24.6s [2023-04-17T23:24:41.179Z] [2023-04-17T23:24:41.179Z] #33 [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 [2023-04-17T23:24:41.179Z] #33 21.65 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2023-04-17T23:24:41.179Z] #33 21.67 go: downloading github.com/julz/importas v0.1.0 [2023-04-17T23:24:41.179Z] #33 21.74 go: downloading github.com/kisielk/errcheck v1.6.2 [2023-04-17T23:24:41.179Z] #33 21.76 go: downloading github.com/kulti/thelper v0.6.3 [2023-04-17T23:24:41.179Z] #33 21.92 go: downloading github.com/kunwardeep/paralleltest v1.0.6 [2023-04-17T23:24:41.179Z] #33 21.97 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2023-04-17T23:24:41.179Z] #33 22.16 go: downloading github.com/ldez/tagliatelle v0.3.1 [2023-04-17T23:24:41.179Z] #33 22.16 go: downloading github.com/leonklingele/grouper v1.1.0 [2023-04-17T23:24:41.179Z] #33 22.38 go: downloading github.com/lufeee/execinquery v1.2.1 [2023-04-17T23:24:41.179Z] #33 22.39 go: downloading github.com/maratori/testpackage v1.1.0 [2023-04-17T23:24:41.179Z] #33 22.47 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2023-04-17T23:24:41.179Z] #33 22.48 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2023-04-17T23:24:41.179Z] #33 22.60 go: downloading github.com/mgechev/revive v1.2.3 [2023-04-17T23:24:41.179Z] #33 23.50 go: downloading github.com/moricho/tparallel v0.2.1 [2023-04-17T23:24:41.179Z] #33 23.54 go: downloading github.com/nakabonne/nestif v0.3.1 [2023-04-17T23:24:41.179Z] #33 23.70 go: downloading github.com/nishanths/exhaustive v0.8.1 [2023-04-17T23:24:41.179Z] #33 23.70 go: downloading github.com/nishanths/predeclared v0.2.2 [2023-04-17T23:24:41.179Z] #33 23.81 go: downloading github.com/polyfloyd/go-errorlint v1.0.2 [2023-04-17T23:24:41.179Z] #33 23.94 go: downloading github.com/ryancurrah/gomodguard v1.2.4 [2023-04-17T23:24:41.179Z] #33 24.17 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2023-04-17T23:24:41.179Z] #33 24.21 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2023-04-17T23:24:41.179Z] #33 24.29 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0 [2023-04-17T23:24:41.179Z] #33 24.31 go: downloading github.com/sashamelentyev/usestdlibvars v1.13.0 [2023-04-17T23:24:41.179Z] #33 24.41 go: downloading github.com/securego/gosec/v2 v2.13.1 [2023-04-17T23:24:41.179Z] #33 24.85 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2023-04-17T23:24:41.179Z] #33 24.85 go: downloading github.com/sivchari/containedctx v1.0.2 [2023-04-17T23:24:41.179Z] #33 25.00 go: downloading github.com/sivchari/nosnakecase v1.7.0 [2023-04-17T23:24:41.179Z] #33 25.01 go: downloading github.com/sivchari/tenv v1.7.0 [2023-04-17T23:24:41.179Z] #33 ... [2023-04-17T23:24:41.179Z] [2023-04-17T23:24:41.179Z] #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 [2023-04-17T23:24:41.179Z] #34 15.06 unicode/utf8 [2023-04-17T23:24:41.179Z] #34 15.51 internal/race [2023-04-17T23:24:41.179Z] #34 15.70 sync/atomic [2023-04-17T23:24:41.179Z] #34 16.71 unicode [2023-04-17T23:24:41.269Z] #21 ... [2023-04-17T23:24:41.269Z] [2023-04-17T23:24:41.269Z] #27 [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 python3-protobuf [2023-04-17T23:24:41.269Z] #27 87.61 Setting up libcap-dev:amd64 (1:2.44-1) ... [2023-04-17T23:24:41.269Z] #27 87.72 Setting up protobuf-compiler (3.12.4-1) ... [2023-04-17T23:24:41.269Z] #27 87.82 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2023-04-17T23:24:41.269Z] #27 87.88 Setting up libprotobuf-dev:amd64 (3.12.4-1) ... [2023-04-17T23:24:41.269Z] #27 87.93 Setting up protobuf-c-compiler (1.3.3-1+b2) ... [2023-04-17T23:24:41.269Z] #27 87.96 Setting up libnl-3-dev:amd64 (3.4.0-1+b1) ... [2023-04-17T23:24:41.440Z] #34 ... [2023-04-17T23:24:41.440Z] [2023-04-17T23:24:41.440Z] #33 [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 [2023-04-17T23:24:41.440Z] #33 25.14 go: downloading github.com/sonatard/noctx v0.0.1 [2023-04-17T23:24:41.528Z] #27 88.13 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2023-04-17T23:24:41.615Z] #39 38.64 CC images/eventfd.o [2023-04-17T23:24:41.705Z] #33 25.26 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2023-04-17T23:24:41.705Z] #33 25.51 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2023-04-17T23:24:41.705Z] #33 ... [2023-04-17T23:24:41.705Z] [2023-04-17T23:24:41.705Z] #19 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-04-17T23:24:41.705Z] #19 22.62 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2023-04-17T23:24:41.705Z] #19 24.23 #=#=# [2023-04-17T23:24:41.705Z] #19 24.62 #=#=# ######################################################################## 100.0% [2023-04-17T23:24:41.705Z] #19 26.18 [2023-04-17T23:24:41.705Z] #19 26.66 Download of images into '/build' complete. [2023-04-17T23:24:41.705Z] #19 26.66 Use something like the following to load the result into a Docker daemon: [2023-04-17T23:24:41.705Z] #19 26.67 tar -cC '/build' . | docker load [2023-04-17T23:24:41.705Z] #19 DONE 26.7s [2023-04-17T23:24:41.705Z] [2023-04-17T23:24:41.705Z] #33 [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 [2023-04-17T23:24:41.705Z] #33 25.54 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1 [2023-04-17T23:24:41.705Z] #33 25.57 go: downloading github.com/sylvia7788/contextcheck v1.0.6 [2023-04-17T23:24:42.185Z] #39 39.05 CC images/eventpoll.o [2023-04-17T23:24:42.275Z] #33 25.81 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2023-04-17T23:24:42.275Z] #33 25.81 go: downloading github.com/tetafro/godot v1.4.11 [2023-04-17T23:24:42.276Z] #33 25.93 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2023-04-17T23:24:42.276Z] #33 25.97 go: downloading github.com/timonwong/logrlint v0.1.0 [2023-04-17T23:24:42.412Z] [2023-04-17T23:24:42.412Z] Removing bundles/ [2023-04-17T23:24:42.412Z] [2023-04-17T23:24:42.412Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2023-04-17T23:24:42.412Z] Building: bundles/dynbinary-daemon/dockerd-dev [2023-04-17T23:24:42.412Z] GOOS="" GOARCH="" GOARM="" [2023-04-17T23:24:42.445Z] #39 39.60 CC images/fh.o [2023-04-17T23:24:42.536Z] #33 26.10 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.2 [2023-04-17T23:24:42.536Z] #33 26.11 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2023-04-17T23:24:40.576Z] Cloning repository https://github.com/moby/moby.git [2023-04-17T23:24:40.967Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2023-04-17T23:24:41.851Z] Fetching upstream changes from https://github.com/moby/moby.git [2023-04-17T23:24:41.851Z] > git --version # timeout=10 [2023-04-17T23:24:41.882Z] > git --version # 'git version 2.24.1.windows.2' [2023-04-17T23:24:41.882Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-04-17T23:24:41.898Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45349/head:refs/remotes/origin/PR-45349 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-04-17T23:24:42.705Z] #39 39.67 CC images/fsnotify.o [2023-04-17T23:24:42.808Z] #33 26.39 go: downloading github.com/ultraware/funlen v0.0.3 [2023-04-17T23:24:42.808Z] #33 26.45 go: downloading github.com/ultraware/whitespace v0.0.5 [2023-04-17T23:24:42.808Z] #33 ... [2023-04-17T23:24:42.808Z] [2023-04-17T23:24:42.808Z] #35 [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 python3-protobuf [2023-04-17T23:24:42.808Z] #35 16.46 Fetched 8525 kB in 11s (755 kB/s) [2023-04-17T23:24:42.808Z] #35 16.46 Reading package lists... [2023-04-17T23:24:42.808Z] #35 21.72 Reading package lists... [2023-04-17T23:24:42.808Z] #35 ... [2023-04-17T23:24:42.808Z] [2023-04-17T23:24:42.808Z] #33 [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 [2023-04-17T23:24:42.808Z] #33 26.52 go: downloading github.com/uudashr/gocognit v1.0.6 [2023-04-17T23:24:42.808Z] #33 26.60 go: downloading github.com/yagipy/maintidx v1.0.0 [2023-04-17T23:24:42.808Z] #33 26.65 go: downloading github.com/yeya24/promlinter v0.2.0 [2023-04-17T23:24:42.908Z] #27 DONE 89.5s [2023-04-17T23:24:42.909Z] [2023-04-17T23:24:42.909Z] #25 [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 [2023-04-17T23:24:42.909Z] #25 84.77 internal/reflectlite [2023-04-17T23:24:42.909Z] #25 84.78 sync [2023-04-17T23:24:42.909Z] #25 87.95 internal/testlog [2023-04-17T23:24:42.909Z] #25 89.40 errors [2023-04-17T23:24:42.909Z] #25 89.40 sort [2023-04-17T23:24:43.069Z] #33 26.68 go: downloading gitlab.com/bosi/decorder v0.2.3 [2023-04-17T23:24:43.069Z] #33 26.88 go: downloading honnef.co/go/tools v0.3.3 [2023-04-17T23:24:43.168Z] #25 89.90 strconv [2023-04-17T23:24:43.647Z] #39 40.59 CC images/signalfd.o [2023-04-17T23:24:43.647Z] #39 40.75 CC images/fs.o [2023-04-17T23:24:43.739Z] #25 ... [2023-04-17T23:24:43.739Z] [2023-04-17T23:24:43.739Z] #33 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:24:43.739Z] #33 90.27 Selecting previously unselected package mingw-w64-x86-64-dev. [2023-04-17T23:24:43.739Z] #33 90.28 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2023-04-17T23:24:43.739Z] #33 90.30 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2023-04-17T23:24:43.852Z] #21 ... [2023-04-17T23:24:43.852Z] [2023-04-17T23:24:43.852Z] #24 [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 [2023-04-17T23:24:43.852Z] #24 7.647 + git clone https://github.com/kolyshkin/go-swagger.git . [2023-04-17T23:24:43.852Z] #24 7.647 Cloning into '.'... [2023-04-17T23:24:43.907Z] #39 41.01 CC images/pstree.o [2023-04-17T23:24:44.110Z] #24 ... [2023-04-17T23:24:44.110Z] [2023-04-17T23:24:44.110Z] #27 [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 [2023-04-17T23:24:44.110Z] #27 10.61 + cd /tmp/tmp.cOwz3NWaNZ/src/github.com/BurntSushi/toml [2023-04-17T23:24:44.110Z] #27 10.62 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2023-04-17T23:24:44.110Z] #27 10.84 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2023-04-17T23:24:44.110Z] #27 11.46 internal/goarch [2023-04-17T23:24:44.110Z] #27 11.50 encoding [2023-04-17T23:24:44.110Z] #27 11.68 internal/unsafeheader [2023-04-17T23:24:44.110Z] #27 11.87 internal/abi [2023-04-17T23:24:44.110Z] #27 11.90 internal/cpu [2023-04-17T23:24:44.110Z] #27 12.25 internal/goexperiment [2023-04-17T23:24:44.110Z] #27 12.44 internal/goos [2023-04-17T23:24:44.110Z] #27 12.64 runtime/internal/atomic [2023-04-17T23:24:44.110Z] #27 12.95 internal/bytealg [2023-04-17T23:24:44.110Z] #27 13.91 runtime/internal/math [2023-04-17T23:24:44.110Z] #27 14.12 runtime/internal/sys [2023-04-17T23:24:44.110Z] #27 14.36 runtime/internal/syscall [2023-04-17T23:24:44.110Z] #27 14.46 internal/itoa [2023-04-17T23:24:44.110Z] #27 14.92 math/bits [2023-04-17T23:24:44.110Z] #27 14.92 runtime [2023-04-17T23:24:44.110Z] #27 15.80 math [2023-04-17T23:24:44.167Z] #39 41.35 CC images/pipe.o [2023-04-17T23:24:44.736Z] #39 41.83 CC images/tcp-stream.o [2023-04-17T23:24:44.987Z] #33 28.53 go: downloading mvdan.cc/gofumpt v0.3.1 [2023-04-17T23:24:44.987Z] #33 28.53 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2023-04-17T23:24:44.987Z] #33 ... [2023-04-17T23:24:44.987Z] [2023-04-17T23:24:44.987Z] #30 [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 [2023-04-17T23:24:44.987Z] #30 18.47 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 [2023-04-17T23:24:44.987Z] #30 ... [2023-04-17T23:24:44.987Z] [2023-04-17T23:24:44.987Z] #33 [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 [2023-04-17T23:24:44.987Z] #33 28.65 go: downloading mvdan.cc/unparam v0.0.0-20220706161116-678bad134442 [2023-04-17T23:24:44.987Z] #33 28.68 go: downloading github.com/davecgh/go-spew v1.1.1 [2023-04-17T23:24:44.987Z] #33 28.77 go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-04-17T23:24:44.987Z] #33 28.81 go: downloading github.com/stretchr/objx v0.4.0 [2023-04-17T23:24:44.987Z] #33 28.84 go: downloading github.com/subosito/gotenv v1.4.0 [2023-04-17T23:24:44.996Z] #39 42.20 CC images/sk-packet.o [2023-04-17T23:24:45.043Z] #27 ... [2023-04-17T23:24:45.043Z] [2023-04-17T23:24:45.043Z] #36 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:24:45.043Z] #36 19.08 Fetched 8643 kB in 13s (647 kB/s) [2023-04-17T23:24:45.116Z] #33 ... [2023-04-17T23:24:45.117Z] [2023-04-17T23:24:45.117Z] #21 [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 [2023-04-17T23:24:45.117Z] #21 90.52 Setting up libicu67:amd64 (67.1-7) ... [2023-04-17T23:24:45.117Z] #21 90.57 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:24:45.117Z] #21 90.60 Setting up libuv1:amd64 (1.40.0-2) ... [2023-04-17T23:24:45.117Z] #21 90.64 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:24:45.117Z] #21 90.73 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2023-04-17T23:24:45.117Z] #21 90.78 Setting up librhash0:amd64 (1.4.1-2) ... [2023-04-17T23:24:45.117Z] #21 90.87 Setting up cmake-data (3.18.4-2+deb11u1) ... [2023-04-17T23:24:45.117Z] #21 90.93 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u3) ... [2023-04-17T23:24:45.117Z] #21 90.98 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2023-04-17T23:24:45.117Z] #21 91.05 Setting up cmake (3.18.4-2+deb11u1) ... [2023-04-17T23:24:45.117Z] #21 91.12 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2023-04-17T23:24:45.117Z] #21 DONE 91.6s [2023-04-17T23:24:45.117Z] [2023-04-17T23:24:45.117Z] #38 [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 [2023-04-17T23:24:45.248Z] #33 28.94 go: downloading github.com/hashicorp/hcl v1.0.0 [2023-04-17T23:24:45.509Z] #33 29.28 go: downloading github.com/magiconair/properties v1.8.6 [2023-04-17T23:24:45.509Z] #33 29.28 go: downloading gopkg.in/ini.v1 v1.66.6 [2023-04-17T23:24:45.566Z] #39 ... [2023-04-17T23:24:45.566Z] [2023-04-17T23:24:45.566Z] #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 [2023-04-17T23:24:45.566Z] #34 124.6 internal/poll [2023-04-17T23:24:45.566Z] #34 128.0 internal/fmtsort [2023-04-17T23:24:45.566Z] #34 129.0 internal/safefilepath [2023-04-17T23:24:45.566Z] #34 129.0 internal/syscall/execenv [2023-04-17T23:24:45.566Z] #34 129.3 path [2023-04-17T23:24:45.566Z] #34 129.3 strings [2023-04-17T23:24:45.566Z] #34 130.4 io/fs [2023-04-17T23:24:45.566Z] #34 132.6 os [2023-04-17T23:24:45.566Z] #34 134.0 bufio [2023-04-17T23:24:45.566Z] #34 ... [2023-04-17T23:24:45.566Z] [2023-04-17T23:24:45.566Z] #39 [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 [2023-04-17T23:24:45.566Z] #39 42.76 CC images/mnt.o [2023-04-17T23:24:45.769Z] #33 29.36 go: downloading github.com/pelletier/go-toml/v2 v2.0.2 [2023-04-17T23:24:45.769Z] #33 29.53 go: downloading golang.org/x/text v0.3.7 [2023-04-17T23:24:46.030Z] #33 29.86 go: downloading github.com/pelletier/go-toml v1.9.5 [2023-04-17T23:24:46.137Z] #39 43.18 CC images/pipe-data.o [2023-04-17T23:24:46.398Z] #39 43.52 CC images/sa.o [2023-04-17T23:24:46.658Z] #39 43.89 CC images/timer.o [2023-04-17T23:24:47.021Z] #38 1.719 + RM_GOPATH=0 [2023-04-17T23:24:47.021Z] #38 1.719 + TMP_GOPATH= [2023-04-17T23:24:47.021Z] #38 1.723 + : /build [2023-04-17T23:24:47.021Z] #38 1.723 + '[' -z '' ']' [2023-04-17T23:24:47.021Z] #38 1.723 ++ mktemp -d [2023-04-17T23:24:47.021Z] #38 1.725 + export GOPATH=/tmp/tmp.d81y7fxnAh [2023-04-17T23:24:47.021Z] #38 1.725 + GOPATH=/tmp/tmp.d81y7fxnAh [2023-04-17T23:24:47.021Z] #38 1.725 + RM_GOPATH=1 [2023-04-17T23:24:47.021Z] #38 1.725 + case "$(go env GOARCH)" in [2023-04-17T23:24:47.021Z] #38 1.729 ++ go env GOARCH [2023-04-17T23:24:47.021Z] #38 1.783 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:47.021Z] #38 1.783 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:47.021Z] #38 1.784 ++ dirname /tmp/install/install.sh [2023-04-17T23:24:47.021Z] #38 1.785 + dir=/tmp/install [2023-04-17T23:24:47.021Z] #38 1.785 + bin=tini [2023-04-17T23:24:47.021Z] #38 1.786 + shift [2023-04-17T23:24:47.021Z] #38 1.786 + '[' '!' -f /tmp/install/tini.installer ']' [2023-04-17T23:24:47.021Z] #38 1.787 + . /tmp/install/tini.installer [2023-04-17T23:24:47.021Z] #38 1.787 ++ : v0.19.0 [2023-04-17T23:24:47.021Z] #38 1.787 + install_tini [2023-04-17T23:24:47.021Z] #38 1.788 + echo 'Install tini version v0.19.0' [2023-04-17T23:24:47.021Z] #38 1.788 Install tini version v0.19.0 [2023-04-17T23:24:47.021Z] #38 1.788 + git clone https://github.com/krallin/tini.git /tmp/tmp.d81y7fxnAh/tini [2023-04-17T23:24:47.021Z] #38 1.790 Cloning into '/tmp/tmp.d81y7fxnAh/tini'... [2023-04-17T23:24:47.601Z] #39 44.60 CC images/timerfd.o [2023-04-17T23:24:47.862Z] #39 44.96 CC images/mm.o [2023-04-17T23:24:47.958Z] #38 2.969 + cd /tmp/tmp.d81y7fxnAh/tini [2023-04-17T23:24:47.958Z] #38 2.970 + git checkout -q v0.19.0 [2023-04-17T23:24:47.958Z] #38 3.020 + cmake . [2023-04-17T23:24:48.333Z] #36 19.08 Reading package lists... [2023-04-17T23:24:48.333Z] #36 ... [2023-04-17T23:24:48.333Z] [2023-04-17T23:24:48.333Z] #32 [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 [2023-04-17T23:24:48.333Z] #32 12.23 go: downloading github.com/fatih/color v1.13.0 [2023-04-17T23:24:48.333Z] #32 12.23 go: downloading github.com/gofrs/flock v0.8.1 [2023-04-17T23:24:48.333Z] #32 12.40 go: downloading github.com/pkg/errors v0.9.1 [2023-04-17T23:24:48.333Z] #32 12.42 go: downloading github.com/spf13/cobra v1.5.0 [2023-04-17T23:24:48.333Z] #32 12.48 go: downloading github.com/spf13/pflag v1.0.5 [2023-04-17T23:24:48.333Z] #32 13.10 go: downloading github.com/spf13/viper v1.12.0 [2023-04-17T23:24:48.333Z] #32 13.10 go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-04-17T23:24:48.333Z] #32 14.04 go: downloading golang.org/x/tools v0.1.12 [2023-04-17T23:24:48.333Z] #32 14.12 go: downloading github.com/hashicorp/go-version v1.6.0 [2023-04-17T23:24:48.333Z] #32 14.37 go: downloading github.com/ldez/gomoddirectives v0.2.3 [2023-04-17T23:24:48.333Z] #32 14.61 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2023-04-17T23:24:48.333Z] #32 14.78 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2023-04-17T23:24:48.333Z] #32 ... [2023-04-17T23:24:48.333Z] [2023-04-17T23:24:48.333Z] #27 [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 [2023-04-17T23:24:48.333Z] #27 21.49 unicode/utf8 [2023-04-17T23:24:48.333Z] #27 22.09 internal/race [2023-04-17T23:24:48.333Z] #27 22.30 sync/atomic [2023-04-17T23:24:48.433Z] #39 45.43 CC images/sk-opts.o [2023-04-17T23:24:48.693Z] #39 45.82 CC images/sk-unix.o [2023-04-17T23:24:48.896Z] #38 3.939 -- The C compiler identification is GNU 10.2.1 [2023-04-17T23:24:49.156Z] #38 4.151 -- Detecting C compiler ABI info [2023-04-17T23:24:49.263Z] #39 46.44 CC images/sk-inet.o [2023-04-17T23:24:49.267Z] #27 23.26 unicode [2023-04-17T23:24:49.524Z] #27 ... [2023-04-17T23:24:49.524Z] [2023-04-17T23:24:49.524Z] #34 [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 [2023-04-17T23:24:49.524Z] #34 13.62 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-04-17T23:24:49.524Z] #34 22.60 Fetched 8643 kB in 15s (575 kB/s) [2023-04-17T23:24:49.783Z] #34 22.60 Reading package lists... [2023-04-17T23:24:49.783Z] #34 ... [2023-04-17T23:24:49.783Z] [2023-04-17T23:24:49.783Z] #32 [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 [2023-04-17T23:24:49.783Z] #32 22.65 go: downloading github.com/mattn/go-colorable v0.1.13 [2023-04-17T23:24:49.783Z] #32 22.68 go: downloading github.com/sirupsen/logrus v1.9.0 [2023-04-17T23:24:49.783Z] #32 22.87 go: downloading github.com/stretchr/testify v1.8.0 [2023-04-17T23:24:49.783Z] #32 23.04 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2023-04-17T23:24:49.783Z] #32 23.19 go: downloading github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6 [2023-04-17T23:24:49.783Z] #32 23.30 go: downloading github.com/mattn/go-isatty v0.0.16 [2023-04-17T23:24:49.783Z] #32 23.43 go: downloading github.com/fsnotify/fsnotify v1.5.4 [2023-04-17T23:24:49.783Z] #32 23.45 go: downloading github.com/mitchellh/mapstructure v1.5.0 [2023-04-17T23:24:49.783Z] #32 23.65 go: downloading github.com/spf13/afero v1.8.2 [2023-04-17T23:24:49.783Z] #32 23.69 go: downloading github.com/spf13/cast v1.5.0 [2023-04-17T23:24:50.041Z] #32 23.88 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2023-04-17T23:24:50.041Z] #32 24.00 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 [2023-04-17T23:24:50.041Z] #32 24.12 go: downloading github.com/hashicorp/errwrap v1.0.0 [2023-04-17T23:24:50.092Z] #38 5.070 -- Detecting C compiler ABI info - done [2023-04-17T23:24:50.092Z] #38 5.274 -- Check for working C compiler: /usr/bin/cc - skipped [2023-04-17T23:24:50.092Z] #38 5.299 -- Detecting C compile features [2023-04-17T23:24:50.092Z] #38 5.310 -- Detecting C compile features - done [2023-04-17T23:24:50.205Z] #39 47.05 CC images/tun.o [2023-04-17T23:24:50.253Z] #33 ... [2023-04-17T23:24:50.253Z] [2023-04-17T23:24:50.253Z] #28 [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 [2023-04-17T23:24:50.253Z] #28 DONE 33.5s [2023-04-17T23:24:50.253Z] [2023-04-17T23:24:50.253Z] #27 [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 [2023-04-17T23:24:50.253Z] #27 21.79 Reading package lists... [2023-04-17T23:24:50.253Z] #27 27.12 Building dependency tree... [2023-04-17T23:24:50.253Z] #27 30.57 The following additional packages will be installed: [2023-04-17T23:24:50.253Z] #27 30.62 libbtrfs0 [2023-04-17T23:24:50.253Z] #27 30.88 The following NEW packages will be installed: [2023-04-17T23:24:50.253Z] #27 30.88 libbtrfs-dev libbtrfs0 [2023-04-17T23:24:50.253Z] #27 31.29 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2023-04-17T23:24:50.253Z] #27 31.29 Need to get 454 kB of archives. [2023-04-17T23:24:50.253Z] #27 31.29 After this operation, 1275 kB of additional disk space will be used. [2023-04-17T23:24:50.253Z] #27 31.29 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2023-04-17T23:24:50.253Z] #27 31.30 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2023-04-17T23:24:50.253Z] #27 32.39 debconf: delaying package configuration, since apt-utils is not installed [2023-04-17T23:24:50.253Z] #27 32.79 Fetched 454 kB in 0s (1387 kB/s) [2023-04-17T23:24:50.253Z] #27 32.97 Selecting previously unselected package libbtrfs0:arm64. [2023-04-17T23:24:50.253Z] #27 32.97 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15713 files and directories currently installed.) [2023-04-17T23:24:50.253Z] #27 33.01 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ... [2023-04-17T23:24:50.253Z] #27 33.04 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2023-04-17T23:24:50.253Z] #27 33.34 Selecting previously unselected package libbtrfs-dev:arm64. [2023-04-17T23:24:50.253Z] #27 33.35 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ... [2023-04-17T23:24:50.253Z] #27 33.36 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2023-04-17T23:24:50.253Z] #27 33.66 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2023-04-17T23:24:50.253Z] #27 33.74 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2023-04-17T23:24:50.253Z] #27 33.82 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2023-04-17T23:24:50.301Z] #32 24.24 go: downloading golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab [2023-04-17T23:24:50.351Z] #38 5.400 -- Performing Test HAS_BUILTIN_FORTIFY [2023-04-17T23:24:50.465Z] #39 47.54 CC images/sk-netlink.o [2023-04-17T23:24:50.559Z] #32 ... [2023-04-17T23:24:50.559Z] [2023-04-17T23:24:50.559Z] #33 [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 [2023-04-17T23:24:50.559Z] #33 14.43 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f [2023-04-17T23:24:50.559Z] #33 14.73 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 [2023-04-17T23:24:50.559Z] #33 18.81 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 [2023-04-17T23:24:50.559Z] #33 ... [2023-04-17T23:24:50.559Z] [2023-04-17T23:24:50.559Z] #21 [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 [2023-04-17T23:24:50.559Z] #21 20.80 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2023-04-17T23:24:50.559Z] #21 20.87 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2023-04-17T23:24:50.838Z] #27 DONE 34.5s [2023-04-17T23:24:50.838Z] [2023-04-17T23:24:50.838Z] #37 [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 [2023-04-17T23:24:50.919Z] #38 5.872 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2023-04-17T23:24:51.035Z] #39 47.96 CC images/packet-sock.o [2023-04-17T23:24:51.099Z] #37 ... [2023-04-17T23:24:51.099Z] [2023-04-17T23:24:51.099Z] #36 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:24:51.099Z] #36 20.12 Reading package lists... [2023-04-17T23:24:51.099Z] #36 25.13 Building dependency tree... [2023-04-17T23:24:51.099Z] #36 29.33 The following additional packages will be installed: [2023-04-17T23:24:51.099Z] #36 29.34 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2023-04-17T23:24:51.099Z] #36 29.34 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2023-04-17T23:24:51.099Z] #36 29.34 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2023-04-17T23:24:51.099Z] #36 29.34 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2023-04-17T23:24:51.099Z] #36 29.34 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2023-04-17T23:24:51.099Z] #36 29.35 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2023-04-17T23:24:51.099Z] #36 29.35 mingw-w64-common mingw-w64-x86-64-dev [2023-04-17T23:24:51.099Z] #36 29.37 Suggested packages: [2023-04-17T23:24:51.099Z] #36 29.38 gcc-10-locales seccomp wine64 [2023-04-17T23:24:51.099Z] #36 30.37 The following NEW packages will be installed: [2023-04-17T23:24:51.099Z] #36 30.39 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2023-04-17T23:24:51.099Z] #36 30.40 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2023-04-17T23:24:51.099Z] #36 30.40 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2023-04-17T23:24:51.099Z] #36 30.40 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2023-04-17T23:24:51.099Z] #36 30.40 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2023-04-17T23:24:51.099Z] #36 30.40 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2023-04-17T23:24:51.099Z] #36 30.40 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2023-04-17T23:24:51.099Z] #36 30.40 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2023-04-17T23:24:51.099Z] #36 30.40 mingw-w64-x86-64-dev [2023-04-17T23:24:51.099Z] #36 30.78 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2023-04-17T23:24:51.099Z] #36 30.78 Need to get 108 MB of archives. [2023-04-17T23:24:51.099Z] #36 30.78 After this operation, 620 MB of additional disk space will be used. [2023-04-17T23:24:51.099Z] #36 30.78 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-i686 arm64 2.35.2-2+8.11+b3 [2316 kB] [2023-04-17T23:24:51.099Z] #36 30.83 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-x86-64 arm64 2.35.2-2+8.11+b3 [2634 kB] [2023-04-17T23:24:51.099Z] #36 30.90 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2023-04-17T23:24:51.099Z] #36 30.92 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB] [2023-04-17T23:24:51.099Z] #36 30.92 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB] [2023-04-17T23:24:51.099Z] #36 30.93 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB] [2023-04-17T23:24:51.099Z] #36 31.09 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2023-04-17T23:24:51.099Z] #36 31.22 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-base arm64 10.2.1-6+24.2 [186 kB] [2023-04-17T23:24:51.099Z] #36 31.23 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix-runtime arm64 10.2.1-6+24.2 [11.5 MB] [2023-04-17T23:24:51.099Z] #36 31.57 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [24.4 MB] [2023-04-17T23:24:51.099Z] #36 32.29 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [9885 kB] [2023-04-17T23:24:51.099Z] #36 32.70 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32-runtime arm64 10.2.1-6+24.2 [11.4 MB] [2023-04-17T23:24:51.099Z] #36 33.14 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [24.4 MB] [2023-04-17T23:24:51.099Z] #36 34.41 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [9885 kB] [2023-04-17T23:24:51.099Z] #36 34.95 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2023-04-17T23:24:51.099Z] #36 34.96 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2023-04-17T23:24:51.099Z] #36 34.98 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2023-04-17T23:24:51.178Z] #38 6.047 -- Configuring done [2023-04-17T23:24:51.178Z] #38 6.079 -- Generating done [2023-04-17T23:24:51.178Z] #38 6.083 -- Build files have been written to: /tmp/tmp.d81y7fxnAh/tini [2023-04-17T23:24:51.178Z] #38 6.173 + make tini-static [2023-04-17T23:24:51.361Z] #36 34.99 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2023-04-17T23:24:51.361Z] #36 35.00 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2023-04-17T23:24:51.361Z] #36 35.02 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB] [2023-04-17T23:24:51.361Z] #36 35.02 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u1 [123 kB] [2023-04-17T23:24:51.361Z] #36 35.03 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] [2023-04-17T23:24:51.361Z] #36 35.05 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB] [2023-04-17T23:24:51.361Z] #36 35.05 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB] [2023-04-17T23:24:51.361Z] #36 35.10 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB] [2023-04-17T23:24:51.361Z] #36 ... [2023-04-17T23:24:51.361Z] [2023-04-17T23:24:51.361Z] #35 [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 python3-protobuf [2023-04-17T23:24:51.361Z] #35 21.72 Reading package lists... [2023-04-17T23:24:51.361Z] #35 27.43 Building dependency tree... [2023-04-17T23:24:51.361Z] #35 30.88 The following additional packages will be installed: [2023-04-17T23:24:51.361Z] #35 30.89 libcap2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite23 libprotobuf23 [2023-04-17T23:24:51.361Z] #35 30.89 libprotoc23 python3-pkg-resources python3-six zlib1g-dev [2023-04-17T23:24:51.361Z] #35 30.93 Suggested packages: [2023-04-17T23:24:51.361Z] #35 30.93 manpages-dev protobuf-mode-el python3-setuptools [2023-04-17T23:24:51.361Z] #35 32.01 The following NEW packages will be installed: [2023-04-17T23:24:51.361Z] #35 32.01 libcap-dev libcap2 libnet1 libnet1-dev libnl-3-200 libnl-3-dev [2023-04-17T23:24:51.361Z] #35 32.01 libprotobuf-c-dev libprotobuf-c1 libprotobuf-dev libprotobuf-lite23 [2023-04-17T23:24:51.361Z] #35 32.04 libprotobuf23 libprotoc23 protobuf-c-compiler protobuf-compiler [2023-04-17T23:24:51.361Z] #35 32.04 python3-pkg-resources python3-protobuf python3-six zlib1g-dev [2023-04-17T23:24:51.361Z] #35 32.64 0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded. [2023-04-17T23:24:51.361Z] #35 32.64 Need to get 4253 kB of archives. [2023-04-17T23:24:51.361Z] #35 32.64 After this operation, 25.1 MB of additional disk space will be used. [2023-04-17T23:24:51.361Z] #35 32.64 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2023-04-17T23:24:51.361Z] #35 32.64 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap-dev arm64 1:2.44-1 [45.6 kB] [2023-04-17T23:24:51.361Z] #35 32.65 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2023-04-17T23:24:51.361Z] #35 32.65 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB] [2023-04-17T23:24:51.361Z] #35 32.65 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] [2023-04-17T23:24:51.361Z] #35 32.65 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-dev arm64 3.4.0-1+b1 [104 kB] [2023-04-17T23:24:51.361Z] #35 32.66 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2023-04-17T23:24:51.361Z] #35 32.66 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c-dev arm64 1.3.3-1+b2 [34.1 kB] [2023-04-17T23:24:51.361Z] #35 32.66 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2+deb11u2 [189 kB] [2023-04-17T23:24:51.361Z] #35 32.67 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB] [2023-04-17T23:24:51.361Z] #35 32.72 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-lite23 arm64 3.12.4-1 [218 kB] [2023-04-17T23:24:51.361Z] #35 32.72 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-dev arm64 3.12.4-1 [1163 kB] [2023-04-17T23:24:51.361Z] #35 32.78 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotoc23 arm64 3.12.4-1 [703 kB] [2023-04-17T23:24:51.361Z] #35 32.80 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 protobuf-c-compiler arm64 1.3.3-1+b2 [75.4 kB] [2023-04-17T23:24:51.361Z] #35 32.86 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 protobuf-compiler arm64 3.12.4-1 [74.9 kB] [2023-04-17T23:24:51.361Z] #35 32.94 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2023-04-17T23:24:51.361Z] #35 32.94 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB] [2023-04-17T23:24:51.361Z] #35 32.95 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB] [2023-04-17T23:24:51.361Z] #35 33.90 debconf: delaying package configuration, since apt-utils is not installed [2023-04-17T23:24:51.361Z] #35 34.41 Fetched 4253 kB in 1s (5510 kB/s) [2023-04-17T23:24:51.361Z] #35 34.61 Selecting previously unselected package libcap2:arm64. [2023-04-17T23:24:51.361Z] #35 34.62 (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 ... 15713 files and directories currently installed.) [2023-04-17T23:24:51.361Z] #35 34.77 Preparing to unpack .../00-libcap2_1%3a2.44-1_arm64.deb ... [2023-04-17T23:24:51.361Z] #35 34.82 Unpacking libcap2:arm64 (1:2.44-1) ... [2023-04-17T23:24:51.361Z] #35 35.03 Selecting previously unselected package libcap-dev:arm64. [2023-04-17T23:24:51.361Z] #35 35.04 Preparing to unpack .../01-libcap-dev_1%3a2.44-1_arm64.deb ... [2023-04-17T23:24:51.361Z] #35 35.05 Unpacking libcap-dev:arm64 (1:2.44-1) ... [2023-04-17T23:24:51.362Z] #35 ... [2023-04-17T23:24:51.362Z] [2023-04-17T23:24:51.362Z] #36 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:24:51.362Z] #36 35.11 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB] [2023-04-17T23:24:51.362Z] #36 35.13 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] [2023-04-17T23:24:51.362Z] #36 35.17 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB] [2023-04-17T23:24:51.362Z] #36 35.18 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2023-04-17T23:24:51.362Z] #36 35.19 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u1 [401 kB] [2023-04-17T23:24:51.437Z] #38 6.593 Scanning dependencies of target tini-static [2023-04-17T23:24:51.605Z] #39 48.51 CC images/ipc-var.o [2023-04-17T23:24:51.605Z] #39 48.80 CC images/ipc-desc.o [2023-04-17T23:24:51.623Z] #36 ... [2023-04-17T23:24:51.623Z] [2023-04-17T23:24:51.623Z] #23 [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 [2023-04-17T23:24:51.623Z] #23 25.09 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2023-04-17T23:24:51.623Z] #23 ... [2023-04-17T23:24:51.623Z] [2023-04-17T23:24:51.623Z] #37 [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 [2023-04-17T23:24:51.623Z] #37 0.854 + RM_GOPATH=0 [2023-04-17T23:24:51.623Z] #37 0.854 + TMP_GOPATH= [2023-04-17T23:24:51.623Z] #37 0.854 + : /build [2023-04-17T23:24:51.623Z] #37 0.854 + '[' -z '' ']' [2023-04-17T23:24:51.623Z] #37 0.855 ++ mktemp -d [2023-04-17T23:24:51.623Z] #37 0.880 + export GOPATH=/tmp/tmp.0tsx6elOmb [2023-04-17T23:24:51.623Z] #37 0.883 + GOPATH=/tmp/tmp.0tsx6elOmb [2023-04-17T23:24:51.623Z] #37 0.884 + RM_GOPATH=1 [2023-04-17T23:24:51.623Z] #37 0.884 + case "$(go env GOARCH)" in [2023-04-17T23:24:51.623Z] #37 0.884 ++ go env GOARCH [2023-04-17T23:24:51.623Z] #37 0.924 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:51.623Z] #37 0.924 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:24:51.623Z] #37 0.925 ++ dirname /tmp/install/install.sh [2023-04-17T23:24:51.623Z] #37 0.929 + dir=/tmp/install [2023-04-17T23:24:51.623Z] #37 0.929 + bin=containerd [2023-04-17T23:24:51.623Z] #37 0.930 + shift [2023-04-17T23:24:51.623Z] #37 0.931 + '[' '!' -f /tmp/install/containerd.installer ']' [2023-04-17T23:24:51.623Z] #37 0.932 + . /tmp/install/containerd.installer [2023-04-17T23:24:51.623Z] #37 0.933 ++ set -e [2023-04-17T23:24:51.623Z] #37 0.937 ++ : v1.6.16 [2023-04-17T23:24:51.623Z] #37 0.937 + install_containerd [2023-04-17T23:24:51.623Z] #37 0.939 + echo 'Install containerd version v1.6.16' [2023-04-17T23:24:51.623Z] #37 0.940 Install containerd version v1.6.16 [2023-04-17T23:24:51.623Z] #37 0.940 + git clone https://github.com/containerd/containerd.git /tmp/tmp.0tsx6elOmb/src/github.com/containerd/containerd [2023-04-17T23:24:51.623Z] #37 0.974 Cloning into '/tmp/tmp.0tsx6elOmb/src/github.com/containerd/containerd'... [2023-04-17T23:24:51.695Z] #38 6.789 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2023-04-17T23:24:51.865Z] #39 49.01 CC images/ipc-shm.o [2023-04-17T23:24:51.943Z] #21 ... [2023-04-17T23:24:51.943Z] [2023-04-17T23:24:51.944Z] #32 [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 [2023-04-17T23:24:51.944Z] #32 24.92 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2023-04-17T23:24:51.944Z] #32 25.15 go: downloading github.com/Antonboom/errname v0.1.7 [2023-04-17T23:24:51.944Z] #32 25.22 go: downloading github.com/Antonboom/nilnil v0.1.1 [2023-04-17T23:24:51.944Z] #32 25.42 go: downloading github.com/BurntSushi/toml v1.2.0 [2023-04-17T23:24:52.125Z] #39 49.27 CC images/ipc-msg.o [2023-04-17T23:24:52.201Z] #32 ... [2023-04-17T23:24:52.201Z] [2023-04-17T23:24:52.201Z] #28 [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 [2023-04-17T23:24:52.201Z] #28 DONE 26.4s [2023-04-17T23:24:52.464Z] [2023-04-17T23:24:52.464Z] #36 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:24:52.464Z] #36 19.08 Reading package lists... [2023-04-17T23:24:52.695Z] #39 49.77 CC images/ipc-sem.o [2023-04-17T23:24:52.955Z] #39 50.15 CC images/utsns.o [2023-04-17T23:24:53.071Z] #38 ... [2023-04-17T23:24:53.071Z] [2023-04-17T23:24:53.071Z] #39 [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 [2023-04-17T23:24:53.071Z] #0 3.771 Note: Building without setproctitle() and strlcpy() support. [2023-04-17T23:24:53.071Z] #0 3.781 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2023-04-17T23:24:53.071Z] #0 3.808 Note: Building without GnuTLS support [2023-04-17T23:24:53.071Z] #0 3.835 Makefile.config:39: Warn: you have no libnftables installed [2023-04-17T23:24:53.071Z] #0 3.835 Makefile.config:40: Warn: Building without nftables support [2023-04-17T23:24:53.071Z] #0 8.091 fatal: not a git repository (or any of the parent directories): .git [2023-04-17T23:24:53.071Z] #0 8.351 GEN .gitid [2023-04-17T23:24:53.071Z] #0 8.381 GEN criu/include/version.h [2023-04-17T23:24:53.071Z] #0 8.456 GEN include/common/asm [2023-04-17T23:24:53.525Z] #39 50.54 CC images/creds.o [2023-04-17T23:24:53.539Z] #37 ... [2023-04-17T23:24:53.539Z] [2023-04-17T23:24:53.539Z] #32 [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 [2023-04-17T23:24:53.539Z] #32 21.38 Reading package lists... [2023-04-17T23:24:53.539Z] #32 26.98 Building dependency tree... [2023-04-17T23:24:53.539Z] #32 30.75 The following additional packages will be installed: [2023-04-17T23:24:53.539Z] #32 30.75 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2023-04-17T23:24:53.539Z] #32 30.76 Suggested packages: [2023-04-17T23:24:53.539Z] #32 30.76 cmake-doc ninja-build lrzip [2023-04-17T23:24:53.539Z] #32 30.76 Recommended packages: [2023-04-17T23:24:53.539Z] #32 30.76 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2023-04-17T23:24:53.539Z] #32 31.52 The following NEW packages will be installed: [2023-04-17T23:24:53.539Z] #32 31.53 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2023-04-17T23:24:53.539Z] #32 31.54 vim-common xxd [2023-04-17T23:24:53.539Z] #32 31.97 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2023-04-17T23:24:53.539Z] #32 31.97 Need to get 15.6 MB of archives. [2023-04-17T23:24:53.539Z] #32 31.97 After this operation, 67.4 MB of additional disk space will be used. [2023-04-17T23:24:53.539Z] #32 31.97 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2023-04-17T23:24:53.539Z] #32 31.99 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2023-04-17T23:24:53.539Z] #32 31.99 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2023-04-17T23:24:53.539Z] #32 32.08 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2023-04-17T23:24:53.539Z] #32 32.63 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u3 [630 kB] [2023-04-17T23:24:53.539Z] #32 32.65 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB] [2023-04-17T23:24:53.539Z] #32 32.67 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB] [2023-04-17T23:24:53.539Z] #32 32.67 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB] [2023-04-17T23:24:53.539Z] #32 32.68 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB] [2023-04-17T23:24:53.539Z] #32 32.69 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB] [2023-04-17T23:24:53.539Z] #32 34.47 debconf: delaying package configuration, since apt-utils is not installed [2023-04-17T23:24:53.539Z] #32 34.95 Fetched 15.6 MB in 1s (11.8 MB/s) [2023-04-17T23:24:53.539Z] #32 35.15 Selecting previously unselected package xxd. [2023-04-17T23:24:53.539Z] #32 35.15 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15713 files and directories currently installed.) [2023-04-17T23:24:53.539Z] #32 35.26 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2023-04-17T23:24:53.539Z] #32 35.28 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:24:53.539Z] #32 35.51 Selecting previously unselected package vim-common. [2023-04-17T23:24:53.539Z] #32 35.51 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2023-04-17T23:24:53.539Z] #32 35.53 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:24:53.539Z] #32 35.76 Selecting previously unselected package cmake-data. [2023-04-17T23:24:53.539Z] #32 35.76 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2023-04-17T23:24:53.539Z] #32 35.77 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2023-04-17T23:24:53.539Z] #32 ... [2023-04-17T23:24:53.539Z] [2023-04-17T23:24:53.539Z] #35 [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 python3-protobuf [2023-04-17T23:24:53.539Z] #35 35.36 Selecting previously unselected package libnet1:arm64. [2023-04-17T23:24:53.539Z] #35 35.37 Preparing to unpack .../02-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2023-04-17T23:24:53.539Z] #35 35.37 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2023-04-17T23:24:53.539Z] #35 35.51 Selecting previously unselected package libnet1-dev. [2023-04-17T23:24:53.539Z] #35 35.52 Preparing to unpack .../03-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ... [2023-04-17T23:24:53.539Z] #35 35.52 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2023-04-17T23:24:53.539Z] #35 35.72 Selecting previously unselected package libnl-3-200:arm64. [2023-04-17T23:24:53.539Z] #35 35.72 Preparing to unpack .../04-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2023-04-17T23:24:53.539Z] #35 35.73 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2023-04-17T23:24:53.539Z] #35 35.87 Selecting previously unselected package libnl-3-dev:arm64. [2023-04-17T23:24:53.539Z] #35 35.88 Preparing to unpack .../05-libnl-3-dev_3.4.0-1+b1_arm64.deb ... [2023-04-17T23:24:53.539Z] #35 35.89 Unpacking libnl-3-dev:arm64 (3.4.0-1+b1) ... [2023-04-17T23:24:53.539Z] #35 36.17 Selecting previously unselected package libprotobuf-c1:arm64. [2023-04-17T23:24:53.539Z] #35 36.18 Preparing to unpack .../06-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2023-04-17T23:24:53.539Z] #35 36.18 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2023-04-17T23:24:53.539Z] #35 36.29 Selecting previously unselected package libprotobuf-c-dev:arm64. [2023-04-17T23:24:53.539Z] #35 36.30 Preparing to unpack .../07-libprotobuf-c-dev_1.3.3-1+b2_arm64.deb ... [2023-04-17T23:24:53.539Z] #35 36.30 Unpacking libprotobuf-c-dev:arm64 (1.3.3-1+b2) ... [2023-04-17T23:24:53.539Z] #35 36.44 Selecting previously unselected package zlib1g-dev:arm64. [2023-04-17T23:24:53.539Z] #35 36.44 Preparing to unpack .../08-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_arm64.deb ... [2023-04-17T23:24:53.539Z] #35 36.45 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ... [2023-04-17T23:24:53.539Z] #35 36.70 Selecting previously unselected package libprotobuf23:arm64. [2023-04-17T23:24:53.539Z] #35 36.72 Preparing to unpack .../09-libprotobuf23_3.12.4-1_arm64.deb ... [2023-04-17T23:24:53.539Z] #35 36.72 Unpacking libprotobuf23:arm64 (3.12.4-1) ... [2023-04-17T23:24:53.539Z] #35 37.26 Selecting previously unselected package libprotobuf-lite23:arm64. [2023-04-17T23:24:53.539Z] #35 37.26 Preparing to unpack .../10-libprotobuf-lite23_3.12.4-1_arm64.deb ... [2023-04-17T23:24:53.539Z] #35 37.27 Unpacking libprotobuf-lite23:arm64 (3.12.4-1) ... [2023-04-17T23:24:53.785Z] #39 50.90 CC images/vma.o [2023-04-17T23:24:53.812Z] #35 37.64 Selecting previously unselected package libprotobuf-dev:arm64. [2023-04-17T23:24:53.812Z] #35 37.64 Preparing to unpack .../11-libprotobuf-dev_3.12.4-1_arm64.deb ... [2023-04-17T23:24:54.007Z] #39 ... [2023-04-17T23:24:54.007Z] [2023-04-17T23:24:54.007Z] #33 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:24:54.007Z] #33 100.6 Selecting previously unselected package gcc-mingw-w64-base. [2023-04-17T23:24:54.007Z] #33 100.6 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2023-04-17T23:24:54.007Z] #33 100.7 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2023-04-17T23:24:54.077Z] #35 37.65 Unpacking libprotobuf-dev:arm64 (3.12.4-1) ... [2023-04-17T23:24:54.265Z] #33 100.9 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2023-04-17T23:24:54.265Z] #33 100.9 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2023-04-17T23:24:54.265Z] #33 100.9 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2023-04-17T23:24:54.356Z] #39 51.28 CC images/netdev.o [2023-04-17T23:24:54.652Z] #35 ... [2023-04-17T23:24:54.652Z] [2023-04-17T23:24:54.652Z] #24 [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 [2023-04-17T23:24:54.652Z] #24 DONE 38.3s [2023-04-17T23:24:54.652Z] [2023-04-17T23:24:54.652Z] #26 [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 [2023-04-17T23:24:54.652Z] #26 37.13 Updating files: 94% (1435/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2023-04-17T23:24:54.652Z] #26 37.23 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2023-04-17T23:24:54.652Z] #26 37.82 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2023-04-17T23:24:54.926Z] #39 51.93 CC images/tty.o [2023-04-17T23:24:55.643Z] #33 ... [2023-04-17T23:24:55.643Z] [2023-04-17T23:24:55.643Z] #25 [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 [2023-04-17T23:24:55.643Z] #25 92.31 io [2023-04-17T23:24:55.643Z] #25 95.10 internal/oserror [2023-04-17T23:24:55.643Z] #25 95.52 syscall [2023-04-17T23:24:55.643Z] #25 97.40 reflect [2023-04-17T23:24:55.762Z] #36 25.68 Reading package lists... [2023-04-17T23:24:55.762Z] #36 ... [2023-04-17T23:24:55.762Z] [2023-04-17T23:24:55.762Z] #29 [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 python3-protobuf [2023-04-17T23:24:55.762Z] #29 19.49 Fetched 8643 kB in 14s (618 kB/s) [2023-04-17T23:24:55.762Z] #29 19.49 Reading package lists... [2023-04-17T23:24:55.762Z] #29 26.19 Reading package lists... [2023-04-17T23:24:55.762Z] #29 ... [2023-04-17T23:24:55.762Z] [2023-04-17T23:24:55.762Z] #31 [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 [2023-04-17T23:24:55.762Z] #31 26.98 Updating files: 58% (1122/1914) Updating files: 59% (1130/1914) Updating files: 60% (1149/1914) Updating files: 61% (1168/1914) Updating files: 62% (1187/1914) Updating files: 63% (1206/1914) Updating files: 64% (1225/1914) Updating files: 65% (1245/1914) Updating files: 66% (1264/1914) Updating files: 67% (1283/1914) Updating files: 68% (1302/1914) Updating files: 69% (1321/1914) Updating files: 70% (1340/1914) Updating files: 71% (1359/1914) Updating files: 72% (1379/1914) Updating files: 73% (1398/1914) Updating files: 74% (1417/1914) Updating files: 75% (1436/1914) Updating files: 76% (1455/1914) Updating files: 77% (1474/1914) Updating files: 78% (1493/1914) Updating files: 79% (1513/1914) Updating files: 80% (1532/1914) Updating files: 81% (1551/1914) Updating files: 82% (1570/1914) Updating files: 83% (1589/1914) Updating files: 84% (1608/1914) Updating files: 85% (1627/1914) Updating files: 86% (1647/1914) Updating files: 87% (1666/1914) Updating files: 88% (1685/1914) Updating files: 89% (1704/1914) Updating files: 90% (1723/1914) Updating files: 91% (1742/1914) Updating files: 92% (1761/1914) Updating files: 93% (1781/1914) Updating files: 94% (1800/1914) Updating files: 95% (1819/1914) Updating files: 96% (1838/1914) Updating files: 97% (1857/1914) Updating files: 98% (1876/1914) Updating files: 99% (1895/1914) Updating files: 100% (1914/1914) Updating files: 100% (1914/1914), done. [2023-04-17T23:24:55.762Z] #31 27.73 + cd /tmp/tmp.HPt6EPc3fy/src/github.com/docker/libnetwork [2023-04-17T23:24:55.762Z] #31 27.73 + git checkout -q 05b93e0d3a95952f70c113b0bc5bdb538d7afdd7 [2023-04-17T23:24:55.762Z] #31 28.18 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2023-04-17T23:24:55.762Z] #31 ... [2023-04-17T23:24:55.762Z] [2023-04-17T23:24:55.762Z] #25 [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 [2023-04-17T23:24:55.762Z] #25 19.80 Fetched 8643 kB in 14s (610 kB/s) [2023-04-17T23:24:55.762Z] #25 19.80 Reading package lists... [2023-04-17T23:24:55.868Z] #39 53.02 CC images/file-lock.o [2023-04-17T23:24:55.877Z] Fetching without tags [2023-04-17T23:24:55.902Z] #25 ... [2023-04-17T23:24:55.902Z] [2023-04-17T23:24:55.902Z] #39 [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 [2023-04-17T23:24:55.902Z] #39 12.32 PBCC images/timens.pb-c.c [2023-04-17T23:24:55.902Z] #39 12.38 DEP images/timens.pb-c.d [2023-04-17T23:24:55.902Z] #39 12.61 PBCC images/fown.pb-c.c [2023-04-17T23:24:55.902Z] #39 12.63 PBCC images/google/protobuf/descriptor.pb-c.c [2023-04-17T23:24:55.902Z] #39 12.81 PBCC images/opts.pb-c.c [2023-04-17T23:24:55.902Z] #39 12.89 PBCC images/memfd.pb-c.c [2023-04-17T23:24:55.902Z] #39 12.98 DEP images/fown.pb-c.d [2023-04-17T23:24:55.902Z] #39 13.03 DEP images/google/protobuf/descriptor.pb-c.d [2023-04-17T23:24:55.902Z] #39 13.11 DEP images/opts.pb-c.d [2023-04-17T23:24:55.902Z] #39 13.17 DEP images/memfd.pb-c.d [2023-04-17T23:24:55.902Z] #39 13.23 PBCC images/sit.pb-c.c [2023-04-17T23:24:56.020Z] #25 25.94 Reading package lists... [2023-04-17T23:24:56.021Z] #25 ... [2023-04-17T23:24:56.021Z] [2023-04-17T23:24:56.021Z] #32 [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 [2023-04-17T23:24:56.021Z] #32 27.10 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2023-04-17T23:24:56.021Z] #32 27.25 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0 [2023-04-17T23:24:56.021Z] #32 27.41 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2023-04-17T23:24:56.021Z] #32 27.59 go: downloading github.com/alexkohler/prealloc v1.0.0 [2023-04-17T23:24:56.021Z] #32 27.59 go: downloading github.com/alingse/asasalint v0.0.11 [2023-04-17T23:24:56.021Z] #32 27.86 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2023-04-17T23:24:56.021Z] #32 28.05 go: downloading github.com/ashanbrown/makezero v1.1.1 [2023-04-17T23:24:56.021Z] #32 28.14 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2023-04-17T23:24:56.021Z] #32 28.32 go: downloading github.com/blizzy78/varnamelen v0.8.0 [2023-04-17T23:24:56.021Z] #32 28.75 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2023-04-17T23:24:56.021Z] #32 28.97 go: downloading github.com/breml/bidichk v0.2.3 [2023-04-17T23:24:56.021Z] #32 29.01 go: downloading github.com/breml/errchkjson v0.3.0 [2023-04-17T23:24:56.021Z] #32 29.13 go: downloading github.com/butuzov/ireturn v0.1.1 [2023-04-17T23:24:56.021Z] #32 29.16 go: downloading github.com/charithe/durationcheck v0.0.9 [2023-04-17T23:24:56.021Z] #32 29.27 go: downloading github.com/curioswitch/go-reassign v0.1.2 [2023-04-17T23:24:56.021Z] #32 29.33 go: downloading github.com/daixiang0/gci v0.6.3 [2023-04-17T23:24:56.021Z] #32 29.74 go: downloading github.com/denis-tingaikin/go-header v0.4.3 [2023-04-17T23:24:56.021Z] #32 29.77 go: downloading github.com/esimonov/ifshort v1.0.4 [2023-04-17T23:24:56.021Z] #32 29.97 go: downloading github.com/firefart/nonamedreturns v1.0.4 [2023-04-17T23:24:56.021Z] #32 29.97 go: downloading github.com/fzipp/gocyclo v0.6.0 [2023-04-17T23:24:56.021Z] #32 30.10 go: downloading github.com/go-critic/go-critic v0.6.4 [2023-04-17T23:24:56.160Z] #39 13.32 DEP images/sit.pb-c.d [2023-04-17T23:24:56.161Z] #39 13.36 PBCC images/macvlan.pb-c.c [2023-04-17T23:24:56.161Z] #39 13.37 DEP images/macvlan.pb-c.d [2023-04-17T23:24:56.161Z] #39 13.44 PBCC images/autofs.pb-c.c [2023-04-17T23:24:56.161Z] #39 13.45 DEP images/autofs.pb-c.d [2023-04-17T23:24:56.420Z] #39 13.53 PBCC images/sysctl.pb-c.c [2023-04-17T23:24:56.420Z] #39 13.57 DEP images/sysctl.pb-c.d [2023-04-17T23:24:56.420Z] #39 13.67 PBCC images/time.pb-c.c [2023-04-17T23:24:56.420Z] #39 13.72 DEP images/time.pb-c.d [2023-04-17T23:24:56.420Z] #39 13.79 PBCC images/binfmt-misc.pb-c.c [2023-04-17T23:24:56.440Z] #39 53.33 CC images/rlimit.o [2023-04-17T23:24:56.440Z] #39 53.62 CC images/pagemap.o [2023-04-17T23:24:56.618Z] Merging remotes/origin/20.10 commit de57aecf4a670473911b42caf67e7f962229bbe3 into PR head commit ad45ece6fe93c6870080341daa12fe8da6271fa9 [2023-04-17T23:24:56.687Z] #39 13.90 DEP images/binfmt-misc.pb-c.d [2023-04-17T23:24:56.687Z] #39 14.01 PBCC images/seccomp.pb-c.c [2023-04-17T23:24:56.701Z] #39 53.97 CC images/siginfo.o [2023-04-17T23:24:56.946Z] #39 ... [2023-04-17T23:24:56.946Z] [2023-04-17T23:24:56.946Z] #38 [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 [2023-04-17T23:24:56.946Z] #38 9.245 [100%] Linking C executable tini-static [2023-04-17T23:24:56.946Z] #38 10.42 [100%] Built target tini-static [2023-04-17T23:24:56.946Z] #38 10.54 + mkdir -p /build [2023-04-17T23:24:56.946Z] #38 10.55 + cp tini-static /build/docker-init [2023-04-17T23:24:56.946Z] #38 DONE 12.0s [2023-04-17T23:24:56.946Z] [2023-04-17T23:24:56.946Z] #39 [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 [2023-04-17T23:24:56.946Z] #39 14.08 DEP images/seccomp.pb-c.d [2023-04-17T23:24:56.946Z] #39 14.17 PBCC images/userns.pb-c.c [2023-04-17T23:24:56.946Z] #39 14.21 DEP images/userns.pb-c.d [2023-04-17T23:24:57.205Z] #39 14.39 PBCC images/cgroup.pb-c.c [2023-04-17T23:24:57.205Z] #39 14.46 DEP images/cgroup.pb-c.d [2023-04-17T23:24:57.274Z] #39 54.30 CC images/rpc.o [2023-04-17T23:24:57.396Z] #32 31.15 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2023-04-17T23:24:57.396Z] #32 31.19 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2023-04-17T23:24:57.396Z] #32 31.19 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe [2023-04-17T23:24:57.396Z] #32 31.33 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2023-04-17T23:24:55.594Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2023-04-17T23:24:55.641Z] > git config --add remote.origin.fetch +refs/pull/45349/head:refs/remotes/origin/PR-45349 # timeout=10 [2023-04-17T23:24:55.688Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-04-17T23:24:55.798Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2023-04-17T23:24:55.907Z] Fetching upstream changes from https://github.com/moby/moby.git [2023-04-17T23:24:55.907Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-04-17T23:24:55.907Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45349/head:refs/remotes/origin/PR-45349 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-04-17T23:24:56.708Z] > git config core.sparsecheckout # timeout=10 [2023-04-17T23:24:56.754Z] > git checkout -f ad45ece6fe93c6870080341daa12fe8da6271fa9 # timeout=10 [2023-04-17T23:24:57.463Z] #39 14.56 PBCC images/ext-file.pb-c.c [2023-04-17T23:24:57.463Z] #39 14.57 DEP images/ext-file.pb-c.d [2023-04-17T23:24:57.463Z] #39 14.73 PBCC images/rpc.pb-c.c [2023-04-17T23:24:57.463Z] #39 14.78 DEP images/rpc.pb-c.d [2023-04-17T23:24:57.540Z] #39 ... [2023-04-17T23:24:57.540Z] [2023-04-17T23:24:57.540Z] #27 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:24:57.540Z] #27 146.7 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2023-04-17T23:24:57.655Z] #32 31.64 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2023-04-17T23:24:57.655Z] #32 31.77 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2023-04-17T23:24:57.721Z] #39 14.88 PBCC images/siginfo.pb-c.c [2023-04-17T23:24:57.721Z] #39 14.95 DEP images/siginfo.pb-c.d [2023-04-17T23:24:57.721Z] #39 15.07 PBCC images/pagemap.pb-c.c [2023-04-17T23:24:57.801Z] #27 146.7 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2023-04-17T23:24:57.801Z] #27 146.8 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-04-17T23:24:57.913Z] #32 31.88 go: downloading github.com/golangci/misspell v0.3.5 [2023-04-17T23:24:57.913Z] #32 31.88 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2023-04-17T23:24:57.980Z] #39 15.21 DEP images/pagemap.pb-c.d [2023-04-17T23:24:57.980Z] #39 15.32 PBCC images/rlimit.pb-c.c [2023-04-17T23:24:58.061Z] #27 ... [2023-04-17T23:24:58.061Z] [2023-04-17T23:24:58.061Z] #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 [2023-04-17T23:24:58.061Z] #34 137.1 text/tabwriter [2023-04-17T23:24:58.061Z] #34 138.6 io/ioutil [2023-04-17T23:24:58.061Z] #34 138.6 fmt [2023-04-17T23:24:58.061Z] #34 142.7 github.com/BurntSushi/toml [2023-04-17T23:24:58.061Z] #34 142.7 flag [2023-04-17T23:24:58.061Z] #34 145.8 log [2023-04-17T23:24:58.172Z] #32 32.07 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2023-04-17T23:24:58.172Z] #32 32.21 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2023-04-17T23:24:58.238Z] #39 15.33 DEP images/rlimit.pb-c.d [2023-04-17T23:24:58.239Z] #39 15.42 PBCC images/file-lock.pb-c.c [2023-04-17T23:24:58.239Z] #39 15.52 DEP images/file-lock.pb-c.d [2023-04-17T23:24:58.431Z] #32 32.33 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2023-04-17T23:24:58.431Z] #32 32.36 go: downloading github.com/hexops/gotextdiff v1.0.3 [2023-04-17T23:24:58.497Z] #39 15.61 PBCC images/tty.pb-c.c [2023-04-17T23:24:58.497Z] #39 15.78 DEP images/tty.pb-c.d [2023-04-17T23:24:58.689Z] #32 32.50 go: downloading github.com/jgautheron/goconst v1.5.1 [2023-04-17T23:24:58.689Z] #32 32.54 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2023-04-17T23:24:58.689Z] #32 32.55 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2023-04-17T23:24:58.689Z] #32 32.57 go: downloading github.com/julz/importas v0.1.0 [2023-04-17T23:24:58.689Z] #32 32.66 go: downloading github.com/kisielk/errcheck v1.6.2 [2023-04-17T23:24:58.756Z] #39 15.96 PBCC images/tun.pb-c.c [2023-04-17T23:24:58.756Z] #39 16.08 PBCC images/netdev.pb-c.c [2023-04-17T23:24:58.756Z] #39 16.14 DEP images/tun.pb-c.d [2023-04-17T23:24:58.935Z] Merge succeeded, producing ad45ece6fe93c6870080341daa12fe8da6271fa9 [2023-04-17T23:24:58.936Z] Checking out Revision ad45ece6fe93c6870080341daa12fe8da6271fa9 (PR-45349) [2023-04-17T23:24:58.947Z] #32 32.79 go: downloading github.com/kulti/thelper v0.6.3 [2023-04-17T23:24:58.947Z] #32 32.79 go: downloading github.com/kunwardeep/paralleltest v1.0.6 [2023-04-17T23:24:58.947Z] #32 32.94 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2023-04-17T23:24:58.947Z] #32 33.08 go: downloading github.com/ldez/tagliatelle v0.3.1 [2023-04-17T23:24:59.015Z] #39 16.18 DEP images/netdev.pb-c.d [2023-04-17T23:24:59.015Z] #39 16.28 PBCC images/vma.pb-c.c [2023-04-17T23:24:59.214Z] #32 33.10 go: downloading github.com/leonklingele/grouper v1.1.0 [2023-04-17T23:24:59.214Z] #32 33.27 go: downloading github.com/lufeee/execinquery v1.2.1 [2023-04-17T23:24:59.273Z] #39 16.31 DEP images/vma.pb-c.d [2023-04-17T23:24:59.273Z] #39 16.47 PBCC images/creds.pb-c.c [2023-04-17T23:24:59.273Z] #39 16.54 DEP images/creds.pb-c.d [2023-04-17T23:24:59.446Z] #34 ... [2023-04-17T23:24:59.446Z] [2023-04-17T23:24:59.446Z] #39 [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 [2023-04-17T23:24:59.446Z] #39 56.21 CC images/ext-file.o [2023-04-17T23:24:59.446Z] #39 56.51 CC images/cgroup.o [2023-04-17T23:24:59.477Z] #32 33.48 go: downloading github.com/maratori/testpackage v1.1.0 [2023-04-17T23:24:59.532Z] #39 16.63 PBCC images/utsns.pb-c.c [2023-04-17T23:24:59.532Z] #39 16.75 DEP images/utsns.pb-c.d [2023-04-17T23:24:59.532Z] #39 16.80 PBCC images/ipc-desc.pb-c.c [2023-04-17T23:24:59.735Z] #32 33.71 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2023-04-17T23:24:59.735Z] #32 33.72 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2023-04-17T23:24:59.735Z] #32 33.78 go: downloading github.com/mgechev/revive v1.2.3 [2023-04-17T23:24:59.790Z] #39 16.84 PBCC images/ipc-sem.pb-c.c [2023-04-17T23:24:59.790Z] #39 16.89 DEP images/ipc-desc.pb-c.d [2023-04-17T23:24:59.790Z] #39 17.01 DEP images/ipc-sem.pb-c.d [2023-04-17T23:24:59.956Z] #26 ... [2023-04-17T23:24:59.956Z] [2023-04-17T23:24:59.956Z] #35 [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 python3-protobuf [2023-04-17T23:24:59.956Z] #35 39.46 Selecting previously unselected package libprotoc23:arm64. [2023-04-17T23:24:59.956Z] #35 39.47 Preparing to unpack .../12-libprotoc23_3.12.4-1_arm64.deb ... [2023-04-17T23:24:59.956Z] #35 39.47 Unpacking libprotoc23:arm64 (3.12.4-1) ... [2023-04-17T23:24:59.956Z] #35 39.91 Selecting previously unselected package protobuf-c-compiler. [2023-04-17T23:24:59.956Z] #35 39.93 Preparing to unpack .../13-protobuf-c-compiler_1.3.3-1+b2_arm64.deb ... [2023-04-17T23:24:59.956Z] #35 39.94 Unpacking protobuf-c-compiler (1.3.3-1+b2) ... [2023-04-17T23:24:59.956Z] #35 40.11 Selecting previously unselected package protobuf-compiler. [2023-04-17T23:24:59.956Z] #35 40.11 Preparing to unpack .../14-protobuf-compiler_3.12.4-1_arm64.deb ... [2023-04-17T23:24:59.956Z] #35 40.12 Unpacking protobuf-compiler (3.12.4-1) ... [2023-04-17T23:24:59.956Z] #35 40.26 Selecting previously unselected package python3-pkg-resources. [2023-04-17T23:24:59.956Z] #35 40.27 Preparing to unpack .../15-python3-pkg-resources_52.0.0-4_all.deb ... [2023-04-17T23:24:59.956Z] #35 40.27 Unpacking python3-pkg-resources (52.0.0-4) ... [2023-04-17T23:24:59.956Z] #35 40.50 Selecting previously unselected package python3-six. [2023-04-17T23:24:59.956Z] #35 40.50 Preparing to unpack .../16-python3-six_1.16.0-2_all.deb ... [2023-04-17T23:24:59.956Z] #35 40.51 Unpacking python3-six (1.16.0-2) ... [2023-04-17T23:24:59.956Z] #35 40.62 Selecting previously unselected package python3-protobuf. [2023-04-17T23:24:59.956Z] #35 40.62 Preparing to unpack .../17-python3-protobuf_3.12.4-1_arm64.deb ... [2023-04-17T23:24:59.956Z] #35 40.65 Unpacking python3-protobuf (3.12.4-1) ... [2023-04-17T23:24:59.956Z] #35 41.19 Setting up python3-pkg-resources (52.0.0-4) ... [2023-04-17T23:24:59.956Z] #35 42.60 Setting up libprotobuf23:arm64 (3.12.4-1) ... [2023-04-17T23:24:59.956Z] #35 42.62 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2023-04-17T23:24:59.956Z] #35 42.65 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2023-04-17T23:24:59.956Z] #35 42.68 Setting up libprotobuf-c-dev:arm64 (1.3.3-1+b2) ... [2023-04-17T23:24:59.956Z] #35 42.70 Setting up libcap2:arm64 (1:2.44-1) ... [2023-04-17T23:24:59.956Z] #35 42.72 Setting up python3-six (1.16.0-2) ... [2023-04-17T23:25:00.049Z] #39 17.16 PBCC images/ipc-msg.pb-c.c [2023-04-17T23:25:00.049Z] #39 17.21 DEP images/ipc-msg.pb-c.d [2023-04-17T23:25:00.223Z] #35 43.88 Setting up libprotobuf-lite23:arm64 (3.12.4-1) ... [2023-04-17T23:25:00.223Z] #35 43.91 Setting up libprotoc23:arm64 (3.12.4-1) ... [2023-04-17T23:25:00.223Z] #35 43.92 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ... [2023-04-17T23:25:00.223Z] #35 43.95 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2023-04-17T23:25:00.223Z] #35 43.98 Setting up python3-protobuf (3.12.4-1) ... [2023-04-17T23:25:00.307Z] #39 17.46 PBCC images/ipc-shm.pb-c.c [2023-04-17T23:25:00.308Z] #39 17.48 DEP images/ipc-shm.pb-c.d [2023-04-17T23:25:00.308Z] #39 17.58 PBCC images/ipc-var.pb-c.c [2023-04-17T23:24:58.615Z] > git remote # timeout=10 [2023-04-17T23:24:58.693Z] > git config --get remote.origin.url # timeout=10 [2023-04-17T23:24:58.724Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-04-17T23:24:58.724Z] > git merge de57aecf4a670473911b42caf67e7f962229bbe3 # timeout=10 [2023-04-17T23:24:58.849Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2023-04-17T23:24:58.959Z] > git config core.sparsecheckout # timeout=10 [2023-04-17T23:24:59.005Z] > git checkout -f ad45ece6fe93c6870080341daa12fe8da6271fa9 # timeout=10 [2023-04-17T23:25:00.566Z] #39 17.63 DEP images/ipc-var.pb-c.d [2023-04-17T23:25:00.566Z] #39 17.67 PBCC images/sk-opts.pb-c.c [2023-04-17T23:25:00.566Z] #39 17.72 PBCC images/packet-sock.pb-c.c [2023-04-17T23:25:00.566Z] #39 17.79 DEP images/sk-opts.pb-c.d [2023-04-17T23:25:00.669Z] #32 34.61 go: downloading github.com/nakabonne/nestif v0.3.1 [2023-04-17T23:25:00.669Z] #32 34.62 go: downloading github.com/moricho/tparallel v0.2.1 [2023-04-17T23:25:00.669Z] #32 34.71 go: downloading github.com/nishanths/exhaustive v0.8.1 [2023-04-17T23:25:00.669Z] #32 34.77 go: downloading github.com/nishanths/predeclared v0.2.2 [2023-04-17T23:25:00.825Z] #39 17.90 DEP images/packet-sock.pb-c.d [2023-04-17T23:25:00.825Z] #39 18.02 PBCC images/sk-netlink.pb-c.c [2023-04-17T23:25:00.825Z] #39 18.16 DEP images/sk-netlink.pb-c.d [2023-04-17T23:25:00.831Z] #39 57.69 CC images/userns.o [2023-04-17T23:25:00.927Z] #32 34.91 go: downloading github.com/polyfloyd/go-errorlint v1.0.2 [2023-04-17T23:25:00.927Z] #32 35.05 go: downloading github.com/ryancurrah/gomodguard v1.2.4 [2023-04-17T23:25:01.084Z] #39 18.28 PBCC images/sk-inet.pb-c.c [2023-04-17T23:25:01.084Z] #39 18.41 DEP images/sk-inet.pb-c.d [2023-04-17T23:25:01.091Z] #39 58.11 CC images/google/protobuf/descriptor.o [2023-04-17T23:25:01.190Z] #32 35.05 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2023-04-17T23:25:01.190Z] #32 35.19 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2023-04-17T23:25:01.190Z] #32 35.21 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0 [2023-04-17T23:25:01.190Z] #32 35.28 go: downloading github.com/sashamelentyev/usestdlibvars v1.13.0 [2023-04-17T23:25:01.190Z] #32 35.30 go: downloading github.com/securego/gosec/v2 v2.13.1 [2023-04-17T23:25:01.343Z] #39 18.55 PBCC images/sk-unix.pb-c.c [2023-04-17T23:25:01.343Z] #39 ... [2023-04-17T23:25:01.343Z] [2023-04-17T23:25:01.343Z] #36 [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 [2023-04-17T23:25:01.343Z] #36 DONE 108.1s [2023-04-17T23:25:01.343Z] [2023-04-17T23:25:01.343Z] #39 [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 [2023-04-17T23:25:01.343Z] #39 18.66 DEP images/sk-unix.pb-c.d [2023-04-17T23:25:01.602Z] #39 18.80 PBCC images/mm.pb-c.c [2023-04-17T23:25:01.602Z] #39 18.87 DEP images/mm.pb-c.d [2023-04-17T23:25:01.755Z] #32 35.84 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2023-04-17T23:25:01.755Z] #32 35.84 go: downloading github.com/sivchari/containedctx v1.0.2 [2023-04-17T23:25:01.861Z] #39 18.96 PBCC images/timerfd.pb-c.c [2023-04-17T23:25:01.861Z] #39 19.09 DEP images/timerfd.pb-c.d [2023-04-17T23:25:01.861Z] #39 19.22 PBCC images/timer.pb-c.c [2023-04-17T23:25:02.013Z] #32 35.87 go: downloading github.com/sivchari/nosnakecase v1.7.0 [2023-04-17T23:25:02.013Z] #32 35.90 go: downloading github.com/sivchari/tenv v1.7.0 [2023-04-17T23:25:02.013Z] #32 36.06 go: downloading github.com/sonatard/noctx v0.0.1 [2023-04-17T23:25:02.013Z] #32 36.10 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2023-04-17T23:25:02.013Z] #32 36.16 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2023-04-17T23:25:02.120Z] #39 19.28 DEP images/timer.pb-c.d [2023-04-17T23:25:02.120Z] #39 19.36 PBCC images/sa.pb-c.c [2023-04-17T23:25:02.141Z] #35 ... [2023-04-17T23:25:02.141Z] [2023-04-17T23:25:02.141Z] #33 [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 [2023-04-17T23:25:02.141Z] #33 35.65 go: downloading golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e [2023-04-17T23:25:02.141Z] #33 35.65 go: downloading github.com/gobwas/glob v0.2.3 [2023-04-17T23:25:02.141Z] #33 35.91 go: downloading golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 [2023-04-17T23:25:02.141Z] #33 35.96 go: downloading go.uber.org/zap v1.17.0 [2023-04-17T23:25:02.141Z] #33 36.60 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2023-04-17T23:25:02.141Z] #33 36.60 go: downloading golang.org/x/exp/typeparams v0.0.0-20220613132600-b0d781184e0d [2023-04-17T23:25:02.141Z] #33 36.64 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2023-04-17T23:25:02.141Z] #33 36.68 go: downloading github.com/go-toolsmith/astcopy v1.0.1 [2023-04-17T23:25:02.141Z] #33 36.73 go: downloading github.com/go-toolsmith/astequal v1.0.2 [2023-04-17T23:25:02.141Z] #33 36.76 go: downloading github.com/go-toolsmith/astp v1.0.0 [2023-04-17T23:25:02.141Z] #33 36.79 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2023-04-17T23:25:02.141Z] #33 36.84 go: downloading github.com/go-toolsmith/typep v1.0.2 [2023-04-17T23:25:02.141Z] #33 36.87 go: downloading github.com/quasilyte/go-ruleguard v0.3.17 [2023-04-17T23:25:02.141Z] #33 36.91 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2023-04-17T23:25:02.141Z] #33 37.04 go: downloading github.com/kisielk/gotool v1.0.0 [2023-04-17T23:25:02.141Z] #33 37.10 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2023-04-17T23:25:02.141Z] #33 37.28 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2023-04-17T23:25:02.141Z] #33 37.41 go: downloading github.com/ettle/strcase v0.1.1 [2023-04-17T23:25:02.141Z] #33 37.54 go: downloading github.com/fatih/structtag v1.2.0 [2023-04-17T23:25:02.141Z] #33 37.56 go: downloading github.com/Masterminds/semver v1.5.0 [2023-04-17T23:25:02.141Z] #33 37.66 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2023-04-17T23:25:02.141Z] #33 37.78 go: downloading gopkg.in/yaml.v2 v2.4.0 [2023-04-17T23:25:02.141Z] #33 37.82 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2023-04-17T23:25:02.141Z] #33 37.89 go: downloading github.com/prometheus/client_golang v1.12.1 [2023-04-17T23:25:02.141Z] #33 38.58 go: downloading github.com/prometheus/client_model v0.2.0 [2023-04-17T23:25:02.141Z] #33 38.64 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2023-04-17T23:25:02.141Z] #33 38.71 go: downloading github.com/google/go-cmp v0.5.8 [2023-04-17T23:25:02.141Z] #33 39.24 go: downloading go.uber.org/atomic v1.7.0 [2023-04-17T23:25:02.141Z] #33 39.24 go: downloading go.uber.org/multierr v1.6.0 [2023-04-17T23:25:02.141Z] #33 39.29 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5 [2023-04-17T23:25:02.141Z] #33 39.55 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 [2023-04-17T23:25:02.141Z] #33 39.55 go: downloading github.com/chavacava/garif v0.0.0-20220630083739-93517212f375 [2023-04-17T23:25:02.141Z] #33 39.59 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2023-04-17T23:25:02.141Z] #33 39.63 go: downloading github.com/beorn7/perks v1.0.1 [2023-04-17T23:25:02.141Z] #33 39.69 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2023-04-17T23:25:02.141Z] #33 39.71 go: downloading github.com/golang/protobuf v1.5.2 [2023-04-17T23:25:02.141Z] #33 39.77 go: downloading github.com/prometheus/common v0.32.1 [2023-04-17T23:25:02.141Z] #33 40.20 go: downloading github.com/prometheus/procfs v0.7.3 [2023-04-17T23:25:02.141Z] #33 40.20 go: downloading google.golang.org/protobuf v1.28.0 [2023-04-17T23:25:02.141Z] #33 40.82 go: downloading github.com/mattn/go-runewidth v0.0.9 [2023-04-17T23:25:02.141Z] #33 41.89 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2023-04-17T23:25:02.141Z] #33 ... [2023-04-17T23:25:02.141Z] [2023-04-17T23:25:02.141Z] #36 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:25:02.141Z] #36 36.27 debconf: delaying package configuration, since apt-utils is not installed [2023-04-17T23:25:02.141Z] #36 36.48 Fetched 108 MB in 5s (22.8 MB/s) [2023-04-17T23:25:02.141Z] #36 36.58 Selecting previously unselected package binutils-mingw-w64-i686. [2023-04-17T23:25:02.141Z] #36 36.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 ... 15713 files and directories currently installed.) [2023-04-17T23:25:02.141Z] #36 36.65 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ... [2023-04-17T23:25:02.141Z] #36 36.67 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2023-04-17T23:25:02.141Z] #36 39.19 Selecting previously unselected package binutils-mingw-w64-x86-64. [2023-04-17T23:25:02.141Z] #36 39.20 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ... [2023-04-17T23:25:02.141Z] #36 39.21 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2023-04-17T23:25:02.141Z] #36 41.55 Selecting previously unselected package binutils-mingw-w64. [2023-04-17T23:25:02.141Z] #36 41.56 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2023-04-17T23:25:02.141Z] #36 41.58 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2023-04-17T23:25:02.141Z] #36 41.71 Selecting previously unselected package libdevmapper1.02.1:arm64. [2023-04-17T23:25:02.141Z] #36 41.71 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2023-04-17T23:25:02.141Z] #36 41.73 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2023-04-17T23:25:02.141Z] #36 41.90 Selecting previously unselected package dmsetup. [2023-04-17T23:25:02.141Z] #36 41.92 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ... [2023-04-17T23:25:02.141Z] #36 41.92 Unpacking dmsetup (2:1.02.175-2.1) ... [2023-04-17T23:25:02.141Z] #36 42.09 Selecting previously unselected package mingw-w64-common. [2023-04-17T23:25:02.141Z] #36 42.10 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2023-04-17T23:25:02.141Z] #36 42.11 Unpacking mingw-w64-common (8.0.0-1) ... [2023-04-17T23:25:02.271Z] #32 36.24 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1 [2023-04-17T23:25:02.381Z] #39 19.45 DEP images/sa.pb-c.d [2023-04-17T23:25:02.381Z] #39 19.56 PBCC images/pipe-data.pb-c.c [2023-04-17T23:25:02.381Z] #39 19.57 DEP images/pipe-data.pb-c.d [2023-04-17T23:25:02.403Z] #36 ... [2023-04-17T23:25:02.403Z] [2023-04-17T23:25:02.403Z] #32 [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 [2023-04-17T23:25:02.403Z] #32 39.51 Selecting previously unselected package libicu67:arm64. [2023-04-17T23:25:02.403Z] #32 39.53 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ... [2023-04-17T23:25:02.403Z] #32 39.56 Unpacking libicu67:arm64 (67.1-7) ... [2023-04-17T23:25:02.403Z] #32 45.18 Selecting previously unselected package libxml2:arm64. [2023-04-17T23:25:02.403Z] #32 45.18 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u3_arm64.deb ... [2023-04-17T23:25:02.403Z] #32 45.19 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u3) ... [2023-04-17T23:25:02.403Z] #32 45.59 Selecting previously unselected package libarchive13:arm64. [2023-04-17T23:25:02.403Z] #32 45.59 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_arm64.deb ... [2023-04-17T23:25:02.403Z] #32 45.61 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ... [2023-04-17T23:25:02.403Z] #32 45.87 Selecting previously unselected package libjsoncpp24:arm64. [2023-04-17T23:25:02.403Z] #32 45.88 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ... [2023-04-17T23:25:02.403Z] #32 45.88 Unpacking libjsoncpp24:arm64 (1.9.4-4) ... [2023-04-17T23:25:02.403Z] #32 46.03 Selecting previously unselected package librhash0:arm64. [2023-04-17T23:25:02.403Z] #32 46.06 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ... [2023-04-17T23:25:02.403Z] #32 46.06 Unpacking librhash0:arm64 (1.4.1-2) ... [2023-04-17T23:25:02.403Z] #32 46.22 Selecting previously unselected package libuv1:arm64. [2023-04-17T23:25:02.403Z] #32 46.22 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ... [2023-04-17T23:25:02.403Z] #32 46.23 Unpacking libuv1:arm64 (1.40.0-2) ... [2023-04-17T23:25:02.529Z] #32 36.35 go: downloading github.com/sylvia7788/contextcheck v1.0.6 [2023-04-17T23:25:02.529Z] #32 36.39 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2023-04-17T23:25:02.529Z] #32 36.40 go: downloading github.com/tetafro/godot v1.4.11 [2023-04-17T23:25:02.529Z] #32 36.48 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2023-04-17T23:25:02.529Z] #32 36.57 go: downloading github.com/timonwong/logrlint v0.1.0 [2023-04-17T23:25:02.529Z] #32 ... [2023-04-17T23:25:02.529Z] [2023-04-17T23:25:02.530Z] #26 [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 [2023-04-17T23:25:02.530Z] #26 26.40 Updating files: 64% (1441/2222) Updating files: 65% (1445/2222) Updating files: 66% (1467/2222) Updating files: 67% (1489/2222) Updating files: 68% (1511/2222) Updating files: 69% (1534/2222) Updating files: 70% (1556/2222) Updating files: 71% (1578/2222) Updating files: 72% (1600/2222) Updating files: 73% (1623/2222) Updating files: 74% (1645/2222) Updating files: 75% (1667/2222) Updating files: 76% (1689/2222) Updating files: 77% (1711/2222) Updating files: 78% (1734/2222) Updating files: 79% (1756/2222) Updating files: 80% (1778/2222) Updating files: 81% (1800/2222) Updating files: 82% (1823/2222) Updating files: 83% (1845/2222) Updating files: 84% (1867/2222) Updating files: 85% (1889/2222) Updating files: 86% (1911/2222) Updating files: 87% (1934/2222) Updating files: 88% (1956/2222) Updating files: 89% (1978/2222) Updating files: 90% (2000/2222) Updating files: 91% (2023/2222) Updating files: 92% (2045/2222) Updating files: 93% (2067/2222) Updating files: 94% (2089/2222) Updating files: 95% (2111/2222) Updating files: 96% (2134/2222) Updating files: 97% (2156/2222) Updating files: 98% (2178/2222) Updating files: 99% (2200/2222) Updating files: 100% (2222/2222) Updating files: 100% (2222/2222), done. [2023-04-17T23:25:02.530Z] #26 27.10 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2023-04-17T23:25:02.530Z] #26 28.98 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2023-04-17T23:25:02.530Z] #26 ... [2023-04-17T23:25:02.530Z] [2023-04-17T23:25:02.530Z] #32 [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 [2023-04-17T23:25:02.530Z] #32 36.66 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.2 [2023-04-17T23:25:02.530Z] #32 36.67 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2023-04-17T23:25:02.639Z] #39 19.73 PBCC images/mnt.pb-c.c [2023-04-17T23:25:02.640Z] #39 19.83 DEP images/mnt.pb-c.d [2023-04-17T23:25:02.640Z] #39 19.92 PBCC images/sk-packet.pb-c.c [2023-04-17T23:25:02.664Z] #32 46.37 Selecting previously unselected package cmake. [2023-04-17T23:25:02.664Z] #32 46.37 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ... [2023-04-17T23:25:02.664Z] #32 46.38 Unpacking cmake (3.18.4-2+deb11u1) ... [2023-04-17T23:25:02.898Z] #39 19.93 DEP images/sk-packet.pb-c.d [2023-04-17T23:25:02.898Z] #39 20.03 PBCC images/tcp-stream.pb-c.c [2023-04-17T23:25:02.898Z] #39 20.14 DEP images/tcp-stream.pb-c.d [2023-04-17T23:25:03.097Z] #32 37.17 go: downloading github.com/ultraware/funlen v0.0.3 [2023-04-17T23:25:03.097Z] #32 37.20 go: downloading github.com/ultraware/whitespace v0.0.5 [2023-04-17T23:25:03.097Z] #32 37.23 go: downloading github.com/uudashr/gocognit v1.0.6 [2023-04-17T23:25:03.157Z] #39 20.27 PBCC images/pipe.pb-c.c [2023-04-17T23:25:03.157Z] #39 20.40 DEP images/pipe.pb-c.d [2023-04-17T23:25:03.157Z] #39 20.54 PBCC images/pstree.pb-c.c [2023-04-17T23:25:03.355Z] #32 37.33 go: downloading github.com/yagipy/maintidx v1.0.0 [2023-04-17T23:25:03.355Z] #32 37.40 go: downloading github.com/yeya24/promlinter v0.2.0 [2023-04-17T23:25:03.416Z] #39 20.62 DEP images/pstree.pb-c.d [2023-04-17T23:25:03.606Z] #32 ... [2023-04-17T23:25:03.606Z] [2023-04-17T23:25:03.606Z] #36 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:25:03.606Z] #36 47.19 Selecting previously unselected package mingw-w64-x86-64-dev. [2023-04-17T23:25:03.606Z] #36 47.20 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2023-04-17T23:25:03.606Z] #36 47.20 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2023-04-17T23:25:03.613Z] #32 37.52 go: downloading gitlab.com/bosi/decorder v0.2.3 [2023-04-17T23:25:03.613Z] #32 37.66 go: downloading honnef.co/go/tools v0.3.3 [2023-04-17T23:25:03.636Z] #39 60.48 CC images/opts.o [2023-04-17T23:25:03.636Z] #39 60.82 CC images/seccomp.o [2023-04-17T23:25:03.675Z] #39 20.69 PBCC images/fs.pb-c.c [2023-04-17T23:25:03.675Z] #39 20.78 DEP images/fs.pb-c.d [2023-04-17T23:25:03.675Z] #39 20.82 PBCC images/signalfd.pb-c.c [2023-04-17T23:25:03.675Z] #39 20.91 DEP images/signalfd.pb-c.d [2023-04-17T23:25:03.675Z] #39 20.96 PBCC images/fh.pb-c.c [2023-04-17T23:25:03.873Z] #32 ... [2023-04-17T23:25:03.873Z] [2023-04-17T23:25:03.873Z] #35 [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 [2023-04-17T23:25:03.873Z] #35 DONE 37.9s [2023-04-17T23:25:03.934Z] #39 21.00 PBCC images/fsnotify.pb-c.c [2023-04-17T23:25:03.934Z] #39 21.11 DEP images/fh.pb-c.d [2023-04-17T23:25:04.131Z] [2023-04-17T23:25:04.131Z] #36 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:25:04.131Z] #36 25.68 Reading package lists... [2023-04-17T23:25:04.131Z] #36 31.64 Building dependency tree... [2023-04-17T23:25:04.131Z] #36 35.81 The following additional packages will be installed: [2023-04-17T23:25:04.131Z] #36 35.83 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2023-04-17T23:25:04.131Z] #36 35.83 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2023-04-17T23:25:04.131Z] #36 35.83 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2023-04-17T23:25:04.131Z] #36 35.83 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2023-04-17T23:25:04.131Z] #36 35.84 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2023-04-17T23:25:04.131Z] #36 35.85 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2023-04-17T23:25:04.131Z] #36 35.86 mingw-w64-common mingw-w64-x86-64-dev [2023-04-17T23:25:04.131Z] #36 35.87 Suggested packages: [2023-04-17T23:25:04.131Z] #36 35.87 gcc-10-locales seccomp wine64 [2023-04-17T23:25:04.131Z] #36 37.37 The following NEW packages will be installed: [2023-04-17T23:25:04.131Z] #36 37.38 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2023-04-17T23:25:04.131Z] #36 37.38 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2023-04-17T23:25:04.131Z] #36 37.38 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2023-04-17T23:25:04.131Z] #36 37.38 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2023-04-17T23:25:04.131Z] #36 37.38 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2023-04-17T23:25:04.131Z] #36 37.38 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2023-04-17T23:25:04.131Z] #36 37.38 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2023-04-17T23:25:04.131Z] #36 37.38 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2023-04-17T23:25:04.131Z] #36 37.39 mingw-w64-x86-64-dev [2023-04-17T23:25:04.131Z] #36 37.83 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2023-04-17T23:25:04.131Z] #36 37.83 Need to get 115 MB of archives. [2023-04-17T23:25:04.131Z] #36 37.83 After this operation, 645 MB of additional disk space will be used. [2023-04-17T23:25:04.131Z] #36 37.83 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2023-04-17T23:25:04.131Z] #36 37.88 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2023-04-17T23:25:04.131Z] #36 38.09 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2023-04-17T23:25:04.131Z] #36 38.14 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2023-04-17T23:25:04.131Z] #36 38.14 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2023-04-17T23:25:04.131Z] #36 38.14 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2023-04-17T23:25:04.192Z] #39 21.27 DEP images/fsnotify.pb-c.d [2023-04-17T23:25:04.193Z] #39 21.39 PBCC images/eventpoll.pb-c.c [2023-04-17T23:25:04.193Z] #39 21.41 DEP images/eventpoll.pb-c.d [2023-04-17T23:25:04.193Z] #39 21.47 PBCC images/eventfd.pb-c.c [2023-04-17T23:25:04.193Z] #39 21.51 DEP images/eventfd.pb-c.d [2023-04-17T23:25:04.207Z] #39 61.29 CC images/binfmt-misc.o [2023-04-17T23:25:04.391Z] #36 38.46 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2023-04-17T23:25:04.452Z] #39 21.64 PBCC images/remap-file-path.pb-c.c [2023-04-17T23:25:04.452Z] #39 21.67 DEP images/remap-file-path.pb-c.d [2023-04-17T23:25:04.452Z] #39 21.77 PBCC images/fifo.pb-c.c [2023-04-17T23:25:04.468Z] #39 ... [2023-04-17T23:25:04.468Z] [2023-04-17T23:25:04.468Z] #37 [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 [2023-04-17T23:25:04.650Z] #36 38.76 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2023-04-17T23:25:04.650Z] #36 38.76 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2023-04-17T23:25:04.711Z] #39 21.80 DEP images/fifo.pb-c.d [2023-04-17T23:25:04.711Z] #39 21.95 PBCC images/ghost-file.pb-c.c [2023-04-17T23:25:04.711Z] #39 22.03 DEP images/ghost-file.pb-c.d [2023-04-17T23:25:04.908Z] #36 ... [2023-04-17T23:25:04.908Z] [2023-04-17T23:25:04.908Z] #34 [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 [2023-04-17T23:25:04.908Z] #34 22.60 Reading package lists... [2023-04-17T23:25:04.908Z] #34 29.16 Reading package lists... [2023-04-17T23:25:04.908Z] #34 35.49 Building dependency tree... [2023-04-17T23:25:04.971Z] #39 22.09 PBCC images/regfile.pb-c.c [2023-04-17T23:25:04.971Z] #39 22.29 DEP images/regfile.pb-c.d [2023-04-17T23:25:04.988Z] #37 81.06 Updating files: 24% (1281/5266) Updating files: 25% (1317/5266) Updating files: 26% (1370/5266) Updating files: 27% (1422/5266) Updating files: 28% (1475/5266) Updating files: 29% (1528/5266) Updating files: 30% (1580/5266) Updating files: 31% (1633/5266) Updating files: 32% (1686/5266) Updating files: 33% (1738/5266) Updating files: 34% (1791/5266) Updating files: 35% (1844/5266) Updating files: 36% (1896/5266) Updating files: 37% (1949/5266) Updating files: 38% (2002/5266) Updating files: 39% (2054/5266) Updating files: 40% (2107/5266) Updating files: 41% (2160/5266) Updating files: 42% (2212/5266) Updating files: 43% (2265/5266) Updating files: 44% (2318/5266) Updating files: 45% (2370/5266) Updating files: 46% (2423/5266) Updating files: 47% (2476/5266) Updating files: 48% (2528/5266) Updating files: 49% (2581/5266) Updating files: 50% (2633/5266) Updating files: 51% (2686/5266) Updating files: 52% (2739/5266) Updating files: 53% (2791/5266) Updating files: 54% (2844/5266) Updating files: 55% (2897/5266) Updating files: 56% (2949/5266) Updating files: 57% (3002/5266) Updating files: 58% (3055/5266) Updating files: 59% (3107/5266) Updating files: 60% (3160/5266) Updating files: 61% (3213/5266) Updating files: 62% (3265/5266) Updating files: 63% (3318/5266) Updating files: 64% (3371/5266) Updating files: 65% (3423/5266) Updating files: 66% (3476/5266) Updating files: 67% (3529/5266) Updating files: 68% (3581/5266) Updating files: 69% (3634/5266) Updating files: 70% (3687/5266) Updating files: 71% (3739/5266) Updating files: 72% (3792/5266) Updating files: 73% (3845/5266) Updating files: 74% (3897/5266) Updating files: 75% (3950/5266) Updating files: 76% (4003/5266) Updating files: 77% (4055/5266) Updating files: 78% (4108/5266) Updating files: 79% (4161/5266) Updating files: 80% (4213/5266) Updating files: 81% (4266/5266) Updating files: 82% (4319/5266) Updating files: 83% (4371/5266) Updating files: 83% (4407/5266) Updating files: 84% (4424/5266) Updating files: 85% (4477/5266) Updating files: 86% (4529/5266) Updating files: 87% (4582/5266) Updating files: 88% (4635/5266) Updating files: 89% (4687/5266) Updating files: 90% (4740/5266) Updating files: 91% (4793/5266) Updating files: 92% (4845/5266) Updating files: 93% (4898/5266) Updating files: 94% (4951/5266) Updating files: 95% (5003/5266) Updating files: 96% (5056/5266) Updating files: 97% (5109/5266) Updating files: 98% (5161/5266) Updating files: 99% (5214/5266) Updating files: 100% (5266/5266) Updating files: 100% (5266/5266), done. [2023-04-17T23:25:04.988Z] #37 83.97 + cd /tmp/tmp.rKwUzUYiMD/src/github.com/containerd/containerd [2023-04-17T23:25:04.988Z] #37 83.98 + git checkout -q v1.6.16 [2023-04-17T23:25:04.997Z] #36 ... [2023-04-17T23:25:04.997Z] [2023-04-17T23:25:04.997Z] #35 [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 python3-protobuf [2023-04-17T23:25:04.997Z] #35 47.33 Setting up libcap-dev:arm64 (1:2.44-1) ... [2023-04-17T23:25:04.997Z] #35 47.34 Setting up protobuf-compiler (3.12.4-1) ... [2023-04-17T23:25:04.997Z] #35 47.38 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2023-04-17T23:25:04.997Z] #35 47.39 Setting up libprotobuf-dev:arm64 (3.12.4-1) ... [2023-04-17T23:25:04.997Z] #35 47.41 Setting up protobuf-c-compiler (1.3.3-1+b2) ... [2023-04-17T23:25:04.997Z] #35 47.44 Setting up libnl-3-dev:arm64 (3.4.0-1+b1) ... [2023-04-17T23:25:04.997Z] #35 47.47 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2023-04-17T23:25:04.997Z] #35 DONE 48.4s [2023-04-17T23:25:04.997Z] [2023-04-17T23:25:04.997Z] #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 [2023-04-17T23:25:04.997Z] #34 48.33 sync [2023-04-17T23:25:04.997Z] #34 48.35 internal/reflectlite [2023-04-17T23:25:05.166Z] #34 ... [2023-04-17T23:25:05.166Z] [2023-04-17T23:25:05.166Z] #29 [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 python3-protobuf [2023-04-17T23:25:05.166Z] #29 26.19 Reading package lists... [2023-04-17T23:25:05.166Z] #29 32.38 Building dependency tree... [2023-04-17T23:25:05.166Z] #29 36.85 The following additional packages will be installed: [2023-04-17T23:25:05.166Z] #29 36.87 libcap2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite23 libprotobuf23 [2023-04-17T23:25:05.166Z] #29 36.87 libprotoc23 python3-pkg-resources python3-six zlib1g-dev [2023-04-17T23:25:05.166Z] #29 36.89 Suggested packages: [2023-04-17T23:25:05.166Z] #29 36.90 manpages-dev protobuf-mode-el python3-setuptools [2023-04-17T23:25:05.166Z] #29 38.35 The following NEW packages will be installed: [2023-04-17T23:25:05.166Z] #29 38.35 libcap-dev libcap2 libnet1 libnet1-dev libnl-3-200 libnl-3-dev [2023-04-17T23:25:05.166Z] #29 38.35 libprotobuf-c-dev libprotobuf-c1 libprotobuf-dev libprotobuf-lite23 [2023-04-17T23:25:05.166Z] #29 38.35 libprotobuf23 libprotoc23 protobuf-c-compiler protobuf-compiler [2023-04-17T23:25:05.166Z] #29 38.35 python3-pkg-resources python3-protobuf python3-six zlib1g-dev [2023-04-17T23:25:05.166Z] #29 38.79 0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded. [2023-04-17T23:25:05.166Z] #29 38.79 Need to get 4583 kB of archives. [2023-04-17T23:25:05.166Z] #29 38.79 After this operation, 25.9 MB of additional disk space will be used. [2023-04-17T23:25:05.166Z] #29 38.79 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2023-04-17T23:25:05.166Z] #29 38.80 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB] [2023-04-17T23:25:05.166Z] #29 38.82 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2023-04-17T23:25:05.166Z] #29 38.82 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2023-04-17T23:25:05.166Z] #29 38.82 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2023-04-17T23:25:05.166Z] #29 38.82 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-dev amd64 3.4.0-1+b1 [102 kB] [2023-04-17T23:25:05.166Z] #29 38.83 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2023-04-17T23:25:05.166Z] #29 38.83 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB] [2023-04-17T23:25:05.166Z] #29 38.85 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2+deb11u2 [191 kB] [2023-04-17T23:25:05.166Z] #29 38.85 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2023-04-17T23:25:05.167Z] #29 38.94 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-lite23 amd64 3.12.4-1 [241 kB] [2023-04-17T23:25:05.167Z] #29 38.98 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-dev amd64 3.12.4-1 [1232 kB] [2023-04-17T23:25:05.167Z] #29 39.04 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotoc23 amd64 3.12.4-1 [803 kB] [2023-04-17T23:25:05.167Z] #29 39.08 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 protobuf-c-compiler amd64 1.3.3-1+b2 [83.8 kB] [2023-04-17T23:25:05.167Z] #29 39.08 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 protobuf-compiler amd64 3.12.4-1 [75.1 kB] [2023-04-17T23:25:05.167Z] #29 39.10 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2023-04-17T23:25:05.167Z] #29 39.10 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2023-04-17T23:25:05.167Z] #29 39.10 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2023-04-17T23:25:05.230Z] #39 22.34 PBCC images/ns.pb-c.c [2023-04-17T23:25:05.230Z] #39 22.43 DEP images/ns.pb-c.d [2023-04-17T23:25:05.230Z] #39 22.52 PBCC images/fdinfo.pb-c.c [2023-04-17T23:25:05.425Z] #29 ... [2023-04-17T23:25:05.425Z] [2023-04-17T23:25:05.425Z] #36 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:25:05.425Z] #36 39.41 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2023-04-17T23:25:05.488Z] #39 22.72 DEP images/fdinfo.pb-c.d [2023-04-17T23:25:05.746Z] #39 22.91 PBCC images/core-aarch64.pb-c.c [2023-04-17T23:25:05.932Z] #37 ... [2023-04-17T23:25:05.932Z] [2023-04-17T23:25:05.932Z] #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 [2023-04-17T23:25:05.932Z] #34 149.3 github.com/BurntSushi/toml/cmd/tomlv [2023-04-17T23:25:05.932Z] #34 DONE 154.9s [2023-04-17T23:25:05.932Z] [2023-04-17T23:25:05.932Z] #39 [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 [2023-04-17T23:25:05.932Z] #39 61.63 CC images/time.o [2023-04-17T23:25:05.932Z] #39 61.89 CC images/sysctl.o [2023-04-17T23:25:05.932Z] #39 62.18 CC images/autofs.o [2023-04-17T23:25:05.932Z] #39 62.55 CC images/macvlan.o [2023-04-17T23:25:05.932Z] #39 62.84 CC images/sit.o [2023-04-17T23:25:06.072Z] #39 23.05 PBCC images/core-arm.pb-c.c [2023-04-17T23:25:06.072Z] #39 23.25 PBCC images/core-ppc64.pb-c.c [2023-04-17T23:25:06.193Z] #39 63.23 CC images/memfd.o [2023-04-17T23:25:06.340Z] #39 23.40 PBCC images/core-s390.pb-c.c [2023-04-17T23:25:06.340Z] #39 23.51 PBCC images/core-x86.pb-c.c [2023-04-17T23:25:06.340Z] #39 23.62 PBCC images/core.pb-c.c [2023-04-17T23:25:06.390Z] #34 49.99 internal/testlog [2023-04-17T23:25:06.605Z] #39 23.70 PBCC images/inventory.pb-c.c [2023-04-17T23:25:06.768Z] #39 63.87 CC images/timens.o [2023-04-17T23:25:06.817Z] #36 40.91 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2023-04-17T23:25:06.870Z] #39 23.96 DEP images/core-aarch64.pb-c.d [2023-04-17T23:25:06.870Z] #39 24.10 DEP images/core-arm.pb-c.d [2023-04-17T23:25:06.870Z] #39 24.16 DEP images/core-ppc64.pb-c.d [2023-04-17T23:25:06.965Z] #34 ... [2023-04-17T23:25:06.965Z] [2023-04-17T23:25:06.965Z] #32 [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 [2023-04-17T23:25:06.965Z] #32 49.43 Setting up libicu67:arm64 (67.1-7) ... [2023-04-17T23:25:06.965Z] #32 49.47 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:25:06.965Z] #32 49.49 Setting up libuv1:arm64 (1.40.0-2) ... [2023-04-17T23:25:06.965Z] #32 49.51 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:25:06.965Z] #32 49.58 Setting up libjsoncpp24:arm64 (1.9.4-4) ... [2023-04-17T23:25:06.965Z] #32 49.61 Setting up librhash0:arm64 (1.4.1-2) ... [2023-04-17T23:25:06.965Z] #32 49.63 Setting up cmake-data (3.18.4-2+deb11u1) ... [2023-04-17T23:25:06.965Z] #32 49.65 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u3) ... [2023-04-17T23:25:06.965Z] #32 49.67 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ... [2023-04-17T23:25:06.965Z] #32 49.69 Setting up cmake (3.18.4-2+deb11u1) ... [2023-04-17T23:25:06.965Z] #32 49.71 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2023-04-17T23:25:06.965Z] #32 DONE 50.5s [2023-04-17T23:25:06.965Z] [2023-04-17T23:25:06.965Z] #38 [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 [2023-04-17T23:25:07.076Z] #36 ... [2023-04-17T23:25:07.076Z] [2023-04-17T23:25:07.076Z] #25 [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 [2023-04-17T23:25:07.076Z] #25 25.94 Reading package lists... [2023-04-17T23:25:07.076Z] #25 32.21 Building dependency tree... [2023-04-17T23:25:07.076Z] #25 36.69 The following additional packages will be installed: [2023-04-17T23:25:07.076Z] #25 36.70 libbtrfs0 [2023-04-17T23:25:07.076Z] #25 36.98 The following NEW packages will be installed: [2023-04-17T23:25:07.076Z] #25 36.99 libbtrfs-dev libbtrfs0 [2023-04-17T23:25:07.076Z] #25 37.43 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2023-04-17T23:25:07.076Z] #25 37.43 Need to get 460 kB of archives. [2023-04-17T23:25:07.076Z] #25 37.43 After this operation, 1237 kB of additional disk space will be used. [2023-04-17T23:25:07.076Z] #25 37.43 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2023-04-17T23:25:07.076Z] #25 37.43 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2023-04-17T23:25:07.076Z] #25 38.88 debconf: delaying package configuration, since apt-utils is not installed [2023-04-17T23:25:07.076Z] #25 39.21 Fetched 460 kB in 0s (1335 kB/s) [2023-04-17T23:25:07.076Z] #25 39.31 Selecting previously unselected package libbtrfs0:amd64. [2023-04-17T23:25:07.076Z] #25 39.31 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15722 files and directories currently installed.) [2023-04-17T23:25:07.076Z] #25 39.41 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2023-04-17T23:25:07.076Z] #25 39.43 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2023-04-17T23:25:07.076Z] #25 39.73 Selecting previously unselected package libbtrfs-dev:amd64. [2023-04-17T23:25:07.076Z] #25 39.73 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2023-04-17T23:25:07.076Z] #25 39.73 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2023-04-17T23:25:07.076Z] #25 40.14 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2023-04-17T23:25:07.076Z] #25 40.15 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2023-04-17T23:25:07.076Z] #25 40.19 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2023-04-17T23:25:07.076Z] #25 DONE 41.1s [2023-04-17T23:25:07.140Z] #39 24.31 DEP images/core-s390.pb-c.d [2023-04-17T23:25:07.140Z] #39 24.45 DEP images/core-x86.pb-c.d [2023-04-17T23:25:07.140Z] #39 24.51 DEP images/core.pb-c.d [2023-04-17T23:25:07.335Z] [2023-04-17T23:25:07.335Z] #29 [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 python3-protobuf [2023-04-17T23:25:07.335Z] #29 40.38 debconf: delaying package configuration, since apt-utils is not installed [2023-04-17T23:25:07.335Z] #29 40.64 Fetched 4583 kB in 1s (6277 kB/s) [2023-04-17T23:25:07.335Z] #29 40.96 Selecting previously unselected package libcap2:amd64. [2023-04-17T23:25:07.335Z] #29 40.96 (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 ... 15722 files and directories currently installed.) [2023-04-17T23:25:07.335Z] #29 40.97 Preparing to unpack .../00-libcap2_1%3a2.44-1_amd64.deb ... [2023-04-17T23:25:07.335Z] #29 40.99 Unpacking libcap2:amd64 (1:2.44-1) ... [2023-04-17T23:25:07.335Z] #29 41.13 Selecting previously unselected package libcap-dev:amd64. [2023-04-17T23:25:07.335Z] #29 41.13 Preparing to unpack .../01-libcap-dev_1%3a2.44-1_amd64.deb ... [2023-04-17T23:25:07.335Z] #29 41.15 Unpacking libcap-dev:amd64 (1:2.44-1) ... [2023-04-17T23:25:07.335Z] #29 41.39 Selecting previously unselected package libnet1:amd64. [2023-04-17T23:25:07.335Z] #29 41.39 Preparing to unpack .../02-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2023-04-17T23:25:07.335Z] #29 41.39 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2023-04-17T23:25:07.340Z] #39 64.29 LINK images/built-in.o [2023-04-17T23:25:07.471Z] #39 24.59 DEP images/inventory.pb-c.d [2023-04-17T23:25:07.471Z] #39 24.64 PBCC images/cpuinfo.pb-c.c [2023-04-17T23:25:07.471Z] #39 24.68 DEP images/cpuinfo.pb-c.d [2023-04-17T23:25:07.471Z] #39 24.77 PBCC images/stats.pb-c.c [2023-04-17T23:25:07.538Z] #38 0.746 + RM_GOPATH=0 [2023-04-17T23:25:07.538Z] #38 0.747 + TMP_GOPATH= [2023-04-17T23:25:07.538Z] #38 0.748 + : /build [2023-04-17T23:25:07.538Z] #38 0.748 + '[' -z '' ']' [2023-04-17T23:25:07.538Z] #38 0.750 ++ mktemp -d [2023-04-17T23:25:07.538Z] #38 0.757 + export GOPATH=/tmp/tmp.nkCbhmVECF [2023-04-17T23:25:07.538Z] #38 0.757 + GOPATH=/tmp/tmp.nkCbhmVECF [2023-04-17T23:25:07.538Z] #38 0.757 + RM_GOPATH=1 [2023-04-17T23:25:07.538Z] #38 0.757 + case "$(go env GOARCH)" in [2023-04-17T23:25:07.538Z] #38 0.758 ++ go env GOARCH [2023-04-17T23:25:07.538Z] #38 0.788 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:25:07.538Z] #38 0.788 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:25:07.538Z] #38 0.789 ++ dirname /tmp/install/install.sh [2023-04-17T23:25:07.538Z] #38 0.794 + dir=/tmp/install [2023-04-17T23:25:07.538Z] #38 0.794 + bin=tini [2023-04-17T23:25:07.538Z] #38 0.794 + shift [2023-04-17T23:25:07.538Z] #38 0.794 + '[' '!' -f /tmp/install/tini.installer ']' [2023-04-17T23:25:07.538Z] #38 0.794 + . /tmp/install/tini.installer [2023-04-17T23:25:07.538Z] #38 0.794 ++ : v0.19.0 [2023-04-17T23:25:07.538Z] #38 0.794 Install tini version v0.19.0 [2023-04-17T23:25:07.538Z] #38 0.794 + install_tini [2023-04-17T23:25:07.538Z] #38 0.794 + echo 'Install tini version v0.19.0' [2023-04-17T23:25:07.538Z] #38 0.794 + git clone https://github.com/krallin/tini.git /tmp/tmp.nkCbhmVECF/tini [2023-04-17T23:25:07.538Z] #38 0.796 Cloning into '/tmp/tmp.nkCbhmVECF/tini'... [2023-04-17T23:25:07.592Z] #29 41.54 Selecting previously unselected package libnet1-dev. [2023-04-17T23:25:07.593Z] #29 41.54 Preparing to unpack .../03-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2023-04-17T23:25:07.593Z] #29 41.57 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2023-04-17T23:25:07.601Z] #39 64.61 GEN compel/include/asm [2023-04-17T23:25:07.601Z] #39 64.63 GEN compel/include/version.h [2023-04-17T23:25:07.601Z] #39 64.65 touch .config [2023-04-17T23:25:07.601Z] #39 64.77 GEN include/common/config.h [2023-04-17T23:25:07.738Z] #39 24.80 DEP images/stats.pb-c.d [2023-04-17T23:25:07.854Z] #29 41.79 Selecting previously unselected package libnl-3-200:amd64. [2023-04-17T23:25:07.854Z] #29 41.79 Preparing to unpack .../04-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2023-04-17T23:25:07.854Z] #29 41.86 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2023-04-17T23:25:07.854Z] #29 42.01 Selecting previously unselected package libnl-3-dev:amd64. [2023-04-17T23:25:07.854Z] #29 42.01 Preparing to unpack .../05-libnl-3-dev_3.4.0-1+b1_amd64.deb ... [2023-04-17T23:25:08.117Z] #29 42.04 Unpacking libnl-3-dev:amd64 (3.4.0-1+b1) ... [2023-04-17T23:25:08.122Z] #38 1.484 + cd /tmp/tmp.nkCbhmVECF/tini [2023-04-17T23:25:08.122Z] #38 1.484 + git checkout -q v0.19.0 [2023-04-17T23:25:08.122Z] #38 1.490 + cmake . [2023-04-17T23:25:08.172Z] #39 65.04 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2023-04-17T23:25:08.172Z] #39 65.09 GEN compel/plugins/include/uapi/std/syscall-64.h [2023-04-17T23:25:08.172Z] #39 65.18 GEN compel/arch/x86/plugins/std/syscalls-64.S [2023-04-17T23:25:08.172Z] #39 65.27 DEP compel/arch/x86/plugins/std/syscalls-64.d [2023-04-17T23:25:08.172Z] #39 65.41 DEP compel/arch/x86/plugins/std/memcpy.d [2023-04-17T23:25:08.377Z] #29 42.41 Selecting previously unselected package libprotobuf-c1:amd64. [2023-04-17T23:25:08.377Z] #29 42.41 Preparing to unpack .../06-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2023-04-17T23:25:08.377Z] #29 42.44 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2023-04-17T23:25:08.377Z] #29 42.52 Selecting previously unselected package libprotobuf-c-dev:amd64. [2023-04-17T23:25:08.377Z] #29 42.54 Preparing to unpack .../07-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ... [2023-04-17T23:25:08.377Z] #29 42.54 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2023-04-17T23:25:08.686Z] #39 ... [2023-04-17T23:25:08.686Z] [2023-04-17T23:25:08.686Z] #33 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:25:08.686Z] #33 115.3 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2023-04-17T23:25:08.686Z] #33 115.3 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2023-04-17T23:25:08.686Z] #33 115.3 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-04-17T23:25:08.695Z] #38 2.037 -- The C compiler identification is GNU 10.2.1 [2023-04-17T23:25:08.744Z] #39 65.57 DEP compel/arch/x86/plugins/std/parasite-head.d [2023-04-17T23:25:08.744Z] #39 65.64 GEN compel/plugins/include/uapi/std/syscall.h [2023-04-17T23:25:08.744Z] #39 65.82 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2023-04-17T23:25:08.744Z] #39 65.89 GEN compel/plugins/include/uapi/std/syscall-codes.h [2023-04-17T23:25:08.744Z] #39 66.00 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2023-04-17T23:25:08.943Z] #29 42.71 Selecting previously unselected package zlib1g-dev:amd64. [2023-04-17T23:25:08.943Z] #29 42.71 Preparing to unpack .../08-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_amd64.deb ... [2023-04-17T23:25:08.943Z] #29 42.71 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... [2023-04-17T23:25:08.943Z] #29 42.92 Selecting previously unselected package libprotobuf23:amd64. [2023-04-17T23:25:08.943Z] #29 42.92 Preparing to unpack .../09-libprotobuf23_3.12.4-1_amd64.deb ... [2023-04-17T23:25:08.957Z] #38 2.127 -- Detecting C compiler ABI info [2023-04-17T23:25:09.004Z] #39 66.02 DEP compel/plugins/std/infect.d [2023-04-17T23:25:09.201Z] #29 43.01 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2023-04-17T23:25:09.265Z] #39 66.30 DEP compel/plugins/std/string.d [2023-04-17T23:25:09.526Z] #39 66.53 DEP compel/plugins/std/log.d [2023-04-17T23:25:09.526Z] #39 66.61 DEP compel/plugins/std/fds.d [2023-04-17T23:25:09.526Z] #39 66.65 DEP compel/plugins/std/std.d [2023-04-17T23:25:09.526Z] #39 66.73 DEP compel/plugins/shmem/shmem.d [2023-04-17T23:25:09.528Z] #38 2.835 -- Detecting C compiler ABI info - done [2023-04-17T23:25:09.836Z] #38 2.932 -- Check for working C compiler: /usr/bin/cc - skipped [2023-04-17T23:25:09.836Z] #38 2.954 -- Detecting C compile features [2023-04-17T23:25:09.836Z] #38 2.958 -- Detecting C compile features - done [2023-04-17T23:25:09.836Z] #38 3.026 -- Performing Test HAS_BUILTIN_FORTIFY [2023-04-17T23:25:09.836Z] #38 3.216 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2023-04-17T23:25:10.097Z] #39 67.05 DEP compel/plugins/fds/fds.d [2023-04-17T23:25:10.097Z] #39 67.25 CC compel/plugins/std/std.o [2023-04-17T23:25:10.098Z] #38 3.314 -- Configuring done [2023-04-17T23:25:10.098Z] #38 3.327 -- Generating done [2023-04-17T23:25:10.098Z] #38 3.352 -- Build files have been written to: /tmp/tmp.nkCbhmVECF/tini [2023-04-17T23:25:10.098Z] #38 3.358 + make tini-static [2023-04-17T23:25:10.136Z] #29 43.92 Selecting previously unselected package libprotobuf-lite23:amd64. [2023-04-17T23:25:10.136Z] #29 43.92 Preparing to unpack .../10-libprotobuf-lite23_3.12.4-1_amd64.deb ... [2023-04-17T23:25:10.136Z] #29 43.92 Unpacking libprotobuf-lite23:amd64 (3.12.4-1) ... [2023-04-17T23:25:10.136Z] #29 44.13 Selecting previously unselected package libprotobuf-dev:amd64. [2023-04-17T23:25:10.136Z] #29 44.13 Preparing to unpack .../11-libprotobuf-dev_3.12.4-1_amd64.deb ... [2023-04-17T23:25:10.136Z] #29 44.15 Unpacking libprotobuf-dev:amd64 (3.12.4-1) ... [2023-04-17T23:25:10.668Z] #39 67.64 CC compel/plugins/std/fds.o [2023-04-17T23:25:10.671Z] #38 3.866 Scanning dependencies of target tini-static [2023-04-17T23:25:10.671Z] #38 3.910 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2023-04-17T23:25:11.045Z] Commit message: "awslogs: fix non-blocking log drop bug" [2023-04-17T23:25:11.216Z] #33 ... [2023-04-17T23:25:11.216Z] [2023-04-17T23:25:11.216Z] #25 [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 [2023-04-17T23:25:11.216Z] #25 107.5 internal/syscall/unix [2023-04-17T23:25:11.216Z] #25 108.2 time [2023-04-17T23:25:11.216Z] #25 ... [2023-04-17T23:25:11.216Z] [2023-04-17T23:25:11.216Z] #39 [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 [2023-04-17T23:25:11.216Z] #39 27.96 make[1]: Nothing to be done for 'all'. [2023-04-17T23:25:11.248Z] #39 68.32 CC compel/plugins/std/log.o [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2023-04-17T23:25:11.562Z] #29 45.57 Selecting previously unselected package libprotoc23:amd64. [2023-04-17T23:25:11.822Z] #29 45.58 Preparing to unpack .../12-libprotoc23_3.12.4-1_amd64.deb ... [2023-04-17T23:25:11.822Z] #29 45.58 Unpacking libprotoc23:amd64 (3.12.4-1) ... [2023-04-17T23:25:12.056Z] #38 5.437 [100%] Linking C executable tini-static [2023-04-17T23:25:12.389Z] #29 46.46 Selecting previously unselected package protobuf-c-compiler. [2023-04-17T23:25:12.389Z] #29 46.46 Preparing to unpack .../13-protobuf-c-compiler_1.3.3-1+b2_amd64.deb ... [2023-04-17T23:25:12.389Z] #29 46.46 Unpacking protobuf-c-compiler (1.3.3-1+b2) ... [2023-04-17T23:25:12.633Z] #39 69.47 CC compel/plugins/std/string.o [2023-04-17T23:25:12.648Z] #29 46.64 Selecting previously unselected package protobuf-compiler. [2023-04-17T23:25:12.648Z] #29 46.64 Preparing to unpack .../14-protobuf-compiler_3.12.4-1_amd64.deb ... [2023-04-17T23:25:12.648Z] #29 46.64 Unpacking protobuf-compiler (3.12.4-1) ... [2023-04-17T23:25:12.910Z] #29 46.81 Selecting previously unselected package python3-pkg-resources. [2023-04-17T23:25:12.910Z] #29 46.81 Preparing to unpack .../15-python3-pkg-resources_52.0.0-4_all.deb ... [2023-04-17T23:25:12.910Z] #29 46.81 Unpacking python3-pkg-resources (52.0.0-4) ... [2023-04-17T23:25:13.000Z] #38 6.008 [100%] Built target tini-static [2023-04-17T23:25:13.000Z] #38 6.135 + mkdir -p /build [2023-04-17T23:25:13.000Z] #38 6.163 + cp tini-static /build/docker-init [2023-04-17T23:25:13.206Z] #29 47.08 Selecting previously unselected package python3-six. [2023-04-17T23:25:13.206Z] #29 47.08 Preparing to unpack .../16-python3-six_1.16.0-2_all.deb ... [2023-04-17T23:25:13.206Z] #29 47.08 Unpacking python3-six (1.16.0-2) ... [2023-04-17T23:25:13.206Z] #29 47.27 Selecting previously unselected package python3-protobuf. [2023-04-17T23:25:13.206Z] #29 47.27 Preparing to unpack .../17-python3-protobuf_3.12.4-1_amd64.deb ... [2023-04-17T23:25:13.206Z] #29 47.29 Unpacking python3-protobuf (3.12.4-1) ... [2023-04-17T23:25:13.511Z] #29 ... [2023-04-17T23:25:13.511Z] [2023-04-17T23:25:13.511Z] #31 [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 [2023-04-17T23:25:13.511Z] #31 DONE 47.5s [2023-04-17T23:25:13.511Z] [2023-04-17T23:25:13.511Z] #36 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:25:13.511Z] #36 41.70 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2023-04-17T23:25:13.511Z] #36 42.44 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2023-04-17T23:25:13.511Z] #36 43.80 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2023-04-17T23:25:13.511Z] #36 44.41 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2023-04-17T23:25:13.511Z] #36 44.41 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2023-04-17T23:25:13.511Z] #36 44.41 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2023-04-17T23:25:13.511Z] #36 44.44 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2023-04-17T23:25:13.511Z] #36 44.44 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2023-04-17T23:25:13.511Z] #36 44.44 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2023-04-17T23:25:13.511Z] #36 44.45 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7+deb11u1 [123 kB] [2023-04-17T23:25:13.511Z] #36 44.48 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2023-04-17T23:25:13.511Z] #36 44.48 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2+deb11u1 [232 kB] [2023-04-17T23:25:13.511Z] #36 44.50 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2+deb11u1 [220 kB] [2023-04-17T23:25:13.511Z] #36 44.52 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2+deb11u1 [49.1 kB] [2023-04-17T23:25:13.511Z] #36 44.52 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2+deb11u1 [733 kB] [2023-04-17T23:25:13.511Z] #36 44.56 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2023-04-17T23:25:13.511Z] #36 44.59 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2023-04-17T23:25:13.511Z] #36 44.59 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2023-04-17T23:25:13.511Z] #36 44.59 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7+deb11u1 [401 kB] [2023-04-17T23:25:13.511Z] #36 45.94 debconf: delaying package configuration, since apt-utils is not installed [2023-04-17T23:25:13.511Z] #36 46.24 Fetched 115 MB in 7s (16.1 MB/s) [2023-04-17T23:25:13.511Z] #36 46.37 Selecting previously unselected package binutils-mingw-w64-i686. [2023-04-17T23:25:13.511Z] #36 46.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 ... 15722 files and directories currently installed.) [2023-04-17T23:25:13.511Z] #36 46.37 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2023-04-17T23:25:13.511Z] #36 46.39 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2023-04-17T23:25:13.575Z] #39 70.59 CC compel/plugins/std/infect.o [2023-04-17T23:25:13.577Z] #38 DONE 6.7s [2023-04-17T23:25:13.577Z] [2023-04-17T23:25:13.577Z] #39 [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 [2023-04-17T23:25:13.577Z] #0 2.243 Note: Building without setproctitle() and strlcpy() support. [2023-04-17T23:25:13.577Z] #0 2.243 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2023-04-17T23:25:13.577Z] #0 2.254 Note: Building without GnuTLS support [2023-04-17T23:25:13.577Z] #0 2.264 Makefile.config:39: Warn: you have no libnftables installed [2023-04-17T23:25:13.577Z] #0 2.264 Makefile.config:40: Warn: Building without nftables support [2023-04-17T23:25:13.577Z] #0 4.412 fatal: not a git repository (or any of the parent directories): .git [2023-04-17T23:25:13.577Z] #0 4.520 GEN .gitid [2023-04-17T23:25:13.577Z] #0 4.570 GEN criu/include/version.h [2023-04-17T23:25:13.577Z] #0 4.689 GEN include/common/asm [2023-04-17T23:25:13.577Z] #0 7.064 PBCC images/timens.pb-c.c [2023-04-17T23:25:13.577Z] #0 7.094 DEP images/timens.pb-c.d [2023-04-17T23:25:13.577Z] #0 7.170 PBCC images/fown.pb-c.c [2023-04-17T23:25:13.577Z] #0 7.213 PBCC images/google/protobuf/descriptor.pb-c.c [2023-04-17T23:25:13.577Z] #0 7.287 PBCC images/opts.pb-c.c [2023-04-17T23:25:13.577Z] #0 7.389 PBCC images/memfd.pb-c.c [2023-04-17T23:25:13.577Z] #0 7.468 DEP images/fown.pb-c.d [2023-04-17T23:25:13.577Z] #0 7.576 DEP images/google/protobuf/descriptor.pb-c.d [2023-04-17T23:25:13.577Z] #0 7.648 DEP images/opts.pb-c.d [2023-04-17T23:25:13.577Z] #0 7.711 DEP images/memfd.pb-c.d [2023-04-17T23:25:13.577Z] #0 7.780 PBCC images/sit.pb-c.c [2023-04-17T23:25:13.577Z] #0 7.835 DEP images/sit.pb-c.d [2023-04-17T23:25:13.577Z] #0 7.912 PBCC images/macvlan.pb-c.c [2023-04-17T23:25:13.577Z] #0 7.939 DEP images/macvlan.pb-c.d [2023-04-17T23:25:13.577Z] #0 8.001 PBCC images/autofs.pb-c.c [2023-04-17T23:25:13.577Z] #0 8.026 DEP images/autofs.pb-c.d [2023-04-17T23:25:13.577Z] #0 8.099 PBCC images/sysctl.pb-c.c [2023-04-17T23:25:13.577Z] #0 8.132 DEP images/sysctl.pb-c.d [2023-04-17T23:25:13.577Z] #0 8.209 PBCC images/time.pb-c.c [2023-04-17T23:25:13.577Z] #0 8.230 DEP images/time.pb-c.d [2023-04-17T23:25:13.577Z] #0 8.295 PBCC images/binfmt-misc.pb-c.c [2023-04-17T23:25:13.577Z] #0 8.399 DEP images/binfmt-misc.pb-c.d [2023-04-17T23:25:13.577Z] #0 8.462 PBCC images/seccomp.pb-c.c [2023-04-17T23:25:13.577Z] #0 8.478 DEP images/seccomp.pb-c.d [2023-04-17T23:25:13.577Z] #0 8.547 PBCC images/userns.pb-c.c [2023-04-17T23:25:13.577Z] #0 8.585 DEP images/userns.pb-c.d [2023-04-17T23:25:13.577Z] #0 8.643 PBCC images/cgroup.pb-c.c [2023-04-17T23:25:13.577Z] #0 8.691 DEP images/cgroup.pb-c.d [2023-04-17T23:25:13.577Z] #0 8.775 PBCC images/ext-file.pb-c.c [2023-04-17T23:25:13.577Z] #39 8.927 DEP images/ext-file.pb-c.d [2023-04-17T23:25:13.577Z] #39 9.037 PBCC images/rpc.pb-c.c [2023-04-17T23:25:13.748Z] #39 30.83 CC images/stats.o [2023-04-17T23:25:13.840Z] #39 9.088 DEP images/rpc.pb-c.d [2023-04-17T23:25:13.840Z] #39 9.140 PBCC images/siginfo.pb-c.c [2023-04-17T23:25:13.840Z] #39 9.189 DEP images/siginfo.pb-c.d [2023-04-17T23:25:13.840Z] #39 9.282 PBCC images/pagemap.pb-c.c [2023-04-17T23:25:14.080Z] #36 ... [2023-04-17T23:25:14.080Z] [2023-04-17T23:25:14.080Z] #24 [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 [2023-04-17T23:25:14.103Z] #39 9.376 DEP images/pagemap.pb-c.d [2023-04-17T23:25:14.103Z] #39 9.461 PBCC images/rlimit.pb-c.c [2023-04-17T23:25:14.103Z] #39 9.476 DEP images/rlimit.pb-c.d [2023-04-17T23:25:14.109Z] + docker version [2023-04-17T23:25:14.146Z] #39 71.31 CC compel/arch/x86/plugins/std/parasite-head.o [2023-04-17T23:25:14.371Z] #39 9.610 PBCC images/file-lock.pb-c.c [2023-04-17T23:25:14.371Z] #39 9.692 DEP images/file-lock.pb-c.d [2023-04-17T23:25:14.406Z] #39 71.43 CC compel/arch/x86/plugins/std/memcpy.o [2023-04-17T23:25:14.406Z] #39 71.46 CC compel/arch/x86/plugins/std/syscalls-64.o [2023-04-17T23:25:14.597Z] #24 47.67 Updating files: 85% (1298/1521) Updating files: 86% (1309/1521) Updating files: 87% (1324/1521) Updating files: 88% (1339/1521) Updating files: 89% (1354/1521) Updating files: 90% (1369/1521) Updating files: 91% (1385/1521) Updating files: 92% (1400/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2023-04-17T23:25:14.632Z] #39 9.849 PBCC images/tty.pb-c.c [2023-04-17T23:25:14.632Z] #39 9.916 DEP images/tty.pb-c.d [2023-04-17T23:25:14.632Z] #39 9.971 PBCC images/tun.pb-c.c [2023-04-17T23:25:14.632Z] #39 10.03 PBCC images/netdev.pb-c.c [2023-04-17T23:25:14.632Z] #39 10.08 DEP images/tun.pb-c.d [2023-04-17T23:25:14.666Z] #39 71.61 AR compel/plugins/std.lib.a [2023-04-17T23:25:14.666Z] #39 71.80 CC compel/plugins/fds/fds.o [2023-04-17T23:25:14.681Z] #39 31.65 CC images/core.o [2023-04-17T23:25:14.863Z] #24 48.52 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2023-04-17T23:25:14.892Z] #39 10.14 DEP images/netdev.pb-c.d [2023-04-17T23:25:14.892Z] #39 10.22 PBCC images/vma.pb-c.c [2023-04-17T23:25:14.892Z] #39 10.27 DEP images/vma.pb-c.d [2023-04-17T23:25:14.892Z] #39 10.34 PBCC images/creds.pb-c.c [2023-04-17T23:25:15.154Z] #39 10.37 DEP images/creds.pb-c.d [2023-04-17T23:25:15.154Z] #39 10.43 PBCC images/utsns.pb-c.c [2023-04-17T23:25:15.154Z] #39 10.47 DEP images/utsns.pb-c.d [2023-04-17T23:25:15.154Z] #39 10.54 PBCC images/ipc-desc.pb-c.c [2023-04-17T23:25:15.154Z] #39 10.58 PBCC images/ipc-sem.pb-c.c [2023-04-17T23:25:15.247Z] #39 32.20 CC images/core-x86.o [2023-04-17T23:25:15.313Z] #39 72.39 AR compel/plugins/fds.lib.a [2023-04-17T23:25:15.416Z] #39 10.58 DEP images/ipc-desc.pb-c.d [2023-04-17T23:25:15.416Z] #39 10.67 DEP images/ipc-sem.pb-c.d [2023-04-17T23:25:15.416Z] #39 10.71 PBCC images/ipc-msg.pb-c.c [2023-04-17T23:25:15.416Z] #39 10.75 DEP images/ipc-msg.pb-c.d [2023-04-17T23:25:15.416Z] #39 10.85 PBCC images/ipc-shm.pb-c.c [2023-04-17T23:25:15.432Z] #24 49.06 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2023-04-17T23:25:15.576Z] #39 72.54 HOSTDEP compel/src/lib/log-host.d [2023-04-17T23:25:15.687Z] #39 10.89 DEP images/ipc-shm.pb-c.d [2023-04-17T23:25:15.688Z] #39 10.95 PBCC images/ipc-var.pb-c.c [2023-04-17T23:25:15.688Z] #39 10.98 DEP images/ipc-var.pb-c.d [2023-04-17T23:25:15.688Z] #39 11.10 PBCC images/sk-opts.pb-c.c [2023-04-17T23:25:15.688Z] #39 11.14 PBCC images/packet-sock.pb-c.c [2023-04-17T23:25:15.688Z] #39 11.20 DEP images/sk-opts.pb-c.d [2023-04-17T23:25:15.690Z] #24 ... [2023-04-17T23:25:15.690Z] [2023-04-17T23:25:15.690Z] #34 [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 [2023-04-17T23:25:15.690Z] #34 39.64 The following additional packages will be installed: [2023-04-17T23:25:15.690Z] #34 39.70 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2023-04-17T23:25:15.690Z] #34 39.70 Suggested packages: [2023-04-17T23:25:15.690Z] #34 39.70 cmake-doc ninja-build lrzip [2023-04-17T23:25:15.690Z] #34 39.70 Recommended packages: [2023-04-17T23:25:15.690Z] #34 39.70 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2023-04-17T23:25:15.690Z] #34 40.71 The following NEW packages will be installed: [2023-04-17T23:25:15.690Z] #34 40.72 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2023-04-17T23:25:15.690Z] #34 40.73 vim-common xxd [2023-04-17T23:25:15.690Z] #34 41.15 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2023-04-17T23:25:15.690Z] #34 41.15 Need to get 17.7 MB of archives. [2023-04-17T23:25:15.690Z] #34 41.15 After this operation, 70.7 MB of additional disk space will be used. [2023-04-17T23:25:15.690Z] #34 41.15 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2023-04-17T23:25:15.690Z] #34 41.17 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2023-04-17T23:25:15.690Z] #34 41.18 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2023-04-17T23:25:15.690Z] #34 41.28 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2023-04-17T23:25:15.690Z] #34 41.91 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u3 [693 kB] [2023-04-17T23:25:15.690Z] #34 41.94 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2023-04-17T23:25:15.690Z] #34 41.97 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2023-04-17T23:25:15.690Z] #34 41.97 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2023-04-17T23:25:15.690Z] #34 41.99 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2023-04-17T23:25:15.690Z] #34 41.99 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2023-04-17T23:25:15.690Z] #34 43.48 debconf: delaying package configuration, since apt-utils is not installed [2023-04-17T23:25:15.691Z] #34 43.74 Fetched 17.7 MB in 1s (12.0 MB/s) [2023-04-17T23:25:15.691Z] #34 43.87 Selecting previously unselected package xxd. [2023-04-17T23:25:15.691Z] #34 43.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 ... 15722 files and directories currently installed.) [2023-04-17T23:25:15.691Z] #34 43.99 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2023-04-17T23:25:15.691Z] #34 43.99 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:25:15.691Z] #34 44.21 Selecting previously unselected package vim-common. [2023-04-17T23:25:15.691Z] #34 44.23 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2023-04-17T23:25:15.691Z] #34 44.23 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:25:15.691Z] #34 44.56 Selecting previously unselected package cmake-data. [2023-04-17T23:25:15.691Z] #34 44.56 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2023-04-17T23:25:15.691Z] #34 44.59 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2023-04-17T23:25:15.691Z] #34 48.62 Selecting previously unselected package libicu67:amd64. [2023-04-17T23:25:15.691Z] #34 48.69 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2023-04-17T23:25:15.691Z] #34 48.69 Unpacking libicu67:amd64 (67.1-7) ... [2023-04-17T23:25:15.839Z] #39 72.84 HOSTDEP compel/src/lib/handle-elf-host.d [2023-04-17T23:25:15.839Z] #39 73.01 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2023-04-17T23:25:15.949Z] #39 11.29 DEP images/packet-sock.pb-c.d [2023-04-17T23:25:15.949Z] #34 ... [2023-04-17T23:25:15.949Z] [2023-04-17T23:25:15.949Z] #39 11.37 PBCC images/sk-netlink.pb-c.c [2023-04-17T23:25:15.949Z] #36 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:25:15.949Z] #36 49.53 Selecting previously unselected package binutils-mingw-w64-x86-64. [2023-04-17T23:25:15.949Z] #39 11.40 DEP images/sk-netlink.pb-c.d [2023-04-17T23:25:15.949Z] #36 49.53 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2023-04-17T23:25:15.949Z] #36 49.55 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2023-04-17T23:25:15.949Z] #39 11.47 PBCC images/sk-inet.pb-c.c [2023-04-17T23:25:16.102Z] #39 73.09 HOSTDEP compel/src/main-host.d [2023-04-17T23:25:16.102Z] #39 73.19 DEP compel/src/lib/ptrace.d [2023-04-17T23:25:16.181Z] #39 33.10 CC images/core-arm.o [2023-04-17T23:25:16.181Z] #39 33.53 CC images/core-aarch64.o [2023-04-17T23:25:16.207Z] #36 ... [2023-04-17T23:25:16.207Z] [2023-04-17T23:25:16.207Z] #32 [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 [2023-04-17T23:25:16.207Z] #32 40.14 go: downloading mvdan.cc/gofumpt v0.3.1 [2023-04-17T23:25:16.207Z] #32 40.14 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2023-04-17T23:25:16.207Z] #32 40.37 go: downloading mvdan.cc/unparam v0.0.0-20220706161116-678bad134442 [2023-04-17T23:25:16.207Z] #32 40.47 go: downloading github.com/davecgh/go-spew v1.1.1 [2023-04-17T23:25:16.207Z] #32 40.68 go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-04-17T23:25:16.207Z] #32 40.68 go: downloading github.com/stretchr/objx v0.4.0 [2023-04-17T23:25:16.207Z] #32 40.86 go: downloading github.com/subosito/gotenv v1.4.0 [2023-04-17T23:25:16.207Z] #32 40.95 go: downloading github.com/hashicorp/hcl v1.0.0 [2023-04-17T23:25:16.207Z] #32 41.23 go: downloading gopkg.in/ini.v1 v1.66.6 [2023-04-17T23:25:16.207Z] #32 41.23 go: downloading github.com/magiconair/properties v1.8.6 [2023-04-17T23:25:16.207Z] #32 41.51 go: downloading github.com/pelletier/go-toml/v2 v2.0.2 [2023-04-17T23:25:16.207Z] #32 41.57 go: downloading golang.org/x/text v0.3.7 [2023-04-17T23:25:16.207Z] #32 42.16 go: downloading github.com/pelletier/go-toml v1.9.5 [2023-04-17T23:25:16.207Z] #32 48.86 go: downloading golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e [2023-04-17T23:25:16.207Z] #32 48.87 go: downloading github.com/gobwas/glob v0.2.3 [2023-04-17T23:25:16.207Z] #32 49.32 go: downloading golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 [2023-04-17T23:25:16.207Z] #32 49.55 go: downloading go.uber.org/zap v1.17.0 [2023-04-17T23:25:16.207Z] #32 50.13 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2023-04-17T23:25:16.207Z] #32 50.13 go: downloading golang.org/x/exp/typeparams v0.0.0-20220613132600-b0d781184e0d [2023-04-17T23:25:16.207Z] #32 50.24 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2023-04-17T23:25:16.207Z] #32 50.29 go: downloading github.com/go-toolsmith/astcopy v1.0.1 [2023-04-17T23:25:16.207Z] #32 ... [2023-04-17T23:25:16.207Z] [2023-04-17T23:25:16.207Z] #29 [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 python3-protobuf [2023-04-17T23:25:16.207Z] #29 48.21 Setting up python3-pkg-resources (52.0.0-4) ... [2023-04-17T23:25:16.207Z] #29 50.15 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2023-04-17T23:25:16.207Z] #29 50.16 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2023-04-17T23:25:16.207Z] #29 50.18 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2023-04-17T23:25:16.207Z] #29 50.20 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2023-04-17T23:25:16.207Z] #29 50.22 Setting up libcap2:amd64 (1:2.44-1) ... [2023-04-17T23:25:16.207Z] #29 50.26 Setting up python3-six (1.16.0-2) ... [2023-04-17T23:25:16.210Z] #39 11.51 DEP images/sk-inet.pb-c.d [2023-04-17T23:25:16.366Z] #39 73.32 DEP compel/src/lib/infect.d [2023-04-17T23:25:16.470Z] #39 11.62 PBCC images/sk-unix.pb-c.c [2023-04-17T23:25:16.470Z] #39 11.68 DEP images/sk-unix.pb-c.d [2023-04-17T23:25:16.470Z] #39 11.75 PBCC images/mm.pb-c.c [2023-04-17T23:25:16.470Z] #39 11.79 DEP images/mm.pb-c.d [2023-04-17T23:25:16.470Z] #39 11.85 PBCC images/timerfd.pb-c.c [2023-04-17T23:25:16.470Z] #39 11.89 DEP images/timerfd.pb-c.d [2023-04-17T23:25:16.470Z] #39 11.94 PBCC images/timer.pb-c.c [2023-04-17T23:25:16.470Z] #39 11.98 DEP images/timer.pb-c.d [2023-04-17T23:25:16.626Z] #39 73.66 DEP compel/src/lib/infect-util.d [2023-04-17T23:25:16.743Z] #39 12.04 PBCC images/sa.pb-c.c [2023-04-17T23:25:16.743Z] #39 12.08 DEP images/sa.pb-c.d [2023-04-17T23:25:16.747Z] #39 33.75 CC images/core-ppc64.o [2023-04-17T23:25:16.888Z] #39 73.83 DEP compel/src/lib/infect-rpc.d [2023-04-17T23:25:16.888Z] #39 73.98 DEP compel/arch/x86/src/lib/infect.d [2023-04-17T23:25:17.003Z] #39 12.15 PBCC images/pipe-data.pb-c.c [2023-04-17T23:25:17.004Z] #39 12.18 DEP images/pipe-data.pb-c.d [2023-04-17T23:25:17.004Z] #39 12.23 PBCC images/mnt.pb-c.c [2023-04-17T23:25:17.004Z] #39 12.28 DEP images/mnt.pb-c.d [2023-04-17T23:25:17.004Z] #39 12.33 PBCC images/sk-packet.pb-c.c [2023-04-17T23:25:17.004Z] #39 12.37 DEP images/sk-packet.pb-c.d [2023-04-17T23:25:17.145Z] #29 ... [2023-04-17T23:25:17.145Z] [2023-04-17T23:25:17.145Z] #37 [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 [2023-04-17T23:25:17.145Z] #0 5.110 + RM_GOPATH=0 [2023-04-17T23:25:17.145Z] #0 5.110 + TMP_GOPATH= [2023-04-17T23:25:17.145Z] #0 5.110 + : /build [2023-04-17T23:25:17.145Z] #0 5.110 + '[' -z '' ']' [2023-04-17T23:25:17.145Z] #0 5.110 ++ mktemp -d [2023-04-17T23:25:17.145Z] #0 5.110 + export GOPATH=/tmp/tmp.1SyRPZ1zwm [2023-04-17T23:25:17.145Z] #0 5.110 + GOPATH=/tmp/tmp.1SyRPZ1zwm [2023-04-17T23:25:17.145Z] #0 5.110 + RM_GOPATH=1 [2023-04-17T23:25:17.145Z] #0 5.110 + case "$(go env GOARCH)" in [2023-04-17T23:25:17.145Z] #0 5.110 ++ go env GOARCH [2023-04-17T23:25:17.145Z] #0 5.110 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:25:17.145Z] #0 5.110 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:25:17.145Z] #0 5.110 ++ dirname /tmp/install/install.sh [2023-04-17T23:25:17.145Z] #0 5.110 + dir=/tmp/install [2023-04-17T23:25:17.145Z] #0 5.110 + bin=containerd [2023-04-17T23:25:17.145Z] #0 5.110 + shift [2023-04-17T23:25:17.145Z] #0 5.110 + '[' '!' -f /tmp/install/containerd.installer ']' [2023-04-17T23:25:17.145Z] #0 5.110 + . /tmp/install/containerd.installer [2023-04-17T23:25:17.145Z] #0 5.110 ++ set -e [2023-04-17T23:25:17.145Z] #0 5.110 ++ : v1.6.16 [2023-04-17T23:25:17.145Z] #0 5.110 + install_containerd [2023-04-17T23:25:17.145Z] #0 5.110 + echo 'Install containerd version v1.6.16' [2023-04-17T23:25:17.145Z] #0 5.110 + git clone https://github.com/containerd/containerd.git /tmp/tmp.1SyRPZ1zwm/src/github.com/containerd/containerd [2023-04-17T23:25:17.145Z] #0 5.110 Cloning into '/tmp/tmp.1SyRPZ1zwm/src/github.com/containerd/containerd'... [2023-04-17T23:25:17.145Z] #0 5.131 Install containerd version v1.6.16 [2023-04-17T23:25:17.149Z] #39 74.21 DEP compel/arch/x86/src/lib/cpu.d [2023-04-17T23:25:17.149Z] #39 74.41 DEP compel/src/lib/log.d [2023-04-17T23:25:17.264Z] #39 ... [2023-04-17T23:25:17.264Z] [2023-04-17T23:25:17.264Z] #30 [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 [2023-04-17T23:25:17.264Z] #30 DONE 60.9s [2023-04-17T23:25:17.264Z] [2023-04-17T23:25:17.264Z] #39 [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 [2023-04-17T23:25:17.264Z] #39 12.45 PBCC images/tcp-stream.pb-c.c [2023-04-17T23:25:17.264Z] #39 12.50 DEP images/tcp-stream.pb-c.d [2023-04-17T23:25:17.264Z] #39 ... [2023-04-17T23:25:17.264Z] [2023-04-17T23:25:17.265Z] #36 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:25:17.265Z] #36 53.48 Selecting previously unselected package gcc-mingw-w64-base. [2023-04-17T23:25:17.265Z] #36 53.48 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ... [2023-04-17T23:25:17.265Z] #36 53.48 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2023-04-17T23:25:17.265Z] #36 53.64 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2023-04-17T23:25:17.265Z] #36 53.66 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ... [2023-04-17T23:25:17.265Z] #36 53.67 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2023-04-17T23:25:17.265Z] #36 ... [2023-04-17T23:25:17.265Z] [2023-04-17T23:25:17.265Z] #39 [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 [2023-04-17T23:25:17.265Z] #39 12.62 PBCC images/pipe.pb-c.c [2023-04-17T23:25:17.265Z] #39 12.69 DEP images/pipe.pb-c.d [2023-04-17T23:25:17.404Z] #37 ... [2023-04-17T23:25:17.404Z] [2023-04-17T23:25:17.404Z] #32 [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 [2023-04-17T23:25:17.404Z] #32 50.32 go: downloading github.com/go-toolsmith/astequal v1.0.2 [2023-04-17T23:25:17.404Z] #32 50.36 go: downloading github.com/go-toolsmith/astp v1.0.0 [2023-04-17T23:25:17.404Z] #32 50.39 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2023-04-17T23:25:17.404Z] #32 50.44 go: downloading github.com/go-toolsmith/typep v1.0.2 [2023-04-17T23:25:17.404Z] #32 50.46 go: downloading github.com/quasilyte/go-ruleguard v0.3.17 [2023-04-17T23:25:17.404Z] #32 50.61 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2023-04-17T23:25:17.404Z] #32 50.77 go: downloading github.com/kisielk/gotool v1.0.0 [2023-04-17T23:25:17.404Z] #32 50.85 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2023-04-17T23:25:17.404Z] #32 50.93 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2023-04-17T23:25:17.404Z] #32 51.10 go: downloading github.com/ettle/strcase v0.1.1 [2023-04-17T23:25:17.404Z] #32 51.25 go: downloading github.com/fatih/structtag v1.2.0 [2023-04-17T23:25:17.404Z] #32 51.31 go: downloading github.com/Masterminds/semver v1.5.0 [2023-04-17T23:25:17.404Z] #32 51.52 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2023-04-17T23:25:17.410Z] #39 74.53 DEP compel/src/main.d [2023-04-17T23:25:17.525Z] #39 12.77 PBCC images/pstree.pb-c.c [2023-04-17T23:25:17.525Z] #39 12.83 DEP images/pstree.pb-c.d [2023-04-17T23:25:17.525Z] #39 ... [2023-04-17T23:25:17.525Z] [2023-04-17T23:25:17.525Z] #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 [2023-04-17T23:25:17.525Z] #34 51.17 errors [2023-04-17T23:25:17.525Z] #34 51.18 sort [2023-04-17T23:25:17.525Z] #34 51.48 strconv [2023-04-17T23:25:17.525Z] #34 52.55 io [2023-04-17T23:25:17.525Z] #34 53.94 internal/oserror [2023-04-17T23:25:17.525Z] #34 54.22 syscall [2023-04-17T23:25:17.525Z] #34 55.39 reflect [2023-04-17T23:25:17.525Z] #34 ... [2023-04-17T23:25:17.525Z] [2023-04-17T23:25:17.525Z] #39 [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 [2023-04-17T23:25:17.525Z] #39 12.90 PBCC images/fs.pb-c.c [2023-04-17T23:25:17.665Z] #32 51.57 go: downloading gopkg.in/yaml.v2 v2.4.0 [2023-04-17T23:25:17.665Z] #32 51.61 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2023-04-17T23:25:17.671Z] #39 74.72 DEP compel/src/lib/handle-elf.d [2023-04-17T23:25:17.671Z] #39 74.80 DEP compel/arch/x86/src/lib/handle-elf.d [2023-04-17T23:25:17.685Z] #39 34.61 CC images/core-s390.o [2023-04-17T23:25:17.788Z] #39 13.00 DEP images/fs.pb-c.d [2023-04-17T23:25:17.788Z] #39 13.13 PBCC images/signalfd.pb-c.c [2023-04-17T23:25:17.788Z] #39 13.22 DEP images/signalfd.pb-c.d [2023-04-17T23:25:17.923Z] #32 51.86 go: downloading github.com/prometheus/client_golang v1.12.1 [2023-04-17T23:25:17.932Z] #39 75.00 CC compel/src/lib/log.o [2023-04-17T23:25:18.049Z] #39 13.36 PBCC images/fh.pb-c.c [2023-04-17T23:25:18.049Z] #39 13.38 PBCC images/fsnotify.pb-c.c [2023-04-17T23:25:18.049Z] #39 13.41 DEP images/fh.pb-c.d [2023-04-17T23:25:18.049Z] #39 13.44 DEP images/fsnotify.pb-c.d [2023-04-17T23:25:18.049Z] #39 13.48 PBCC images/eventpoll.pb-c.c [2023-04-17T23:25:18.193Z] #39 75.23 CC compel/arch/x86/src/lib/cpu.o [2023-04-17T23:25:18.193Z] #39 ... [2023-04-17T23:25:18.193Z] [2023-04-17T23:25:18.193Z] #37 [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 [2023-04-17T23:25:18.193Z] #37 87.21 + export 'BUILDTAGS=netgo osusergo static_build' [2023-04-17T23:25:18.193Z] #37 87.21 + BUILDTAGS='netgo osusergo static_build' [2023-04-17T23:25:18.193Z] #37 87.21 + export EXTRA_FLAGS=-buildmode=pie [2023-04-17T23:25:18.193Z] #37 87.21 + EXTRA_FLAGS=-buildmode=pie [2023-04-17T23:25:18.193Z] #37 87.21 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2023-04-17T23:25:18.193Z] #37 87.21 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2023-04-17T23:25:18.193Z] #37 87.21 + '[' '' = dynamic ']' [2023-04-17T23:25:18.193Z] #37 87.21 + make [2023-04-17T23:25:18.193Z] #37 90.36 + bin/ctr [2023-04-17T23:25:18.309Z] #39 13.50 DEP images/eventpoll.pb-c.d [2023-04-17T23:25:18.309Z] #39 13.55 PBCC images/eventfd.pb-c.c [2023-04-17T23:25:18.309Z] #39 13.57 DEP images/eventfd.pb-c.d [2023-04-17T23:25:18.309Z] #39 13.62 PBCC images/remap-file-path.pb-c.c [2023-04-17T23:25:18.309Z] #39 13.64 DEP images/remap-file-path.pb-c.d [2023-04-17T23:25:18.309Z] #39 13.69 PBCC images/fifo.pb-c.c [2023-04-17T23:25:18.309Z] #39 13.72 DEP images/fifo.pb-c.d [2023-04-17T23:25:18.453Z] #37 ... [2023-04-17T23:25:18.453Z] [2023-04-17T23:25:18.453Z] #27 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:25:18.453Z] #27 157.8 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2023-04-17T23:25:18.453Z] #27 157.9 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2023-04-17T23:25:18.453Z] #27 157.9 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2023-04-17T23:25:18.490Z] #32 52.67 go: downloading github.com/prometheus/client_model v0.2.0 [2023-04-17T23:25:18.569Z] #39 13.82 PBCC images/ghost-file.pb-c.c [2023-04-17T23:25:18.569Z] #39 13.89 DEP images/ghost-file.pb-c.d [2023-04-17T23:25:18.569Z] #39 13.96 PBCC images/regfile.pb-c.c [2023-04-17T23:25:18.569Z] #39 14.00 DEP images/regfile.pb-c.d [2023-04-17T23:25:18.623Z] #39 35.70 CC images/cpuinfo.o [2023-04-17T23:25:18.751Z] #32 52.72 go: downloading github.com/google/go-cmp v0.5.8 [2023-04-17T23:25:18.778Z] Client: [2023-04-17T23:25:18.778Z] Version: 20.10.9 [2023-04-17T23:25:18.778Z] API version: 1.41 [2023-04-17T23:25:18.778Z] Go version: go1.16.8 [2023-04-17T23:25:18.778Z] Git commit: c2ea9bc [2023-04-17T23:25:18.778Z] Built: Mon Oct 4 16:11:10 2021 [2023-04-17T23:25:18.778Z] OS/Arch: windows/amd64 [2023-04-17T23:25:18.778Z] Context: default [2023-04-17T23:25:18.778Z] Experimental: true [2023-04-17T23:25:18.778Z] [2023-04-17T23:25:18.778Z] Server: Docker Engine - Community [2023-04-17T23:25:18.778Z] Engine: [2023-04-17T23:25:18.778Z] Version: 20.10.9 [2023-04-17T23:25:18.778Z] API version: 1.41 (minimum version 1.24) [2023-04-17T23:25:18.778Z] Go version: go1.16.8 [2023-04-17T23:25:18.778Z] Git commit: 79ea9d3 [2023-04-17T23:25:18.778Z] Built: Mon Oct 4 16:06:39 2021 [2023-04-17T23:25:18.778Z] OS/Arch: windows/amd64 [2023-04-17T23:25:18.778Z] Experimental: true [2023-04-17T23:25:18.829Z] #39 14.08 PBCC images/ns.pb-c.c [2023-04-17T23:25:18.829Z] #39 14.11 DEP images/ns.pb-c.d [2023-04-17T23:25:18.829Z] #39 14.17 PBCC images/fdinfo.pb-c.c [2023-04-17T23:25:18.829Z] #39 14.23 DEP images/fdinfo.pb-c.d [2023-04-17T23:25:18.829Z] #39 14.29 PBCC images/core-aarch64.pb-c.c [2023-04-17T23:25:18.829Z] #39 14.33 PBCC images/core-arm.pb-c.c [2023-04-17T23:25:19.012Z] #32 53.12 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2023-04-17T23:25:19.025Z] #27 ... [2023-04-17T23:25:19.025Z] [2023-04-17T23:25:19.025Z] #39 [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 [2023-04-17T23:25:19.025Z] #39 76.02 CC compel/arch/x86/src/lib/infect.o [2023-04-17T23:25:19.090Z] #39 14.39 PBCC images/core-ppc64.pb-c.c [2023-04-17T23:25:19.090Z] #39 14.43 PBCC images/core-s390.pb-c.c [2023-04-17T23:25:19.090Z] #39 14.49 PBCC images/core-x86.pb-c.c [2023-04-17T23:25:19.090Z] #39 14.53 PBCC images/core.pb-c.c [2023-04-17T23:25:19.090Z] #39 14.60 PBCC images/inventory.pb-c.c [2023-04-17T23:25:19.190Z] #39 36.44 CC images/inventory.o [2023-04-17T23:25:19.272Z] #32 53.21 go: downloading go.uber.org/atomic v1.7.0 [2023-04-17T23:25:19.272Z] #32 53.28 go: downloading go.uber.org/multierr v1.6.0 [2023-04-17T23:25:19.272Z] #32 53.41 go: downloading github.com/chavacava/garif v0.0.0-20220630083739-93517212f375 [2023-04-17T23:25:19.350Z] #39 14.65 DEP images/core-aarch64.pb-c.d [2023-04-17T23:25:19.350Z] #39 14.69 DEP images/core-arm.pb-c.d [Pipeline] sh [2023-04-17T23:25:19.530Z] #32 53.51 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2023-04-17T23:25:19.610Z] #39 14.77 DEP images/core-ppc64.pb-c.d [2023-04-17T23:25:19.610Z] #39 14.84 DEP images/core-s390.pb-c.d [2023-04-17T23:25:19.610Z] #39 14.93 DEP images/core-x86.pb-c.d [2023-04-17T23:25:19.610Z] #39 15.01 DEP images/core.pb-c.d [2023-04-17T23:25:19.610Z] #39 15.05 DEP images/inventory.pb-c.d [2023-04-17T23:25:19.610Z] #39 15.11 PBCC images/cpuinfo.pb-c.c [2023-04-17T23:25:19.756Z] #39 36.96 CC images/fdinfo.o [2023-04-17T23:25:19.788Z] #32 53.62 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5 [2023-04-17T23:25:19.788Z] #32 53.74 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 [2023-04-17T23:25:19.788Z] #32 53.78 go: downloading github.com/beorn7/perks v1.0.1 [2023-04-17T23:25:19.788Z] #32 53.79 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2023-04-17T23:25:19.788Z] #32 53.85 go: downloading github.com/golang/protobuf v1.5.2 [2023-04-17T23:25:19.870Z] #39 15.14 DEP images/cpuinfo.pb-c.d [2023-04-17T23:25:19.870Z] #39 15.21 PBCC images/stats.pb-c.c [2023-04-17T23:25:19.870Z] #39 15.26 DEP images/stats.pb-c.d [2023-04-17T23:25:20.047Z] #32 53.85 go: downloading github.com/prometheus/common v0.32.1 [2023-04-17T23:25:20.279Z] + docker info [2023-04-17T23:25:20.305Z] #32 54.37 go: downloading github.com/prometheus/procfs v0.7.3 [2023-04-17T23:25:20.305Z] #32 54.37 go: downloading google.golang.org/protobuf v1.28.0 [2023-04-17T23:25:20.409Z] #39 77.41 CC compel/src/lib/infect-rpc.o [2023-04-17T23:25:20.674Z] #39 77.68 CC compel/src/lib/infect-util.o [2023-04-17T23:25:20.674Z] #39 77.89 CC compel/src/lib/infect.o [2023-04-17T23:25:20.691Z] #39 37.70 CC images/fown.o [2023-04-17T23:25:20.949Z] #39 38.17 CC images/ns.o [2023-04-17T23:25:21.077Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2023-04-17T23:25:21.077Z] [2023-04-17T23:25:21.077Z] ---> Making bundle: test-integration (in bundles/test-integration) [2023-04-17T23:25:21.077Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2023-04-17T23:25:21.077Z] HOSTNAME=ecce2f8729ba [2023-04-17T23:25:21.077Z] DEST=bundles/test-integration [2023-04-17T23:25:21.077Z] PWD=/go/src/github.com/docker/docker [2023-04-17T23:25:21.077Z] DOCKER_ROOTLESS=1 [2023-04-17T23:25:21.077Z] DOCKER_GITCOMMIT=ad45ece6fe93c6870080341daa12fe8da6271fa9 [2023-04-17T23:25:21.077Z] container=docker [2023-04-17T23:25:21.077Z] HOME=/root [2023-04-17T23:25:21.077Z] GOLANG_VERSION=1.19.8 [2023-04-17T23:25:21.077Z] VALIDATE_REPO=https://github.com/moby/moby.git [2023-04-17T23:25:21.077Z] VALIDATE_BRANCH=20.10 [2023-04-17T23:25:21.077Z] TERM=xterm [2023-04-17T23:25:21.077Z] DOCKER_PKG=github.com/docker/docker [2023-04-17T23:25:21.077Z] SHLVL=1 [2023-04-17T23:25:21.077Z] TIMEOUT=120m [2023-04-17T23:25:21.077Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2023-04-17T23:25:21.077Z] DOCKER_GRAPHDRIVER=overlay2 [2023-04-17T23:25:21.077Z] GO111MODULE=off [2023-04-17T23:25:21.077Z] DOCKER_EXPERIMENTAL=1 [2023-04-17T23:25:21.077Z] TEST_SKIP_INTEGRATION_CLI=1 [2023-04-17T23:25:21.077Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2023-04-17T23:25:21.077Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2023-04-17T23:25:21.077Z] GOPATH=/go [2023-04-17T23:25:21.077Z] PKG_CONFIG=pkg-config [2023-04-17T23:25:21.077Z] _=/usr/bin/env [2023-04-17T23:25:21.077Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2023-04-17T23:25:21.208Z] #39 38.51 CC images/regfile.o [2023-04-17T23:25:21.240Z] #32 55.24 go: downloading github.com/mattn/go-runewidth v0.0.9 [2023-04-17T23:25:21.774Z] #39 38.91 CC images/ghost-file.o [2023-04-17T23:25:21.774Z] #39 ... [2023-04-17T23:25:21.774Z] [2023-04-17T23:25:21.774Z] #25 [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 [2023-04-17T23:25:21.774Z] #25 118.4 internal/poll [2023-04-17T23:25:21.774Z] #25 123.2 internal/fmtsort [2023-04-17T23:25:21.774Z] #25 124.0 internal/safefilepath [2023-04-17T23:25:21.774Z] #25 124.0 internal/syscall/execenv [2023-04-17T23:25:21.774Z] #25 124.3 strings [2023-04-17T23:25:21.774Z] #25 124.3 os [2023-04-17T23:25:21.782Z] #39 16.81 make[1]: Nothing to be done for 'all'. [2023-04-17T23:25:22.033Z] #25 ... [2023-04-17T23:25:22.033Z] [2023-04-17T23:25:22.033Z] #39 [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 [2023-04-17T23:25:22.033Z] #39 39.36 CC images/fifo.o [2023-04-17T23:25:22.602Z] #39 39.77 CC images/remap-file-path.o [2023-04-17T23:25:22.619Z] #32 ... [2023-04-17T23:25:22.619Z] [2023-04-17T23:25:22.619Z] #34 [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 [2023-04-17T23:25:22.619Z] #34 55.30 Selecting previously unselected package libxml2:amd64. [2023-04-17T23:25:22.619Z] #34 55.31 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u3_amd64.deb ... [2023-04-17T23:25:22.619Z] #34 55.31 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u3) ... [2023-04-17T23:25:22.619Z] #34 55.81 Selecting previously unselected package libarchive13:amd64. [2023-04-17T23:25:22.619Z] #34 55.81 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2023-04-17T23:25:22.619Z] #34 55.82 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2023-04-17T23:25:22.619Z] #34 56.17 Selecting previously unselected package libjsoncpp24:amd64. [2023-04-17T23:25:22.619Z] #34 56.18 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2023-04-17T23:25:22.619Z] #34 56.19 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2023-04-17T23:25:22.619Z] #34 56.34 Selecting previously unselected package librhash0:amd64. [2023-04-17T23:25:22.619Z] #34 56.34 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2023-04-17T23:25:22.619Z] #34 56.37 Unpacking librhash0:amd64 (1.4.1-2) ... [2023-04-17T23:25:22.619Z] #34 56.68 Selecting previously unselected package libuv1:amd64. [2023-04-17T23:25:22.619Z] #34 56.68 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2023-04-17T23:25:22.619Z] #34 56.72 Unpacking libuv1:amd64 (1.40.0-2) ... [2023-04-17T23:25:22.877Z] #34 ... [2023-04-17T23:25:22.877Z] [2023-04-17T23:25:22.877Z] #29 [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 python3-protobuf [2023-04-17T23:25:22.877Z] #29 51.63 Setting up libprotobuf-lite23:amd64 (3.12.4-1) ... [2023-04-17T23:25:22.877Z] #29 51.67 Setting up libprotoc23:amd64 (3.12.4-1) ... [2023-04-17T23:25:22.877Z] #29 51.69 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... [2023-04-17T23:25:22.877Z] #29 51.70 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2023-04-17T23:25:22.877Z] #29 51.72 Setting up python3-protobuf (3.12.4-1) ... [2023-04-17T23:25:22.877Z] #29 56.13 Setting up libcap-dev:amd64 (1:2.44-1) ... [2023-04-17T23:25:22.877Z] #29 56.15 Setting up protobuf-compiler (3.12.4-1) ... [2023-04-17T23:25:22.877Z] #29 56.17 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2023-04-17T23:25:22.877Z] #29 56.18 Setting up libprotobuf-dev:amd64 (3.12.4-1) ... [2023-04-17T23:25:22.877Z] #29 56.19 Setting up protobuf-c-compiler (1.3.3-1+b2) ... [2023-04-17T23:25:22.877Z] #29 56.21 Setting up libnl-3-dev:amd64 (3.4.0-1+b1) ... [2023-04-17T23:25:22.877Z] #29 56.23 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2023-04-17T23:25:22.877Z] #29 DONE 56.8s [2023-04-17T23:25:22.877Z] [2023-04-17T23:25:22.877Z] #34 [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 [2023-04-17T23:25:22.877Z] #34 56.90 Selecting previously unselected package cmake. [2023-04-17T23:25:22.877Z] #34 56.92 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2023-04-17T23:25:22.877Z] #34 56.93 Unpacking cmake (3.18.4-2+deb11u1) ... [2023-04-17T23:25:23.168Z] #39 18.49 CC images/stats.o [2023-04-17T23:25:23.168Z] #39 40.49 CC images/eventfd.o [2023-04-17T23:25:23.429Z] #39 18.83 CC images/core.o [2023-04-17T23:25:23.735Z] #39 40.87 CC images/eventpoll.o [2023-04-17T23:25:24.301Z] #39 41.50 CC images/fh.o [2023-04-17T23:25:24.371Z] #39 19.43 CC images/core-x86.o [2023-04-17T23:25:24.632Z] #39 19.99 CC images/core-arm.o [2023-04-17T23:25:24.868Z] #39 42.00 CC images/fsnotify.o [2023-04-17T23:25:24.887Z] #39 81.34 CC compel/src/lib/ptrace.o [2023-04-17T23:25:24.887Z] #39 81.96 AR compel/libcompel.a [2023-04-17T23:25:25.148Z] #39 82.16 HOSTCC compel/src/main-host.o [2023-04-17T23:25:25.204Z] #39 20.35 CC images/core-aarch64.o [2023-04-17T23:25:25.204Z] #39 20.70 CC images/core-ppc64.o [2023-04-17T23:25:25.441Z] #39 82.54 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2023-04-17T23:25:26.012Z] #39 82.87 HOSTCC compel/src/lib/handle-elf-host.o [2023-04-17T23:25:26.145Z] #39 21.25 CC images/core-s390.o [2023-04-17T23:25:26.242Z] #39 43.09 CC images/signalfd.o [2023-04-17T23:25:26.242Z] #39 43.47 CC images/fs.o [2023-04-17T23:25:26.405Z] #39 21.87 CC images/cpuinfo.o [2023-04-17T23:25:26.502Z] #39 43.84 CC images/pstree.o [2023-04-17T23:25:26.584Z] #39 83.52 HOSTCC compel/src/lib/log-host.o [2023-04-17T23:25:26.761Z] #39 44.13 CC images/pipe.o [2023-04-17T23:25:26.845Z] #39 83.78 HOSTLINK compel/compel-host-bin [2023-04-17T23:25:26.845Z] #39 83.97 DEP soccr/soccr.d [2023-04-17T23:25:26.977Z] #39 22.22 CC images/inventory.o [2023-04-17T23:25:26.977Z] #39 22.44 CC images/fdinfo.o [2023-04-17T23:25:27.062Z] #34 60.99 Setting up libicu67:amd64 (67.1-7) ... [2023-04-17T23:25:27.062Z] #34 61.01 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:25:27.062Z] #34 61.03 Setting up libuv1:amd64 (1.40.0-2) ... [2023-04-17T23:25:27.062Z] #34 61.06 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:25:27.062Z] #34 61.09 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2023-04-17T23:25:27.062Z] #34 61.11 Setting up librhash0:amd64 (1.4.1-2) ... [2023-04-17T23:25:27.062Z] #34 61.12 Setting up cmake-data (3.18.4-2+deb11u1) ... [2023-04-17T23:25:27.062Z] #34 61.15 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u3) ... [2023-04-17T23:25:27.062Z] #34 61.17 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2023-04-17T23:25:27.106Z] #39 84.15 CC soccr/soccr.o [2023-04-17T23:25:27.320Z] #34 61.19 Setting up cmake (3.18.4-2+deb11u1) ... [2023-04-17T23:25:27.320Z] #34 61.20 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2023-04-17T23:25:27.328Z] #39 44.48 CC images/tcp-stream.o [2023-04-17T23:25:27.550Z] #39 22.76 CC images/fown.o [2023-04-17T23:25:27.550Z] #39 23.01 CC images/ns.o [2023-04-17T23:25:27.811Z] #39 23.17 CC images/regfile.o [2023-04-17T23:25:27.811Z] #39 ... [2023-04-17T23:25:27.811Z] [2023-04-17T23:25:27.811Z] #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 [2023-04-17T23:25:27.811Z] #34 61.65 internal/syscall/unix [2023-04-17T23:25:27.811Z] #34 61.90 time [2023-04-17T23:25:27.811Z] #34 67.04 internal/poll [2023-04-17T23:25:27.811Z] #34 69.28 internal/fmtsort [2023-04-17T23:25:27.811Z] #34 69.51 internal/safefilepath [2023-04-17T23:25:27.811Z] #34 69.73 internal/syscall/execenv [2023-04-17T23:25:27.811Z] #34 69.90 path [2023-04-17T23:25:27.811Z] #34 69.93 strings [2023-04-17T23:25:27.811Z] #34 70.31 io/fs [2023-04-17T23:25:27.811Z] #34 71.47 os [2023-04-17T23:25:27.896Z] #39 44.99 CC images/sk-packet.o [2023-04-17T23:25:28.072Z] #34 ... [2023-04-17T23:25:28.072Z] [2023-04-17T23:25:28.072Z] #39 [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 [2023-04-17T23:25:28.072Z] #39 23.36 CC images/ghost-file.o [2023-04-17T23:25:28.254Z] #34 ... [2023-04-17T23:25:28.254Z] [2023-04-17T23:25:28.254Z] #36 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:25:28.254Z] #36 52.13 Selecting previously unselected package binutils-mingw-w64. [2023-04-17T23:25:28.254Z] #36 52.14 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2023-04-17T23:25:28.254Z] #36 52.15 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2023-04-17T23:25:28.254Z] #36 52.29 Selecting previously unselected package libdevmapper1.02.1:amd64. [2023-04-17T23:25:28.254Z] #36 52.29 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2023-04-17T23:25:28.254Z] #36 52.32 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2023-04-17T23:25:28.254Z] #36 52.56 Selecting previously unselected package dmsetup. [2023-04-17T23:25:28.254Z] #36 52.56 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2023-04-17T23:25:28.254Z] #36 52.56 Unpacking dmsetup (2:1.02.175-2.1) ... [2023-04-17T23:25:28.254Z] #36 52.83 Selecting previously unselected package mingw-w64-common. [2023-04-17T23:25:28.254Z] #36 52.83 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2023-04-17T23:25:28.254Z] #36 52.84 Unpacking mingw-w64-common (8.0.0-1) ... [2023-04-17T23:25:28.254Z] #36 58.69 Selecting previously unselected package mingw-w64-x86-64-dev. [2023-04-17T23:25:28.254Z] #36 58.69 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2023-04-17T23:25:28.254Z] #36 58.71 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2023-04-17T23:25:28.254Z] #36 ... [2023-04-17T23:25:28.254Z] [2023-04-17T23:25:28.254Z] #34 [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 [2023-04-17T23:25:28.254Z] #34 DONE 62.2s [2023-04-17T23:25:28.254Z] [2023-04-17T23:25:28.254Z] #38 [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 [2023-04-17T23:25:28.343Z] #39 23.65 CC images/fifo.o [2023-04-17T23:25:28.463Z] #39 45.44 CC images/mnt.o [2023-04-17T23:25:28.604Z] #39 ... [2023-04-17T23:25:28.604Z] [2023-04-17T23:25:28.604Z] #36 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:25:28.604Z] #36 62.17 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2023-04-17T23:25:28.604Z] #36 62.18 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2023-04-17T23:25:28.604Z] #36 62.19 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-04-17T23:25:28.604Z] #36 ... [2023-04-17T23:25:28.604Z] [2023-04-17T23:25:28.604Z] #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 [2023-04-17T23:25:28.604Z] #34 72.35 bufio [2023-04-17T23:25:28.722Z] #39 45.97 CC images/pipe-data.o [2023-04-17T23:25:28.980Z] #39 46.33 CC images/sa.o [2023-04-17T23:25:29.019Z] #39 86.15 AR soccr/libsoccr.a [2023-04-17T23:25:29.019Z] #39 86.20 make[1]: 'soccr/libsoccr.a' is up to date. [2023-04-17T23:25:29.547Z] #39 46.69 CC images/timer.o [2023-04-17T23:25:29.591Z] #39 86.69 DEP criu/arch/x86/sigframe.d [2023-04-17T23:25:29.852Z] #39 86.89 DEP criu/arch/x86/sigaction_compat.d [2023-04-17T23:25:29.852Z] #39 87.09 DEP criu/arch/x86/kerndat.d [2023-04-17T23:25:30.115Z] #39 47.32 CC images/timerfd.o [2023-04-17T23:25:30.423Z] #39 87.41 DEP criu/arch/x86/crtools.d [2023-04-17T23:25:30.519Z] #34 73.87 text/tabwriter [2023-04-17T23:25:30.682Z] #39 47.71 CC images/mm.o [2023-04-17T23:25:30.682Z] #39 47.98 CC images/sk-opts.o [2023-04-17T23:25:30.684Z] #39 87.74 DEP criu/arch/x86/cpu.d [2023-04-17T23:25:30.684Z] #39 ... [2023-04-17T23:25:30.684Z] [2023-04-17T23:25:30.684Z] #27 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:25:30.684Z] #27 169.8 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2023-04-17T23:25:30.684Z] #27 169.8 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2023-04-17T23:25:30.684Z] #27 169.8 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-04-17T23:25:31.091Z] #34 74.78 io/ioutil [2023-04-17T23:25:31.091Z] #34 74.78 fmt [2023-04-17T23:25:31.254Z] #39 48.39 CC images/sk-unix.o [2023-04-17T23:25:31.255Z] #27 ... [2023-04-17T23:25:31.255Z] [2023-04-17T23:25:31.255Z] #39 [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 [2023-04-17T23:25:31.255Z] #39 88.22 CC criu/arch/x86/cpu.o [2023-04-17T23:25:31.536Z] #38 2.805 + RM_GOPATH=0 [2023-04-17T23:25:31.536Z] #38 2.805 + TMP_GOPATH= [2023-04-17T23:25:31.536Z] #38 2.805 + : /build [2023-04-17T23:25:31.536Z] #38 2.805 + '[' -z '' ']' [2023-04-17T23:25:31.536Z] #38 2.806 ++ mktemp -d [2023-04-17T23:25:31.536Z] #38 2.810 + export GOPATH=/tmp/tmp.D6FY7yUb7J [2023-04-17T23:25:31.536Z] #38 2.810 + GOPATH=/tmp/tmp.D6FY7yUb7J [2023-04-17T23:25:31.536Z] #38 2.810 + RM_GOPATH=1 [2023-04-17T23:25:31.536Z] #38 2.810 + case "$(go env GOARCH)" in [2023-04-17T23:25:31.536Z] #38 2.811 ++ go env GOARCH [2023-04-17T23:25:31.536Z] #38 2.816 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:25:31.536Z] #38 2.816 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:25:31.536Z] #38 2.841 ++ dirname /tmp/install/install.sh [2023-04-17T23:25:31.536Z] #38 2.843 + dir=/tmp/install [2023-04-17T23:25:31.536Z] #38 2.843 + bin=tini [2023-04-17T23:25:31.536Z] #38 2.843 + shift [2023-04-17T23:25:31.536Z] #38 2.843 + '[' '!' -f /tmp/install/tini.installer ']' [2023-04-17T23:25:31.536Z] #38 2.843 + . /tmp/install/tini.installer [2023-04-17T23:25:31.536Z] #38 2.843 ++ : v0.19.0 [2023-04-17T23:25:31.536Z] #38 2.843 + install_tini [2023-04-17T23:25:31.536Z] #38 2.843 + echo 'Install tini version v0.19.0' [2023-04-17T23:25:31.536Z] #38 2.843 Install tini version v0.19.0 [2023-04-17T23:25:31.536Z] #38 2.844 + git clone https://github.com/krallin/tini.git /tmp/tmp.D6FY7yUb7J/tini [2023-04-17T23:25:31.536Z] #38 2.847 Cloning into '/tmp/tmp.D6FY7yUb7J/tini'... [2023-04-17T23:25:31.794Z] #38 3.604 + cd /tmp/tmp.D6FY7yUb7J/tini [2023-04-17T23:25:31.794Z] #38 3.605 + git checkout -q v0.19.0 [2023-04-17T23:25:31.794Z] #38 3.637 + cmake . [2023-04-17T23:25:31.822Z] #39 48.92 CC images/sk-inet.o [2023-04-17T23:25:32.087Z] #39 89.01 include/common/asm/bitops.h: Assembler messages: [2023-04-17T23:25:32.087Z] #39 89.01 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-04-17T23:25:32.087Z] #39 89.01 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-04-17T23:25:32.087Z] #39 89.02 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-04-17T23:25:32.087Z] #39 89.02 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-04-17T23:25:32.087Z] #39 89.05 CC criu/arch/x86/crtools.o [2023-04-17T23:25:32.389Z] #39 49.51 CC images/tun.o [2023-04-17T23:25:32.623Z] Client: [2023-04-17T23:25:32.623Z] Context: default [2023-04-17T23:25:32.623Z] Debug Mode: false [2023-04-17T23:25:32.623Z] Plugins: [2023-04-17T23:25:32.623Z] app: Docker Application (Docker Inc., v0.8.0) [2023-04-17T23:25:32.623Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2023-04-17T23:25:32.623Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2023-04-17T23:25:32.623Z] [2023-04-17T23:25:32.623Z] Server: [2023-04-17T23:25:32.623Z] Containers: 0 [2023-04-17T23:25:32.623Z] Running: 0 [2023-04-17T23:25:32.623Z] Paused: 0 [2023-04-17T23:25:32.623Z] Stopped: 0 [2023-04-17T23:25:32.623Z] Images: 0 [2023-04-17T23:25:32.623Z] Server Version: 20.10.9 [2023-04-17T23:25:32.623Z] Storage Driver: windowsfilter (windows) lcow (linux) [2023-04-17T23:25:32.623Z] Windows: [2023-04-17T23:25:32.623Z] LCOW: [2023-04-17T23:25:32.623Z] Logging Driver: json-file [2023-04-17T23:25:32.623Z] Plugins: [2023-04-17T23:25:32.623Z] Volume: local [2023-04-17T23:25:32.623Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2023-04-17T23:25:32.623Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2023-04-17T23:25:32.623Z] Swarm: inactive [2023-04-17T23:25:32.623Z] Default Isolation: process [2023-04-17T23:25:32.623Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2023-04-17T23:25:32.623Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2023-04-17T23:25:32.623Z] OSType: windows [2023-04-17T23:25:32.623Z] Architecture: x86_64 [2023-04-17T23:25:32.623Z] CPUs: 4 [2023-04-17T23:25:32.623Z] Total Memory: 32GiB [2023-04-17T23:25:32.623Z] Name: azwin-2-d9e720 [2023-04-17T23:25:32.623Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2023-04-17T23:25:32.623Z] Docker Root Dir: D:\docker [2023-04-17T23:25:32.623Z] Debug Mode: false [2023-04-17T23:25:32.623Z] Registry: https://index.docker.io/v1/ [2023-04-17T23:25:32.623Z] Labels: [2023-04-17T23:25:32.623Z] Experimental: true [2023-04-17T23:25:32.623Z] Insecure Registries: [2023-04-17T23:25:32.623Z] 10.0.0.4:5000 [2023-04-17T23:25:32.623Z] 127.0.0.0/8 [2023-04-17T23:25:32.623Z] Registry Mirrors: [2023-04-17T23:25:32.623Z] http://10.0.0.4:5000/ [2023-04-17T23:25:32.623Z] Live Restore Enabled: false [2023-04-17T23:25:32.623Z] Product License: Community Engine [2023-04-17T23:25:32.623Z] [2023-04-17T23:25:32.648Z] #39 ... [2023-04-17T23:25:32.648Z] [2023-04-17T23:25:32.648Z] #25 [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 [2023-04-17T23:25:32.648Z] #25 129.2 bufio [2023-04-17T23:25:32.648Z] #25 130.8 fmt [2023-04-17T23:25:32.648Z] #25 131.7 io/ioutil [2023-04-17T23:25:32.648Z] #25 132.3 text/tabwriter [2023-04-17T23:25:32.648Z] #25 136.4 github.com/BurntSushi/toml [2023-04-17T23:25:32.648Z] #25 136.4 flag [2023-04-17T23:25:32.648Z] #25 139.2 log [2023-04-17T23:25:32.648Z] #25 ... [2023-04-17T23:25:32.648Z] [2023-04-17T23:25:32.648Z] #39 [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 [2023-04-17T23:25:32.648Z] #39 50.01 CC images/sk-netlink.o [2023-04-17T23:25:32.740Z] #38 4.239 -- The C compiler identification is GNU 10.2.1 [2023-04-17T23:25:32.740Z] #38 4.312 -- Detecting C compiler ABI info [2023-04-17T23:25:32.740Z] #38 ... [2023-04-17T23:25:32.740Z] [2023-04-17T23:25:32.740Z] #32 [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 [2023-04-17T23:25:32.740Z] #32 56.68 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2023-04-17T23:25:32.740Z] #32 ... [2023-04-17T23:25:32.740Z] [2023-04-17T23:25:32.740Z] #39 [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 [2023-04-17T23:25:32.740Z] #0 4.336 Note: Building without setproctitle() and strlcpy() support. [2023-04-17T23:25:32.740Z] #0 4.336 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2023-04-17T23:25:32.740Z] #0 4.351 Note: Building without GnuTLS support [2023-04-17T23:25:32.740Z] #0 4.361 Makefile.config:39: Warn: you have no libnftables installed [2023-04-17T23:25:32.740Z] #0 4.367 Makefile.config:40: Warn: Building without nftables support [2023-04-17T23:25:32.740Z] #0 6.645 fatal: not a git repository (or any of the parent directories): .git [2023-04-17T23:25:32.740Z] #0 6.717 GEN .gitid [2023-04-17T23:25:32.740Z] #0 6.738 GEN criu/include/version.h [2023-04-17T23:25:32.740Z] #0 6.813 GEN include/common/asm [2023-04-17T23:25:32.740Z] #0 8.779 PBCC images/timens.pb-c.c [2023-04-17T23:25:32.740Z] #0 8.818 DEP images/timens.pb-c.d [2023-04-17T23:25:32.740Z] #0 8.896 PBCC images/fown.pb-c.c [2023-04-17T23:25:32.740Z] #0 8.927 PBCC images/google/protobuf/descriptor.pb-c.c [2023-04-17T23:25:32.740Z] #0 9.007 PBCC images/opts.pb-c.c [2023-04-17T23:25:32.740Z] #0 9.064 PBCC images/memfd.pb-c.c [2023-04-17T23:25:32.740Z] #0 9.111 DEP images/fown.pb-c.d [2023-04-17T23:25:32.740Z] #0 9.215 DEP images/google/protobuf/descriptor.pb-c.d [2023-04-17T23:25:32.740Z] #0 9.304 DEP images/opts.pb-c.d [2023-04-17T23:25:32.740Z] #0 9.382 DEP images/memfd.pb-c.d [2023-04-17T23:25:32.740Z] #0 9.472 PBCC images/sit.pb-c.c [2023-04-17T23:25:32.740Z] #0 9.554 DEP images/sit.pb-c.d [2023-04-17T23:25:32.740Z] #0 9.717 PBCC images/macvlan.pb-c.c [2023-04-17T23:25:32.740Z] #0 9.750 DEP images/macvlan.pb-c.d [2023-04-17T23:25:32.740Z] #0 9.843 PBCC images/autofs.pb-c.c [2023-04-17T23:25:32.740Z] #0 9.874 DEP images/autofs.pb-c.d [2023-04-17T23:25:32.740Z] #0 9.939 PBCC images/sysctl.pb-c.c [2023-04-17T23:25:32.740Z] #0 9.966 DEP images/sysctl.pb-c.d [2023-04-17T23:25:32.740Z] #0 10.02 PBCC images/time.pb-c.c [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2023-04-17T23:25:32.998Z] #39 10.03 DEP images/time.pb-c.d [2023-04-17T23:25:32.998Z] #39 10.10 PBCC images/binfmt-misc.pb-c.c [2023-04-17T23:25:32.998Z] #39 10.13 DEP images/binfmt-misc.pb-c.d [2023-04-17T23:25:32.998Z] #39 ... [2023-04-17T23:25:32.998Z] [2023-04-17T23:25:32.998Z] #36 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:25:32.998Z] #36 65.61 Selecting previously unselected package gcc-mingw-w64-base. [2023-04-17T23:25:32.998Z] #36 65.62 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2023-04-17T23:25:32.998Z] #36 65.63 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2023-04-17T23:25:32.998Z] #36 65.84 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2023-04-17T23:25:32.998Z] #36 65.84 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2023-04-17T23:25:32.998Z] #36 65.84 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2023-04-17T23:25:33.216Z] #39 50.29 CC images/packet-sock.o [2023-04-17T23:25:33.635Z] #34 77.13 github.com/BurntSushi/toml [2023-04-17T23:25:33.635Z] #34 77.14 flag [2023-04-17T23:25:33.787Z] #39 51.01 CC images/ipc-var.o [2023-04-17T23:25:34.003Z] #39 90.78 CC criu/arch/x86/kerndat.o [2023-04-17T23:25:34.264Z] #39 91.37 CC criu/arch/x86/sigaction_compat.o [2023-04-17T23:25:34.354Z] #39 51.45 CC images/ipc-desc.o [2023-04-17T23:25:34.354Z] #39 51.54 CC images/ipc-shm.o [2023-04-17T23:25:34.613Z] #39 51.84 CC images/ipc-msg.o [2023-04-17T23:25:34.836Z] #39 91.73 CC criu/arch/x86/sigframe.o [2023-04-17T23:25:35.019Z] #34 ... [2023-04-17T23:25:35.019Z] [2023-04-17T23:25:35.019Z] #39 [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 [2023-04-17T23:25:35.019Z] #39 23.93 CC images/remap-file-path.o [2023-04-17T23:25:35.019Z] #39 24.18 CC images/eventfd.o [2023-04-17T23:25:35.019Z] #39 24.34 CC images/eventpoll.o [2023-04-17T23:25:35.019Z] #39 24.70 CC images/fh.o [2023-04-17T23:25:35.019Z] #39 24.96 CC images/fsnotify.o [2023-04-17T23:25:35.019Z] #39 25.54 CC images/signalfd.o [2023-04-17T23:25:35.019Z] #39 25.75 CC images/fs.o [2023-04-17T23:25:35.019Z] #39 25.96 CC images/pstree.o [2023-04-17T23:25:35.019Z] #39 26.17 CC images/pipe.o [2023-04-17T23:25:35.019Z] #39 26.48 CC images/tcp-stream.o [2023-04-17T23:25:35.019Z] #39 26.72 CC images/sk-packet.o [2023-04-17T23:25:35.019Z] #39 26.95 CC images/mnt.o [2023-04-17T23:25:35.019Z] #39 27.24 CC images/pipe-data.o [2023-04-17T23:25:35.019Z] #39 27.45 CC images/sa.o [2023-04-17T23:25:35.019Z] #39 27.70 CC images/timer.o [2023-04-17T23:25:35.019Z] #39 28.10 CC images/timerfd.o [2023-04-17T23:25:35.019Z] #39 28.31 CC images/mm.o [2023-04-17T23:25:35.019Z] #39 28.69 CC images/sk-opts.o [2023-04-17T23:25:35.019Z] #39 28.93 CC images/sk-unix.o [2023-04-17T23:25:35.019Z] #39 29.23 CC images/sk-inet.o [2023-04-17T23:25:35.019Z] #39 29.60 CC images/tun.o [2023-04-17T23:25:35.019Z] #39 29.87 CC images/sk-netlink.o [2023-04-17T23:25:35.019Z] #39 30.17 CC images/packet-sock.o [2023-04-17T23:25:35.096Z] #39 92.15 LINK criu/arch/x86/crtools.built-in.o [2023-04-17T23:25:35.096Z] #39 92.27 DEP criu/pie/util-vdso-elf32.d [2023-04-17T23:25:35.191Z] #39 52.43 CC images/ipc-sem.o [2023-04-17T23:25:35.280Z] #39 30.55 CC images/ipc-var.o [2023-04-17T23:25:35.280Z] #39 ... [2023-04-17T23:25:35.280Z] [2023-04-17T23:25:35.280Z] #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 [2023-04-17T23:25:35.280Z] #34 78.97 log [2023-04-17T23:25:35.357Z] #39 92.54 DEP criu/pie/util-vdso.d [2023-04-17T23:25:35.525Z] #36 ... [2023-04-17T23:25:35.525Z] [2023-04-17T23:25:35.525Z] #33 [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 [2023-04-17T23:25:35.525Z] #33 DONE 69.0s [2023-04-17T23:25:35.525Z] [2023-04-17T23:25:35.525Z] #27 [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 [2023-04-17T23:25:35.525Z] #27 59.13 sync [2023-04-17T23:25:35.525Z] #27 59.13 internal/reflectlite [2023-04-17T23:25:35.525Z] #27 60.83 internal/testlog [2023-04-17T23:25:35.525Z] #27 62.13 sort [2023-04-17T23:25:35.525Z] #27 62.14 errors [2023-04-17T23:25:35.525Z] #27 62.64 strconv [2023-04-17T23:25:35.525Z] #27 64.03 io [2023-04-17T23:25:35.525Z] #27 65.71 internal/oserror [2023-04-17T23:25:35.525Z] #27 65.92 syscall [2023-04-17T23:25:35.525Z] #27 67.16 reflect [2023-04-17T23:25:35.525Z] #27 ... [2023-04-17T23:25:35.525Z] [2023-04-17T23:25:35.525Z] #39 [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 [2023-04-17T23:25:35.525Z] #39 10.21 PBCC images/seccomp.pb-c.c [2023-04-17T23:25:35.525Z] #39 10.24 DEP images/seccomp.pb-c.d [2023-04-17T23:25:35.525Z] #39 10.36 PBCC images/userns.pb-c.c [2023-04-17T23:25:35.525Z] #39 10.39 DEP images/userns.pb-c.d [2023-04-17T23:25:35.525Z] #39 10.50 PBCC images/cgroup.pb-c.c [2023-04-17T23:25:35.525Z] #39 10.55 DEP images/cgroup.pb-c.d [2023-04-17T23:25:35.525Z] #39 10.61 PBCC images/ext-file.pb-c.c [2023-04-17T23:25:35.525Z] #39 10.65 DEP images/ext-file.pb-c.d [2023-04-17T23:25:35.525Z] #39 10.71 PBCC images/rpc.pb-c.c [2023-04-17T23:25:35.525Z] #39 10.77 DEP images/rpc.pb-c.d [2023-04-17T23:25:35.525Z] #39 10.84 PBCC images/siginfo.pb-c.c [2023-04-17T23:25:35.525Z] #39 10.88 DEP images/siginfo.pb-c.d [2023-04-17T23:25:35.525Z] #39 10.95 PBCC images/pagemap.pb-c.c [2023-04-17T23:25:35.525Z] #39 11.02 DEP images/pagemap.pb-c.d [2023-04-17T23:25:35.525Z] #39 11.09 PBCC images/rlimit.pb-c.c [2023-04-17T23:25:35.525Z] #39 11.13 DEP images/rlimit.pb-c.d [2023-04-17T23:25:35.525Z] #39 11.22 PBCC images/file-lock.pb-c.c [2023-04-17T23:25:35.525Z] #39 11.29 DEP images/file-lock.pb-c.d [2023-04-17T23:25:35.525Z] #39 11.39 PBCC images/tty.pb-c.c [2023-04-17T23:25:35.525Z] #39 11.43 DEP images/tty.pb-c.d [2023-04-17T23:25:35.525Z] #39 11.51 PBCC images/tun.pb-c.c [2023-04-17T23:25:35.525Z] #39 11.57 PBCC images/netdev.pb-c.c [2023-04-17T23:25:35.525Z] #39 11.63 DEP images/tun.pb-c.d [2023-04-17T23:25:35.525Z] #39 11.72 DEP images/netdev.pb-c.d [2023-04-17T23:25:35.525Z] #39 11.81 PBCC images/vma.pb-c.c [2023-04-17T23:25:35.525Z] #39 11.92 DEP images/vma.pb-c.d [2023-04-17T23:25:35.525Z] #39 11.98 PBCC images/creds.pb-c.c [2023-04-17T23:25:35.525Z] #39 12.03 DEP images/creds.pb-c.d [2023-04-17T23:25:35.525Z] #39 12.14 PBCC images/utsns.pb-c.c [2023-04-17T23:25:35.525Z] #39 12.23 DEP images/utsns.pb-c.d [2023-04-17T23:25:35.525Z] #39 12.31 PBCC images/ipc-desc.pb-c.c [2023-04-17T23:25:35.525Z] #39 12.35 PBCC images/ipc-sem.pb-c.c [2023-04-17T23:25:35.525Z] #39 12.39 DEP images/ipc-desc.pb-c.d [2023-04-17T23:25:35.525Z] #39 12.52 DEP images/ipc-sem.pb-c.d [2023-04-17T23:25:35.525Z] #39 12.58 PBCC images/ipc-msg.pb-c.c [2023-04-17T23:25:35.525Z] #39 12.58 DEP images/ipc-msg.pb-c.d [2023-04-17T23:25:35.525Z] #39 12.66 PBCC images/ipc-shm.pb-c.c [2023-04-17T23:25:35.525Z] #39 12.71 DEP images/ipc-shm.pb-c.d [2023-04-17T23:25:35.525Z] #39 12.72 PBCC images/ipc-var.pb-c.c [2023-04-17T23:25:35.618Z] #39 92.82 DEP criu/pie/util.d [2023-04-17T23:25:35.759Z] #39 52.87 CC images/utsns.o [2023-04-17T23:25:35.759Z] #39 53.02 CC images/creds.o [2023-04-17T23:25:35.783Z] #39 12.80 DEP images/ipc-var.pb-c.d [2023-04-17T23:25:35.783Z] #39 12.83 PBCC images/sk-opts.pb-c.c [2023-04-17T23:25:35.783Z] #39 13.06 PBCC images/packet-sock.pb-c.c [2023-04-17T23:25:35.783Z] #39 13.06 DEP images/sk-opts.pb-c.d [2023-04-17T23:25:35.783Z] #39 13.06 DEP images/packet-sock.pb-c.d [2023-04-17T23:25:35.878Z] #39 93.09 CC criu/pie/util.o [2023-04-17T23:25:35.921Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2023-04-17T23:25:36.018Z] #39 53.29 CC images/vma.o [2023-04-17T23:25:36.041Z] #39 13.08 PBCC images/sk-netlink.pb-c.c [2023-04-17T23:25:36.041Z] #39 13.15 DEP images/sk-netlink.pb-c.d [2023-04-17T23:25:36.041Z] #39 13.23 PBCC images/sk-inet.pb-c.c [2023-04-17T23:25:36.041Z] #39 13.32 DEP images/sk-inet.pb-c.d [2023-04-17T23:25:36.277Z] #39 53.56 CC images/netdev.o [2023-04-17T23:25:36.300Z] #39 13.35 PBCC images/sk-unix.pb-c.c [2023-04-17T23:25:36.300Z] #39 13.45 DEP images/sk-unix.pb-c.d [2023-04-17T23:25:36.450Z] #39 93.57 CC criu/pie/util-vdso.o [2023-04-17T23:25:36.562Z] #39 13.61 PBCC images/mm.pb-c.c [2023-04-17T23:25:36.562Z] #39 13.61 DEP images/mm.pb-c.d [2023-04-17T23:25:36.562Z] #39 13.74 PBCC images/timerfd.pb-c.c [2023-04-17T23:25:36.562Z] #39 13.74 DEP images/timerfd.pb-c.d [2023-04-17T23:25:36.562Z] #39 13.80 PBCC images/timer.pb-c.c [2023-04-17T23:25:36.562Z] #39 13.87 DEP images/timer.pb-c.d [2023-04-17T23:25:36.820Z] #39 ... [2023-04-17T23:25:36.821Z] [2023-04-17T23:25:36.821Z] #38 [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 [2023-04-17T23:25:36.821Z] #38 4.991 -- Detecting C compiler ABI info - done [2023-04-17T23:25:36.821Z] #38 5.099 -- Check for working C compiler: /usr/bin/cc - skipped [2023-04-17T23:25:36.821Z] #38 5.131 -- Detecting C compile features [2023-04-17T23:25:36.821Z] #38 5.132 -- Detecting C compile features - done [2023-04-17T23:25:36.821Z] #38 5.168 -- Performing Test HAS_BUILTIN_FORTIFY [2023-04-17T23:25:36.821Z] #38 5.419 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2023-04-17T23:25:36.821Z] #38 5.544 -- Configuring done [2023-04-17T23:25:36.821Z] #38 5.570 -- Generating done [2023-04-17T23:25:36.821Z] #38 5.591 -- Build files have been written to: /tmp/tmp.D6FY7yUb7J/tini [2023-04-17T23:25:36.821Z] #38 5.606 + make tini-static [2023-04-17T23:25:36.821Z] #38 5.874 Scanning dependencies of target tini-static [2023-04-17T23:25:36.821Z] #38 5.937 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2023-04-17T23:25:36.821Z] #38 7.444 [100%] Linking C executable tini-static [2023-04-17T23:25:36.821Z] #38 8.123 [100%] Built target tini-static [2023-04-17T23:25:36.821Z] #38 8.225 + mkdir -p /build [2023-04-17T23:25:36.821Z] #38 8.225 + cp tini-static /build/docker-init [2023-04-17T23:25:36.821Z] #38 DONE 8.5s [2023-04-17T23:25:36.821Z] [2023-04-17T23:25:36.821Z] #39 [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 [2023-04-17T23:25:36.821Z] #39 13.89 PBCC images/sa.pb-c.c [2023-04-17T23:25:36.821Z] #39 13.96 DEP images/sa.pb-c.d [2023-04-17T23:25:36.848Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2023-04-17T23:25:37.078Z] #39 14.09 PBCC images/pipe-data.pb-c.c [2023-04-17T23:25:37.078Z] #39 14.12 DEP images/pipe-data.pb-c.d [2023-04-17T23:25:37.078Z] #39 14.18 PBCC images/mnt.pb-c.c [2023-04-17T23:25:37.078Z] #39 14.29 DEP images/mnt.pb-c.d [2023-04-17T23:25:37.195Z] #34 80.98 github.com/BurntSushi/toml/cmd/tomlv [2023-04-17T23:25:37.214Z] #39 54.35 CC images/tty.o [2023-04-17T23:25:37.336Z] #39 14.34 PBCC images/sk-packet.pb-c.c [2023-04-17T23:25:37.336Z] #39 14.38 DEP images/sk-packet.pb-c.d [2023-04-17T23:25:37.336Z] #39 14.41 PBCC images/tcp-stream.pb-c.c [2023-04-17T23:25:37.336Z] #39 14.48 DEP images/tcp-stream.pb-c.d [2023-04-17T23:25:37.594Z] #39 14.58 PBCC images/pipe.pb-c.c [2023-04-17T23:25:37.594Z] #39 14.65 DEP images/pipe.pb-c.d [2023-04-17T23:25:37.594Z] #39 14.71 PBCC images/pstree.pb-c.c [2023-04-17T23:25:37.594Z] #39 14.75 DEP images/pstree.pb-c.d [2023-04-17T23:25:37.594Z] #39 14.85 PBCC images/fs.pb-c.c [2023-04-17T23:25:37.594Z] #39 14.85 DEP images/fs.pb-c.d [2023-04-17T23:25:37.841Z] #39 94.80 CC criu/pie/util-vdso-elf32.o [2023-04-17T23:25:37.852Z] #39 14.94 PBCC images/signalfd.pb-c.c [2023-04-17T23:25:37.852Z] #39 15.02 DEP images/signalfd.pb-c.d [2023-04-17T23:25:38.111Z] #39 15.13 PBCC images/fh.pb-c.c [2023-04-17T23:25:38.111Z] #39 15.18 PBCC images/fsnotify.pb-c.c [2023-04-17T23:25:38.111Z] #39 15.26 DEP images/fh.pb-c.d [2023-04-17T23:25:38.111Z] #39 15.34 DEP images/fsnotify.pb-c.d [2023-04-17T23:25:38.150Z] #39 ... [2023-04-17T23:25:38.150Z] [2023-04-17T23:25:38.150Z] #37 [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 [2023-04-17T23:25:38.369Z] #39 15.43 PBCC images/eventpoll.pb-c.c [2023-04-17T23:25:38.369Z] #39 15.43 DEP images/eventpoll.pb-c.d [2023-04-17T23:25:38.369Z] #39 15.47 PBCC images/eventfd.pb-c.c [2023-04-17T23:25:38.369Z] #39 15.54 DEP images/eventfd.pb-c.d [2023-04-17T23:25:38.369Z] #39 15.63 PBCC images/remap-file-path.pb-c.c [2023-04-17T23:25:38.369Z] #39 15.63 DEP images/remap-file-path.pb-c.d [2023-04-17T23:25:38.369Z] #39 15.68 PBCC images/fifo.pb-c.c [2023-04-17T23:25:38.369Z] #39 15.68 DEP images/fifo.pb-c.d [2023-04-17T23:25:38.627Z] #39 15.76 PBCC images/ghost-file.pb-c.c [2023-04-17T23:25:38.627Z] #39 15.80 DEP images/ghost-file.pb-c.d [2023-04-17T23:25:38.627Z] #39 15.90 PBCC images/regfile.pb-c.c [2023-04-17T23:25:38.783Z] #39 95.80 AR criu/pie/pie.lib.a [2023-04-17T23:25:38.783Z] #39 95.86 DEP criu/pie/restorer.d [2023-04-17T23:25:38.885Z] #39 15.96 DEP images/regfile.pb-c.d [2023-04-17T23:25:38.885Z] #39 16.01 PBCC images/ns.pb-c.c [2023-04-17T23:25:38.885Z] #39 16.06 DEP images/ns.pb-c.d [2023-04-17T23:25:38.885Z] #39 16.11 PBCC images/fdinfo.pb-c.c [2023-04-17T23:25:38.885Z] #39 16.16 DEP images/fdinfo.pb-c.d [2023-04-17T23:25:39.044Z] #39 96.17 DEP criu/arch/x86/sigaction_compat_pie.d [2023-04-17T23:25:39.144Z] #39 16.23 PBCC images/core-aarch64.pb-c.c [2023-04-17T23:25:39.144Z] #39 16.28 PBCC images/core-arm.pb-c.c [2023-04-17T23:25:39.144Z] #39 16.33 PBCC images/core-ppc64.pb-c.c [2023-04-17T23:25:39.144Z] #39 16.39 PBCC images/core-s390.pb-c.c [2023-04-17T23:25:39.144Z] #39 16.45 PBCC images/core-x86.pb-c.c [2023-04-17T23:25:39.184Z] #37 85.87 Updating files: 23% (1257/5266) Updating files: 24% (1264/5266) Updating files: 25% (1317/5266) Updating files: 26% (1370/5266) Updating files: 27% (1422/5266) Updating files: 28% (1475/5266) Updating files: 29% (1528/5266) Updating files: 30% (1580/5266) Updating files: 31% (1633/5266) Updating files: 32% (1686/5266) Updating files: 33% (1738/5266) Updating files: 34% (1791/5266) Updating files: 35% (1844/5266) Updating files: 36% (1896/5266) Updating files: 37% (1949/5266) Updating files: 38% (2002/5266) Updating files: 39% (2054/5266) Updating files: 40% (2107/5266) Updating files: 41% (2160/5266) Updating files: 42% (2212/5266) Updating files: 43% (2265/5266) Updating files: 44% (2318/5266) Updating files: 45% (2370/5266) Updating files: 46% (2423/5266) Updating files: 47% (2476/5266) Updating files: 48% (2528/5266) Updating files: 49% (2581/5266) Updating files: 50% (2633/5266) Updating files: 51% (2686/5266) Updating files: 52% (2739/5266) Updating files: 53% (2791/5266) Updating files: 54% (2844/5266) Updating files: 55% (2897/5266) Updating files: 56% (2949/5266) Updating files: 57% (3002/5266) Updating files: 58% (3055/5266) Updating files: 59% (3107/5266) Updating files: 60% (3160/5266) Updating files: 61% (3213/5266) Updating files: 62% (3265/5266) Updating files: 63% (3318/5266) Updating files: 64% (3371/5266) Updating files: 65% (3423/5266) Updating files: 66% (3476/5266) Updating files: 67% (3529/5266) Updating files: 68% (3581/5266) Updating files: 69% (3634/5266) Updating files: 70% (3687/5266) Updating files: 71% (3739/5266) Updating files: 72% (3792/5266) Updating files: 73% (3845/5266) Updating files: 74% (3897/5266) Updating files: 75% (3950/5266) Updating files: 76% (4003/5266) Updating files: 77% (4055/5266) Updating files: 78% (4108/5266) Updating files: 79% (4161/5266) Updating files: 80% (4213/5266) Updating files: 81% (4266/5266) Updating files: 82% (4319/5266) Updating files: 82% (4357/5266) Updating files: 83% (4371/5266) Updating files: 84% (4424/5266) Updating files: 85% (4477/5266) Updating files: 86% (4529/5266) Updating files: 87% (4582/5266) Updating files: 88% (4635/5266) Updating files: 89% (4687/5266) Updating files: 90% (4740/5266) Updating files: 91% (4793/5266) Updating files: 92% (4845/5266) Updating files: 93% (4898/5266) Updating files: 94% (4951/5266) Updating files: 95% (5003/5266) Updating files: 96% (5056/5266) Updating files: 97% (5109/5266) Updating files: 98% (5161/5266) Updating files: 99% (5214/5266) Updating files: 100% (5266/5266) Updating files: 100% (5266/5266), done. [2023-04-17T23:25:39.305Z] #39 96.39 DEP criu/arch/x86/restorer_unmap.d [2023-04-17T23:25:39.305Z] #39 96.42 DEP criu/arch/x86/restorer.d [2023-04-17T23:25:39.403Z] #39 16.50 PBCC images/core.pb-c.c [2023-04-17T23:25:39.403Z] #39 16.59 PBCC images/inventory.pb-c.c [2023-04-17T23:25:39.403Z] #39 16.66 DEP images/core-aarch64.pb-c.d [2023-04-17T23:25:39.443Z] #37 89.07 + cd /tmp/tmp.vmczOZGnkN/src/github.com/containerd/containerd [2023-04-17T23:25:39.443Z] #37 89.07 + git checkout -q v1.6.16 [2023-04-17T23:25:39.661Z] #39 16.78 DEP images/core-arm.pb-c.d [2023-04-17T23:25:39.661Z] #39 16.85 DEP images/core-ppc64.pb-c.d [2023-04-17T23:25:39.661Z] #39 16.90 DEP images/core-s390.pb-c.d [2023-04-17T23:25:39.661Z] #39 16.99 DEP images/core-x86.pb-c.d [2023-04-17T23:25:39.743Z] #34 ... [2023-04-17T23:25:39.743Z] [2023-04-17T23:25:39.743Z] #36 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:25:39.743Z] #36 73.57 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2023-04-17T23:25:39.743Z] #36 73.57 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2023-04-17T23:25:39.743Z] #36 73.57 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-04-17T23:25:39.743Z] #36 78.99 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2023-04-17T23:25:39.743Z] #36 79.00 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ... [2023-04-17T23:25:39.743Z] #36 79.01 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2023-04-17T23:25:39.876Z] #39 96.76 DEP criu/arch/x86/vdso-pie.d [2023-04-17T23:25:39.876Z] #39 97.00 DEP criu/pie/parasite-vdso.d [2023-04-17T23:25:39.919Z] #39 17.07 DEP images/core.pb-c.d [2023-04-17T23:25:39.919Z] #39 17.22 DEP images/inventory.pb-c.d [2023-04-17T23:25:40.005Z] #36 ... [2023-04-17T23:25:40.005Z] [2023-04-17T23:25:40.005Z] #37 [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 [2023-04-17T23:25:40.005Z] #37 44.81 Updating files: 50% (2659/5266) Updating files: 51% (2686/5266) Updating files: 52% (2739/5266) Updating files: 53% (2791/5266) Updating files: 54% (2844/5266) Updating files: 55% (2897/5266) Updating files: 56% (2949/5266) Updating files: 57% (3002/5266) Updating files: 58% (3055/5266) Updating files: 59% (3107/5266) Updating files: 60% (3160/5266) Updating files: 61% (3213/5266) Updating files: 62% (3265/5266) Updating files: 63% (3318/5266) Updating files: 64% (3371/5266) Updating files: 65% (3423/5266) Updating files: 66% (3476/5266) Updating files: 67% (3529/5266) Updating files: 68% (3581/5266) Updating files: 69% (3634/5266) Updating files: 70% (3687/5266) Updating files: 71% (3739/5266) Updating files: 72% (3792/5266) Updating files: 73% (3845/5266) Updating files: 74% (3897/5266) Updating files: 75% (3950/5266) Updating files: 76% (4003/5266) Updating files: 77% (4055/5266) Updating files: 78% (4108/5266) Updating files: 79% (4161/5266) Updating files: 80% (4213/5266) Updating files: 81% (4266/5266) Updating files: 82% (4319/5266) Updating files: 83% (4371/5266) Updating files: 84% (4424/5266) Updating files: 85% (4477/5266) Updating files: 86% (4529/5266) Updating files: 87% (4582/5266) Updating files: 88% (4635/5266) Updating files: 89% (4687/5266) Updating files: 90% (4740/5266) Updating files: 91% (4793/5266) Updating files: 91% (4815/5266) Updating files: 92% (4845/5266) Updating files: 93% (4898/5266) Updating files: 94% (4951/5266) Updating files: 95% (5003/5266) Updating files: 96% (5056/5266) Updating files: 97% (5109/5266) Updating files: 98% (5161/5266) Updating files: 99% (5214/5266) Updating files: 100% (5266/5266) Updating files: 100% (5266/5266), done. [2023-04-17T23:25:40.005Z] #37 46.10 + cd /tmp/tmp.0tsx6elOmb/src/github.com/containerd/containerd [2023-04-17T23:25:40.005Z] #37 46.10 + git checkout -q v1.6.16 [2023-04-17T23:25:40.005Z] #37 48.77 + export 'BUILDTAGS=netgo osusergo static_build' [2023-04-17T23:25:40.005Z] #37 48.77 + BUILDTAGS='netgo osusergo static_build' [2023-04-17T23:25:40.005Z] #37 48.78 + export EXTRA_FLAGS=-buildmode=pie [2023-04-17T23:25:40.005Z] #37 48.78 + EXTRA_FLAGS=-buildmode=pie [2023-04-17T23:25:40.005Z] #37 48.78 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2023-04-17T23:25:40.005Z] #37 48.78 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2023-04-17T23:25:40.005Z] #37 48.78 + '[' '' = dynamic ']' [2023-04-17T23:25:40.005Z] #37 48.78 + make [2023-04-17T23:25:40.136Z] #39 97.26 DEP criu/pie/parasite.d [2023-04-17T23:25:40.178Z] #39 17.34 PBCC images/cpuinfo.pb-c.c [2023-04-17T23:25:40.178Z] #39 17.37 DEP images/cpuinfo.pb-c.d [2023-04-17T23:25:40.178Z] #39 17.44 PBCC images/stats.pb-c.c [2023-04-17T23:25:40.436Z] #39 17.46 DEP images/stats.pb-c.d [2023-04-17T23:25:40.580Z] #37 ... [2023-04-17T23:25:40.580Z] [2023-04-17T23:25:40.580Z] #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 [2023-04-17T23:25:40.580Z] #34 DONE 84.3s [2023-04-17T23:25:40.580Z] [2023-04-17T23:25:40.580Z] #39 [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 [2023-04-17T23:25:40.580Z] #39 30.76 CC images/ipc-desc.o [2023-04-17T23:25:40.580Z] #39 30.95 CC images/ipc-shm.o [2023-04-17T23:25:40.580Z] #39 31.16 CC images/ipc-msg.o [2023-04-17T23:25:40.580Z] #39 31.48 CC images/ipc-sem.o [2023-04-17T23:25:40.580Z] #39 31.71 CC images/utsns.o [2023-04-17T23:25:40.580Z] #39 31.90 CC images/creds.o [2023-04-17T23:25:40.580Z] #39 32.08 CC images/vma.o [2023-04-17T23:25:40.580Z] #39 32.28 CC images/netdev.o [2023-04-17T23:25:40.580Z] #39 32.68 CC images/tty.o [2023-04-17T23:25:40.580Z] #39 33.39 CC images/file-lock.o [2023-04-17T23:25:40.580Z] #39 33.55 CC images/rlimit.o [2023-04-17T23:25:40.580Z] #39 33.78 CC images/pagemap.o [2023-04-17T23:25:40.580Z] #39 34.28 CC images/siginfo.o [2023-04-17T23:25:40.580Z] #39 34.50 CC images/rpc.o [2023-04-17T23:25:40.708Z] #39 97.76 CC criu/pie/parasite.o [2023-04-17T23:25:40.841Z] #39 36.07 CC images/ext-file.o [2023-04-17T23:25:41.102Z] #39 36.38 CC images/cgroup.o [2023-04-17T23:25:41.675Z] #39 ... [2023-04-17T23:25:41.675Z] [2023-04-17T23:25:41.675Z] #37 [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 [2023-04-17T23:25:41.675Z] #37 51.10 + bin/ctr [2023-04-17T23:25:41.991Z] #37 ... [2023-04-17T23:25:41.991Z] [2023-04-17T23:25:41.991Z] #25 [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 [2023-04-17T23:25:41.991Z] #25 143.7 github.com/BurntSushi/toml/cmd/tomlv [2023-04-17T23:25:41.991Z] #25 DONE 148.4s [2023-04-17T23:25:41.991Z] [2023-04-17T23:25:41.991Z] #39 [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 [2023-04-17T23:25:41.991Z] #39 55.41 CC images/file-lock.o [2023-04-17T23:25:41.991Z] #39 55.82 CC images/rlimit.o [2023-04-17T23:25:41.991Z] #39 56.09 CC images/pagemap.o [2023-04-17T23:25:41.991Z] #39 56.53 CC images/siginfo.o [2023-04-17T23:25:41.991Z] #39 57.08 CC images/rpc.o [2023-04-17T23:25:41.991Z] #39 58.49 CC images/ext-file.o [2023-04-17T23:25:41.991Z] #39 58.76 CC images/cgroup.o [2023-04-17T23:25:42.250Z] #39 59.49 CC images/userns.o [2023-04-17T23:25:42.338Z] #39 19.27 make[1]: Nothing to be done for 'all'. [2023-04-17T23:25:42.818Z] #39 59.83 CC images/google/protobuf/descriptor.o [2023-04-17T23:25:43.255Z] #39 99.84 LINK criu/pie/parasite.built-in.o [2023-04-17T23:25:43.255Z] #39 99.88 GEN criu/pie/parasite-blob.h [2023-04-17T23:25:43.255Z] #39 99.93 CC criu/pie/parasite-vdso.o [2023-04-17T23:25:43.826Z] #39 100.9 CC criu/arch/x86/vdso-pie.o [2023-04-17T23:25:43.826Z] #39 ... [2023-04-17T23:25:43.826Z] [2023-04-17T23:25:43.826Z] #27 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:25:43.826Z] #27 193.0 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2023-04-17T23:25:43.826Z] #27 193.0 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2023-04-17T23:25:43.827Z] #27 193.0 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-04-17T23:25:44.240Z] #39 21.24 CC images/stats.o [2023-04-17T23:25:44.499Z] #39 21.62 CC images/core.o [2023-04-17T23:25:45.065Z] #39 22.30 CC images/core-x86.o [2023-04-17T23:25:45.351Z] #39 ... [2023-04-17T23:25:45.351Z] [2023-04-17T23:25:45.351Z] #33 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:25:45.351Z] #33 141.6 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2023-04-17T23:25:45.351Z] #33 141.6 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2023-04-17T23:25:45.351Z] #33 141.6 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-04-17T23:25:45.351Z] #33 ... [2023-04-17T23:25:45.351Z] [2023-04-17T23:25:45.351Z] #39 [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 [2023-04-17T23:25:45.351Z] #39 62.20 CC images/opts.o [2023-04-17T23:25:45.609Z] #39 62.65 CC images/seccomp.o [2023-04-17T23:25:45.631Z] #39 22.85 CC images/core-arm.o [2023-04-17T23:25:45.871Z] #39 63.04 CC images/binfmt-misc.o [2023-04-17T23:25:46.199Z] #39 23.32 CC images/core-aarch64.o [2023-04-17T23:25:46.440Z] #39 63.43 CC images/time.o [2023-04-17T23:25:46.440Z] #39 63.62 CC images/sysctl.o [2023-04-17T23:25:46.458Z] #39 23.76 CC images/core-ppc64.o [2023-04-17T23:25:46.699Z] #39 63.86 CC images/autofs.o [2023-04-17T23:25:46.797Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2023-04-17T23:25:46.797Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2023-04-17T23:25:46.958Z] #39 64.21 CC images/macvlan.o [2023-04-17T23:25:46.967Z] #37 ... [2023-04-17T23:25:46.967Z] [2023-04-17T23:25:46.967Z] #39 [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 [2023-04-17T23:25:46.967Z] #39 37.34 CC images/userns.o [2023-04-17T23:25:46.967Z] #39 37.65 CC images/google/protobuf/descriptor.o [2023-04-17T23:25:46.967Z] #39 39.39 CC images/opts.o [2023-04-17T23:25:46.967Z] #39 39.57 CC images/seccomp.o [2023-04-17T23:25:46.967Z] #39 39.88 CC images/binfmt-misc.o [2023-04-17T23:25:46.967Z] #39 40.06 CC images/time.o [2023-04-17T23:25:46.967Z] #39 40.27 CC images/sysctl.o [2023-04-17T23:25:46.967Z] #39 40.47 CC images/autofs.o [2023-04-17T23:25:46.967Z] #39 40.63 CC images/macvlan.o [2023-04-17T23:25:46.967Z] #39 40.83 CC images/sit.o [2023-04-17T23:25:46.967Z] #39 41.00 CC images/memfd.o [2023-04-17T23:25:46.967Z] #39 41.27 CC images/timens.o [2023-04-17T23:25:46.967Z] #39 41.49 LINK images/built-in.o [2023-04-17T23:25:46.967Z] #39 41.64 GEN compel/include/asm [2023-04-17T23:25:46.967Z] #39 41.66 GEN compel/include/version.h [2023-04-17T23:25:46.967Z] #39 41.71 touch .config [2023-04-17T23:25:46.967Z] #39 41.78 GEN include/common/config.h [2023-04-17T23:25:46.967Z] #39 41.85 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2023-04-17T23:25:46.967Z] #39 41.85 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S [2023-04-17T23:25:46.967Z] #39 41.90 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d [2023-04-17T23:25:46.967Z] #39 41.93 DEP compel/arch/aarch64/plugins/std/parasite-head.d [2023-04-17T23:25:46.967Z] #39 41.96 DEP compel/plugins/std/infect.d [2023-04-17T23:25:46.967Z] #39 42.07 DEP compel/plugins/std/string.d [2023-04-17T23:25:46.967Z] #39 42.19 DEP compel/plugins/std/log.d [2023-04-17T23:25:46.967Z] #39 42.29 DEP compel/plugins/std/fds.d [2023-04-17T23:25:46.967Z] #39 42.38 DEP compel/plugins/std/std.d [2023-04-17T23:25:47.228Z] #39 42.52 DEP compel/plugins/shmem/shmem.d [2023-04-17T23:25:47.228Z] #39 42.58 DEP compel/plugins/fds/fds.d [2023-04-17T23:25:47.228Z] #39 42.67 CC compel/plugins/std/std.o [2023-04-17T23:25:47.393Z] #39 24.29 CC images/core-s390.o [2023-04-17T23:25:47.489Z] #39 42.87 CC compel/plugins/std/fds.o [2023-04-17T23:25:47.526Z] #39 64.51 CC images/sit.o [2023-04-17T23:25:47.526Z] #39 64.71 CC images/memfd.o [2023-04-17T23:25:47.651Z] #39 24.92 CC images/cpuinfo.o [2023-04-17T23:25:47.785Z] #39 65.00 CC images/timens.o [2023-04-17T23:25:48.043Z] #39 65.35 LINK images/built-in.o [2023-04-17T23:25:48.062Z] #39 43.24 CC compel/plugins/std/log.o [2023-04-17T23:25:48.218Z] #39 25.32 CC images/inventory.o [2023-04-17T23:25:48.302Z] #39 65.59 GEN compel/include/asm [2023-04-17T23:25:48.476Z] #39 25.53 CC images/fdinfo.o [2023-04-17T23:25:48.560Z] #39 65.69 GEN compel/include/version.h [2023-04-17T23:25:48.561Z] #39 65.71 touch .config [2023-04-17T23:25:48.561Z] #39 65.78 GEN include/common/config.h [2023-04-17T23:25:48.634Z] #39 43.97 CC compel/plugins/std/string.o [2023-04-17T23:25:48.735Z] #39 25.86 CC images/fown.o [2023-04-17T23:25:48.823Z] #39 65.96 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2023-04-17T23:25:48.823Z] #39 65.99 GEN compel/plugins/include/uapi/std/syscall-64.h [2023-04-17T23:25:48.994Z] #39 26.04 CC images/ns.o [2023-04-17T23:25:49.081Z] #39 66.12 GEN compel/arch/x86/plugins/std/syscalls-64.S [2023-04-17T23:25:49.081Z] #39 66.16 DEP compel/arch/x86/plugins/std/syscalls-64.d [2023-04-17T23:25:49.081Z] #39 66.27 DEP compel/arch/x86/plugins/std/memcpy.d [2023-04-17T23:25:49.081Z] #39 66.32 DEP compel/arch/x86/plugins/std/parasite-head.d [2023-04-17T23:25:49.253Z] #39 26.24 CC images/regfile.o [2023-04-17T23:25:49.253Z] #39 26.48 CC images/ghost-file.o [2023-04-17T23:25:49.340Z] #39 66.43 GEN compel/plugins/include/uapi/std/syscall.h [2023-04-17T23:25:49.340Z] #39 66.51 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2023-04-17T23:25:49.340Z] #39 66.59 GEN compel/plugins/include/uapi/std/syscall-codes.h [2023-04-17T23:25:49.340Z] #39 66.61 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2023-04-17T23:25:49.340Z] #39 66.61 DEP compel/plugins/std/infect.d [2023-04-17T23:25:49.576Z] #39 44.69 CC compel/plugins/std/infect.o [2023-04-17T23:25:49.598Z] #39 66.76 DEP compel/plugins/std/string.d [2023-04-17T23:25:49.598Z] #39 66.91 DEP compel/plugins/std/log.d [2023-04-17T23:25:49.820Z] #39 26.76 CC images/fifo.o [2023-04-17T23:25:49.820Z] #39 26.94 CC images/remap-file-path.o [2023-04-17T23:25:49.836Z] #39 45.04 CC compel/arch/aarch64/plugins/std/parasite-head.o [2023-04-17T23:25:49.836Z] #39 45.12 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o [2023-04-17T23:25:49.836Z] #39 45.23 AR compel/plugins/std.lib.a [2023-04-17T23:25:50.078Z] #39 27.18 CC images/eventfd.o [2023-04-17T23:25:50.096Z] #39 45.32 CC compel/plugins/fds/fds.o [2023-04-17T23:25:50.096Z] #39 45.53 AR compel/plugins/fds.lib.a [2023-04-17T23:25:50.166Z] #39 67.13 DEP compel/plugins/std/fds.d [2023-04-17T23:25:50.166Z] #39 67.26 DEP compel/plugins/std/std.d [2023-04-17T23:25:50.166Z] #39 67.41 DEP compel/plugins/shmem/shmem.d [2023-04-17T23:25:50.166Z] #39 67.53 DEP compel/plugins/fds/fds.d [2023-04-17T23:25:50.336Z] #39 27.37 CC images/eventpoll.o [2023-04-17T23:25:50.357Z] #39 45.60 HOSTDEP compel/src/lib/log-host.d [2023-04-17T23:25:50.357Z] #39 45.70 HOSTDEP compel/src/lib/handle-elf-host.d [2023-04-17T23:25:50.414Z] #27 ... [2023-04-17T23:25:50.414Z] [2023-04-17T23:25:50.414Z] #39 [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 [2023-04-17T23:25:50.414Z] #39 101.4 CC criu/arch/x86/restorer.o [2023-04-17T23:25:50.414Z] #39 102.2 CC criu/arch/x86/restorer_unmap.o [2023-04-17T23:25:50.414Z] #39 102.3 CC criu/arch/x86/sigaction_compat_pie.o [2023-04-17T23:25:50.414Z] #39 102.7 CC criu/pie/restorer.o [2023-04-17T23:25:50.414Z] #39 107.1 LINK criu/pie/restorer.built-in.o [2023-04-17T23:25:50.414Z] #39 107.1 GEN criu/pie/restorer-blob.h [2023-04-17T23:25:50.414Z] #39 107.2 DEP criu/vdso.d [2023-04-17T23:25:50.414Z] #39 107.4 DEP criu/vdso-compat.d [2023-04-17T23:25:50.595Z] #39 27.63 CC images/fh.o [2023-04-17T23:25:50.595Z] #39 ... [2023-04-17T23:25:50.595Z] [2023-04-17T23:25:50.595Z] #36 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:25:50.595Z] #36 74.54 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2023-04-17T23:25:50.595Z] #36 74.54 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2023-04-17T23:25:50.595Z] #36 74.58 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-04-17T23:25:50.595Z] #36 ... [2023-04-17T23:25:50.595Z] [2023-04-17T23:25:50.595Z] #27 [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 [2023-04-17T23:25:50.595Z] #27 74.95 internal/syscall/unix [2023-04-17T23:25:50.595Z] #27 75.45 time [2023-04-17T23:25:50.595Z] #27 82.34 internal/poll [2023-04-17T23:25:50.595Z] #27 84.19 internal/fmtsort [2023-04-17T23:25:50.617Z] #39 45.84 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d [2023-04-17T23:25:50.617Z] #39 45.91 HOSTDEP compel/src/main-host.d [2023-04-17T23:25:50.617Z] #39 46.05 DEP compel/src/lib/ptrace.d [2023-04-17T23:25:50.674Z] #39 107.7 DEP criu/uts_ns.d [2023-04-17T23:25:50.732Z] #39 67.68 CC compel/plugins/std/std.o [2023-04-17T23:25:50.853Z] #27 ... [2023-04-17T23:25:50.853Z] [2023-04-17T23:25:50.853Z] #39 [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 [2023-04-17T23:25:50.853Z] #39 27.94 CC images/fsnotify.o [2023-04-17T23:25:50.879Z] #39 46.16 DEP compel/src/lib/infect.d [2023-04-17T23:25:50.879Z] #39 46.27 DEP compel/src/lib/infect-util.d [2023-04-17T23:25:50.933Z] DEBUG: print all environment variables to check how Jenkins runs this script [2023-04-17T23:25:50.933Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-5fbfb6ad\powershellScript.ps1'; exit $LASTEXITCODE; [2023-04-17T23:25:50.933Z] ---------------------------------------------------------------------------- [2023-04-17T23:25:50.933Z] [2023-04-17T23:25:50.933Z] INFO: executeCI.ps1 starting at Mon Apr 17 23:25:49 CUT 2023 [2023-04-17T23:25:50.933Z] [2023-04-17T23:25:50.933Z] INFO: Script version 05-Feb-2019 09:03 PDT [2023-04-17T23:25:50.933Z] INFO: Running git version 2.24.1.windows.2 [2023-04-17T23:25:50.933Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2023-04-17T23:25:50.933Z] INFO: Environment variables: [2023-04-17T23:25:50.933Z] [2023-04-17T23:25:50.933Z] Name Value [2023-04-17T23:25:50.933Z] ---- ----- [2023-04-17T23:25:50.933Z] ALLUSERSPROFILE C:\ProgramData [2023-04-17T23:25:50.933Z] amd64 true [2023-04-17T23:25:50.933Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2023-04-17T23:25:50.933Z] APT_MIRROR cdn-fastly.deb.debian.org [2023-04-17T23:25:50.933Z] arm64 true [2023-04-17T23:25:50.933Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.15 [2023-04-17T23:25:50.933Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2023-04-17T23:25:50.933Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.15 [2023-04-17T23:25:50.933Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2023-04-17T23:25:50.933Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2023-04-17T23:25:50.933Z] BRANCH_NAME PR-45349 [2023-04-17T23:25:50.933Z] BUILD_DISPLAY_NAME #4 [2023-04-17T23:25:50.933Z] BUILD_ID 4 [2023-04-17T23:25:50.933Z] BUILD_NUMBER 4 [2023-04-17T23:25:50.933Z] BUILD_TAG jenkins-moby-PR-45349-4 [2023-04-17T23:25:50.933Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-45349/4/ [2023-04-17T23:25:50.933Z] cgroup2 true [2023-04-17T23:25:50.933Z] CHANGE_AUTHOR PettitWesley [2023-04-17T23:25:50.933Z] CHANGE_AUTHOR_DISPLAY_NAME Wesley Pettit [2023-04-17T23:25:50.933Z] CHANGE_BRANCH awslogs-non-blocking-bug-20.10 [2023-04-17T23:25:50.933Z] CHANGE_FORK PettitWesley [2023-04-17T23:25:50.933Z] CHANGE_ID 45349 [2023-04-17T23:25:50.933Z] CHANGE_TARGET 20.10 [2023-04-17T23:25:50.933Z] CHANGE_TITLE [20.10 backport] awslogs: fix non-blocking log drop bug [2023-04-17T23:25:50.933Z] CHANGE_URL https://github.com/moby/moby/pull/45349 [2023-04-17T23:25:50.933Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2023-04-17T23:25:50.933Z] CommonProgramFiles C:\Program Files\Common Files [2023-04-17T23:25:50.933Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2023-04-17T23:25:50.933Z] CommonProgramW6432 C:\Program Files\Common Files [2023-04-17T23:25:50.933Z] COMPUTERNAME azwin-2-d9e720 [2023-04-17T23:25:50.933Z] ComSpec C:\Windows\system32\cmd.exe [2023-04-17T23:25:50.933Z] ConfigSequenceNumber 0 [2023-04-17T23:25:50.933Z] dco true [2023-04-17T23:25:50.933Z] DOCKER_BUILDKIT 0 [2023-04-17T23:25:50.933Z] DOCKER_DUT_DEBUG 1 [2023-04-17T23:25:50.933Z] DOCKER_EXPERIMENTAL 1 [2023-04-17T23:25:50.933Z] DOCKER_GRAPHDRIVER overlay2 [2023-04-17T23:25:50.933Z] DriverData C:\Windows\System32\Drivers\DriverData [2023-04-17T23:25:50.933Z] EXECUTOR_NUMBER 0 [2023-04-17T23:25:50.933Z] FQDN azwin-2-d9e720.westus.cloudapp.azure.com [2023-04-17T23:25:50.933Z] GIT_BRANCH PR-45349 [2023-04-17T23:25:50.933Z] GIT_COMMIT ad45ece6fe93c6870080341daa12fe8da6271fa9 [2023-04-17T23:25:50.933Z] GIT_PREVIOUS_COMMIT ad45ece6fe93c6870080341daa12fe8da6271fa9 [2023-04-17T23:25:50.933Z] GIT_URL https://github.com/moby/moby.git [2023-04-17T23:25:50.933Z] HUDSON_COOKIE 4cdab241-6745-4785-b73a-d329e9ec9f35 [2023-04-17T23:25:50.933Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2023-04-17T23:25:50.933Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2023-04-17T23:25:50.933Z] HUDSON_URL https://ci-next.docker.com/public/ [2023-04-17T23:25:50.933Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2023-04-17T23:25:50.933Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2023-04-17T23:25:50.933Z] JENKINS_NODE_COOKIE baf93e10-b059-4008-960a-fb18daed5c2d [2023-04-17T23:25:50.933Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2023-04-17T23:25:50.933Z] JENKINS_URL https://ci-next.docker.com/public/ [2023-04-17T23:25:50.933Z] JOB_BASE_NAME PR-45349 [2023-04-17T23:25:50.933Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-45349/display/redirect [2023-04-17T23:25:50.933Z] JOB_NAME moby/PR-45349 [2023-04-17T23:25:50.933Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-45349/ [2023-04-17T23:25:50.933Z] library.jps.version master [2023-04-17T23:25:50.933Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2023-04-17T23:25:50.933Z] NODE_LABELS amd64 azure azwin-2-d9e720 azwin-2019 docker west-us windows windows-2019 x86_64 [2023-04-17T23:25:50.933Z] NODE_NAME azwin-2-d9e720 [2023-04-17T23:25:50.933Z] NUMBER_OF_PROCESSORS 4 [2023-04-17T23:25:50.933Z] OS Windows_NT [2023-04-17T23:25:50.933Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2023-04-17T23:25:50.933Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2023-04-17T23:25:50.933Z] ppc64le false [2023-04-17T23:25:50.933Z] PROCESSOR_ARCHITECTURE AMD64 [2023-04-17T23:25:50.933Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 7, GenuineIntel [2023-04-17T23:25:50.933Z] PROCESSOR_LEVEL 6 [2023-04-17T23:25:50.933Z] PROCESSOR_REVISION 5507 [2023-04-17T23:25:50.933Z] ProgramData C:\ProgramData [2023-04-17T23:25:50.933Z] ProgramFiles C:\Program Files [2023-04-17T23:25:50.933Z] ProgramFiles(x86) C:\Program Files (x86) [2023-04-17T23:25:50.933Z] ProgramW6432 C:\Program Files [2023-04-17T23:25:50.933Z] PROMPT $P$G [2023-04-17T23:25:50.933Z] PSExecutionPolicyPreference Bypass [2023-04-17T23:25:50.933Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2023-04-17T23:25:50.933Z] PUBLIC C:\Users\Public [2023-04-17T23:25:50.933Z] rootless true [2023-04-17T23:25:50.933Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-45349/4/display/redirect?page=artif... [2023-04-17T23:25:50.933Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-45349/4/display/redirect?page=changes [2023-04-17T23:25:50.933Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-45349/4/display/redirect [2023-04-17T23:25:50.933Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-45349/4/display/redirect?page=tests [2023-04-17T23:25:50.933Z] s390x false [2023-04-17T23:25:50.933Z] SKIP_VALIDATION_TESTS 1 [2023-04-17T23:25:50.933Z] SOURCES_DRIVE d [2023-04-17T23:25:50.933Z] SOURCES_SUBDIR gopath [2023-04-17T23:25:50.933Z] STAGE_NAME Run tests [2023-04-17T23:25:50.934Z] SystemDrive C: [2023-04-17T23:25:50.934Z] SystemRoot C:\Windows [2023-04-17T23:25:50.934Z] TEMP C:\Windows\TEMP [2023-04-17T23:25:50.934Z] TESTDEBUG 0 [2023-04-17T23:25:50.934Z] TESTRUN_DRIVE d [2023-04-17T23:25:50.934Z] TESTRUN_SUBDIR CI [2023-04-17T23:25:50.934Z] TIMEOUT 120m [2023-04-17T23:25:50.934Z] TMP C:\Windows\TEMP [2023-04-17T23:25:50.934Z] unit_validate true [2023-04-17T23:25:50.934Z] USERDOMAIN WORKGROUP [2023-04-17T23:25:50.934Z] USERNAME azwin-2-d9e720$ [2023-04-17T23:25:50.934Z] USERPROFILE C:\Windows\system32\config\systemprofile [2023-04-17T23:25:50.934Z] validate_force false [2023-04-17T23:25:50.934Z] windir C:\Windows [2023-04-17T23:25:50.934Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2023-04-17T23:25:50.934Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2023-04-17T23:25:50.934Z] windowsRS5 true [2023-04-17T23:25:50.934Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2023-04-17T23:25:50.934Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2023-04-17T23:25:50.934Z] [2023-04-17T23:25:50.934Z] [2023-04-17T23:25:50.934Z] [2023-04-17T23:25:50.935Z] #39 108.1 DEP criu/util.d [2023-04-17T23:25:50.991Z] #39 68.17 CC compel/plugins/std/fds.o [2023-04-17T23:25:51.139Z] #39 46.34 DEP compel/src/lib/infect-rpc.d [2023-04-17T23:25:51.139Z] #39 46.45 DEP compel/arch/aarch64/src/lib/infect.d [2023-04-17T23:25:51.196Z] #39 108.3 DEP criu/uffd.d [2023-04-17T23:25:51.400Z] #39 46.54 DEP compel/arch/aarch64/src/lib/cpu.d [2023-04-17T23:25:51.400Z] #39 46.63 DEP compel/src/lib/log.d [2023-04-17T23:25:51.400Z] #39 46.68 DEP compel/src/main.d [2023-04-17T23:25:51.400Z] #39 ... [2023-04-17T23:25:51.400Z] [2023-04-17T23:25:51.400Z] #36 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:25:51.400Z] #36 84.97 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2023-04-17T23:25:51.400Z] #36 84.97 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2023-04-17T23:25:51.400Z] #36 84.97 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-04-17T23:25:51.400Z] #36 94.94 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2023-04-17T23:25:51.400Z] #36 94.95 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2023-04-17T23:25:51.400Z] #36 94.95 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-04-17T23:25:51.400Z] #36 ... [2023-04-17T23:25:51.400Z] [2023-04-17T23:25:51.400Z] #39 [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 [2023-04-17T23:25:51.400Z] #39 46.74 DEP compel/src/lib/handle-elf.d [2023-04-17T23:25:51.400Z] #39 46.81 DEP compel/arch/aarch64/src/lib/handle-elf.d [2023-04-17T23:25:51.420Z] #39 28.50 CC images/signalfd.o [2023-04-17T23:25:51.420Z] #39 28.71 CC images/fs.o [2023-04-17T23:25:51.558Z] #39 68.85 CC compel/plugins/std/log.o [2023-04-17T23:25:51.678Z] #39 28.91 CC images/pstree.o [2023-04-17T23:25:51.683Z] #39 46.92 CC compel/src/lib/log.o [2023-04-17T23:25:51.684Z] #39 47.19 CC compel/arch/aarch64/src/lib/cpu.o [2023-04-17T23:25:51.767Z] #39 108.8 DEP criu/tun.d [2023-04-17T23:25:51.903Z] INFO: Sources under d:\gopath\... [2023-04-17T23:25:51.903Z] INFO: Test run under d:\CI\... [2023-04-17T23:25:51.903Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2023-04-17T23:25:51.903Z] INFO: docker/docker repository was found [2023-04-17T23:25:51.903Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2023-04-17T23:25:51.937Z] #39 29.11 CC images/pipe.o [2023-04-17T23:25:52.028Z] #39 109.0 DEP criu/tty.d [2023-04-17T23:25:52.125Z] #39 ... [2023-04-17T23:25:52.125Z] [2023-04-17T23:25:52.125Z] #37 [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 [2023-04-17T23:25:52.125Z] #37 91.84 + export 'BUILDTAGS=netgo osusergo static_build' [2023-04-17T23:25:52.125Z] #37 91.84 + BUILDTAGS='netgo osusergo static_build' [2023-04-17T23:25:52.125Z] #37 91.84 + export EXTRA_FLAGS=-buildmode=pie [2023-04-17T23:25:52.125Z] #37 91.84 + EXTRA_FLAGS=-buildmode=pie [2023-04-17T23:25:52.125Z] #37 91.84 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2023-04-17T23:25:52.125Z] #37 91.84 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2023-04-17T23:25:52.125Z] #37 91.84 + '[' '' = dynamic ']' [2023-04-17T23:25:52.125Z] #37 91.84 + make [2023-04-17T23:25:52.125Z] #37 95.21 + bin/ctr [2023-04-17T23:25:52.125Z] #37 ... [2023-04-17T23:25:52.125Z] [2023-04-17T23:25:52.125Z] #33 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:25:52.125Z] #33 151.8 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2023-04-17T23:25:52.125Z] #33 151.9 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2023-04-17T23:25:52.125Z] #33 151.9 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2023-04-17T23:25:52.196Z] #39 29.33 CC images/tcp-stream.o [2023-04-17T23:25:52.272Z] #39 47.40 CC compel/arch/aarch64/src/lib/infect.o [2023-04-17T23:25:52.289Z] #39 109.3 DEP criu/timerfd.d [2023-04-17T23:25:52.289Z] #39 109.5 DEP criu/timens.d [2023-04-17T23:25:52.371Z] ltsc2019: Pulling from windows/servercore [2023-04-17T23:25:52.371Z] 8185ee4ed646: Pulling fs layer [2023-04-17T23:25:52.371Z] a2008f031039: Pulling fs layer [2023-04-17T23:25:52.455Z] #39 29.57 CC images/sk-packet.o [2023-04-17T23:25:52.534Z] #39 47.81 CC compel/src/lib/infect-rpc.o [2023-04-17T23:25:52.692Z] #33 ... [2023-04-17T23:25:52.692Z] [2023-04-17T23:25:52.692Z] #39 [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 [2023-04-17T23:25:52.692Z] #39 69.93 CC compel/plugins/std/string.o [2023-04-17T23:25:52.714Z] #39 29.93 CC images/mnt.o [2023-04-17T23:25:52.795Z] #39 48.12 CC compel/src/lib/infect-util.o [2023-04-17T23:25:52.860Z] #39 109.7 DEP criu/sysfs_parse.d [2023-04-17T23:25:52.860Z] #39 110.0 DEP criu/sysctl.d [2023-04-17T23:25:52.860Z] #39 110.1 DEP criu/string.d [2023-04-17T23:25:53.056Z] #39 48.45 CC compel/src/lib/infect.o [2023-04-17T23:25:53.122Z] #39 110.2 DEP criu/stats.d [2023-04-17T23:25:53.280Z] #39 30.21 CC images/pipe-data.o [2023-04-17T23:25:53.281Z] #39 30.42 CC images/sa.o [2023-04-17T23:25:53.354Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2023-04-17T23:25:53.354Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2023-04-17T23:25:53.382Z] #39 110.5 DEP criu/sockets.d [2023-04-17T23:25:53.539Z] #39 30.70 CC images/timer.o [2023-04-17T23:25:53.628Z] #39 70.72 CC compel/plugins/std/infect.o [2023-04-17T23:25:53.643Z] #39 ... [2023-04-17T23:25:53.643Z] [2023-04-17T23:25:53.643Z] #27 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:25:53.643Z] #27 202.8 Selecting previously unselected package g++-mingw-w64-x86-64. [2023-04-17T23:25:53.643Z] #27 202.8 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2023-04-17T23:25:53.643Z] #27 202.8 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2023-04-17T23:25:53.915Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2023-04-17T23:25:54.154Z] #39 31.05 CC images/timerfd.o [2023-04-17T23:25:54.154Z] #39 31.30 CC images/mm.o [2023-04-17T23:25:54.195Z] #39 71.30 CC compel/arch/x86/plugins/std/parasite-head.o [2023-04-17T23:25:54.195Z] #39 71.43 CC compel/arch/x86/plugins/std/memcpy.o [2023-04-17T23:25:54.214Z] #27 203.3 Selecting previously unselected package libapparmor1:amd64. [2023-04-17T23:25:54.215Z] #27 203.3 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2023-04-17T23:25:54.215Z] #27 203.3 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2023-04-17T23:25:54.455Z] #39 71.65 CC compel/arch/x86/plugins/std/syscalls-64.o [2023-04-17T23:25:54.475Z] #27 203.5 Selecting previously unselected package libapparmor-dev:amd64. [2023-04-17T23:25:54.475Z] #27 203.5 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2023-04-17T23:25:54.475Z] #27 203.6 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2023-04-17T23:25:54.476Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2023-04-17T23:25:54.713Z] #39 71.79 AR compel/plugins/std.lib.a [2023-04-17T23:25:54.723Z] #39 31.69 CC images/sk-opts.o [2023-04-17T23:25:54.723Z] #39 31.84 CC images/sk-unix.o [2023-04-17T23:25:54.723Z] #39 32.04 CC images/sk-inet.o [2023-04-17T23:25:54.732Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2023-04-17T23:25:54.968Z] #39 50.27 CC compel/src/lib/ptrace.o [2023-04-17T23:25:54.972Z] #39 72.02 CC compel/plugins/fds/fds.o [2023-04-17T23:25:54.999Z] #27 203.9 Selecting previously unselected package libbtrfs0:amd64. [2023-04-17T23:25:54.999Z] #27 203.9 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2023-04-17T23:25:54.999Z] #27 203.9 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2023-04-17T23:25:55.228Z] #39 50.53 AR compel/libcompel.a [2023-04-17T23:25:55.228Z] #39 50.62 HOSTCC compel/src/main-host.o [2023-04-17T23:25:55.231Z] #39 72.55 AR compel/plugins/fds.lib.a [2023-04-17T23:25:55.260Z] #27 204.3 Selecting previously unselected package libbtrfs-dev:amd64. [2023-04-17T23:25:55.260Z] #27 204.3 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2023-04-17T23:25:55.260Z] #27 204.4 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2023-04-17T23:25:55.293Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2023-04-17T23:25:55.329Z] a2008f031039: Verifying Checksum [2023-04-17T23:25:55.329Z] a2008f031039: Download complete [2023-04-17T23:25:55.489Z] #39 50.85 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o [2023-04-17T23:25:55.521Z] #27 204.7 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2023-04-17T23:25:55.521Z] #27 204.7 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2023-04-17T23:25:55.521Z] #27 204.7 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2023-04-17T23:25:55.662Z] #39 32.58 CC images/tun.o [2023-04-17T23:25:55.749Z] #39 51.06 HOSTCC compel/src/lib/handle-elf-host.o [2023-04-17T23:25:55.782Z] #27 204.9 Selecting previously unselected package libudev-dev:amd64. [2023-04-17T23:25:55.782Z] #27 204.9 Preparing to unpack .../20-libudev-dev_247.3-7+deb11u1_amd64.deb ... [2023-04-17T23:25:55.782Z] #27 205.0 Unpacking libudev-dev:amd64 (247.3-7+deb11u1) ... [2023-04-17T23:25:55.798Z] #39 72.85 HOSTDEP compel/src/lib/log-host.d [2023-04-17T23:25:55.924Z] #39 32.95 CC images/sk-netlink.o [2023-04-17T23:25:55.924Z] #39 33.23 CC images/packet-sock.o [2023-04-17T23:25:56.010Z] #39 51.34 HOSTCC compel/src/lib/log-host.o [2023-04-17T23:25:56.057Z] #39 73.14 HOSTDEP compel/src/lib/handle-elf-host.d [2023-04-17T23:25:56.271Z] #39 51.50 HOSTLINK compel/compel-host-bin [2023-04-17T23:25:56.271Z] #39 51.60 DEP soccr/soccr.d [2023-04-17T23:25:56.271Z] #39 51.70 CC soccr/soccr.o [2023-04-17T23:25:56.315Z] #39 73.37 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2023-04-17T23:25:56.315Z] #39 73.50 HOSTDEP compel/src/main-host.d [2023-04-17T23:25:56.438Z] #27 205.4 Selecting previously unselected package libsepol1-dev:amd64. [2023-04-17T23:25:56.438Z] #27 205.4 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2023-04-17T23:25:56.438Z] #27 205.4 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2023-04-17T23:25:56.491Z] #39 33.55 CC images/ipc-var.o [2023-04-17T23:25:56.573Z] #39 73.65 DEP compel/src/lib/ptrace.d [2023-04-17T23:25:56.574Z] #39 73.81 DEP compel/src/lib/infect.d [2023-04-17T23:25:56.657Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2023-04-17T23:25:56.751Z] #39 33.75 CC images/ipc-desc.o [2023-04-17T23:25:56.751Z] #39 33.91 CC images/ipc-shm.o [2023-04-17T23:25:56.844Z] #39 ... [2023-04-17T23:25:56.844Z] [2023-04-17T23:25:56.844Z] #36 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:25:56.844Z] #36 99.99 Selecting previously unselected package g++-mingw-w64-x86-64. [2023-04-17T23:25:56.844Z] #36 99.99 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2023-04-17T23:25:56.844Z] #36 100.0 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2023-04-17T23:25:56.844Z] #36 100.1 Selecting previously unselected package libapparmor1:arm64. [2023-04-17T23:25:56.844Z] #36 100.1 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ... [2023-04-17T23:25:56.844Z] #36 100.1 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2023-04-17T23:25:56.844Z] #36 100.2 Selecting previously unselected package libapparmor-dev:arm64. [2023-04-17T23:25:56.844Z] #36 100.3 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ... [2023-04-17T23:25:56.844Z] #36 100.3 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2023-04-17T23:25:56.844Z] #36 100.4 Selecting previously unselected package libbtrfs0:arm64. [2023-04-17T23:25:56.844Z] #36 100.4 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ... [2023-04-17T23:25:56.844Z] #36 100.4 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2023-04-17T23:25:56.844Z] #36 100.5 Selecting previously unselected package libbtrfs-dev:arm64. [2023-04-17T23:25:56.844Z] #36 100.5 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ... [2023-04-17T23:25:56.844Z] #36 100.5 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2023-04-17T23:25:57.009Z] #39 34.17 CC images/ipc-msg.o [2023-04-17T23:25:57.105Z] #36 100.7 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2023-04-17T23:25:57.105Z] #36 100.7 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2023-04-17T23:25:57.105Z] #36 100.7 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2023-04-17T23:25:57.105Z] #36 100.8 Selecting previously unselected package libudev-dev:arm64. [2023-04-17T23:25:57.105Z] #36 100.8 Preparing to unpack .../20-libudev-dev_247.3-7+deb11u1_arm64.deb ... [2023-04-17T23:25:57.105Z] #36 100.8 Unpacking libudev-dev:arm64 (247.3-7+deb11u1) ... [2023-04-17T23:25:57.142Z] #39 74.15 DEP compel/src/lib/infect-util.d [2023-04-17T23:25:57.142Z] #39 74.29 DEP compel/src/lib/infect-rpc.d [2023-04-17T23:25:57.142Z] #39 74.51 DEP compel/arch/x86/src/lib/infect.d [2023-04-17T23:25:57.217Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2023-04-17T23:25:57.268Z] #39 34.44 CC images/ipc-sem.o [2023-04-17T23:25:57.366Z] #36 100.9 Selecting previously unselected package libsepol1-dev:arm64. [2023-04-17T23:25:57.366Z] #36 101.0 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ... [2023-04-17T23:25:57.366Z] #36 101.0 Unpacking libsepol1-dev:arm64 (3.1-1) ... [2023-04-17T23:25:57.390Z] #27 206.4 Selecting previously unselected package libpcre2-16-0:amd64. [2023-04-17T23:25:57.390Z] #27 206.4 Preparing to unpack .../22-libpcre2-16-0_10.36-2+deb11u1_amd64.deb ... [2023-04-17T23:25:57.390Z] #27 206.5 Unpacking libpcre2-16-0:amd64 (10.36-2+deb11u1) ... [2023-04-17T23:25:57.401Z] #39 74.63 DEP compel/arch/x86/src/lib/cpu.d [2023-04-17T23:25:57.401Z] #39 74.71 DEP compel/src/lib/log.d [2023-04-17T23:25:57.527Z] #39 34.65 CC images/utsns.o [2023-04-17T23:25:57.629Z] #36 101.2 Selecting previously unselected package libpcre2-16-0:arm64. [2023-04-17T23:25:57.629Z] #36 101.2 Preparing to unpack .../22-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ... [2023-04-17T23:25:57.629Z] #36 101.3 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ... [2023-04-17T23:25:57.629Z] #36 101.4 Selecting previously unselected package libpcre2-32-0:arm64. [2023-04-17T23:25:57.629Z] #36 101.4 Preparing to unpack .../23-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ... [2023-04-17T23:25:57.629Z] #36 101.4 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ... [2023-04-17T23:25:57.660Z] #39 74.84 DEP compel/src/main.d [2023-04-17T23:25:57.660Z] #39 75.03 DEP compel/src/lib/handle-elf.d [2023-04-17T23:25:57.710Z] #27 ... [2023-04-17T23:25:57.710Z] [2023-04-17T23:25:57.710Z] #25 [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 [2023-04-17T23:25:57.710Z] #25 196.7 + for f in rootlesskit rootlesskit-docker-proxy [2023-04-17T23:25:57.710Z] #25 196.7 + GOBIN=/build [2023-04-17T23:25:57.710Z] #25 196.7 + GO111MODULE=on [2023-04-17T23:25:57.710Z] #25 196.7 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2023-04-17T23:25:57.710Z] #25 ... [2023-04-17T23:25:57.710Z] [2023-04-17T23:25:57.710Z] #39 [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 [2023-04-17T23:25:57.710Z] #39 110.9 DEP criu/sk-unix.d [2023-04-17T23:25:57.710Z] #39 111.3 DEP criu/sk-tcp.d [2023-04-17T23:25:57.710Z] #39 111.8 DEP criu/sk-queue.d [2023-04-17T23:25:57.710Z] #39 112.1 DEP criu/sk-packet.d [2023-04-17T23:25:57.710Z] #39 112.5 DEP criu/sk-netlink.d [2023-04-17T23:25:57.710Z] #39 112.8 DEP criu/sk-inet.d [2023-04-17T23:25:57.710Z] #39 113.1 DEP criu/signalfd.d [2023-04-17T23:25:57.710Z] #39 113.4 DEP criu/sigframe.d [2023-04-17T23:25:57.710Z] #39 113.5 DEP criu/shmem.d [2023-04-17T23:25:57.710Z] #39 113.7 DEP criu/servicefd.d [2023-04-17T23:25:57.710Z] #39 114.0 DEP criu/seize.d [2023-04-17T23:25:57.710Z] #39 114.2 DEP criu/seccomp.d [2023-04-17T23:25:57.710Z] #39 114.4 DEP criu/rst-malloc.d [2023-04-17T23:25:57.710Z] #39 114.5 DEP criu/rbtree.d [2023-04-17T23:25:57.710Z] #39 114.7 DEP criu/pstree.d [2023-04-17T23:25:57.786Z] #39 34.91 CC images/creds.o [2023-04-17T23:25:57.890Z] #36 101.6 Selecting previously unselected package libpcre2-posix2:arm64. [2023-04-17T23:25:57.890Z] #36 101.6 Preparing to unpack .../24-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ... [2023-04-17T23:25:57.890Z] #36 101.7 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ... [2023-04-17T23:25:57.890Z] #36 101.7 Selecting previously unselected package libpcre2-dev:arm64. [2023-04-17T23:25:57.890Z] #36 101.7 Preparing to unpack .../25-libpcre2-dev_10.36-2+deb11u1_arm64.deb ... [2023-04-17T23:25:57.890Z] #36 101.7 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ... [2023-04-17T23:25:57.918Z] #39 75.18 DEP compel/arch/x86/src/lib/handle-elf.d [2023-04-17T23:25:57.971Z] #39 114.9 DEP criu/protobuf.d [2023-04-17T23:25:57.971Z] #39 115.0 GEN criu/protobuf-desc-gen.h [2023-04-17T23:25:58.045Z] #39 35.12 CC images/vma.o [2023-04-17T23:25:58.144Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2023-04-17T23:25:58.176Z] #39 75.38 CC compel/src/lib/log.o [2023-04-17T23:25:58.304Z] #39 35.38 CC images/netdev.o [2023-04-17T23:25:58.399Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2023-04-17T23:25:58.435Z] #39 75.77 CC compel/arch/x86/src/lib/cpu.o [2023-04-17T23:25:58.462Z] #36 102.1 Selecting previously unselected package libselinux1-dev:arm64. [2023-04-17T23:25:58.462Z] #36 102.2 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ... [2023-04-17T23:25:58.462Z] #36 102.2 Unpacking libselinux1-dev:arm64 (3.1-3) ... [2023-04-17T23:25:58.562Z] #39 35.75 CC images/tty.o [2023-04-17T23:25:58.722Z] #36 102.4 Selecting previously unselected package libdevmapper-dev:arm64. [2023-04-17T23:25:58.722Z] #36 102.4 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ... [2023-04-17T23:25:58.722Z] #36 102.4 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2023-04-17T23:25:58.722Z] #36 102.5 Selecting previously unselected package libseccomp-dev:arm64. [2023-04-17T23:25:58.722Z] #36 102.5 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2023-04-17T23:25:58.722Z] #36 102.5 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2023-04-17T23:25:58.912Z] #39 ... [2023-04-17T23:25:58.912Z] [2023-04-17T23:25:58.912Z] #25 [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 [2023-04-17T23:25:58.912Z] #25 DONE 208.0s [2023-04-17T23:25:58.912Z] [2023-04-17T23:25:58.912Z] #27 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:25:58.912Z] #27 207.6 Selecting previously unselected package libpcre2-32-0:amd64. [2023-04-17T23:25:58.912Z] #27 207.6 Preparing to unpack .../23-libpcre2-32-0_10.36-2+deb11u1_amd64.deb ... [2023-04-17T23:25:58.912Z] #27 207.8 Unpacking libpcre2-32-0:amd64 (10.36-2+deb11u1) ... [2023-04-17T23:25:58.912Z] #27 ... [2023-04-17T23:25:58.912Z] [2023-04-17T23:25:58.912Z] #40 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2023-04-17T23:25:58.912Z] #40 DONE 0.1s [2023-04-17T23:25:58.912Z] [2023-04-17T23:25:58.912Z] #27 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:25:58.912Z] #27 208.1 Selecting previously unselected package libpcre2-posix2:amd64. [2023-04-17T23:25:58.912Z] #27 208.1 Preparing to unpack .../24-libpcre2-posix2_10.36-2+deb11u1_amd64.deb ... [2023-04-17T23:25:58.912Z] #27 208.1 Unpacking libpcre2-posix2:amd64 (10.36-2+deb11u1) ... [2023-04-17T23:25:58.959Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2023-04-17T23:25:58.983Z] #36 102.7 Selecting previously unselected package libsystemd-dev:arm64. [2023-04-17T23:25:58.983Z] #36 102.7 Preparing to unpack .../29-libsystemd-dev_247.3-7+deb11u1_arm64.deb ... [2023-04-17T23:25:58.983Z] #36 102.7 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u1) ... [2023-04-17T23:25:59.130Z] #39 36.31 CC images/file-lock.o [2023-04-17T23:25:59.175Z] #27 ... [2023-04-17T23:25:59.176Z] [2023-04-17T23:25:59.176Z] #41 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2023-04-17T23:25:59.176Z] #41 DONE 0.1s [2023-04-17T23:25:59.176Z] [2023-04-17T23:25:59.176Z] #27 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:25:59.176Z] #27 208.3 Selecting previously unselected package libpcre2-dev:amd64. [2023-04-17T23:25:59.176Z] #27 208.4 Preparing to unpack .../25-libpcre2-dev_10.36-2+deb11u1_amd64.deb ... [2023-04-17T23:25:59.176Z] #27 208.4 Unpacking libpcre2-dev:amd64 (10.36-2+deb11u1) ... [2023-04-17T23:25:59.244Z] #36 103.1 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2023-04-17T23:25:59.244Z] #36 103.1 Setting up libapparmor1:arm64 (2.13.6-10) ... [2023-04-17T23:25:59.389Z] #39 36.46 CC images/rlimit.o [2023-04-17T23:25:59.504Z] #36 103.2 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2023-04-17T23:25:59.504Z] #36 103.2 Setting up libsepol1-dev:arm64 (3.1-1) ... [2023-04-17T23:25:59.504Z] #36 103.2 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2023-04-17T23:25:59.504Z] #36 103.2 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ... [2023-04-17T23:25:59.504Z] #36 103.2 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2023-04-17T23:25:59.504Z] #36 103.2 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ... [2023-04-17T23:25:59.504Z] #36 103.2 Setting up libudev-dev:arm64 (247.3-7+deb11u1) ... [2023-04-17T23:25:59.504Z] #36 103.2 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ... [2023-04-17T23:25:59.505Z] #36 103.2 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2023-04-17T23:25:59.505Z] #36 103.3 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2023-04-17T23:25:59.505Z] #36 103.3 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2023-04-17T23:25:59.505Z] #36 103.3 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2023-04-17T23:25:59.505Z] #36 103.3 Setting up mingw-w64-common (8.0.0-1) ... [2023-04-17T23:25:59.505Z] #36 103.3 Setting up libsystemd-dev:arm64 (247.3-7+deb11u1) ... [2023-04-17T23:25:59.505Z] #36 103.3 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2023-04-17T23:25:59.505Z] #36 103.3 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ... [2023-04-17T23:25:59.505Z] #36 103.3 Setting up libselinux1-dev:arm64 (3.1-3) ... [2023-04-17T23:25:59.505Z] #36 103.3 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2023-04-17T23:25:59.520Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2023-04-17T23:25:59.647Z] #39 36.65 CC images/pagemap.o [2023-04-17T23:25:59.765Z] #36 103.4 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-04-17T23:25:59.765Z] #36 103.4 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 [2023-04-17T23:25:59.765Z] #36 103.4 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-04-17T23:25:59.765Z] #36 103.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 [2023-04-17T23:25:59.765Z] #36 103.4 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2023-04-17T23:25:59.765Z] #36 103.4 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-04-17T23:25:59.765Z] #36 103.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 [2023-04-17T23:25:59.765Z] #36 103.4 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-04-17T23:25:59.765Z] #36 103.5 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2023-04-17T23:25:59.765Z] #36 103.5 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2023-04-17T23:25:59.765Z] #36 103.5 Setting up dmsetup (2:1.02.175-2.1) ... [2023-04-17T23:25:59.765Z] #36 103.6 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2023-04-17T23:25:59.765Z] #36 103.6 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2023-04-17T23:25:59.906Z] #39 36.94 CC images/siginfo.o [2023-04-17T23:26:00.026Z] #36 103.6 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2023-04-17T23:26:00.165Z] #39 37.26 CC images/rpc.o [2023-04-17T23:26:00.194Z] #27 209.3 Selecting previously unselected package libselinux1-dev:amd64. [2023-04-17T23:26:00.194Z] #27 209.3 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2023-04-17T23:26:00.194Z] #27 209.3 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2023-04-17T23:26:00.338Z] #39 77.15 CC compel/arch/x86/src/lib/infect.o [2023-04-17T23:26:00.452Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2023-04-17T23:26:00.597Z] #36 DONE 104.3s [2023-04-17T23:26:00.597Z] [2023-04-17T23:26:00.597Z] #40 [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 [2023-04-17T23:26:00.770Z] #27 209.8 Selecting previously unselected package libdevmapper-dev:amd64. [2023-04-17T23:26:00.770Z] #27 209.8 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2023-04-17T23:26:00.770Z] #27 209.9 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2023-04-17T23:26:00.770Z] #27 210.0 Selecting previously unselected package libseccomp-dev:amd64. [2023-04-17T23:26:00.770Z] #27 210.0 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2023-04-17T23:26:00.770Z] #27 210.0 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2023-04-17T23:26:01.014Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2023-04-17T23:26:01.029Z] #27 210.3 Selecting previously unselected package libsystemd-dev:amd64. [2023-04-17T23:26:01.029Z] #27 210.3 Preparing to unpack .../29-libsystemd-dev_247.3-7+deb11u1_amd64.deb ... [2023-04-17T23:26:01.102Z] #39 ... [2023-04-17T23:26:01.102Z] [2023-04-17T23:26:01.102Z] #27 [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 [2023-04-17T23:26:01.102Z] #27 84.90 internal/safefilepath [2023-04-17T23:26:01.102Z] #27 85.00 internal/syscall/execenv [2023-04-17T23:26:01.102Z] #27 85.06 path [2023-04-17T23:26:01.102Z] #27 85.13 strings [2023-04-17T23:26:01.102Z] #27 85.69 io/fs [2023-04-17T23:26:01.102Z] #27 87.22 os [2023-04-17T23:26:01.102Z] #27 87.71 bufio [2023-04-17T23:26:01.102Z] #27 89.66 text/tabwriter [2023-04-17T23:26:01.102Z] #27 91.04 io/ioutil [2023-04-17T23:26:01.102Z] #27 91.05 fmt [2023-04-17T23:26:01.102Z] #27 94.01 github.com/BurntSushi/toml [2023-04-17T23:26:01.102Z] #27 94.02 flag [2023-04-17T23:26:01.273Z] #39 78.59 CC compel/src/lib/infect-rpc.o [2023-04-17T23:26:01.291Z] #27 210.3 Unpacking libsystemd-dev:amd64 (247.3-7+deb11u1) ... [2023-04-17T23:26:01.360Z] #27 ... [2023-04-17T23:26:01.360Z] [2023-04-17T23:26:01.361Z] #39 [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 [2023-04-17T23:26:01.361Z] #39 38.48 CC images/ext-file.o [2023-04-17T23:26:01.556Z] #40 ... [2023-04-17T23:26:01.556Z] [2023-04-17T23:26:01.556Z] #41 [dev-systemd-false 1/27] RUN groupadd -r docker [2023-04-17T23:26:01.556Z] #41 DONE 1.1s [2023-04-17T23:26:01.556Z] [2023-04-17T23:26:01.556Z] #40 [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 [2023-04-17T23:26:01.556Z] #40 1.144 + RM_GOPATH=0 [2023-04-17T23:26:01.556Z] #40 1.144 + TMP_GOPATH= [2023-04-17T23:26:01.556Z] #40 1.144 + : /build [2023-04-17T23:26:01.556Z] #40 1.144 + '[' -z '' ']' [2023-04-17T23:26:01.556Z] #40 1.144 ++ mktemp -d [2023-04-17T23:26:01.556Z] #40 1.148 + export GOPATH=/tmp/tmp.fFlSf7blum [2023-04-17T23:26:01.556Z] #40 1.150 + GOPATH=/tmp/tmp.fFlSf7blum [2023-04-17T23:26:01.556Z] #40 1.150 + RM_GOPATH=1 [2023-04-17T23:26:01.556Z] #40 1.150 + case "$(go env GOARCH)" in [2023-04-17T23:26:01.556Z] #40 1.197 ++ go env GOARCH [2023-04-17T23:26:01.574Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2023-04-17T23:26:01.619Z] #39 38.68 CC images/cgroup.o [2023-04-17T23:26:01.818Z] #40 1.215 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:26:01.818Z] #40 1.215 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:26:01.818Z] #40 1.236 ++ dirname /tmp/install/install.sh [2023-04-17T23:26:01.818Z] #40 1.239 Install runc version v1.1.4 (build tags: seccomp) [2023-04-17T23:26:01.818Z] #40 1.239 + dir=/tmp/install [2023-04-17T23:26:01.818Z] #40 1.239 + bin=runc [2023-04-17T23:26:01.818Z] #40 1.239 + shift [2023-04-17T23:26:01.818Z] #40 1.239 + '[' '!' -f /tmp/install/runc.installer ']' [2023-04-17T23:26:01.818Z] #40 1.239 + . /tmp/install/runc.installer [2023-04-17T23:26:01.818Z] #40 1.239 ++ set -e [2023-04-17T23:26:01.818Z] #40 1.239 ++ : v1.1.4 [2023-04-17T23:26:01.818Z] #40 1.239 + install_runc [2023-04-17T23:26:01.818Z] #40 1.239 + RUNC_BUILDTAGS=seccomp [2023-04-17T23:26:01.818Z] #40 1.239 + echo 'Install runc version v1.1.4 (build tags: seccomp)' [2023-04-17T23:26:01.818Z] #40 1.239 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.fFlSf7blum/src/github.com/opencontainers/runc [2023-04-17T23:26:01.818Z] #40 1.261 Cloning into '/tmp/tmp.fFlSf7blum/src/github.com/opencontainers/runc'... [2023-04-17T23:26:01.841Z] #39 79.14 CC compel/src/lib/infect-util.o [2023-04-17T23:26:02.135Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2023-04-17T23:26:02.135Z] Using test binary docker [2023-04-17T23:26:02.135Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2023-04-17T23:26:02.135Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2023-04-17T23:26:02.135Z] INFO: Waiting for daemon to start... [2023-04-17T23:26:02.135Z] Starting dockerd [2023-04-17T23:26:02.186Z] #39 39.31 CC images/userns.o [2023-04-17T23:26:02.408Z] #39 79.68 CC compel/src/lib/infect.o [2023-04-17T23:26:02.444Z] #39 39.53 CC images/google/protobuf/descriptor.o [2023-04-17T23:26:02.671Z] #27 211.6 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2023-04-17T23:26:02.671Z] #27 211.6 Setting up libapparmor1:amd64 (2.13.6-10) ... [2023-04-17T23:26:02.671Z] #27 211.6 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2023-04-17T23:26:02.671Z] #27 211.6 Setting up libsepol1-dev:amd64 (3.1-1) ... [2023-04-17T23:26:02.671Z] #27 211.6 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2023-04-17T23:26:02.671Z] #27 211.6 Setting up libpcre2-16-0:amd64 (10.36-2+deb11u1) ... [2023-04-17T23:26:02.671Z] #27 211.7 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2023-04-17T23:26:02.671Z] #27 211.7 Setting up libpcre2-32-0:amd64 (10.36-2+deb11u1) ... [2023-04-17T23:26:02.671Z] #27 211.7 Setting up libudev-dev:amd64 (247.3-7+deb11u1) ... [2023-04-17T23:26:02.671Z] #27 211.7 Setting up libpcre2-posix2:amd64 (10.36-2+deb11u1) ... [2023-04-17T23:26:02.672Z] #27 211.7 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2023-04-17T23:26:02.672Z] #27 211.7 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2023-04-17T23:26:02.672Z] #27 211.7 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2023-04-17T23:26:02.672Z] #27 211.8 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2023-04-17T23:26:02.672Z] #27 211.8 Setting up mingw-w64-common (8.0.0-1) ... [2023-04-17T23:26:02.672Z] #27 211.8 Setting up libsystemd-dev:amd64 (247.3-7+deb11u1) ... [2023-04-17T23:26:02.672Z] #27 211.8 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2023-04-17T23:26:02.672Z] #27 211.8 Setting up libpcre2-dev:amd64 (10.36-2+deb11u1) ... [2023-04-17T23:26:02.672Z] #27 211.8 Setting up libselinux1-dev:amd64 (3.1-3) ... [2023-04-17T23:26:02.672Z] #27 211.9 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2023-04-17T23:26:02.672Z] #27 211.9 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-04-17T23:26:02.672Z] #27 211.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2023-04-17T23:26:02.764Z] #40 ... [2023-04-17T23:26:02.764Z] [2023-04-17T23:26:02.764Z] #42 [dev-systemd-false 2/27] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2023-04-17T23:26:02.764Z] #42 DONE 0.9s [2023-04-17T23:26:02.764Z] [2023-04-17T23:26:02.764Z] #39 [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 [2023-04-17T23:26:02.764Z] #39 52.97 AR soccr/libsoccr.a [2023-04-17T23:26:02.764Z] #39 53.05 make[1]: 'soccr/libsoccr.a' is up to date. [2023-04-17T23:26:02.764Z] #39 53.43 DEP criu/arch/aarch64/sigframe.d [2023-04-17T23:26:02.764Z] #39 53.53 DEP criu/arch/aarch64/crtools.d [2023-04-17T23:26:02.764Z] #39 53.71 DEP criu/arch/aarch64/cpu.d [2023-04-17T23:26:02.764Z] #39 53.79 DEP criu/arch/aarch64/bitops.d [2023-04-17T23:26:02.764Z] #39 53.87 CC criu/arch/aarch64/bitops.o [2023-04-17T23:26:02.764Z] #39 53.92 CC criu/arch/aarch64/cpu.o [2023-04-17T23:26:02.764Z] #39 54.06 CC criu/arch/aarch64/crtools.o [2023-04-17T23:26:02.764Z] #39 54.52 CC criu/arch/aarch64/sigframe.o [2023-04-17T23:26:02.764Z] #39 54.70 LINK criu/arch/aarch64/crtools.built-in.o [2023-04-17T23:26:02.764Z] #39 54.74 DEP criu/pie/util-vdso.d [2023-04-17T23:26:02.764Z] #39 54.91 DEP criu/pie/util.d [2023-04-17T23:26:02.764Z] #39 55.05 CC criu/pie/util.o [2023-04-17T23:26:02.764Z] #39 55.36 CC criu/pie/util-vdso.o [2023-04-17T23:26:02.764Z] #39 55.65 AR criu/pie/pie.lib.a [2023-04-17T23:26:02.764Z] #39 55.70 DEP criu/pie/restorer.d [2023-04-17T23:26:02.764Z] #39 55.98 DEP criu/arch/aarch64/intraprocedure.d [2023-04-17T23:26:02.764Z] #39 56.04 DEP criu/arch/aarch64/restorer.d [2023-04-17T23:26:02.764Z] #39 56.39 DEP criu/arch/aarch64/vdso-pie.d [2023-04-17T23:26:02.764Z] #39 56.53 DEP criu/pie/parasite-vdso.d [2023-04-17T23:26:02.764Z] #39 56.85 DEP criu/pie/parasite.d [2023-04-17T23:26:02.764Z] #39 57.23 CC criu/pie/parasite.o [2023-04-17T23:26:02.935Z] #27 211.9 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-04-17T23:26:02.935Z] #27 211.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2023-04-17T23:26:02.935Z] #27 212.0 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2023-04-17T23:26:02.935Z] #27 212.0 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-04-17T23:26:02.935Z] #27 212.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2023-04-17T23:26:03.196Z] #27 212.1 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-04-17T23:26:03.196Z] #27 212.2 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2023-04-17T23:26:03.196Z] #27 212.3 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2023-04-17T23:26:03.196Z] #27 212.3 Setting up dmsetup (2:1.02.175-2.1) ... [2023-04-17T23:26:03.196Z] #27 212.3 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2023-04-17T23:26:03.196Z] #27 212.4 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2023-04-17T23:26:03.196Z] #27 212.4 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2023-04-17T23:26:03.335Z] #39 ... [2023-04-17T23:26:03.335Z] [2023-04-17T23:26:03.335Z] #43 [dev-systemd-false 3/27] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2023-04-17T23:26:03.335Z] #0 0.744 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2023-04-17T23:26:03.335Z] #43 DONE 0.8s [2023-04-17T23:26:03.335Z] [2023-04-17T23:26:03.335Z] #44 [dev-systemd-false 4/27] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2023-04-17T23:26:04.136Z] #27 DONE 213.3s [2023-04-17T23:26:04.136Z] [2023-04-17T23:26:04.136Z] #42 [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 [2023-04-17T23:26:04.282Z] #44 DONE 0.8s [2023-04-17T23:26:04.282Z] [2023-04-17T23:26:04.282Z] #45 [dev-systemd-false 5/27] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2023-04-17T23:26:04.347Z] #39 41.24 CC images/opts.o [2023-04-17T23:26:04.347Z] #39 41.49 CC images/seccomp.o [2023-04-17T23:26:04.605Z] #39 41.74 CC images/binfmt-misc.o [2023-04-17T23:26:04.864Z] #39 41.95 CC images/time.o [2023-04-17T23:26:04.864Z] #39 42.15 CC images/sysctl.o [2023-04-17T23:26:05.123Z] #39 42.35 CC images/autofs.o [2023-04-17T23:26:05.229Z] #45 DONE 0.9s [2023-04-17T23:26:05.229Z] [2023-04-17T23:26:05.229Z] #46 [dev-systemd-false 6/27] RUN ldconfig [2023-04-17T23:26:05.381Z] #39 42.55 CC images/macvlan.o [2023-04-17T23:26:05.396Z] . [2023-04-17T23:26:05.396Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2023-04-17T23:26:05.396Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2023-04-17T23:26:05.396Z] Error: No such image: emptyfs [2023-04-17T23:26:05.640Z] #39 42.74 CC images/sit.o [2023-04-17T23:26:05.652Z] Running integration-test (iteration 1) [2023-04-17T23:26:05.652Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2023-04-17T23:26:05.749Z] 8185ee4ed646: Verifying Checksum [2023-04-17T23:26:05.749Z] 8185ee4ed646: Download complete [2023-04-17T23:26:05.898Z] #39 42.95 CC images/memfd.o [2023-04-17T23:26:05.898Z] #39 ... [2023-04-17T23:26:05.898Z] [2023-04-17T23:26:05.898Z] #36 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:26:05.898Z] #36 89.86 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2023-04-17T23:26:05.899Z] #36 89.86 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2023-04-17T23:26:05.899Z] #36 89.87 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-04-17T23:26:05.899Z] #36 96.09 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2023-04-17T23:26:05.899Z] #36 96.11 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2023-04-17T23:26:05.899Z] #36 96.12 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2023-04-17T23:26:05.899Z] #36 ... [2023-04-17T23:26:05.899Z] [2023-04-17T23:26:05.899Z] #37 [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 [2023-04-17T23:26:05.899Z] #37 56.67 Updating files: 37% (1961/5266) Updating files: 38% (2002/5266) Updating files: 39% (2054/5266) Updating files: 40% (2107/5266) Updating files: 41% (2160/5266) Updating files: 42% (2212/5266) Updating files: 43% (2265/5266) Updating files: 44% (2318/5266) Updating files: 45% (2370/5266) Updating files: 46% (2423/5266) Updating files: 47% (2476/5266) Updating files: 48% (2528/5266) Updating files: 49% (2581/5266) Updating files: 50% (2633/5266) Updating files: 51% (2686/5266) Updating files: 52% (2739/5266) Updating files: 53% (2791/5266) Updating files: 54% (2844/5266) Updating files: 55% (2897/5266) Updating files: 56% (2949/5266) Updating files: 57% (3002/5266) Updating files: 58% (3055/5266) Updating files: 59% (3107/5266) Updating files: 60% (3160/5266) Updating files: 61% (3213/5266) Updating files: 62% (3265/5266) Updating files: 63% (3318/5266) Updating files: 64% (3371/5266) Updating files: 65% (3423/5266) Updating files: 66% (3476/5266) Updating files: 67% (3529/5266) Updating files: 68% (3581/5266) Updating files: 69% (3634/5266) Updating files: 70% (3687/5266) Updating files: 71% (3739/5266) Updating files: 72% (3792/5266) Updating files: 73% (3845/5266) Updating files: 74% (3897/5266) Updating files: 75% (3950/5266) Updating files: 76% (4003/5266) Updating files: 77% (4055/5266) Updating files: 77% (4107/5266) Updating files: 78% (4108/5266) Updating files: 79% (4161/5266) Updating files: 80% (4213/5266) Updating files: 81% (4266/5266) Updating files: 82% (4319/5266) Updating files: 83% (4371/5266) Updating files: 84% (4424/5266) Updating files: 85% (4477/5266) Updating files: 86% (4529/5266) Updating files: 87% (4582/5266) Updating files: 88% (4635/5266) Updating files: 89% (4687/5266) Updating files: 90% (4740/5266) Updating files: 91% (4793/5266) Updating files: 92% (4845/5266) Updating files: 93% (4898/5266) Updating files: 94% (4951/5266) Updating files: 95% (5003/5266) Updating files: 96% (5056/5266) Updating files: 97% (5109/5266) Updating files: 98% (5161/5266) Updating files: 99% (5214/5266) Updating files: 100% (5266/5266) Updating files: 100% (5266/5266), done. [2023-04-17T23:26:05.899Z] #37 58.68 + cd /tmp/tmp.1SyRPZ1zwm/src/github.com/containerd/containerd [2023-04-17T23:26:05.899Z] #37 58.68 + git checkout -q v1.6.16 [2023-04-17T23:26:05.907Z] Loaded image: busybox:latest [2023-04-17T23:26:05.907Z] Loaded image: busybox:glibc [2023-04-17T23:26:06.048Z] #42 2.052 + RM_GOPATH=0 [2023-04-17T23:26:06.048Z] #42 2.052 + TMP_GOPATH= [2023-04-17T23:26:06.048Z] #42 2.052 + : /build [2023-04-17T23:26:06.048Z] #42 2.052 + '[' -z '' ']' [2023-04-17T23:26:06.048Z] #42 2.052 ++ mktemp -d [2023-04-17T23:26:06.048Z] #42 2.054 + export GOPATH=/tmp/tmp.jNHYn3KJIy [2023-04-17T23:26:06.048Z] #42 2.054 + GOPATH=/tmp/tmp.jNHYn3KJIy [2023-04-17T23:26:06.048Z] #42 2.054 + RM_GOPATH=1 [2023-04-17T23:26:06.048Z] #42 2.054 + case "$(go env GOARCH)" in [2023-04-17T23:26:06.048Z] #42 2.056 ++ go env GOARCH [2023-04-17T23:26:06.048Z] #42 2.087 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:26:06.048Z] #42 2.087 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:26:06.048Z] #42 2.089 ++ dirname /tmp/install/install.sh [2023-04-17T23:26:06.048Z] #42 2.092 + dir=/tmp/install [2023-04-17T23:26:06.172Z] #46 DONE 0.9s [2023-04-17T23:26:06.172Z] [2023-04-17T23:26:06.172Z] #47 [dev-systemd-false 7/27] RUN git config --global --add safe.directory /go/src/github.com/docker/docker [2023-04-17T23:26:06.309Z] #42 ... [2023-04-17T23:26:06.309Z] [2023-04-17T23:26:06.309Z] #43 [dev-systemd-false 1/27] RUN groupadd -r docker [2023-04-17T23:26:06.309Z] #43 DONE 2.1s [2023-04-17T23:26:06.309Z] [2023-04-17T23:26:06.309Z] #42 [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 [2023-04-17T23:26:06.309Z] #42 2.092 + bin=runc [2023-04-17T23:26:06.309Z] #42 2.093 + shift [2023-04-17T23:26:06.309Z] #42 2.093 + '[' '!' -f /tmp/install/runc.installer ']' [2023-04-17T23:26:06.309Z] #42 2.093 + . /tmp/install/runc.installer [2023-04-17T23:26:06.309Z] #42 2.094 ++ set -e [2023-04-17T23:26:06.309Z] #42 2.094 ++ : v1.1.4 [2023-04-17T23:26:06.309Z] #42 2.095 + install_runc [2023-04-17T23:26:06.309Z] #42 2.096 + RUNC_BUILDTAGS=seccomp [2023-04-17T23:26:06.309Z] #42 2.096 + echo 'Install runc version v1.1.4 (build tags: seccomp)' [2023-04-17T23:26:06.309Z] #42 2.097 Install runc version v1.1.4 (build tags: seccomp) [2023-04-17T23:26:06.309Z] #42 2.097 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.jNHYn3KJIy/src/github.com/opencontainers/runc [2023-04-17T23:26:06.309Z] #42 2.117 Cloning into '/tmp/tmp.jNHYn3KJIy/src/github.com/opencontainers/runc'... [2023-04-17T23:26:06.596Z] #39 83.09 CC compel/src/lib/ptrace.o [2023-04-17T23:26:06.596Z] #39 ... [2023-04-17T23:26:06.596Z] [2023-04-17T23:26:06.596Z] #33 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:26:06.596Z] #33 162.8 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2023-04-17T23:26:06.596Z] #33 162.8 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2023-04-17T23:26:06.596Z] #33 162.8 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-04-17T23:26:06.596Z] #33 ... [2023-04-17T23:26:06.596Z] [2023-04-17T23:26:06.596Z] #39 [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 [2023-04-17T23:26:06.596Z] #39 83.68 AR compel/libcompel.a [2023-04-17T23:26:06.596Z] #39 83.80 HOSTCC compel/src/main-host.o [2023-04-17T23:26:06.745Z] #47 DONE 0.8s [2023-04-17T23:26:06.745Z] [2023-04-17T23:26:06.745Z] #39 [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 [2023-04-17T23:26:06.745Z] #39 59.07 LINK criu/pie/parasite.built-in.o [2023-04-17T23:26:06.745Z] #39 59.12 GEN criu/pie/parasite-blob.h [2023-04-17T23:26:06.745Z] #39 59.14 CC criu/pie/parasite-vdso.o [2023-04-17T23:26:06.745Z] #39 60.05 CC criu/arch/aarch64/vdso-pie.o [2023-04-17T23:26:06.745Z] #39 60.46 CC criu/arch/aarch64/restorer.o [2023-04-17T23:26:06.745Z] #39 60.94 CC criu/arch/aarch64/intraprocedure.o [2023-04-17T23:26:06.745Z] #39 61.11 CC criu/pie/restorer.o [2023-04-17T23:26:06.837Z] #37 ... [2023-04-17T23:26:06.837Z] [2023-04-17T23:26:06.837Z] #27 [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 [2023-04-17T23:26:06.837Z] #27 96.26 log [2023-04-17T23:26:06.837Z] #27 98.46 github.com/BurntSushi/toml/cmd/tomlv [2023-04-17T23:26:06.837Z] #27 DONE 101.0s [2023-04-17T23:26:06.855Z] #39 84.24 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2023-04-17T23:26:07.096Z] [2023-04-17T23:26:07.096Z] #39 [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 [2023-04-17T23:26:07.096Z] #39 43.21 CC images/timens.o [2023-04-17T23:26:07.096Z] #39 43.51 LINK images/built-in.o [2023-04-17T23:26:07.096Z] #39 43.69 GEN compel/include/asm [2023-04-17T23:26:07.096Z] #39 43.71 GEN compel/include/version.h [2023-04-17T23:26:07.096Z] #39 43.73 touch .config [2023-04-17T23:26:07.096Z] #39 43.77 GEN include/common/config.h [2023-04-17T23:26:07.096Z] #39 43.83 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2023-04-17T23:26:07.096Z] #39 43.84 GEN compel/plugins/include/uapi/std/syscall-64.h [2023-04-17T23:26:07.096Z] #39 43.85 GEN compel/arch/x86/plugins/std/syscalls-64.S [2023-04-17T23:26:07.096Z] #39 43.86 DEP compel/arch/x86/plugins/std/syscalls-64.d [2023-04-17T23:26:07.096Z] #39 43.88 DEP compel/arch/x86/plugins/std/memcpy.d [2023-04-17T23:26:07.096Z] #39 43.91 DEP compel/arch/x86/plugins/std/parasite-head.d [2023-04-17T23:26:07.096Z] #39 43.92 GEN compel/plugins/include/uapi/std/syscall.h [2023-04-17T23:26:07.096Z] #39 43.94 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2023-04-17T23:26:07.096Z] #39 43.95 GEN compel/plugins/include/uapi/std/syscall-codes.h [2023-04-17T23:26:07.096Z] #39 43.97 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2023-04-17T23:26:07.096Z] #39 43.97 DEP compel/plugins/std/infect.d [2023-04-17T23:26:07.096Z] #39 44.04 DEP compel/plugins/std/string.d [2023-04-17T23:26:07.096Z] #39 44.12 DEP compel/plugins/std/log.d [2023-04-17T23:26:07.096Z] #39 44.27 DEP compel/plugins/std/fds.d [2023-04-17T23:26:07.096Z] #39 44.37 DEP compel/plugins/std/std.d [2023-04-17T23:26:07.271Z] Loaded image: debian:bullseye-slim [2023-04-17T23:26:07.271Z] Loaded image: hello-world:latest [2023-04-17T23:26:07.355Z] #39 44.51 DEP compel/plugins/shmem/shmem.d [2023-04-17T23:26:07.423Z] #39 84.57 HOSTCC compel/src/lib/handle-elf-host.o [2023-04-17T23:26:07.526Z] Loaded image: arm32v7/hello-world:latest [2023-04-17T23:26:07.526Z] INFO: Testing against a local daemon [2023-04-17T23:26:07.526Z] === RUN TestCgroupNamespacesBuild [2023-04-17T23:26:07.614Z] #39 44.64 DEP compel/plugins/fds/fds.d [2023-04-17T23:26:07.614Z] #39 44.81 CC compel/plugins/std/std.o [2023-04-17T23:26:07.873Z] #39 45.10 CC compel/plugins/std/fds.o [2023-04-17T23:26:07.991Z] #39 85.21 HOSTCC compel/src/lib/log-host.o [2023-04-17T23:26:08.224Z] #42 ... [2023-04-17T23:26:08.224Z] [2023-04-17T23:26:08.224Z] #44 [dev-systemd-false 2/27] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2023-04-17T23:26:08.224Z] #44 DONE 1.8s [2023-04-17T23:26:08.224Z] [2023-04-17T23:26:08.224Z] #45 [dev-systemd-false 3/27] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2023-04-17T23:26:08.250Z] #39 85.47 HOSTLINK compel/compel-host-bin [2023-04-17T23:26:08.440Z] #39 45.61 CC compel/plugins/std/log.o [2023-04-17T23:26:08.818Z] #39 85.79 DEP soccr/soccr.d [2023-04-17T23:26:08.818Z] #39 86.07 CC soccr/soccr.o [2023-04-17T23:26:09.375Z] #39 46.61 CC compel/plugins/std/string.o [2023-04-17T23:26:09.608Z] #45 1.451 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2023-04-17T23:26:09.608Z] #45 DONE 1.6s [2023-04-17T23:26:09.608Z] [2023-04-17T23:26:09.608Z] #46 [dev-systemd-false 4/27] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2023-04-17T23:26:09.869Z] #46 ... [2023-04-17T23:26:09.869Z] [2023-04-17T23:26:09.869Z] #39 [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 [2023-04-17T23:26:09.869Z] #39 116.9 DEP criu/protobuf-desc.d [2023-04-17T23:26:09.869Z] #39 117.2 DEP criu/proc_parse.d [2023-04-17T23:26:09.869Z] #39 117.6 DEP criu/plugin.d [2023-04-17T23:26:09.869Z] #39 117.7 DEP criu/pipes.d [2023-04-17T23:26:09.869Z] #39 118.0 DEP criu/pie-util.d [2023-04-17T23:26:09.869Z] #39 118.2 DEP criu/pie-util-vdso.d [2023-04-17T23:26:09.869Z] #39 118.4 DEP criu/pie-util-vdso-elf32.d [2023-04-17T23:26:09.869Z] #39 118.6 DEP criu/path.d [2023-04-17T23:26:09.869Z] #39 118.9 DEP criu/parasite-syscall.d [2023-04-17T23:26:09.869Z] #39 119.1 DEP criu/pagemap.d [2023-04-17T23:26:09.869Z] #39 119.4 DEP criu/pagemap-cache.d [2023-04-17T23:26:09.869Z] #39 119.6 DEP criu/page-xfer.d [2023-04-17T23:26:09.869Z] #39 119.9 DEP criu/page-pipe.d [2023-04-17T23:26:09.869Z] #39 120.1 DEP criu/netfilter.d [2023-04-17T23:26:09.869Z] #39 120.3 DEP criu/net.d [2023-04-17T23:26:09.869Z] #39 120.5 DEP criu/namespaces.d [2023-04-17T23:26:09.869Z] #39 120.7 DEP criu/mount.d [2023-04-17T23:26:09.869Z] #39 120.9 DEP criu/memfd.d [2023-04-17T23:26:09.869Z] #39 121.2 DEP criu/mem.d [2023-04-17T23:26:09.869Z] #39 121.4 DEP criu/lsm.d [2023-04-17T23:26:09.869Z] #39 121.6 DEP criu/log.d [2023-04-17T23:26:09.869Z] #39 121.9 DEP criu/libnetlink.d [2023-04-17T23:26:09.869Z] #39 122.1 DEP criu/kerndat.d [2023-04-17T23:26:09.869Z] #39 122.4 DEP criu/kcmp-ids.d [2023-04-17T23:26:09.869Z] #39 122.6 DEP criu/irmap.d [2023-04-17T23:26:09.869Z] #39 122.9 DEP criu/ipc_ns.d [2023-04-17T23:26:09.869Z] #39 123.1 DEP criu/image.d [2023-04-17T23:26:09.869Z] #39 123.5 DEP criu/image-desc.d [2023-04-17T23:26:09.869Z] #39 123.6 DEP criu/fsnotify.d [2023-04-17T23:26:09.869Z] #39 123.8 DEP criu/filesystems.d [2023-04-17T23:26:09.869Z] #39 124.1 DEP criu/files.d [2023-04-17T23:26:09.869Z] #39 124.4 DEP criu/files-reg.d [2023-04-17T23:26:09.869Z] #39 124.7 DEP criu/files-ext.d [2023-04-17T23:26:09.869Z] #39 125.1 DEP criu/file-lock.d [2023-04-17T23:26:09.869Z] #39 125.5 DEP criu/file-ids.d [2023-04-17T23:26:09.869Z] #39 125.7 DEP criu/fifo.d [2023-04-17T23:26:09.869Z] #39 125.9 DEP criu/fdstore.d [2023-04-17T23:26:09.869Z] #39 126.1 DEP criu/fault-injection.d [2023-04-17T23:26:09.869Z] #39 126.2 DEP criu/external.d [2023-04-17T23:26:09.869Z] #39 126.4 DEP criu/eventpoll.d [2023-04-17T23:26:09.869Z] #39 126.8 DEP criu/eventfd.d [2023-04-17T23:26:10.058Z] #39 65.22 LINK criu/pie/restorer.built-in.o [2023-04-17T23:26:10.058Z] #39 65.24 GEN criu/pie/restorer-blob.h [2023-04-17T23:26:10.058Z] #39 65.32 DEP criu/vdso.d [2023-04-17T23:26:10.130Z] #39 127.2 DEP criu/crtools.d [2023-04-17T23:26:10.311Z] #39 47.37 CC compel/plugins/std/infect.o [2023-04-17T23:26:10.319Z] #39 65.54 DEP criu/uts_ns.d [2023-04-17T23:26:10.319Z] #39 65.77 DEP criu/util.d [2023-04-17T23:26:10.391Z] #39 127.5 DEP criu/cr-service.d [2023-04-17T23:26:10.569Z] #39 47.80 CC compel/arch/x86/plugins/std/parasite-head.o [2023-04-17T23:26:10.652Z] #39 127.8 DEP criu/cr-restore.d [2023-04-17T23:26:10.788Z] --- PASS: TestCgroupNamespacesBuild (3.05s) [2023-04-17T23:26:10.788Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2023-04-17T23:26:10.829Z] #39 47.87 CC compel/arch/x86/plugins/std/memcpy.o [2023-04-17T23:26:10.829Z] #39 47.94 CC compel/arch/x86/plugins/std/syscalls-64.o [2023-04-17T23:26:10.829Z] #39 48.06 AR compel/plugins/std.lib.a [2023-04-17T23:26:10.891Z] #39 65.98 DEP criu/uffd.d [2023-04-17T23:26:10.891Z] #39 66.16 DEP criu/tun.d [2023-04-17T23:26:10.913Z] #39 128.2 DEP criu/cr-errno.d [2023-04-17T23:26:11.088Z] #39 48.18 CC compel/plugins/fds/fds.o [2023-04-17T23:26:11.153Z] #39 66.35 DEP criu/tty.d [2023-04-17T23:26:11.153Z] #39 ... [2023-04-17T23:26:11.153Z] [2023-04-17T23:26:11.153Z] #29 [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 [2023-04-17T23:26:11.153Z] #29 109.3 + for f in rootlesskit rootlesskit-docker-proxy [2023-04-17T23:26:11.153Z] #29 109.3 + GOBIN=/build [2023-04-17T23:26:11.153Z] #29 109.3 + GO111MODULE=on [2023-04-17T23:26:11.153Z] #29 109.3 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2023-04-17T23:26:11.153Z] #29 DONE 114.9s [2023-04-17T23:26:11.153Z] [2023-04-17T23:26:11.153Z] #48 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-04-17T23:26:11.153Z] #0 1.297 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-04-17T23:26:11.153Z] #0 1.341 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-04-17T23:26:11.153Z] #0 1.407 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-04-17T23:26:11.153Z] #0 2.025 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB] [2023-04-17T23:26:11.153Z] #0 3.450 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [233 kB] [2023-04-17T23:26:11.173Z] #39 128.2 DEP criu/cr-dump.d [2023-04-17T23:26:11.346Z] #39 48.34 AR compel/plugins/fds.lib.a [2023-04-17T23:26:11.346Z] #39 48.40 HOSTDEP compel/src/lib/log-host.d [2023-04-17T23:26:11.346Z] #39 48.48 HOSTDEP compel/src/lib/handle-elf-host.d [2023-04-17T23:26:11.346Z] #39 48.57 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2023-04-17T23:26:11.346Z] #39 48.62 HOSTDEP compel/src/main-host.d [2023-04-17T23:26:11.356Z] #39 88.07 AR soccr/libsoccr.a [2023-04-17T23:26:11.356Z] #39 88.18 make[1]: 'soccr/libsoccr.a' is up to date. [2023-04-17T23:26:11.413Z] #48 ... [2023-04-17T23:26:11.413Z] [2023-04-17T23:26:11.413Z] #49 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2023-04-17T23:26:11.413Z] #49 DONE 0.1s [2023-04-17T23:26:11.413Z] [2023-04-17T23:26:11.413Z] #50 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2023-04-17T23:26:11.413Z] #50 DONE 0.1s [2023-04-17T23:26:11.413Z] [2023-04-17T23:26:11.413Z] #39 [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 [2023-04-17T23:26:11.413Z] #39 66.61 DEP criu/timerfd.d [2023-04-17T23:26:11.434Z] #39 ... [2023-04-17T23:26:11.434Z] [2023-04-17T23:26:11.434Z] #46 [dev-systemd-false 4/27] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2023-04-17T23:26:11.434Z] #46 DONE 1.6s [2023-04-17T23:26:11.434Z] [2023-04-17T23:26:11.434Z] #47 [dev-systemd-false 5/27] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2023-04-17T23:26:11.605Z] #39 48.72 DEP compel/src/lib/ptrace.d [2023-04-17T23:26:11.605Z] #39 48.81 DEP compel/src/lib/infect.d [2023-04-17T23:26:11.614Z] #39 88.70 DEP criu/arch/x86/sigframe.d [2023-04-17T23:26:11.614Z] #39 88.85 DEP criu/arch/x86/sigaction_compat.d [2023-04-17T23:26:11.673Z] #39 66.99 DEP criu/timens.d [2023-04-17T23:26:11.863Z] #39 48.94 DEP compel/src/lib/infect-util.d [2023-04-17T23:26:11.863Z] #39 49.03 DEP compel/src/lib/infect-rpc.d [2023-04-17T23:26:11.863Z] #39 49.13 DEP compel/arch/x86/src/lib/infect.d [2023-04-17T23:26:11.873Z] #39 88.99 DEP criu/arch/x86/kerndat.d [2023-04-17T23:26:11.933Z] #39 67.23 DEP criu/sysfs_parse.d [2023-04-17T23:26:12.122Z] #39 49.25 DEP compel/arch/x86/src/lib/cpu.d [2023-04-17T23:26:12.122Z] #39 49.31 DEP compel/src/lib/log.d [2023-04-17T23:26:12.122Z] #39 49.39 DEP compel/src/main.d [2023-04-17T23:26:12.132Z] #39 89.30 DEP criu/arch/x86/crtools.d [2023-04-17T23:26:12.194Z] #39 67.43 DEP criu/sysctl.d [2023-04-17T23:26:12.380Z] #39 49.49 DEP compel/src/lib/handle-elf.d [2023-04-17T23:26:12.380Z] #39 49.58 DEP compel/arch/x86/src/lib/handle-elf.d [2023-04-17T23:26:12.391Z] #39 89.57 DEP criu/arch/x86/cpu.d [2023-04-17T23:26:12.456Z] #39 67.70 DEP criu/string.d [2023-04-17T23:26:12.456Z] #39 67.82 DEP criu/stats.d [2023-04-17T23:26:12.456Z] #39 67.93 DEP criu/sockets.d [2023-04-17T23:26:12.639Z] #39 49.69 CC compel/src/lib/log.o [2023-04-17T23:26:12.649Z] #39 89.92 CC criu/arch/x86/cpu.o [2023-04-17T23:26:12.673Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.21s) [2023-04-17T23:26:12.673Z] === RUN TestBuildWithSession [2023-04-17T23:26:12.673Z] build_session_test.go:25: TODO: BuildKit [2023-04-17T23:26:12.673Z] --- SKIP: TestBuildWithSession (0.00s) [2023-04-17T23:26:12.673Z] === RUN TestBuildSquashParent [2023-04-17T23:26:12.716Z] #39 68.07 DEP criu/sk-unix.d [2023-04-17T23:26:12.898Z] #39 49.98 CC compel/arch/x86/src/lib/cpu.o [2023-04-17T23:26:12.978Z] #39 68.23 DEP criu/sk-tcp.d [2023-04-17T23:26:12.978Z] #39 68.39 DEP criu/sk-queue.d [2023-04-17T23:26:13.239Z] #39 68.60 DEP criu/sk-packet.d [2023-04-17T23:26:13.348Z] #47 DONE 1.7s [2023-04-17T23:26:13.348Z] [2023-04-17T23:26:13.348Z] #48 [dev-systemd-false 6/27] RUN ldconfig [2023-04-17T23:26:13.499Z] #39 68.82 DEP criu/sk-netlink.d [2023-04-17T23:26:13.760Z] #39 68.99 DEP criu/sk-inet.d [2023-04-17T23:26:13.760Z] #39 69.18 DEP criu/signalfd.d [2023-04-17T23:26:13.834Z] #39 50.80 CC compel/arch/x86/src/lib/infect.o [2023-04-17T23:26:13.844Z] #39 90.90 include/common/asm/bitops.h: Assembler messages: [2023-04-17T23:26:13.844Z] #39 90.90 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-04-17T23:26:13.844Z] #39 90.90 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-04-17T23:26:13.844Z] #39 90.90 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-04-17T23:26:13.844Z] #39 90.90 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-04-17T23:26:13.844Z] #39 90.96 CC criu/arch/x86/crtools.o [2023-04-17T23:26:14.022Z] #39 69.35 DEP criu/sigframe.d [2023-04-17T23:26:14.022Z] #39 69.46 DEP criu/shmem.d [2023-04-17T23:26:14.283Z] #39 69.64 DEP criu/servicefd.d [2023-04-17T23:26:14.544Z] #39 69.82 DEP criu/seize.d [2023-04-17T23:26:14.544Z] #39 69.94 DEP criu/seccomp.d [2023-04-17T23:26:14.733Z] #48 DONE 1.5s [2023-04-17T23:26:14.733Z] [2023-04-17T23:26:14.733Z] #49 [dev-systemd-false 7/27] RUN git config --global --add safe.directory /go/src/github.com/docker/docker [2023-04-17T23:26:14.769Z] #39 51.61 CC compel/src/lib/infect-rpc.o [2023-04-17T23:26:14.769Z] #39 51.94 CC compel/src/lib/infect-util.o [2023-04-17T23:26:14.805Z] #39 70.11 DEP criu/rst-malloc.d [2023-04-17T23:26:14.805Z] #39 70.21 DEP criu/rbtree.d [2023-04-17T23:26:14.805Z] #39 70.27 DEP criu/pstree.d [2023-04-17T23:26:15.027Z] #39 52.22 CC compel/src/lib/infect.o [2023-04-17T23:26:15.065Z] #39 70.48 DEP criu/protobuf.d [2023-04-17T23:26:15.326Z] #39 70.59 GEN criu/protobuf-desc-gen.h [2023-04-17T23:26:15.746Z] #39 92.78 CC criu/arch/x86/kerndat.o [2023-04-17T23:26:16.313Z] #39 93.56 CC criu/arch/x86/sigaction_compat.o [2023-04-17T23:26:16.647Z] #49 DONE 1.8s [2023-04-17T23:26:16.647Z] [2023-04-17T23:26:16.647Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-04-17T23:26:16.881Z] #39 93.87 CC criu/arch/x86/sigframe.o [2023-04-17T23:26:17.140Z] #39 94.21 LINK criu/arch/x86/crtools.built-in.o [2023-04-17T23:26:17.140Z] #39 94.33 DEP criu/pie/util-vdso-elf32.d [2023-04-17T23:26:17.399Z] #39 94.65 DEP criu/pie/util-vdso.d [2023-04-17T23:26:17.559Z] #39 54.31 CC compel/src/lib/ptrace.o [2023-04-17T23:26:17.559Z] #39 54.73 AR compel/libcompel.a [2023-04-17T23:26:17.559Z] #39 54.84 HOSTCC compel/src/main-host.o [2023-04-17T23:26:17.818Z] #39 55.10 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2023-04-17T23:26:17.873Z] #39 ... [2023-04-17T23:26:17.873Z] [2023-04-17T23:26:17.873Z] #25 [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 [2023-04-17T23:26:17.873Z] #25 115.4 Updating files: 18% (2077/11414) Updating files: 19% (2169/11414) Updating files: 20% (2283/11414) Updating files: 21% (2397/11414) Updating files: 22% (2512/11414) Updating files: 23% (2626/11414) Updating files: 24% (2740/11414) Updating files: 25% (2854/11414) Updating files: 26% (2968/11414) Updating files: 27% (3082/11414) Updating files: 28% (3196/11414) Updating files: 29% (3311/11414) Updating files: 30% (3425/11414) Updating files: 31% (3539/11414) Updating files: 32% (3653/11414) Updating files: 33% (3767/11414) Updating files: 34% (3881/11414) Updating files: 35% (3995/11414) Updating files: 36% (4110/11414) Updating files: 37% (4224/11414) Updating files: 38% (4338/11414) Updating files: 39% (4452/11414) Updating files: 40% (4566/11414) Updating files: 41% (4680/11414) Updating files: 42% (4794/11414) Updating files: 43% (4909/11414) Updating files: 44% (5023/11414) Updating files: 45% (5137/11414) Updating files: 46% (5251/11414) Updating files: 47% (5365/11414) Updating files: 48% (5479/11414) Updating files: 49% (5593/11414) Updating files: 50% (5707/11414) Updating files: 50% (5726/11414) Updating files: 51% (5822/11414) Updating files: 52% (5936/11414) Updating files: 53% (6050/11414) Updating files: 54% (6164/11414) Updating files: 55% (6278/11414) Updating files: 56% (6392/11414) Updating files: 57% (6506/11414) Updating files: 58% (6621/11414) Updating files: 59% (6735/11414) Updating files: 60% (6849/11414) Updating files: 61% (6963/11414) Updating files: 62% (7077/11414) Updating files: 63% (7191/11414) Updating files: 64% (7305/11414) Updating files: 65% (7420/11414) Updating files: 66% (7534/11414) Updating files: 67% (7648/11414) Updating files: 68% (7762/11414) Updating files: 69% (7876/11414) Updating files: 70% (7990/11414) Updating files: 71% (8104/11414) Updating files: 72% (8219/11414) Updating files: 73% (8333/11414) Updating files: 73% (8415/11414) Updating files: 74% (8447/11414) Updating files: 75% (8561/11414) Updating files: 76% (8675/11414) Updating files: 77% (8789/11414) Updating files: 78% (8903/11414) Updating files: 79% (9018/11414) Updating files: 80% (9132/11414) Updating files: 81% (9246/11414) Updating files: 82% (9360/11414) Updating files: 83% (9474/11414) Updating files: 84% (9588/11414) Updating files: 85% (9702/11414) Updating files: 86% (9817/11414) Updating files: 87% (9931/11414) Updating files: 88% (10045/11414) Updating files: 89% (10159/11414) Updating files: 90% (10273/11414) Updating files: 91% (10387/11414) Updating files: 92% (10501/11414) Updating files: 93% (10616/11414) Updating files: 94% (10730/11414) Updating files: 95% (10844/11414) Updating files: 96% (10958/11414) Updating files: 97% (11072/11414) Updating files: 98% (11186/11414) Updating files: 99% (11300/11414) Updating files: 100% (11414/11414) Updating files: 100% (11414/11414), done. [2023-04-17T23:26:17.874Z] #25 119.4 + cd /tmp/tmp.b0wbRyjg2w/tmp/docker-ce [2023-04-17T23:26:17.874Z] #25 119.4 + git checkout -q v17.06.2-ce [2023-04-17T23:26:17.967Z] #39 95.06 DEP criu/pie/util.d [2023-04-17T23:26:18.041Z] #50 1.826 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-04-17T23:26:18.077Z] #39 55.24 HOSTCC compel/src/lib/handle-elf-host.o [2023-04-17T23:26:18.225Z] #39 95.37 CC criu/pie/util.o [2023-04-17T23:26:18.301Z] #50 1.923 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-04-17T23:26:18.301Z] #50 1.923 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-04-17T23:26:18.643Z] #39 55.58 HOSTCC compel/src/lib/log-host.o [2023-04-17T23:26:18.643Z] #39 55.73 HOSTLINK compel/compel-host-bin [2023-04-17T23:26:18.792Z] #39 95.98 CC criu/pie/util-vdso.o [2023-04-17T23:26:18.792Z] #39 ... [2023-04-17T23:26:18.792Z] [2023-04-17T23:26:18.792Z] #33 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:26:18.792Z] #33 185.5 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2023-04-17T23:26:18.792Z] #33 185.5 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2023-04-17T23:26:18.792Z] #33 185.5 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-04-17T23:26:18.902Z] #39 55.93 DEP soccr/soccr.d [2023-04-17T23:26:18.902Z] #39 ... [2023-04-17T23:26:18.902Z] [2023-04-17T23:26:18.902Z] #37 [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 [2023-04-17T23:26:18.902Z] #37 61.60 + export 'BUILDTAGS=netgo osusergo static_build' [2023-04-17T23:26:18.902Z] #37 61.60 + BUILDTAGS='netgo osusergo static_build' [2023-04-17T23:26:18.902Z] #37 61.60 + export EXTRA_FLAGS=-buildmode=pie [2023-04-17T23:26:18.902Z] #37 61.60 + EXTRA_FLAGS=-buildmode=pie [2023-04-17T23:26:18.902Z] #37 61.60 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2023-04-17T23:26:18.902Z] #37 61.60 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2023-04-17T23:26:18.902Z] #37 61.60 + '[' '' = dynamic ']' [2023-04-17T23:26:18.902Z] #37 61.60 + make [2023-04-17T23:26:18.902Z] #37 63.40 + bin/ctr [2023-04-17T23:26:19.161Z] #37 ... [2023-04-17T23:26:19.161Z] [2023-04-17T23:26:19.161Z] #39 [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 [2023-04-17T23:26:19.161Z] #39 56.15 CC soccr/soccr.o [2023-04-17T23:26:19.258Z] #25 122.9 + mkdir -p /tmp/tmp.b0wbRyjg2w/src/github.com/docker [2023-04-17T23:26:19.258Z] #25 122.9 + mv components/cli /tmp/tmp.b0wbRyjg2w/src/github.com/docker/cli [2023-04-17T23:26:19.258Z] #25 122.9 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2023-04-17T23:26:19.419Z] #39 ... [2023-04-17T23:26:19.419Z] [2023-04-17T23:26:19.419Z] #36 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:26:19.419Z] #36 103.3 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2023-04-17T23:26:19.419Z] #36 103.3 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2023-04-17T23:26:19.419Z] #36 103.3 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-04-17T23:26:19.685Z] #50 3.041 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-04-17T23:26:20.355Z] #36 ... [2023-04-17T23:26:20.355Z] [2023-04-17T23:26:20.355Z] #39 [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 [2023-04-17T23:26:20.355Z] #39 57.41 AR soccr/libsoccr.a [2023-04-17T23:26:20.355Z] #39 57.45 make[1]: 'soccr/libsoccr.a' is up to date. [2023-04-17T23:26:20.614Z] #39 57.85 DEP criu/arch/x86/sigframe.d [2023-04-17T23:26:20.750Z] --- PASS: TestBuildSquashParent (7.46s) [2023-04-17T23:26:20.750Z] === RUN TestBuildWithRemoveAndForceRemove [2023-04-17T23:26:20.750Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-04-17T23:26:20.750Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-04-17T23:26:20.750Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-04-17T23:26:20.750Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-04-17T23:26:20.750Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-04-17T23:26:20.750Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-04-17T23:26:20.750Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-04-17T23:26:20.750Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-04-17T23:26:20.750Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-04-17T23:26:20.750Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-04-17T23:26:20.750Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-04-17T23:26:20.750Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-04-17T23:26:20.750Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-04-17T23:26:20.750Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-04-17T23:26:20.750Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-04-17T23:26:20.750Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-04-17T23:26:20.750Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-04-17T23:26:20.750Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-04-17T23:26:20.872Z] #39 58.03 DEP criu/arch/x86/sigaction_compat.d [2023-04-17T23:26:21.070Z] #50 4.633 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [237 kB] [2023-04-17T23:26:21.131Z] #39 58.18 DEP criu/arch/x86/kerndat.d [2023-04-17T23:26:21.131Z] #39 58.30 DEP criu/arch/x86/crtools.d [2023-04-17T23:26:21.131Z] #39 58.43 DEP criu/arch/x86/cpu.d [2023-04-17T23:26:21.645Z] #50 ... [2023-04-17T23:26:21.645Z] [2023-04-17T23:26:21.645Z] #39 [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 [2023-04-17T23:26:21.645Z] #39 128.6 DEP criu/cr-dedup.d [2023-04-17T23:26:21.645Z] #39 128.9 DEP criu/cr-check.d [2023-04-17T23:26:21.645Z] #39 129.4 DEP criu/config.d [2023-04-17T23:26:21.645Z] #39 129.6 DEP criu/clone-noasan.d [2023-04-17T23:26:21.645Z] #39 129.7 DEP criu/cgroup.d [2023-04-17T23:26:21.645Z] #39 130.0 DEP criu/cgroup-props.d [2023-04-17T23:26:21.645Z] #39 130.2 DEP criu/bitmap.d [2023-04-17T23:26:21.645Z] #39 130.2 DEP criu/bfd.d [2023-04-17T23:26:21.645Z] #39 130.4 DEP criu/autofs.d [2023-04-17T23:26:21.645Z] #39 130.7 DEP criu/aio.d [2023-04-17T23:26:21.645Z] #39 130.9 DEP criu/action-scripts.d [2023-04-17T23:26:21.645Z] #39 131.4 CC criu/action-scripts.o [2023-04-17T23:26:21.645Z] #39 132.2 CC criu/aio.o [2023-04-17T23:26:21.645Z] #39 133.1 CC criu/autofs.o [2023-04-17T23:26:21.645Z] #39 135.3 CC criu/bfd.o [2023-04-17T23:26:21.645Z] #39 136.3 CC criu/bitmap.o [2023-04-17T23:26:21.645Z] #39 136.6 CC criu/cgroup-props.o [2023-04-17T23:26:21.645Z] #39 138.1 CC criu/cgroup.o [2023-04-17T23:26:21.698Z] #39 58.59 CC criu/arch/x86/cpu.o [2023-04-17T23:26:21.807Z] #25 ... [2023-04-17T23:26:21.807Z] [2023-04-17T23:26:21.807Z] #48 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-04-17T23:26:21.807Z] #48 5.165 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB] [2023-04-17T23:26:21.807Z] #48 7.995 Fetched 8525 kB in 7s (1209 kB/s) [2023-04-17T23:26:21.807Z] #48 7.995 Reading package lists... [2023-04-17T23:26:21.807Z] #48 10.56 Reading package lists... [2023-04-17T23:26:21.807Z] #48 13.04 Building dependency tree... [2023-04-17T23:26:21.807Z] #48 15.20 The following additional packages will be installed: [2023-04-17T23:26:21.906Z] #39 ... [2023-04-17T23:26:21.906Z] [2023-04-17T23:26:21.906Z] #42 [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 [2023-04-17T23:26:21.906Z] #42 17.91 + cd /tmp/tmp.jNHYn3KJIy/src/github.com/opencontainers/runc [2023-04-17T23:26:21.906Z] #42 17.91 + git checkout -q v1.1.4 [2023-04-17T23:26:21.957Z] #39 59.12 include/common/asm/bitops.h: Assembler messages: [2023-04-17T23:26:21.957Z] #39 59.13 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-04-17T23:26:21.957Z] #39 59.13 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-04-17T23:26:21.957Z] #39 59.13 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-04-17T23:26:21.957Z] #39 59.14 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-04-17T23:26:21.957Z] #39 59.15 CC criu/arch/x86/crtools.o [2023-04-17T23:26:22.068Z] #48 15.21 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2023-04-17T23:26:22.068Z] #48 15.21 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2023-04-17T23:26:22.068Z] #48 15.21 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2023-04-17T23:26:22.068Z] #48 15.22 python3-pkg-resources vim-runtime xxd [2023-04-17T23:26:22.068Z] #48 15.23 Suggested packages: [2023-04-17T23:26:22.068Z] #48 15.23 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2023-04-17T23:26:22.068Z] #48 15.23 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2023-04-17T23:26:22.068Z] #48 15.23 acl attr quota [2023-04-17T23:26:22.068Z] #48 15.23 Recommended packages: [2023-04-17T23:26:22.068Z] #48 15.23 libatm1 nftables libpam-cap build-essential python3-dev unzip [2023-04-17T23:26:22.068Z] #48 ... [2023-04-17T23:26:22.068Z] [2023-04-17T23:26:22.068Z] #39 [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 [2023-04-17T23:26:22.068Z] #39 73.20 DEP criu/protobuf-desc.d [2023-04-17T23:26:22.068Z] #39 73.37 DEP criu/proc_parse.d [2023-04-17T23:26:22.068Z] #39 73.55 DEP criu/plugin.d [2023-04-17T23:26:22.068Z] #39 73.65 DEP criu/pipes.d [2023-04-17T23:26:22.068Z] #39 73.77 DEP criu/pie-util.d [2023-04-17T23:26:22.068Z] #39 73.86 DEP criu/pie-util-vdso.d [2023-04-17T23:26:22.068Z] #39 73.97 DEP criu/path.d [2023-04-17T23:26:22.068Z] #39 74.11 DEP criu/parasite-syscall.d [2023-04-17T23:26:22.068Z] #39 74.32 DEP criu/pagemap.d [2023-04-17T23:26:22.068Z] #39 74.53 DEP criu/pagemap-cache.d [2023-04-17T23:26:22.068Z] #39 74.65 DEP criu/page-xfer.d [2023-04-17T23:26:22.068Z] #39 74.78 DEP criu/page-pipe.d [2023-04-17T23:26:22.068Z] #39 74.87 DEP criu/netfilter.d [2023-04-17T23:26:22.068Z] #39 74.98 DEP criu/net.d [2023-04-17T23:26:22.068Z] #39 75.13 DEP criu/namespaces.d [2023-04-17T23:26:22.068Z] #39 75.25 DEP criu/mount.d [2023-04-17T23:26:22.068Z] #39 75.42 DEP criu/memfd.d [2023-04-17T23:26:22.068Z] #39 75.61 DEP criu/mem.d [2023-04-17T23:26:22.068Z] #39 75.78 DEP criu/lsm.d [2023-04-17T23:26:22.068Z] #39 75.90 DEP criu/log.d [2023-04-17T23:26:22.068Z] #39 76.03 DEP criu/libnetlink.d [2023-04-17T23:26:22.068Z] #39 76.14 DEP criu/kerndat.d [2023-04-17T23:26:22.068Z] #39 76.31 DEP criu/kcmp-ids.d [2023-04-17T23:26:22.068Z] #39 76.42 DEP criu/irmap.d [2023-04-17T23:26:22.068Z] #39 76.58 DEP criu/ipc_ns.d [2023-04-17T23:26:22.068Z] #39 76.73 DEP criu/image.d [2023-04-17T23:26:22.068Z] #39 76.86 DEP criu/image-desc.d [2023-04-17T23:26:22.068Z] #39 76.94 DEP criu/fsnotify.d [2023-04-17T23:26:22.068Z] #39 77.09 DEP criu/filesystems.d [2023-04-17T23:26:22.068Z] #39 77.31 DEP criu/files.d [2023-04-17T23:26:22.068Z] #39 77.50 DEP criu/files-reg.d [2023-04-17T23:26:22.329Z] #39 77.71 DEP criu/files-ext.d [2023-04-17T23:26:22.591Z] #39 77.89 DEP criu/file-lock.d [2023-04-17T23:26:22.852Z] #39 78.02 DEP criu/file-ids.d [2023-04-17T23:26:22.852Z] #39 78.14 DEP criu/fifo.d [2023-04-17T23:26:22.852Z] #39 78.26 DEP criu/fdstore.d [2023-04-17T23:26:23.113Z] #39 78.38 DEP criu/fault-injection.d [2023-04-17T23:26:23.113Z] #39 78.45 DEP criu/external.d [2023-04-17T23:26:23.113Z] #39 ... [2023-04-17T23:26:23.113Z] [2023-04-17T23:26:23.113Z] #40 [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 [2023-04-17T23:26:23.113Z] #40 12.56 + cd /tmp/tmp.fFlSf7blum/src/github.com/opencontainers/runc [2023-04-17T23:26:23.113Z] #40 12.56 + git checkout -q v1.1.4 [2023-04-17T23:26:23.113Z] #40 13.30 + '[' -z '' ']' [2023-04-17T23:26:23.113Z] #40 13.32 + target=static [2023-04-17T23:26:23.113Z] #40 13.32 + make BUILDTAGS=seccomp static [2023-04-17T23:26:23.113Z] #40 13.75 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.4-0-g5fd4c4d1 -X main.version=1.1.4 " -o runc . [2023-04-17T23:26:23.291Z] #42 19.17 + '[' -z '' ']' [2023-04-17T23:26:23.291Z] #42 19.17 + target=static [2023-04-17T23:26:23.291Z] #42 19.17 + make BUILDTAGS=seccomp static [2023-04-17T23:26:23.333Z] #39 60.42 CC criu/arch/x86/kerndat.o [2023-04-17T23:26:23.374Z] #40 ... [2023-04-17T23:26:23.374Z] [2023-04-17T23:26:23.374Z] #48 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-04-17T23:26:23.374Z] #48 16.52 The following NEW packages will be installed: [2023-04-17T23:26:23.374Z] #48 16.52 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2023-04-17T23:26:23.374Z] #48 16.52 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2023-04-17T23:26:23.374Z] #48 16.52 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2023-04-17T23:26:23.374Z] #48 16.52 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2023-04-17T23:26:23.374Z] #48 16.52 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2023-04-17T23:26:23.374Z] #48 16.52 python3-pkg-resources python3-setuptools python3-wheel sudo [2023-04-17T23:26:23.374Z] #48 16.52 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2023-04-17T23:26:23.374Z] #48 16.52 xz-utils zip [2023-04-17T23:26:23.553Z] #42 19.50 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.4-0-g5fd4c4d1 -X main.version=1.1.4 " -o runc . [2023-04-17T23:26:23.635Z] #48 16.90 0 upgraded, 47 newly installed, 0 to remove and 0 not upgraded. [2023-04-17T23:26:23.635Z] #48 16.90 Need to get 26.4 MB of archives. [2023-04-17T23:26:23.635Z] #48 16.90 After this operation, 103 MB of additional disk space will be used. [2023-04-17T23:26:23.635Z] #48 16.90 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB] [2023-04-17T23:26:23.635Z] #48 16.91 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] [2023-04-17T23:26:23.635Z] #48 16.92 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB] [2023-04-17T23:26:23.635Z] #48 16.92 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2023-04-17T23:26:23.635Z] #48 16.92 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] [2023-04-17T23:26:23.635Z] #48 16.92 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB] [2023-04-17T23:26:23.635Z] #48 16.92 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB] [2023-04-17T23:26:23.635Z] #48 16.93 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB] [2023-04-17T23:26:23.635Z] #48 16.94 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2023-04-17T23:26:23.635Z] #48 16.95 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2023-04-17T23:26:23.635Z] #48 16.97 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB] [2023-04-17T23:26:23.635Z] #48 16.99 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2023-04-17T23:26:23.635Z] #48 16.99 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB] [2023-04-17T23:26:23.635Z] #48 16.99 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB] [2023-04-17T23:26:23.635Z] #48 17.01 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1+deb11u1 [242 kB] [2023-04-17T23:26:23.896Z] #48 17.02 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB] [2023-04-17T23:26:23.896Z] #48 17.02 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB] [2023-04-17T23:26:23.896Z] #48 17.03 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2023-04-17T23:26:23.896Z] #48 17.03 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB] [2023-04-17T23:26:23.896Z] #48 17.03 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB] [2023-04-17T23:26:23.896Z] #48 17.04 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB] [2023-04-17T23:26:23.896Z] #48 17.05 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2023-04-17T23:26:23.896Z] #48 17.05 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2023-04-17T23:26:23.896Z] #48 17.06 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2023-04-17T23:26:23.896Z] #48 17.06 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB] [2023-04-17T23:26:23.896Z] #48 17.06 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB] [2023-04-17T23:26:23.896Z] #48 17.07 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2023-04-17T23:26:23.896Z] #48 17.27 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B] [2023-04-17T23:26:23.900Z] #39 60.93 CC criu/arch/x86/sigaction_compat.o [2023-04-17T23:26:24.013Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2023-04-17T23:26:24.013Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.10s) [2023-04-17T23:26:24.013Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.91s) [2023-04-17T23:26:24.013Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.04s) [2023-04-17T23:26:24.013Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.30s) [2023-04-17T23:26:24.013Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.37s) [2023-04-17T23:26:24.013Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.41s) [2023-04-17T23:26:24.013Z] === RUN TestBuildMultiStageCopy [2023-04-17T23:26:24.013Z] === RUN TestBuildMultiStageCopy/copy_to_root [2023-04-17T23:26:24.157Z] #48 17.27 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2023-04-17T23:26:24.157Z] #48 17.27 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] [2023-04-17T23:26:24.157Z] #48 17.27 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2023-04-17T23:26:24.157Z] #48 17.28 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB] [2023-04-17T23:26:24.157Z] #48 17.28 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2023-04-17T23:26:24.157Z] #48 17.30 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2023-04-17T23:26:24.157Z] #48 17.34 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2023-04-17T23:26:24.157Z] #48 17.34 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] [2023-04-17T23:26:24.157Z] #48 17.35 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2023-04-17T23:26:24.157Z] #48 17.36 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB] [2023-04-17T23:26:24.157Z] #48 17.37 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB] [2023-04-17T23:26:24.157Z] #48 17.38 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2023-04-17T23:26:24.157Z] #48 17.39 Get:41 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 sudo arm64 1.9.5p2-3+deb11u1 [996 kB] [2023-04-17T23:26:24.157Z] #48 17.42 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB] [2023-04-17T23:26:24.157Z] #48 17.42 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB] [2023-04-17T23:26:24.157Z] #48 17.43 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2023-04-17T23:26:24.159Z] #39 61.19 CC criu/arch/x86/sigframe.o [2023-04-17T23:26:24.159Z] #39 61.42 LINK criu/arch/x86/crtools.built-in.o [2023-04-17T23:26:24.159Z] #39 61.45 DEP criu/pie/util-vdso-elf32.d [2023-04-17T23:26:24.418Z] #39 61.59 DEP criu/pie/util-vdso.d [2023-04-17T23:26:24.418Z] #39 61.71 DEP criu/pie/util.d [2023-04-17T23:26:24.419Z] #48 17.58 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB] [2023-04-17T23:26:24.419Z] #48 17.62 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB] [2023-04-17T23:26:24.419Z] #48 17.64 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB] [2023-04-17T23:26:24.676Z] #39 61.86 CC criu/pie/util.o [2023-04-17T23:26:24.935Z] #39 62.12 CC criu/pie/util-vdso.o [2023-04-17T23:26:24.990Z] #48 18.26 debconf: delaying package configuration, since apt-utils is not installed [2023-04-17T23:26:25.252Z] #48 18.45 Fetched 26.4 MB in 1s (25.1 MB/s) [2023-04-17T23:26:25.252Z] #48 18.51 Selecting previously unselected package pigz. [2023-04-17T23:26:25.252Z] #48 18.51 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24014 files and directories currently installed.) [2023-04-17T23:26:25.252Z] #48 18.56 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ... [2023-04-17T23:26:25.252Z] #48 18.57 Unpacking pigz (2.6-1) ... [2023-04-17T23:26:25.357Z] #33 ... [2023-04-17T23:26:25.357Z] [2023-04-17T23:26:25.357Z] #39 [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 [2023-04-17T23:26:25.357Z] #39 97.17 CC criu/pie/util-vdso-elf32.o [2023-04-17T23:26:25.357Z] #39 98.36 AR criu/pie/pie.lib.a [2023-04-17T23:26:25.357Z] #39 98.43 DEP criu/pie/restorer.d [2023-04-17T23:26:25.357Z] #39 98.71 DEP criu/arch/x86/sigaction_compat_pie.d [2023-04-17T23:26:25.357Z] #39 98.78 DEP criu/arch/x86/restorer_unmap.d [2023-04-17T23:26:25.357Z] #39 98.80 DEP criu/arch/x86/restorer.d [2023-04-17T23:26:25.357Z] #39 98.96 DEP criu/arch/x86/vdso-pie.d [2023-04-17T23:26:25.357Z] #39 99.11 DEP criu/pie/parasite-vdso.d [2023-04-17T23:26:25.357Z] #39 99.27 DEP criu/pie/parasite.d [2023-04-17T23:26:25.357Z] #39 99.57 CC criu/pie/parasite.o [2023-04-17T23:26:25.357Z] #39 101.1 LINK criu/pie/parasite.built-in.o [2023-04-17T23:26:25.357Z] #39 101.1 GEN criu/pie/parasite-blob.h [2023-04-17T23:26:25.357Z] #39 101.1 CC criu/pie/parasite-vdso.o [2023-04-17T23:26:25.357Z] #39 102.0 CC criu/arch/x86/vdso-pie.o [2023-04-17T23:26:25.357Z] #39 102.5 CC criu/arch/x86/restorer.o [2023-04-17T23:26:25.513Z] #48 18.69 Selecting previously unselected package libelf1:arm64. [2023-04-17T23:26:25.513Z] #48 18.70 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ... [2023-04-17T23:26:25.513Z] #48 18.73 Unpacking libelf1:arm64 (0.183-1) ... [2023-04-17T23:26:25.513Z] #48 18.94 Selecting previously unselected package libbpf0:arm64. [2023-04-17T23:26:25.616Z] #39 ... [2023-04-17T23:26:25.616Z] [2023-04-17T23:26:25.616Z] #31 [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 [2023-04-17T23:26:25.616Z] #31 192.2 + for f in rootlesskit rootlesskit-docker-proxy [2023-04-17T23:26:25.616Z] #31 192.2 + GOBIN=/build [2023-04-17T23:26:25.616Z] #31 192.2 + GO111MODULE=on [2023-04-17T23:26:25.616Z] #31 192.2 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2023-04-17T23:26:25.774Z] #48 18.95 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ... [2023-04-17T23:26:25.774Z] #48 18.96 Unpacking libbpf0:arm64 (1:0.3-2) ... [2023-04-17T23:26:25.870Z] #39 62.77 CC criu/pie/util-vdso-elf32.o [2023-04-17T23:26:26.036Z] #48 19.08 Selecting previously unselected package libcap2:arm64. [2023-04-17T23:26:26.036Z] #48 19.10 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ... [2023-04-17T23:26:26.036Z] #48 19.11 Unpacking libcap2:arm64 (1:2.44-1) ... [2023-04-17T23:26:26.036Z] #48 19.21 Selecting previously unselected package libmnl0:arm64. [2023-04-17T23:26:26.036Z] #48 19.22 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ... [2023-04-17T23:26:26.036Z] #48 19.23 Unpacking libmnl0:arm64 (1.0.4-3) ... [2023-04-17T23:26:26.036Z] #48 19.31 Selecting previously unselected package libxtables12:arm64. [2023-04-17T23:26:26.036Z] #48 19.31 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ... [2023-04-17T23:26:26.036Z] #48 19.32 Unpacking libxtables12:arm64 (1.8.7-1) ... [2023-04-17T23:26:26.129Z] #39 63.44 AR criu/pie/pie.lib.a [2023-04-17T23:26:26.297Z] #48 19.41 Selecting previously unselected package libcap2-bin. [2023-04-17T23:26:26.297Z] #48 19.41 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ... [2023-04-17T23:26:26.297Z] #48 19.41 Unpacking libcap2-bin (1:2.44-1) ... [2023-04-17T23:26:26.297Z] #48 19.56 Selecting previously unselected package iproute2. [2023-04-17T23:26:26.297Z] #48 19.56 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ... [2023-04-17T23:26:26.297Z] #48 19.57 Unpacking iproute2 (5.10.0-4) ... [2023-04-17T23:26:26.388Z] #39 63.53 DEP criu/pie/restorer.d [2023-04-17T23:26:26.524Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2023-04-17T23:26:26.646Z] #39 63.79 DEP criu/arch/x86/sigaction_compat_pie.d [2023-04-17T23:26:26.868Z] #48 20.16 Selecting previously unselected package xxd. [2023-04-17T23:26:26.905Z] #39 63.89 DEP criu/arch/x86/restorer_unmap.d [2023-04-17T23:26:26.905Z] #39 63.94 DEP criu/arch/x86/restorer.d [2023-04-17T23:26:26.905Z] #39 64.11 DEP criu/arch/x86/vdso-pie.d [2023-04-17T23:26:27.130Z] #48 20.17 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2023-04-17T23:26:27.130Z] #48 20.17 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:26:27.130Z] #48 20.31 Selecting previously unselected package vim-common. [2023-04-17T23:26:27.130Z] #48 20.31 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2023-04-17T23:26:27.130Z] #48 20.33 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:26:27.164Z] #39 64.24 DEP criu/pie/parasite-vdso.d [2023-04-17T23:26:27.164Z] #39 64.37 DEP criu/pie/parasite.d [2023-04-17T23:26:27.391Z] #48 20.50 Selecting previously unselected package bash-completion. [2023-04-17T23:26:27.391Z] #48 20.55 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2023-04-17T23:26:27.422Z] #39 64.62 CC criu/pie/parasite.o [2023-04-17T23:26:27.886Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2023-04-17T23:26:28.141Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2023-04-17T23:26:28.798Z] #39 65.99 LINK criu/pie/parasite.built-in.o [2023-04-17T23:26:28.798Z] #39 66.01 GEN criu/pie/parasite-blob.h [2023-04-17T23:26:28.798Z] #39 66.05 CC criu/pie/parasite-vdso.o [2023-04-17T23:26:29.065Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2023-04-17T23:26:29.365Z] #39 66.66 CC criu/arch/x86/vdso-pie.o [2023-04-17T23:26:29.623Z] #39 ... [2023-04-17T23:26:29.623Z] [2023-04-17T23:26:29.623Z] #36 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:26:29.623Z] #36 116.7 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2023-04-17T23:26:29.623Z] #36 116.7 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2023-04-17T23:26:29.623Z] #36 116.7 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-04-17T23:26:29.623Z] #36 122.1 Selecting previously unselected package g++-mingw-w64-x86-64. [2023-04-17T23:26:29.623Z] #36 122.1 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2023-04-17T23:26:29.623Z] #36 122.2 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2023-04-17T23:26:29.623Z] #36 122.3 Selecting previously unselected package libapparmor1:amd64. [2023-04-17T23:26:29.623Z] #36 122.3 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2023-04-17T23:26:29.623Z] #36 122.3 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2023-04-17T23:26:29.623Z] #36 122.4 Selecting previously unselected package libapparmor-dev:amd64. [2023-04-17T23:26:29.623Z] #36 122.4 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2023-04-17T23:26:29.623Z] #36 122.4 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2023-04-17T23:26:29.623Z] #36 122.6 Selecting previously unselected package libbtrfs0:amd64. [2023-04-17T23:26:29.623Z] #36 122.6 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2023-04-17T23:26:29.623Z] #36 122.6 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2023-04-17T23:26:29.623Z] #36 122.7 Selecting previously unselected package libbtrfs-dev:amd64. [2023-04-17T23:26:29.623Z] #36 122.7 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2023-04-17T23:26:29.623Z] #36 122.7 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2023-04-17T23:26:29.623Z] #36 123.0 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2023-04-17T23:26:29.623Z] #36 123.0 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2023-04-17T23:26:29.623Z] #36 123.0 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2023-04-17T23:26:29.623Z] #36 123.0 Selecting previously unselected package libudev-dev:amd64. [2023-04-17T23:26:29.623Z] #36 123.1 Preparing to unpack .../20-libudev-dev_247.3-7+deb11u1_amd64.deb ... [2023-04-17T23:26:29.623Z] #36 123.1 Unpacking libudev-dev:amd64 (247.3-7+deb11u1) ... [2023-04-17T23:26:29.623Z] #36 123.2 Selecting previously unselected package libsepol1-dev:amd64. [2023-04-17T23:26:29.623Z] #36 123.2 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2023-04-17T23:26:29.623Z] #36 123.2 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2023-04-17T23:26:29.623Z] #36 123.5 Selecting previously unselected package libpcre2-16-0:amd64. [2023-04-17T23:26:29.623Z] #36 123.6 Preparing to unpack .../22-libpcre2-16-0_10.36-2+deb11u1_amd64.deb ... [2023-04-17T23:26:29.623Z] #36 123.6 Unpacking libpcre2-16-0:amd64 (10.36-2+deb11u1) ... [2023-04-17T23:26:29.623Z] #36 123.8 Selecting previously unselected package libpcre2-32-0:amd64. [2023-04-17T23:26:29.882Z] #36 123.8 Preparing to unpack .../23-libpcre2-32-0_10.36-2+deb11u1_amd64.deb ... [2023-04-17T23:26:29.882Z] #36 123.8 Unpacking libpcre2-32-0:amd64 (10.36-2+deb11u1) ... [2023-04-17T23:26:30.137Z] #42 ... [2023-04-17T23:26:30.137Z] [2023-04-17T23:26:30.137Z] #39 [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 [2023-04-17T23:26:30.137Z] #39 143.5 CC criu/clone-noasan.o [2023-04-17T23:26:30.137Z] #39 143.9 CC criu/config.o [2023-04-17T23:26:30.137Z] #39 147.0 CC criu/cr-check.o [2023-04-17T23:26:30.141Z] #36 124.0 Selecting previously unselected package libpcre2-posix2:amd64. [2023-04-17T23:26:30.141Z] #36 124.0 Preparing to unpack .../24-libpcre2-posix2_10.36-2+deb11u1_amd64.deb ... [2023-04-17T23:26:30.141Z] #36 124.0 Unpacking libpcre2-posix2:amd64 (10.36-2+deb11u1) ... [2023-04-17T23:26:30.141Z] #36 124.1 Selecting previously unselected package libpcre2-dev:amd64. [2023-04-17T23:26:30.141Z] #36 124.1 Preparing to unpack .../25-libpcre2-dev_10.36-2+deb11u1_amd64.deb ... [2023-04-17T23:26:30.141Z] #36 124.1 Unpacking libpcre2-dev:amd64 (10.36-2+deb11u1) ... [2023-04-17T23:26:30.692Z] #48 23.36 Unpacking bash-completion (1:2.11-2) ... [2023-04-17T23:26:30.692Z] #48 23.95 Selecting previously unselected package bzip2. [2023-04-17T23:26:30.692Z] #48 23.95 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ... [2023-04-17T23:26:30.692Z] #48 23.96 Unpacking bzip2 (1.0.8-4) ... [2023-04-17T23:26:30.708Z] #36 124.6 Selecting previously unselected package libselinux1-dev:amd64. [2023-04-17T23:26:30.708Z] #36 124.6 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2023-04-17T23:26:30.708Z] #36 124.6 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2023-04-17T23:26:30.708Z] #36 124.8 Selecting previously unselected package libdevmapper-dev:amd64. [2023-04-17T23:26:30.708Z] #36 124.8 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2023-04-17T23:26:30.886Z] #31 ... [2023-04-17T23:26:30.886Z] [2023-04-17T23:26:30.886Z] #33 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:26:30.886Z] #33 193.6 Selecting previously unselected package g++-mingw-w64-x86-64. [2023-04-17T23:26:30.886Z] #33 193.6 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2023-04-17T23:26:30.886Z] #33 193.6 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2023-04-17T23:26:30.886Z] #33 194.0 Selecting previously unselected package libapparmor1:amd64. [2023-04-17T23:26:30.886Z] #33 194.0 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2023-04-17T23:26:30.886Z] #33 194.0 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2023-04-17T23:26:30.886Z] #33 194.2 Selecting previously unselected package libapparmor-dev:amd64. [2023-04-17T23:26:30.886Z] #33 194.2 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2023-04-17T23:26:30.886Z] #33 194.2 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2023-04-17T23:26:30.886Z] #33 194.4 Selecting previously unselected package libbtrfs0:amd64. [2023-04-17T23:26:30.886Z] #33 194.4 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2023-04-17T23:26:30.886Z] #33 194.4 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2023-04-17T23:26:30.886Z] #33 194.8 Selecting previously unselected package libbtrfs-dev:amd64. [2023-04-17T23:26:30.886Z] #33 194.8 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2023-04-17T23:26:30.886Z] #33 194.8 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2023-04-17T23:26:30.886Z] #33 195.3 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2023-04-17T23:26:30.886Z] #33 195.3 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2023-04-17T23:26:30.887Z] #33 195.3 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2023-04-17T23:26:30.887Z] #33 195.5 Selecting previously unselected package libudev-dev:amd64. [2023-04-17T23:26:30.887Z] #33 195.5 Preparing to unpack .../20-libudev-dev_247.3-7+deb11u1_amd64.deb ... [2023-04-17T23:26:30.887Z] #33 195.5 Unpacking libudev-dev:amd64 (247.3-7+deb11u1) ... [2023-04-17T23:26:30.887Z] #33 195.8 Selecting previously unselected package libsepol1-dev:amd64. [2023-04-17T23:26:30.887Z] #33 195.8 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2023-04-17T23:26:30.887Z] #33 195.8 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2023-04-17T23:26:30.887Z] #33 196.1 Selecting previously unselected package libpcre2-16-0:amd64. [2023-04-17T23:26:30.887Z] #33 196.1 Preparing to unpack .../22-libpcre2-16-0_10.36-2+deb11u1_amd64.deb ... [2023-04-17T23:26:30.887Z] #33 196.2 Unpacking libpcre2-16-0:amd64 (10.36-2+deb11u1) ... [2023-04-17T23:26:30.887Z] #33 196.4 Selecting previously unselected package libpcre2-32-0:amd64. [2023-04-17T23:26:30.887Z] #33 196.4 Preparing to unpack .../23-libpcre2-32-0_10.36-2+deb11u1_amd64.deb ... [2023-04-17T23:26:30.887Z] #33 196.4 Unpacking libpcre2-32-0:amd64 (10.36-2+deb11u1) ... [2023-04-17T23:26:30.887Z] #33 196.7 Selecting previously unselected package libpcre2-posix2:amd64. [2023-04-17T23:26:30.887Z] #33 196.7 Preparing to unpack .../24-libpcre2-posix2_10.36-2+deb11u1_amd64.deb ... [2023-04-17T23:26:30.887Z] #33 196.7 Unpacking libpcre2-posix2:amd64 (10.36-2+deb11u1) ... [2023-04-17T23:26:30.887Z] #33 196.8 Selecting previously unselected package libpcre2-dev:amd64. [2023-04-17T23:26:30.887Z] #33 196.8 Preparing to unpack .../25-libpcre2-dev_10.36-2+deb11u1_amd64.deb ... [2023-04-17T23:26:30.887Z] #33 196.8 Unpacking libpcre2-dev:amd64 (10.36-2+deb11u1) ... [2023-04-17T23:26:30.950Z] --- PASS: TestBuildMultiStageCopy (7.21s) [2023-04-17T23:26:30.950Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.58s) [2023-04-17T23:26:30.950Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.55s) [2023-04-17T23:26:30.950Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.45s) [2023-04-17T23:26:30.950Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2023-04-17T23:26:30.950Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.63s) [2023-04-17T23:26:30.950Z] === RUN TestBuildMultiStageParentConfig [2023-04-17T23:26:30.953Z] #48 24.08 Selecting previously unselected package xz-utils. [2023-04-17T23:26:30.953Z] #48 24.08 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ... [2023-04-17T23:26:30.953Z] #48 24.09 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2023-04-17T23:26:30.953Z] #48 24.25 Selecting previously unselected package apparmor. [2023-04-17T23:26:30.953Z] #48 24.25 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ... [2023-04-17T23:26:30.967Z] #36 124.8 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2023-04-17T23:26:30.967Z] #36 124.9 Selecting previously unselected package libseccomp-dev:amd64. [2023-04-17T23:26:30.967Z] #36 124.9 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2023-04-17T23:26:30.967Z] #36 124.9 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2023-04-17T23:26:30.967Z] #36 125.1 Selecting previously unselected package libsystemd-dev:amd64. [2023-04-17T23:26:31.145Z] #33 197.7 Selecting previously unselected package libselinux1-dev:amd64. [2023-04-17T23:26:31.146Z] #33 197.7 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2023-04-17T23:26:31.146Z] #33 197.7 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2023-04-17T23:26:31.212Z] #48 24.38 Unpacking apparmor (2.13.6-10) ... [2023-04-17T23:26:31.225Z] #36 125.1 Preparing to unpack .../29-libsystemd-dev_247.3-7+deb11u1_amd64.deb ... [2023-04-17T23:26:31.225Z] #36 125.1 Unpacking libsystemd-dev:amd64 (247.3-7+deb11u1) ... [2023-04-17T23:26:31.404Z] #33 198.1 Selecting previously unselected package libdevmapper-dev:amd64. [2023-04-17T23:26:31.404Z] #33 198.1 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2023-04-17T23:26:31.404Z] #33 198.1 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2023-04-17T23:26:31.473Z] #48 24.79 Selecting previously unselected package inetutils-ping. [2023-04-17T23:26:31.663Z] #33 198.3 Selecting previously unselected package libseccomp-dev:amd64. [2023-04-17T23:26:31.663Z] #33 198.4 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2023-04-17T23:26:31.663Z] #33 198.4 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2023-04-17T23:26:31.733Z] #48 24.79 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1+deb11u1_arm64.deb ... [2023-04-17T23:26:31.733Z] #48 24.80 Unpacking inetutils-ping (2:2.0-1+deb11u1) ... [2023-04-17T23:26:31.733Z] #48 24.95 Selecting previously unselected package libip4tc2:arm64. [2023-04-17T23:26:31.733Z] #48 24.95 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ... [2023-04-17T23:26:31.733Z] #48 24.97 Unpacking libip4tc2:arm64 (1.8.7-1) ... [2023-04-17T23:26:31.733Z] #48 25.05 Selecting previously unselected package libip6tc2:arm64. [2023-04-17T23:26:31.733Z] #48 25.05 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ... [2023-04-17T23:26:31.733Z] #48 25.06 Unpacking libip6tc2:arm64 (1.8.7-1) ... [2023-04-17T23:26:31.733Z] #48 25.12 Selecting previously unselected package libnfnetlink0:arm64. [2023-04-17T23:26:31.733Z] #48 25.13 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2023-04-17T23:26:31.733Z] #48 25.15 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2023-04-17T23:26:31.742Z] #36 125.6 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2023-04-17T23:26:31.742Z] #36 125.6 Setting up libapparmor1:amd64 (2.13.6-10) ... [2023-04-17T23:26:31.742Z] #36 125.7 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2023-04-17T23:26:31.742Z] #36 125.7 Setting up libsepol1-dev:amd64 (3.1-1) ... [2023-04-17T23:26:31.742Z] #36 125.7 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2023-04-17T23:26:31.742Z] #36 125.7 Setting up libpcre2-16-0:amd64 (10.36-2+deb11u1) ... [2023-04-17T23:26:31.742Z] #36 125.7 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2023-04-17T23:26:31.742Z] #36 125.7 Setting up libpcre2-32-0:amd64 (10.36-2+deb11u1) ... [2023-04-17T23:26:31.742Z] #36 125.7 Setting up libudev-dev:amd64 (247.3-7+deb11u1) ... [2023-04-17T23:26:31.742Z] #36 125.8 Setting up libpcre2-posix2:amd64 (10.36-2+deb11u1) ... [2023-04-17T23:26:31.742Z] #36 125.8 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2023-04-17T23:26:31.742Z] #36 125.8 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2023-04-17T23:26:31.742Z] #36 125.8 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2023-04-17T23:26:31.742Z] #36 125.8 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2023-04-17T23:26:31.742Z] #36 125.9 Setting up mingw-w64-common (8.0.0-1) ... [2023-04-17T23:26:31.922Z] #33 198.7 Selecting previously unselected package libsystemd-dev:amd64. [2023-04-17T23:26:31.922Z] #33 198.7 Preparing to unpack .../29-libsystemd-dev_247.3-7+deb11u1_amd64.deb ... [2023-04-17T23:26:31.993Z] #48 25.25 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2023-04-17T23:26:31.993Z] #48 25.25 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ... [2023-04-17T23:26:31.993Z] #48 25.26 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2023-04-17T23:26:31.993Z] #48 25.34 Selecting previously unselected package libnftnl11:arm64. [2023-04-17T23:26:31.993Z] #48 25.35 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ... [2023-04-17T23:26:32.001Z] #36 125.9 Setting up libsystemd-dev:amd64 (247.3-7+deb11u1) ... [2023-04-17T23:26:32.001Z] #36 125.9 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2023-04-17T23:26:32.001Z] #36 125.9 Setting up libpcre2-dev:amd64 (10.36-2+deb11u1) ... [2023-04-17T23:26:32.001Z] #36 125.9 Setting up libselinux1-dev:amd64 (3.1-3) ... [2023-04-17T23:26:32.001Z] #36 126.0 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2023-04-17T23:26:32.001Z] #36 126.0 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-04-17T23:26:32.001Z] #36 126.0 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 [2023-04-17T23:26:32.001Z] #36 126.0 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-04-17T23:26:32.001Z] #36 126.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2023-04-17T23:26:32.001Z] #36 126.0 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2023-04-17T23:26:32.001Z] #36 126.0 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-04-17T23:26:32.001Z] #36 126.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2023-04-17T23:26:32.001Z] #36 126.0 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-04-17T23:26:32.001Z] #36 126.1 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2023-04-17T23:26:32.001Z] #36 126.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2023-04-17T23:26:32.001Z] #36 126.1 Setting up dmsetup (2:1.02.175-2.1) ... [2023-04-17T23:26:32.180Z] #33 198.8 Unpacking libsystemd-dev:amd64 (247.3-7+deb11u1) ... [2023-04-17T23:26:32.253Z] #48 25.35 Unpacking libnftnl11:arm64 (1.1.9-1) ... [2023-04-17T23:26:32.253Z] #48 25.47 Selecting previously unselected package iptables. [2023-04-17T23:26:32.253Z] #48 25.47 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ... [2023-04-17T23:26:32.253Z] #48 25.48 Unpacking iptables (1.8.7-1) ... [2023-04-17T23:26:32.264Z] #36 126.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2023-04-17T23:26:32.264Z] #36 126.1 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2023-04-17T23:26:32.264Z] #36 126.1 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2023-04-17T23:26:32.514Z] #48 25.86 Selecting previously unselected package libonig5:arm64. [2023-04-17T23:26:32.514Z] #48 25.86 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ... [2023-04-17T23:26:32.514Z] #48 25.87 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2023-04-17T23:26:32.779Z] #48 26.05 Selecting previously unselected package libjq1:arm64. [2023-04-17T23:26:32.779Z] #48 26.05 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ... [2023-04-17T23:26:32.779Z] #48 26.07 Unpacking libjq1:arm64 (1.6-2.1) ... [2023-04-17T23:26:32.862Z] #36 ... [2023-04-17T23:26:32.862Z] [2023-04-17T23:26:32.862Z] #21 [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 [2023-04-17T23:26:32.862Z] #21 126.8 + for f in rootlesskit rootlesskit-docker-proxy [2023-04-17T23:26:32.862Z] #21 126.8 + GOBIN=/build [2023-04-17T23:26:32.862Z] #21 126.8 + GO111MODULE=on [2023-04-17T23:26:32.862Z] #21 126.8 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2023-04-17T23:26:33.050Z] #48 26.22 Selecting previously unselected package jq. [2023-04-17T23:26:33.050Z] #48 26.23 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ... [2023-04-17T23:26:33.050Z] #48 26.25 Unpacking jq (1.6-2.1) ... [2023-04-17T23:26:33.161Z] #21 ... [2023-04-17T23:26:33.161Z] [2023-04-17T23:26:33.161Z] #36 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:26:33.161Z] #36 DONE 127.2s [2023-04-17T23:26:33.312Z] #48 26.38 Selecting previously unselected package libaio1:arm64. [2023-04-17T23:26:33.312Z] #48 26.38 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ... [2023-04-17T23:26:33.312Z] #48 26.40 Unpacking libaio1:arm64 (0.3.112-9) ... [2023-04-17T23:26:33.312Z] #48 26.52 Selecting previously unselected package libgpm2:arm64. [2023-04-17T23:26:33.312Z] #48 26.53 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ... [2023-04-17T23:26:33.312Z] #48 26.53 Unpacking libgpm2:arm64 (1.20.7-8) ... [2023-04-17T23:26:33.312Z] #48 ... [2023-04-17T23:26:33.312Z] [2023-04-17T23:26:33.312Z] #39 [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 [2023-04-17T23:26:33.312Z] #39 78.61 DEP criu/eventpoll.d [2023-04-17T23:26:33.312Z] #39 78.78 DEP criu/eventfd.d [2023-04-17T23:26:33.312Z] #39 78.90 DEP criu/crtools.d [2023-04-17T23:26:33.312Z] #39 79.04 DEP criu/cr-service.d [2023-04-17T23:26:33.312Z] #39 79.20 DEP criu/cr-restore.d [2023-04-17T23:26:33.312Z] #39 79.41 DEP criu/cr-errno.d [2023-04-17T23:26:33.312Z] #39 79.44 DEP criu/cr-dump.d [2023-04-17T23:26:33.312Z] #39 79.61 DEP criu/cr-dedup.d [2023-04-17T23:26:33.312Z] #39 79.72 DEP criu/cr-check.d [2023-04-17T23:26:33.312Z] #39 79.91 DEP criu/config.d [2023-04-17T23:26:33.312Z] #39 80.09 DEP criu/clone-noasan.d [2023-04-17T23:26:33.312Z] #39 80.19 DEP criu/cgroup.d [2023-04-17T23:26:33.312Z] #39 80.39 DEP criu/cgroup-props.d [2023-04-17T23:26:33.312Z] #39 80.54 DEP criu/bitmap.d [2023-04-17T23:26:33.312Z] #39 80.58 DEP criu/bfd.d [2023-04-17T23:26:33.312Z] #39 80.66 DEP criu/autofs.d [2023-04-17T23:26:33.312Z] #39 80.81 DEP criu/aio.d [2023-04-17T23:26:33.312Z] #39 80.98 DEP criu/action-scripts.d [2023-04-17T23:26:33.312Z] #39 81.20 CC criu/action-scripts.o [2023-04-17T23:26:33.312Z] #39 81.74 CC criu/aio.o [2023-04-17T23:26:33.312Z] #39 82.33 CC criu/autofs.o [2023-04-17T23:26:33.312Z] #39 84.20 CC criu/bfd.o [2023-04-17T23:26:33.312Z] #39 84.84 CC criu/bitmap.o [2023-04-17T23:26:33.312Z] #39 85.02 CC criu/cgroup-props.o [2023-04-17T23:26:33.312Z] #39 85.99 CC criu/cgroup.o [2023-04-17T23:26:33.420Z] [2023-04-17T23:26:33.420Z] #40 [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 [2023-04-17T23:26:33.439Z] #39 ... [2023-04-17T23:26:33.439Z] [2023-04-17T23:26:33.439Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-04-17T23:26:33.439Z] #50 6.479 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-04-17T23:26:33.439Z] #50 13.29 Fetched 8643 kB in 12s (735 kB/s) [2023-04-17T23:26:33.557Z] #33 200.0 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2023-04-17T23:26:33.557Z] #33 200.2 Setting up libapparmor1:amd64 (2.13.6-10) ... [2023-04-17T23:26:33.573Z] #39 ... [2023-04-17T23:26:33.573Z] [2023-04-17T23:26:33.573Z] #26 [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 [2023-04-17T23:26:33.573Z] #26 DONE 137.0s [2023-04-17T23:26:33.573Z] [2023-04-17T23:26:33.573Z] #48 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-04-17T23:26:33.573Z] #48 26.67 Selecting previously unselected package libicu67:arm64. [2023-04-17T23:26:33.573Z] #48 26.68 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ... [2023-04-17T23:26:33.573Z] #48 26.68 Unpacking libicu67:arm64 (67.1-7) ... [2023-04-17T23:26:33.700Z] #50 13.29 Reading package lists... [2023-04-17T23:26:33.700Z] #50 ... [2023-04-17T23:26:33.700Z] [2023-04-17T23:26:33.700Z] #39 [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 [2023-04-17T23:26:33.700Z] #39 150.6 CC criu/cr-dedup.o [2023-04-17T23:26:33.816Z] #33 200.6 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2023-04-17T23:26:33.964Z] #39 151.1 CC criu/cr-dump.o [2023-04-17T23:26:34.392Z] #33 201.1 Setting up libsepol1-dev:amd64 (3.1-1) ... [2023-04-17T23:26:34.651Z] #33 201.2 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2023-04-17T23:26:34.651Z] #33 201.3 Setting up libpcre2-16-0:amd64 (10.36-2+deb11u1) ... [2023-04-17T23:26:34.910Z] #33 ... [2023-04-17T23:26:34.910Z] [2023-04-17T23:26:34.910Z] #31 [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 [2023-04-17T23:26:34.910Z] #31 DONE 201.4s [2023-04-17T23:26:34.910Z] [2023-04-17T23:26:34.910Z] #40 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2023-04-17T23:26:34.910Z] #40 DONE 0.1s [2023-04-17T23:26:34.910Z] [2023-04-17T23:26:34.910Z] #33 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:26:34.910Z] #33 201.4 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2023-04-17T23:26:34.910Z] #33 201.5 Setting up libpcre2-32-0:amd64 (10.36-2+deb11u1) ... [2023-04-17T23:26:34.910Z] #33 201.5 Setting up libudev-dev:amd64 (247.3-7+deb11u1) ... [2023-04-17T23:26:34.910Z] #33 ... [2023-04-17T23:26:34.910Z] [2023-04-17T23:26:34.910Z] #41 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2023-04-17T23:26:35.109Z] --- PASS: TestBuildMultiStageParentConfig (4.37s) [2023-04-17T23:26:35.109Z] === RUN TestBuildLabelWithTargets [2023-04-17T23:26:35.169Z] #41 DONE 0.2s [2023-04-17T23:26:35.169Z] [2023-04-17T23:26:35.169Z] #33 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:26:35.169Z] #33 201.6 Setting up libpcre2-posix2:amd64 (10.36-2+deb11u1) ... [2023-04-17T23:26:35.169Z] #33 201.7 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2023-04-17T23:26:35.169Z] #33 201.7 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2023-04-17T23:26:35.169Z] #33 201.7 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2023-04-17T23:26:35.169Z] #33 201.7 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2023-04-17T23:26:35.169Z] #33 201.8 Setting up mingw-w64-common (8.0.0-1) ... [2023-04-17T23:26:35.169Z] #33 201.9 Setting up libsystemd-dev:amd64 (247.3-7+deb11u1) ... [2023-04-17T23:26:35.169Z] #33 201.9 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2023-04-17T23:26:35.169Z] #33 201.9 Setting up libpcre2-dev:amd64 (10.36-2+deb11u1) ... [2023-04-17T23:26:35.169Z] #33 201.9 Setting up libselinux1-dev:amd64 (3.1-3) ... [2023-04-17T23:26:35.428Z] #33 201.9 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2023-04-17T23:26:35.428Z] #33 202.0 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-04-17T23:26:35.428Z] #33 202.0 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 [2023-04-17T23:26:35.428Z] #33 202.0 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-04-17T23:26:35.428Z] #33 202.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2023-04-17T23:26:35.428Z] #33 202.1 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2023-04-17T23:26:35.428Z] #33 202.1 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-04-17T23:26:35.428Z] #33 202.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2023-04-17T23:26:35.428Z] #33 202.1 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-04-17T23:26:35.428Z] #33 202.2 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2023-04-17T23:26:35.428Z] #33 202.2 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2023-04-17T23:26:35.428Z] #33 202.2 Setting up dmsetup (2:1.02.175-2.1) ... [2023-04-17T23:26:35.428Z] #33 202.3 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2023-04-17T23:26:35.428Z] #33 202.3 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2023-04-17T23:26:35.428Z] #33 202.3 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2023-04-17T23:26:35.996Z] #33 ... [2023-04-17T23:26:35.996Z] [2023-04-17T23:26:35.996Z] #39 [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 [2023-04-17T23:26:35.996Z] #39 103.1 CC criu/arch/x86/restorer_unmap.o [2023-04-17T23:26:35.996Z] #39 103.2 CC criu/arch/x86/sigaction_compat_pie.o [2023-04-17T23:26:35.996Z] #39 103.7 CC criu/pie/restorer.o [2023-04-17T23:26:35.996Z] #39 108.4 LINK criu/pie/restorer.built-in.o [2023-04-17T23:26:35.996Z] #39 108.4 GEN criu/pie/restorer-blob.h [2023-04-17T23:26:35.996Z] #39 108.7 DEP criu/vdso.d [2023-04-17T23:26:35.996Z] #39 109.1 DEP criu/vdso-compat.d [2023-04-17T23:26:35.996Z] #39 109.3 DEP criu/uts_ns.d [2023-04-17T23:26:35.996Z] #39 109.6 DEP criu/util.d [2023-04-17T23:26:35.996Z] #39 110.0 DEP criu/uffd.d [2023-04-17T23:26:35.996Z] #39 110.3 DEP criu/tun.d [2023-04-17T23:26:35.996Z] #39 110.7 DEP criu/tty.d [2023-04-17T23:26:35.996Z] #39 110.8 DEP criu/timerfd.d [2023-04-17T23:26:35.996Z] #39 111.0 DEP criu/timens.d [2023-04-17T23:26:35.996Z] #39 111.1 DEP criu/sysfs_parse.d [2023-04-17T23:26:35.996Z] #39 111.4 DEP criu/sysctl.d [2023-04-17T23:26:35.996Z] #39 111.6 DEP criu/string.d [2023-04-17T23:26:35.996Z] #39 111.7 DEP criu/stats.d [2023-04-17T23:26:35.996Z] #39 111.9 DEP criu/sockets.d [2023-04-17T23:26:35.996Z] #39 112.2 DEP criu/sk-unix.d [2023-04-17T23:26:35.996Z] #39 112.5 DEP criu/sk-tcp.d [2023-04-17T23:26:35.996Z] #39 112.9 DEP criu/sk-queue.d [2023-04-17T23:26:35.996Z] #39 113.1 DEP criu/sk-packet.d [2023-04-17T23:26:35.996Z] #39 ... [2023-04-17T23:26:35.996Z] [2023-04-17T23:26:35.996Z] #33 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-04-17T23:26:35.996Z] #33 DONE 202.8s [2023-04-17T23:26:35.996Z] [2023-04-17T23:26:35.996Z] #39 [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 [2023-04-17T23:26:35.996Z] #39 113.4 DEP criu/sk-netlink.d [2023-04-17T23:26:35.996Z] #39 ... [2023-04-17T23:26:35.996Z] [2023-04-17T23:26:35.996Z] #42 [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 [2023-04-17T23:26:36.709Z] #40 3.392 + RM_GOPATH=0 [2023-04-17T23:26:36.709Z] #40 3.400 + TMP_GOPATH= [2023-04-17T23:26:36.709Z] #40 3.400 + : /build [2023-04-17T23:26:36.709Z] #40 3.401 + '[' -z '' ']' [2023-04-17T23:26:36.709Z] #40 3.401 ++ mktemp -d [2023-04-17T23:26:36.709Z] #40 3.403 + export GOPATH=/tmp/tmp.lVK5x0vZcU [2023-04-17T23:26:36.709Z] #40 3.403 + GOPATH=/tmp/tmp.lVK5x0vZcU [2023-04-17T23:26:36.709Z] #40 3.403 + RM_GOPATH=1 [2023-04-17T23:26:36.709Z] #40 3.404 + case "$(go env GOARCH)" in [2023-04-17T23:26:36.709Z] #40 3.404 ++ go env GOARCH [2023-04-17T23:26:36.709Z] #40 3.424 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:26:36.709Z] #40 3.425 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:26:36.709Z] #40 3.425 ++ dirname /tmp/install/install.sh [2023-04-17T23:26:36.709Z] #40 3.433 + dir=/tmp/install [2023-04-17T23:26:36.709Z] #40 3.433 + bin=runc [2023-04-17T23:26:36.709Z] #40 3.433 + shift [2023-04-17T23:26:36.709Z] #40 3.434 + '[' '!' -f /tmp/install/runc.installer ']' [2023-04-17T23:26:36.709Z] #40 3.434 + . /tmp/install/runc.installer [2023-04-17T23:26:36.709Z] #40 3.434 ++ set -e [2023-04-17T23:26:36.709Z] #40 3.434 ++ : v1.1.4 [2023-04-17T23:26:36.709Z] #40 3.434 + install_runc [2023-04-17T23:26:36.709Z] #40 3.434 + RUNC_BUILDTAGS=seccomp [2023-04-17T23:26:36.709Z] #40 3.434 + echo 'Install runc version v1.1.4 (build tags: seccomp)' [2023-04-17T23:26:36.709Z] #40 3.434 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.lVK5x0vZcU/src/github.com/opencontainers/runc [2023-04-17T23:26:36.709Z] #40 3.434 Install runc version v1.1.4 (build tags: seccomp) [2023-04-17T23:26:36.709Z] #40 3.438 Cloning into '/tmp/tmp.lVK5x0vZcU/src/github.com/opencontainers/runc'... [2023-04-17T23:26:36.709Z] #40 ... [2023-04-17T23:26:36.709Z] [2023-04-17T23:26:36.709Z] #41 [dev-systemd-false 1/27] RUN groupadd -r docker [2023-04-17T23:26:36.709Z] #41 DONE 3.7s [2023-04-17T23:26:36.952Z] #48 30.10 Selecting previously unselected package libinih1:arm64. [2023-04-17T23:26:36.952Z] #48 30.11 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ... [2023-04-17T23:26:36.952Z] #48 30.11 Unpacking libinih1:arm64 (53-1+b2) ... [2023-04-17T23:26:36.952Z] #48 30.21 Selecting previously unselected package libnet1:arm64. [2023-04-17T23:26:36.952Z] #48 30.21 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2023-04-17T23:26:36.952Z] #48 30.21 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2023-04-17T23:26:36.967Z] [2023-04-17T23:26:36.967Z] #42 [dev-systemd-false 2/27] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2023-04-17T23:26:37.213Z] #48 30.32 Selecting previously unselected package libnl-3-200:arm64. [2023-04-17T23:26:37.213Z] #48 30.32 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2023-04-17T23:26:37.213Z] #48 30.33 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2023-04-17T23:26:37.213Z] #48 30.42 Selecting previously unselected package libprotobuf-c1:arm64. [2023-04-17T23:26:37.213Z] #48 30.43 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2023-04-17T23:26:37.213Z] #48 30.44 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2023-04-17T23:26:37.213Z] #48 30.52 Selecting previously unselected package net-tools. [2023-04-17T23:26:37.473Z] #48 30.52 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_arm64.deb ... [2023-04-17T23:26:37.473Z] #48 30.52 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2023-04-17T23:26:37.473Z] #48 30.73 Selecting previously unselected package patch. [2023-04-17T23:26:37.473Z] #48 30.75 Preparing to unpack .../32-patch_2.7.6-7_arm64.deb ... [2023-04-17T23:26:37.473Z] #48 30.75 Unpacking patch (2.7.6-7) ... [2023-04-17T23:26:37.733Z] #48 30.87 Selecting previously unselected package python-pip-whl. [2023-04-17T23:26:37.733Z] #48 30.88 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2023-04-17T23:26:37.733Z] #48 30.90 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2023-04-17T23:26:38.170Z] #39 155.2 CC criu/cr-errno.o [2023-04-17T23:26:38.253Z] #48 31.37 Selecting previously unselected package python3-lib2to3. [2023-04-17T23:26:38.253Z] #48 31.38 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2023-04-17T23:26:38.253Z] #48 31.38 Unpacking python3-lib2to3 (3.9.2-1) ... [2023-04-17T23:26:38.253Z] #48 31.54 Selecting previously unselected package python3-distutils. [2023-04-17T23:26:38.253Z] #48 31.54 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2023-04-17T23:26:38.253Z] #48 31.56 Unpacking python3-distutils (3.9.2-1) ... [2023-04-17T23:26:38.430Z] #39 155.4 CC criu/cr-restore.o [2023-04-17T23:26:38.514Z] #48 31.69 Selecting previously unselected package python3-pkg-resources. [2023-04-17T23:26:38.514Z] #48 31.70 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2023-04-17T23:26:38.514Z] #48 31.70 Unpacking python3-pkg-resources (52.0.0-4) ... [2023-04-17T23:26:38.774Z] #48 31.83 Selecting previously unselected package python3-setuptools. [2023-04-17T23:26:38.774Z] #48 31.83 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2023-04-17T23:26:38.774Z] #48 31.84 Unpacking python3-setuptools (52.0.0-4) ... [2023-04-17T23:26:38.774Z] #48 32.09 Selecting previously unselected package python3-wheel. [2023-04-17T23:26:38.774Z] #48 32.10 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2023-04-17T23:26:38.774Z] #48 32.11 Unpacking python3-wheel (0.34.2-1) ... [2023-04-17T23:26:38.868Z] #42 ... [2023-04-17T23:26:38.868Z] [2023-04-17T23:26:38.868Z] #21 [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 [2023-04-17T23:26:38.868Z] #21 DONE 132.9s [2023-04-17T23:26:39.014Z] #39 ... [2023-04-17T23:26:39.014Z] [2023-04-17T23:26:39.014Z] #29 [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 [2023-04-17T23:26:39.014Z] #29 DONE 247.8s [2023-04-17T23:26:39.014Z] [2023-04-17T23:26:39.014Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-04-17T23:26:39.014Z] #50 13.29 Reading package lists... [2023-04-17T23:26:39.014Z] #50 17.96 Reading package lists... [2023-04-17T23:26:39.034Z] #48 32.20 Selecting previously unselected package python3-pip. [2023-04-17T23:26:39.034Z] #48 32.22 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2023-04-17T23:26:39.034Z] #48 32.23 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2023-04-17T23:26:39.034Z] #48 32.44 Selecting previously unselected package sudo. [2023-04-17T23:26:39.034Z] #48 32.45 Preparing to unpack .../40-sudo_1.9.5p2-3+deb11u1_arm64.deb ... [2023-04-17T23:26:39.126Z] [2023-04-17T23:26:39.126Z] #43 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2023-04-17T23:26:39.126Z] #43 DONE 0.2s [2023-04-17T23:26:39.126Z] [2023-04-17T23:26:39.126Z] #44 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2023-04-17T23:26:39.295Z] #48 32.46 Unpacking sudo (1.9.5p2-3+deb11u1) ... [2023-04-17T23:26:39.365Z] #42 3.268 + RM_GOPATH=0 [2023-04-17T23:26:39.365Z] #42 3.268 + TMP_GOPATH= [2023-04-17T23:26:39.365Z] #42 3.268 + : /build [2023-04-17T23:26:39.365Z] #42 3.268 + '[' -z '' ']' [2023-04-17T23:26:39.365Z] #42 3.268 ++ mktemp -d [2023-04-17T23:26:39.365Z] #42 ... [2023-04-17T23:26:39.365Z] [2023-04-17T23:26:39.365Z] #43 [dev-systemd-false 1/27] RUN groupadd -r docker [2023-04-17T23:26:39.365Z] #43 DONE 3.3s [2023-04-17T23:26:39.365Z] [2023-04-17T23:26:39.365Z] #42 [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 [2023-04-17T23:26:39.365Z] #42 3.277 + export GOPATH=/tmp/tmp.idXFifBQ4L [2023-04-17T23:26:39.365Z] #42 3.277 + GOPATH=/tmp/tmp.idXFifBQ4L [2023-04-17T23:26:39.365Z] #42 3.277 + RM_GOPATH=1 [2023-04-17T23:26:39.365Z] #42 3.277 + case "$(go env GOARCH)" in [2023-04-17T23:26:39.365Z] #42 3.277 ++ go env GOARCH [2023-04-17T23:26:39.365Z] #42 3.295 + export GO_BUILDMODE=-buildmode=pie [2023-04-17T23:26:39.365Z] #42 3.295 + GO_BUILDMODE=-buildmode=pie [2023-04-17T23:26:39.365Z] #42 3.303 ++ dirname /tmp/install/install.sh [2023-04-17T23:26:39.365Z] #42 3.309 Install runc version v1.1.4 (build tags: seccomp) [2023-04-17T23:26:39.365Z] #42 3.312 + dir=/tmp/install [2023-04-17T23:26:39.365Z] #42 3.312 + bin=runc [2023-04-17T23:26:39.365Z] #42 3.312 + shift [2023-04-17T23:26:39.365Z] #42 3.312 + '[' '!' -f /tmp/install/runc.installer ']' [2023-04-17T23:26:39.365Z] #42 3.312 + . /tmp/install/runc.installer [2023-04-17T23:26:39.365Z] #42 3.312 ++ set -e [2023-04-17T23:26:39.365Z] #42 3.312 ++ : v1.1.4 [2023-04-17T23:26:39.365Z] #42 3.312 + install_runc [2023-04-17T23:26:39.365Z] #42 3.312 + RUNC_BUILDTAGS=seccomp [2023-04-17T23:26:39.365Z] #42 3.312 + echo 'Install runc version v1.1.4 (build tags: seccomp)' [2023-04-17T23:26:39.365Z] #42 3.312 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.idXFifBQ4L/src/github.com/opencontainers/runc [2023-04-17T23:26:39.365Z] #42 3.326 Cloning into '/tmp/tmp.idXFifBQ4L/src/github.com/opencontainers/runc'... [2023-04-17T23:26:39.384Z] #44 DONE 0.3s [2023-04-17T23:26:39.384Z] [2023-04-17T23:26:39.384Z] #39 [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 [2023-04-17T23:26:39.384Z] #39 66.97 CC criu/arch/x86/restorer.o [2023-04-17T23:26:39.384Z] #39 67.49 CC criu/arch/x86/restorer_unmap.o [2023-04-17T23:26:39.384Z] #39 67.55 CC criu/arch/x86/sigaction_compat_pie.o [2023-04-17T23:26:39.384Z] #39 67.80 CC criu/pie/restorer.o [2023-04-17T23:26:39.384Z] #39 70.90 LINK criu/pie/restorer.built-in.o [2023-04-17T23:26:39.384Z] #39 70.93 GEN criu/pie/restorer-blob.h [2023-04-17T23:26:39.384Z] #39 71.09 DEP criu/vdso.d [2023-04-17T23:26:39.384Z] #39 71.27 DEP criu/vdso-compat.d [2023-04-17T23:26:39.384Z] #39 71.44 DEP criu/uts_ns.d [2023-04-17T23:26:39.384Z] #39 71.64 DEP criu/util.d [2023-04-17T23:26:39.384Z] #39 71.86 DEP criu/uffd.d [2023-04-17T23:26:39.384Z] #39 72.07 DEP criu/tun.d [2023-04-17T23:26:39.384Z] #39 72.18 DEP criu/tty.d [2023-04-17T23:26:39.384Z] #39 72.37 DEP criu/timerfd.d [2023-04-17T23:26:39.384Z] #39 72.56 DEP criu/timens.d [2023-04-17T23:26:39.384Z] #39 72.75 DEP criu/sysfs_parse.d [2023-04-17T23:26:39.384Z] #39 72.86 DEP criu/sysctl.d [2023-04-17T23:26:39.384Z] #39 72.99 DEP criu/string.d [2023-04-17T23:26:39.384Z] #39 73.04 DEP criu/stats.d [2023-04-17T23:26:39.384Z] #39 73.17 DEP criu/sockets.d [2023-04-17T23:26:39.384Z] #39 73.35 DEP criu/sk-unix.d [2023-04-17T23:26:39.384Z] #39 73.52 DEP criu/sk-tcp.d [2023-04-17T23:26:39.384Z] #39 73.72 DEP criu/sk-queue.d [2023-04-17T23:26:39.384Z] #39 73.93 DEP criu/sk-packet.d [2023-04-17T23:26:39.384Z] #39 74.24 DEP criu/sk-netlink.d [2023-04-17T23:26:39.384Z] #39 74.46 DEP criu/sk-inet.d [2023-04-17T23:26:39.384Z] #39 74.73 DEP criu/signalfd.d [2023-04-17T23:26:39.384Z] #39 74.92 DEP criu/sigframe.d [2023-04-17T23:26:39.384Z] #39 75.06 DEP criu/shmem.d [2023-04-17T23:26:39.384Z] #39 75.25 DEP criu/servicefd.d [2023-04-17T23:26:39.384Z] #39 75.43 DEP criu/seize.d [2023-04-17T23:26:39.384Z] #39 75.61 DEP criu/seccomp.d [2023-04-17T23:26:39.384Z] #39 75.87 DEP criu/rst-malloc.d [2023-04-17T23:26:39.384Z] #39 75.94 DEP criu/rbtree.d [2023-04-17T23:26:39.384Z] #39 75.98 DEP criu/pstree.d [2023-04-17T23:26:39.384Z] #39 76.30 DEP criu/protobuf.d [2023-04-17T23:26:39.384Z] #39 76.44 GEN criu/protobuf-desc-gen.h [2023-04-17T23:26:39.642Z] #39 ... [2023-04-17T23:26:39.642Z] [2023-04-17T23:26:39.642Z] #42 [dev-systemd-false 2/27] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2023-04-17T23:26:39.642Z] #42 DONE 2.7s [2023-04-17T23:26:39.642Z] [2023-04-17T23:26:39.642Z] #45 [dev-systemd-false 3/27] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2023-04-17T23:26:39.866Z] #48 33.02 Selecting previously unselected package thin-provisioning-tools. [2023-04-17T23:26:39.866Z] #48 33.04 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_arm64.deb ... [2023-04-17T23:26:39.866Z] #48 33.04 Unpacking thin-provisioning-tools (0.9.0-1) ... [2023-04-17T23:26:40.126Z] #48 33.24 Selecting previously unselected package uidmap. [2023-04-17T23:26:40.126Z] #48 33.26 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_arm64.deb ... [2023-04-17T23:26:40.126Z] #48 33.27 Unpacking uidmap (1:4.8.1-1) ... [2023-04-17T23:26:40.126Z] #48 33.39 Selecting previously unselected package vim-runtime. [2023-04-17T23:26:40.126Z] #48 33.40 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2023-04-17T23:26:40.388Z] #48 33.42 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2023-04-17T23:26:40.388Z] #48 33.44 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2023-04-17T23:26:40.388Z] #48 33.45 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:26:40.399Z] #50 22.65 Building dependency tree... [2023-04-17T23:26:41.308Z] #42 ... [2023-04-17T23:26:41.308Z] [2023-04-17T23:26:41.308Z] #44 [dev-systemd-false 2/27] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2023-04-17T23:26:41.308Z] #44 DONE 1.7s [2023-04-17T23:26:41.308Z] [2023-04-17T23:26:41.308Z] #45 [dev-systemd-false 3/27] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2023-04-17T23:26:42.311Z] #50 25.50 The following additional packages will be installed: [2023-04-17T23:26:42.311Z] #50 25.50 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2023-04-17T23:26:42.311Z] #50 25.50 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2023-04-17T23:26:42.311Z] #50 25.50 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2023-04-17T23:26:42.311Z] #50 25.50 python3-pkg-resources vim-runtime xxd [2023-04-17T23:26:42.311Z] #50 25.51 Suggested packages: [2023-04-17T23:26:42.311Z] #50 25.51 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2023-04-17T23:26:42.311Z] #50 25.51 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2023-04-17T23:26:42.311Z] #50 25.51 acl attr quota [2023-04-17T23:26:42.311Z] #50 25.51 Recommended packages: [2023-04-17T23:26:42.311Z] #50 25.51 libatm1 nftables libpam-cap build-essential python3-dev unzip [2023-04-17T23:26:42.682Z] #45 1.393 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2023-04-17T23:26:42.682Z] #45 DONE 1.6s [2023-04-17T23:26:42.682Z] [2023-04-17T23:26:42.682Z] #46 [dev-systemd-false 4/27] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2023-04-17T23:26:42.926Z] #45 3.303 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2023-04-17T23:26:42.926Z] #45 DONE 3.4s [2023-04-17T23:26:42.926Z] [2023-04-17T23:26:42.926Z] #46 [dev-systemd-false 4/27] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2023-04-17T23:26:43.185Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2023-04-17T23:26:43.185Z] === RUN TestBuildWithEmptyLayers [2023-04-17T23:26:43.683Z] #48 36.54 Selecting previously unselected package vim. [2023-04-17T23:26:43.683Z] #48 36.54 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2023-04-17T23:26:43.683Z] #48 36.56 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:26:43.943Z] #48 37.05 Selecting previously unselected package xfsprogs. [2023-04-17T23:26:43.943Z] #48 37.06 Preparing to unpack .../45-xfsprogs_5.10.0-4_arm64.deb ... [2023-04-17T23:26:43.943Z] #48 37.06 Unpacking xfsprogs (5.10.0-4) ... [2023-04-17T23:26:44.063Z] #46 DONE 1.5s [2023-04-17T23:26:44.064Z] [2023-04-17T23:26:44.064Z] #39 [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 [2023-04-17T23:26:44.064Z] #39 113.6 DEP criu/sk-inet.d [2023-04-17T23:26:44.064Z] #39 114.0 DEP criu/signalfd.d [2023-04-17T23:26:44.064Z] #39 114.3 DEP criu/sigframe.d [2023-04-17T23:26:44.064Z] #39 114.4 DEP criu/shmem.d [2023-04-17T23:26:44.064Z] #39 114.7 DEP criu/servicefd.d [2023-04-17T23:26:44.064Z] #39 115.0 DEP criu/seize.d [2023-04-17T23:26:44.064Z] #39 115.2 DEP criu/seccomp.d [2023-04-17T23:26:44.064Z] #39 115.5 DEP criu/rst-malloc.d [2023-04-17T23:26:44.064Z] #39 115.6 DEP criu/rbtree.d [2023-04-17T23:26:44.064Z] #39 115.7 DEP criu/pstree.d [2023-04-17T23:26:44.064Z] #39 115.9 DEP criu/protobuf.d [2023-04-17T23:26:44.064Z] #39 116.2 GEN criu/protobuf-desc-gen.h [2023-04-17T23:26:44.064Z] #39 119.3 DEP criu/protobuf-desc.d [2023-04-17T23:26:44.064Z] #39 119.5 DEP criu/proc_parse.d [2023-04-17T23:26:44.064Z] #39 119.7 DEP criu/plugin.d [2023-04-17T23:26:44.064Z] #39 119.9 DEP criu/pipes.d [2023-04-17T23:26:44.064Z] #39 120.1 DEP criu/pie-util.d [2023-04-17T23:26:44.064Z] #39 120.4 DEP criu/pie-util-vdso.d [2023-04-17T23:26:44.064Z] #39 120.5 DEP criu/pie-util-vdso-elf32.d [2023-04-17T23:26:44.064Z] #39 120.7 DEP criu/path.d [2023-04-17T23:26:44.064Z] #39 120.9 DEP criu/parasite-syscall.d [2023-04-17T23:26:44.064Z] #39 121.3 DEP criu/pagemap.d [2023-04-17T23:26:44.204Z] #48 37.42 Selecting previously unselected package zip. [2023-04-17T23:26:44.204Z] #48 37.42 Preparing to unpack .../46-zip_3.0-12_arm64.deb ... [2023-04-17T23:26:44.204Z] #48 37.44 Unpacking zip (3.0-12) ... [2023-04-17T23:26:44.204Z] #48 ... [2023-04-17T23:26:44.204Z] [2023-04-17T23:26:44.204Z] #39 [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 [2023-04-17T23:26:44.204Z] #39 89.63 CC criu/clone-noasan.o [2023-04-17T23:26:44.204Z] #39 89.87 CC criu/config.o [2023-04-17T23:26:44.204Z] #39 91.41 CC criu/cr-check.o [2023-04-17T23:26:44.204Z] #39 93.24 CC criu/cr-dedup.o [2023-04-17T23:26:44.204Z] #39 93.66 CC criu/cr-dump.o [2023-04-17T23:26:44.204Z] #39 96.16 CC criu/cr-errno.o [2023-04-17T23:26:44.204Z] #39 96.24 CC criu/cr-restore.o [2023-04-17T23:26:44.228Z] #50 27.48 The following NEW packages will be installed: [2023-04-17T23:26:44.228Z] #50 27.48 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2023-04-17T23:26:44.228Z] #50 27.49 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2023-04-17T23:26:44.228Z] #50 27.49 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2023-04-17T23:26:44.228Z] #50 27.50 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2023-04-17T23:26:44.228Z] #50 27.50 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2023-04-17T23:26:44.228Z] #50 27.50 python3-pkg-resources python3-setuptools python3-wheel sudo [2023-04-17T23:26:44.228Z] #50 27.50 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2023-04-17T23:26:44.228Z] #50 27.50 xz-utils zip [2023-04-17T23:26:44.228Z] #50 27.93 0 upgraded, 47 newly installed, 0 to remove and 0 not upgraded. [2023-04-17T23:26:44.228Z] #50 27.93 Need to get 27.0 MB of archives. [2023-04-17T23:26:44.228Z] #50 27.93 After this operation, 104 MB of additional disk space will be used. [2023-04-17T23:26:44.228Z] #50 27.93 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2023-04-17T23:26:44.322Z] #39 ... [2023-04-17T23:26:44.322Z] [2023-04-17T23:26:44.322Z] #47 [dev-systemd-false 5/27] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2023-04-17T23:26:44.465Z] #39 ... [2023-04-17T23:26:44.465Z] [2023-04-17T23:26:44.465Z] #48 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-04-17T23:26:44.465Z] #48 37.68 Setting up python3-pkg-resources (52.0.0-4) ... [2023-04-17T23:26:44.489Z] #50 27.94 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2023-04-17T23:26:44.489Z] #50 27.94 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2023-04-17T23:26:44.489Z] #50 27.94 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2023-04-17T23:26:44.489Z] #50 27.95 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2023-04-17T23:26:44.489Z] #50 27.95 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2023-04-17T23:26:44.489Z] #50 27.95 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2023-04-17T23:26:44.489Z] #50 27.96 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2023-04-17T23:26:44.489Z] #50 28.01 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2023-04-17T23:26:44.489Z] #50 28.02 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2023-04-17T23:26:44.489Z] #50 28.03 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2023-04-17T23:26:44.489Z] #50 28.06 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2023-04-17T23:26:44.489Z] #50 28.06 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2023-04-17T23:26:44.489Z] #50 28.07 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2023-04-17T23:26:44.489Z] #50 28.11 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1+deb11u1 [245 kB] [2023-04-17T23:26:44.489Z] #50 28.11 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2023-04-17T23:26:44.489Z] #50 28.13 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2023-04-17T23:26:44.489Z] #50 28.13 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2023-04-17T23:26:44.489Z] #50 28.13 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2023-04-17T23:26:44.489Z] #50 28.14 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2023-04-17T23:26:44.750Z] #50 28.15 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2023-04-17T23:26:44.750Z] #50 28.17 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2023-04-17T23:26:44.750Z] #50 28.18 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2023-04-17T23:26:44.750Z] #50 28.19 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2023-04-17T23:26:44.750Z] #50 28.19 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2023-04-17T23:26:44.750Z] #50 28.20 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2023-04-17T23:26:44.750Z] #50 28.20 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2023-04-17T23:26:45.010Z] #50 28.69 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2023-04-17T23:26:45.271Z] #50 28.70 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2023-04-17T23:26:45.271Z] #50 28.70 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2023-04-17T23:26:45.271Z] #50 28.71 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2023-04-17T23:26:45.271Z] #50 28.71 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2023-04-17T23:26:45.271Z] #50 28.73 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2023-04-17T23:26:45.271Z] #50 28.74 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2023-04-17T23:26:45.271Z] #50 28.84 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2023-04-17T23:26:45.271Z] #50 28.85 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2023-04-17T23:26:45.271Z] #50 28.86 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2023-04-17T23:26:45.271Z] #50 28.89 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2023-04-17T23:26:45.271Z] #50 28.91 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2023-04-17T23:26:45.271Z] #50 28.91 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2023-04-17T23:26:45.271Z] #50 28.92 Get:41 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 sudo amd64 1.9.5p2-3+deb11u1 [1061 kB] [2023-04-17T23:26:45.271Z] #50 28.98 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2023-04-17T23:26:45.406Z] #48 38.52 Setting up libip4tc2:arm64 (1.8.7-1) ... [2023-04-17T23:26:45.406Z] #48 38.54 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2023-04-17T23:26:45.406Z] #48 38.55 Setting up libgpm2:arm64 (1.20.7-8) ... [2023-04-17T23:26:45.406Z] #48 38.57 Setting up libicu67:arm64 (67.1-7) ... [2023-04-17T23:26:45.406Z] #48 38.58 Setting up libip6tc2:arm64 (1.8.7-1) ... [2023-04-17T23:26:45.406Z] #48 38.59 Setting up libinih1:arm64 (53-1+b2) ... [2023-04-17T23:26:45.406Z] #48 38.64 Setting up uidmap (1:4.8.1-1) ... [2023-04-17T23:26:45.406Z] #48 38.67 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2023-04-17T23:26:45.406Z] #48 38.68 Setting up bzip2 (1.0.8-4) ... [2023-04-17T23:26:45.406Z] #48 38.69 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2023-04-17T23:26:45.406Z] #48 38.70 Setting up python3-wheel (0.34.2-1) ... [2023-04-17T23:26:45.533Z] #50 29.01 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2023-04-17T23:26:45.533Z] #50 29.02 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2023-04-17T23:26:45.794Z] #50 29.43 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2023-04-17T23:26:45.794Z] #50 29.48 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2023-04-17T23:26:45.794Z] #50 29.53 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2023-04-17T23:26:45.977Z] #48 39.32 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:26:45.977Z] #48 39.34 Setting up libcap2:arm64 (1:2.44-1) ... [2023-04-17T23:26:46.229Z] #47 DONE 1.7s [2023-04-17T23:26:46.229Z] [2023-04-17T23:26:46.229Z] #48 [dev-systemd-false 6/27] RUN ldconfig [2023-04-17T23:26:46.237Z] #48 39.36 Setting up libcap2-bin (1:2.44-1) ... [2023-04-17T23:26:46.237Z] #48 39.37 Setting up apparmor (2.13.6-10) ... [2023-04-17T23:26:46.446Z] --- PASS: TestBuildWithEmptyLayers (3.00s) [2023-04-17T23:26:46.446Z] === RUN TestBuildMultiStageOnBuild [2023-04-17T23:26:46.736Z] #50 ... [2023-04-17T23:26:46.736Z] [2023-04-17T23:26:46.736Z] #39 [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 [2023-04-17T23:26:46.736Z] #39 163.8 CC criu/cr-service.o [2023-04-17T23:26:47.113Z] #46 DONE 4.0s [2023-04-17T23:26:47.113Z] [2023-04-17T23:26:47.113Z] #39 [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 [2023-04-17T23:26:47.113Z] #39 78.56 DEP criu/protobuf-desc.d [2023-04-17T23:26:47.113Z] #39 78.70 DEP criu/proc_parse.d [2023-04-17T23:26:47.113Z] #39 78.91 DEP criu/plugin.d [2023-04-17T23:26:47.113Z] #39 79.00 DEP criu/pipes.d [2023-04-17T23:26:47.113Z] #39 79.14 DEP criu/pie-util.d [2023-04-17T23:26:47.113Z] #39 79.25 DEP criu/pie-util-vdso.d [2023-04-17T23:26:47.113Z] #39 79.44 DEP criu/pie-util-vdso-elf32.d [2023-04-17T23:26:47.113Z] #39 79.57 DEP criu/path.d [2023-04-17T23:26:47.113Z] #39 79.70 DEP criu/parasite-syscall.d [2023-04-17T23:26:47.113Z] #39 79.90 DEP criu/pagemap.d [2023-04-17T23:26:47.113Z] #39 80.10 DEP criu/pagemap-cache.d [2023-04-17T23:26:47.113Z] #39 80.31 DEP criu/page-xfer.d [2023-04-17T23:26:47.113Z] #39 80.54 DEP criu/page-pipe.d [2023-04-17T23:26:47.113Z] #39 80.71 DEP criu/netfilter.d [2023-04-17T23:26:47.113Z] #39 80.88 DEP criu/net.d [2023-04-17T23:26:47.113Z] #39 81.14 DEP criu/namespaces.d [2023-04-17T23:26:47.113Z] #39 81.34 DEP criu/mount.d [2023-04-17T23:26:47.113Z] #39 81.60 DEP criu/memfd.d [2023-04-17T23:26:47.113Z] #39 81.77 DEP criu/mem.d [2023-04-17T23:26:47.113Z] #39 81.95 DEP criu/lsm.d [2023-04-17T23:26:47.113Z] #39 82.10 DEP criu/log.d [2023-04-17T23:26:47.113Z] #39 82.27 DEP criu/libnetlink.d [2023-04-17T23:26:47.113Z] #39 82.42 DEP criu/kerndat.d [2023-04-17T23:26:47.113Z] #39 82.66 DEP criu/kcmp-ids.d [2023-04-17T23:26:47.113Z] #39 82.71 DEP criu/irmap.d [2023-04-17T23:26:47.113Z] #39 82.88 DEP criu/ipc_ns.d [2023-04-17T23:26:47.113Z] #39 82.99 DEP criu/image.d [2023-04-17T23:26:47.113Z] #39 83.15 DEP criu/image-desc.d [2023-04-17T23:26:47.113Z] #39 83.26 DEP criu/fsnotify.d [2023-04-17T23:26:47.113Z] #39 83.36 DEP criu/filesystems.d [2023-04-17T23:26:47.113Z] #39 83.50 DEP criu/files.d [2023-04-17T23:26:47.113Z] #39 83.75 DEP criu/files-reg.d [2023-04-17T23:26:47.113Z] #39 84.05 DEP criu/files-ext.d [2023-04-17T23:26:47.113Z] #39 84.27 DEP criu/file-lock.d [2023-04-17T23:26:47.371Z] #39 84.58 DEP criu/file-ids.d [2023-04-17T23:26:47.619Z] #48 40.77 Setting up zip (3.0-12) ... [2023-04-17T23:26:47.619Z] #48 40.78 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:26:47.619Z] #48 40.80 Setting up bash-completion (1:2.11-2) ... [2023-04-17T23:26:47.629Z] #39 84.71 DEP criu/fifo.d [2023-04-17T23:26:47.629Z] #39 84.86 DEP criu/fdstore.d [2023-04-17T23:26:47.629Z] #39 84.95 DEP criu/fault-injection.d [2023-04-17T23:26:47.886Z] #39 85.03 DEP criu/external.d [2023-04-17T23:26:48.132Z] #48 DONE 2.1s [2023-04-17T23:26:48.132Z] [2023-04-17T23:26:48.132Z] #49 [dev-systemd-false 7/27] RUN git config --global --add safe.directory /go/src/github.com/docker/docker [2023-04-17T23:26:48.144Z] #39 85.19 DEP criu/eventpoll.d [2023-04-17T23:26:48.402Z] #39 85.46 DEP criu/eventfd.d [2023-04-17T23:26:48.402Z] #39 85.63 DEP criu/crtools.d [2023-04-17T23:26:48.659Z] #39 85.82 DEP criu/cr-service.d [2023-04-17T23:26:48.917Z] #39 86.03 DEP criu/cr-restore.d [2023-04-17T23:26:49.174Z] #39 86.35 DEP criu/cr-errno.d [2023-04-17T23:26:49.174Z] #39 86.39 DEP criu/cr-dump.d [2023-04-17T23:26:49.294Z] #39 166.1 CC criu/crtools.o [2023-04-17T23:26:49.432Z] #39 86.59 DEP criu/cr-dedup.d [2023-04-17T23:26:49.506Z] #49 DONE 1.6s [2023-04-17T23:26:49.506Z] [2023-04-17T23:26:49.506Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-04-17T23:26:49.690Z] #39 86.74 DEP criu/cr-check.d [2023-04-17T23:26:49.690Z] #39 86.93 DEP criu/config.d [2023-04-17T23:26:49.869Z] #39 167.0 CC criu/eventfd.o [2023-04-17T23:26:49.957Z] #39 87.16 DEP criu/clone-noasan.d [2023-04-17T23:26:49.957Z] #39 87.26 DEP criu/cgroup.d [2023-04-17T23:26:50.163Z] #48 43.55 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2023-04-17T23:26:50.216Z] #39 ... [2023-04-17T23:26:50.216Z] [2023-04-17T23:26:50.216Z] #47 [dev-systemd-false 5/27] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2023-04-17T23:26:50.216Z] #47 DONE 3.3s [2023-04-17T23:26:50.216Z] [2023-04-17T23:26:50.216Z] #40 [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 [2023-04-17T23:26:50.216Z] #40 14.51 + cd /tmp/tmp.lVK5x0vZcU/src/github.com/opencontainers/runc [2023-04-17T23:26:50.216Z] #40 14.51 + git checkout -q v1.1.4 [2023-04-17T23:26:50.216Z] #40 15.31 + '[' -z '' ']' [2023-04-17T23:26:50.216Z] #40 15.31 + target=static [2023-04-17T23:26:50.216Z] #40 15.31 + make BUILDTAGS=seccomp static [2023-04-17T23:26:50.216Z] #40 15.80 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.4-0-g5fd4c4d1 -X main.version=1.1.4 " -o runc . [2023-04-17T23:26:50.424Z] #48 43.57 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2023-04-17T23:26:50.424Z] #48 43.58 Setting up libmnl0:arm64 (1.0.4-3) ... [2023-04-17T23:26:50.424Z] #48 43.59 Setting up patch (2.7.6-7) ... [2023-04-17T23:26:50.424Z] #48 43.61 Setting up sudo (1.9.5p2-3+deb11u1) ... [2023-04-17T23:26:50.424Z] #48 43.69 invoke-rc.d: could not determine current runlevel [2023-04-17T23:26:50.424Z] #48 43.69 invoke-rc.d: policy-rc.d denied execution of start. [2023-04-17T23:26:50.424Z] #48 43.70 Setting up xfsprogs (5.10.0-4) ... [2023-04-17T23:26:50.424Z] #48 43.71 Setting up libxtables12:arm64 (1.8.7-1) ... [2023-04-17T23:26:50.424Z] #48 43.72 Setting up inetutils-ping (2:2.0-1+deb11u1) ... [2023-04-17T23:26:50.424Z] #48 43.74 Setting up pigz (2.6-1) ... [2023-04-17T23:26:50.424Z] #48 43.75 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2023-04-17T23:26:50.424Z] #48 43.76 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2023-04-17T23:26:50.424Z] #48 43.78 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2023-04-17T23:26:50.442Z] #39 167.5 CC criu/eventpoll.o [2023-04-17T23:26:50.684Z] #48 43.79 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:26:51.254Z] #48 44.44 Setting up libaio1:arm64 (0.3.112-9) ... [2023-04-17T23:26:51.254Z] #48 44.45 Setting up python3-lib2to3 (3.9.2-1) ... [2023-04-17T23:26:51.683Z] --- PASS: TestBuildMultiStageOnBuild (5.03s) [2023-04-17T23:26:51.683Z] === RUN TestBuildUncleanTarFilenames [2023-04-17T23:26:51.683Z] --- PASS: TestBuildUncleanTarFilenames (0.44s) [2023-04-17T23:26:51.683Z] === RUN TestBuildMultiStageLayerLeak [2023-04-17T23:26:51.825Z] #48 44.90 Setting up libelf1:arm64 (0.183-1) ... [2023-04-17T23:26:51.825Z] #48 44.93 Setting up libonig5:arm64 (6.9.6-1.1) ... [2023-04-17T23:26:51.825Z] #48 44.95 Setting up python3-distutils (3.9.2-1) ... [2023-04-17T23:26:52.033Z] #50 2.016 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-04-17T23:26:52.033Z] #50 2.143 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-04-17T23:26:52.033Z] #50 2.177 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-04-17T23:26:52.345Z] #48 45.40 Setting up vim (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:26:52.345Z] #48 45.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2023-04-17T23:26:52.345Z] #48 45.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2023-04-17T23:26:52.345Z] #48 45.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2023-04-17T23:26:52.345Z] #48 45.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2023-04-17T23:26:52.345Z] #48 45.43 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2023-04-17T23:26:52.345Z] #48 45.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2023-04-17T23:26:52.345Z] #48 45.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2023-04-17T23:26:52.345Z] #48 45.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2023-04-17T23:26:52.345Z] #48 45.47 Setting up python3-setuptools (52.0.0-4) ... [2023-04-17T23:26:52.422Z] #39 169.1 CC criu/external.o [2023-04-17T23:26:52.422Z] #39 ... [2023-04-17T23:26:52.422Z] [2023-04-17T23:26:52.422Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-04-17T23:26:52.422Z] #50 30.58 debconf: delaying package configuration, since apt-utils is not installed [2023-04-17T23:26:52.422Z] #50 30.82 Fetched 27.0 MB in 2s (13.9 MB/s) [2023-04-17T23:26:52.422Z] #50 31.00 Selecting previously unselected package pigz. [2023-04-17T23:26:52.422Z] #50 31.00 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24023 files and directories currently installed.) [2023-04-17T23:26:52.422Z] #50 31.11 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2023-04-17T23:26:52.422Z] #50 31.15 Unpacking pigz (2.6-1) ... [2023-04-17T23:26:52.422Z] #50 31.25 Selecting previously unselected package libelf1:amd64. [2023-04-17T23:26:52.422Z] #50 31.25 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2023-04-17T23:26:52.422Z] #50 31.27 Unpacking libelf1:amd64 (0.183-1) ... [2023-04-17T23:26:52.422Z] #50 31.55 Selecting previously unselected package libbpf0:amd64. [2023-04-17T23:26:52.422Z] #50 31.55 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2023-04-17T23:26:52.422Z] #50 31.58 Unpacking libbpf0:amd64 (1:0.3-2) ... [2023-04-17T23:26:52.422Z] #50 31.71 Selecting previously unselected package libcap2:amd64. [2023-04-17T23:26:52.422Z] #50 31.71 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2023-04-17T23:26:52.422Z] #50 31.76 Unpacking libcap2:amd64 (1:2.44-1) ... [2023-04-17T23:26:52.422Z] #50 31.97 Selecting previously unselected package libmnl0:amd64. [2023-04-17T23:26:52.422Z] #50 31.98 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2023-04-17T23:26:52.422Z] #50 31.98 Unpacking libmnl0:amd64 (1.0.4-3) ... [2023-04-17T23:26:52.422Z] #50 32.11 Selecting previously unselected package libxtables12:amd64. [2023-04-17T23:26:52.422Z] #50 32.12 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2023-04-17T23:26:52.422Z] #50 32.13 Unpacking libxtables12:amd64 (1.8.7-1) ... [2023-04-17T23:26:52.422Z] #50 32.29 Selecting previously unselected package libcap2-bin. [2023-04-17T23:26:52.422Z] #50 32.29 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2023-04-17T23:26:52.422Z] #50 32.31 Unpacking libcap2-bin (1:2.44-1) ... [2023-04-17T23:26:52.422Z] #50 32.50 Selecting previously unselected package iproute2. [2023-04-17T23:26:52.422Z] #50 32.50 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2023-04-17T23:26:52.422Z] #50 32.51 Unpacking iproute2 (5.10.0-4) ... [2023-04-17T23:26:52.422Z] #50 33.38 Selecting previously unselected package xxd. [2023-04-17T23:26:52.422Z] #50 33.38 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2023-04-17T23:26:52.422Z] #50 33.39 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:26:52.422Z] #50 33.59 Selecting previously unselected package vim-common. [2023-04-17T23:26:52.422Z] #50 33.60 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2023-04-17T23:26:52.422Z] #50 33.63 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:26:52.422Z] #50 33.87 Selecting previously unselected package bash-completion. [2023-04-17T23:26:52.422Z] #50 33.87 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2023-04-17T23:26:52.422Z] #50 ... [2023-04-17T23:26:52.422Z] [2023-04-17T23:26:52.422Z] #39 [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 [2023-04-17T23:26:52.422Z] #39 169.6 CC criu/fault-injection.o [2023-04-17T23:26:52.601Z] #50 2.977 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-04-17T23:26:52.684Z] #39 169.9 CC criu/fdstore.o [2023-04-17T23:26:52.745Z] #40 ... [2023-04-17T23:26:52.745Z] [2023-04-17T23:26:52.745Z] #48 [dev-systemd-false 6/27] RUN ldconfig [2023-04-17T23:26:52.745Z] #48 DONE 2.5s [2023-04-17T23:26:52.745Z] [2023-04-17T23:26:52.745Z] #49 [dev-systemd-false 7/27] RUN git config --global --add safe.directory /go/src/github.com/docker/docker [2023-04-17T23:26:53.628Z] #39 170.5 CC criu/fifo.o [2023-04-17T23:26:53.727Z] #48 46.95 Setting up libjq1:arm64 (1.6-2.1) ... [2023-04-17T23:26:53.727Z] #48 46.96 Setting up libnftnl11:arm64 (1.1.9-1) ... [2023-04-17T23:26:53.727Z] #48 46.98 Setting up thin-provisioning-tools (0.9.0-1) ... [2023-04-17T23:26:53.727Z] #48 46.99 Setting up python3-pip (20.3.4-4+deb11u1) ... [2023-04-17T23:26:53.887Z] #39 171.0 CC criu/file-ids.o [2023-04-17T23:26:53.976Z] #50 4.274 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [237 kB] [2023-04-17T23:26:54.458Z] #39 171.5 CC criu/file-lock.o [2023-04-17T23:26:54.542Z] #50 ... [2023-04-17T23:26:54.542Z] [2023-04-17T23:26:54.542Z] #39 [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 [2023-04-17T23:26:54.542Z] #39 121.6 DEP criu/pagemap-cache.d [2023-04-17T23:26:54.542Z] #39 121.9 DEP criu/page-xfer.d [2023-04-17T23:26:54.542Z] #39 122.2 DEP criu/page-pipe.d [2023-04-17T23:26:54.542Z] #39 122.3 DEP criu/netfilter.d [2023-04-17T23:26:54.542Z] #39 122.6 DEP criu/net.d [2023-04-17T23:26:54.542Z] #39 122.9 DEP criu/namespaces.d [2023-04-17T23:26:54.542Z] #39 123.2 DEP criu/mount.d [2023-04-17T23:26:54.542Z] #39 123.6 DEP criu/memfd.d [2023-04-17T23:26:54.542Z] #39 123.8 DEP criu/mem.d [2023-04-17T23:26:54.542Z] #39 124.3 DEP criu/lsm.d [2023-04-17T23:26:54.542Z] #39 124.5 DEP criu/log.d [2023-04-17T23:26:54.542Z] #39 124.8 DEP criu/libnetlink.d [2023-04-17T23:26:54.542Z] #39 125.0 DEP criu/kerndat.d [2023-04-17T23:26:54.542Z] #39 125.4 DEP criu/kcmp-ids.d [2023-04-17T23:26:54.542Z] #39 125.5 DEP criu/irmap.d [2023-04-17T23:26:54.542Z] #39 125.7 DEP criu/ipc_ns.d [2023-04-17T23:26:54.542Z] #39 126.1 DEP criu/image.d [2023-04-17T23:26:54.542Z] #39 126.4 DEP criu/image-desc.d [2023-04-17T23:26:54.542Z] #39 126.5 DEP criu/fsnotify.d [2023-04-17T23:26:54.542Z] #39 126.9 DEP criu/filesystems.d [2023-04-17T23:26:54.542Z] #39 127.2 DEP criu/files.d [2023-04-17T23:26:54.542Z] #39 127.4 DEP criu/files-reg.d [2023-04-17T23:26:54.542Z] #39 127.7 DEP criu/files-ext.d [2023-04-17T23:26:54.542Z] #39 127.8 DEP criu/file-lock.d [2023-04-17T23:26:54.542Z] #39 128.1 DEP criu/file-ids.d [2023-04-17T23:26:54.542Z] #39 128.3 DEP criu/fifo.d [2023-04-17T23:26:54.542Z] #39 128.6 DEP criu/fdstore.d [2023-04-17T23:26:54.542Z] #39 128.9 DEP criu/fault-injection.d [2023-04-17T23:26:54.542Z] #39 129.0 DEP criu/external.d [2023-04-17T23:26:54.542Z] #39 129.1 DEP criu/eventpoll.d [2023-04-17T23:26:54.542Z] #39 129.4 DEP criu/eventfd.d [2023-04-17T23:26:54.542Z] #39 129.5 DEP criu/crtools.d [2023-04-17T23:26:54.542Z] #39 129.8 DEP criu/cr-service.d [2023-04-17T23:26:54.542Z] #39 130.0 DEP criu/cr-restore.d [2023-04-17T23:26:54.542Z] #39 130.2 DEP criu/cr-errno.d [2023-04-17T23:26:54.542Z] #39 130.3 DEP criu/cr-dump.d [2023-04-17T23:26:54.542Z] #39 130.6 DEP criu/cr-dedup.d [2023-04-17T23:26:54.542Z] #39 131.1 DEP criu/cr-check.d [2023-04-17T23:26:54.542Z] #39 131.5 DEP criu/config.d [2023-04-17T23:26:54.644Z] #49 DONE 1.9s [2023-04-17T23:26:54.644Z] [2023-04-17T23:26:54.644Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-04-17T23:26:54.801Z] #39 131.9 DEP criu/clone-noasan.d [2023-04-17T23:26:54.801Z] #39 132.1 DEP criu/cgroup.d [2023-04-17T23:26:54.928Z] #48 48.09 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2023-04-17T23:26:54.928Z] #48 48.11 Setting up jq (1.6-2.1) ... [2023-04-17T23:26:54.928Z] #48 48.12 Setting up libbpf0:arm64 (1:0.3-2) ... [2023-04-17T23:26:54.928Z] #48 48.13 Setting up iptables (1.8.7-1) ... [2023-04-17T23:26:54.928Z] #48 48.14 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2023-04-17T23:26:54.928Z] #48 48.15 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2023-04-17T23:26:54.928Z] #48 48.15 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2023-04-17T23:26:54.928Z] #48 48.16 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2023-04-17T23:26:54.928Z] #48 48.16 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2023-04-17T23:26:54.928Z] #48 48.18 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2023-04-17T23:26:54.928Z] #48 48.19 Setting up iproute2 (5.10.0-4) ... [2023-04-17T23:26:55.368Z] #39 132.4 DEP criu/cgroup-props.d [2023-04-17T23:26:55.450Z] #48 48.51 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2023-04-17T23:26:55.627Z] #39 132.7 DEP criu/bitmap.d [2023-04-17T23:26:55.627Z] #39 132.8 DEP criu/bfd.d [2023-04-17T23:26:55.843Z] #39 172.9 CC criu/files-ext.o [2023-04-17T23:26:55.885Z] #39 133.1 DEP criu/autofs.d [2023-04-17T23:26:55.885Z] #39 ... [2023-04-17T23:26:55.885Z] [2023-04-17T23:26:55.885Z] #42 [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 [2023-04-17T23:26:55.885Z] #42 19.73 + cd /tmp/tmp.idXFifBQ4L/src/github.com/opencontainers/runc [2023-04-17T23:26:55.885Z] #42 19.73 + git checkout -q v1.1.4 [2023-04-17T23:26:56.022Z] #48 DONE 49.2s [2023-04-17T23:26:56.022Z] [2023-04-17T23:26:56.022Z] #39 [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 [2023-04-17T23:26:56.022Z] #39 101.3 CC criu/cr-service.o [2023-04-17T23:26:56.022Z] #39 103.3 CC criu/crtools.o [2023-04-17T23:26:56.022Z] #39 103.9 CC criu/eventfd.o [2023-04-17T23:26:56.022Z] #39 104.2 CC criu/eventpoll.o [2023-04-17T23:26:56.022Z] #39 105.1 CC criu/external.o [2023-04-17T23:26:56.022Z] #39 105.4 CC criu/fault-injection.o [2023-04-17T23:26:56.022Z] #39 105.6 CC criu/fdstore.o [2023-04-17T23:26:56.022Z] #39 106.0 CC criu/fifo.o [2023-04-17T23:26:56.022Z] #39 106.3 CC criu/file-ids.o [2023-04-17T23:26:56.022Z] #39 106.7 CC criu/file-lock.o [2023-04-17T23:26:56.022Z] #39 107.7 CC criu/files-ext.o [2023-04-17T23:26:56.022Z] #39 108.1 CC criu/files-reg.o [2023-04-17T23:26:56.022Z] #39 110.6 CC criu/files.o [2023-04-17T23:26:56.022Z] #39 ... [2023-04-17T23:26:56.022Z] [2023-04-17T23:26:56.022Z] #51 [dev-systemd-false 9/27] 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 [2023-04-17T23:26:56.414Z] #39 173.5 CC criu/files-reg.o [2023-04-17T23:26:56.596Z] #51 0.744 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2023-04-17T23:26:56.596Z] #51 0.749 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2023-04-17T23:26:56.596Z] #51 0.753 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2023-04-17T23:26:56.596Z] #51 DONE 0.8s [2023-04-17T23:26:56.596Z] [2023-04-17T23:26:56.596Z] #33 [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 [2023-04-17T23:26:56.860Z] #33 ... [2023-04-17T23:26:56.860Z] [2023-04-17T23:26:56.860Z] #52 [dev-systemd-false 10/27] RUN pip3 install yamllint==1.26.1 [2023-04-17T23:26:56.920Z] --- PASS: TestBuildMultiStageLayerLeak (4.56s) [2023-04-17T23:26:56.920Z] === RUN TestBuildWithHugeFile [2023-04-17T23:26:57.175Z] #50 2.580 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-04-17T23:26:57.175Z] #50 2.604 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-04-17T23:26:57.260Z] #42 20.93 + '[' -z '' ']' [2023-04-17T23:26:57.260Z] #42 20.93 + target=static [2023-04-17T23:26:57.260Z] #42 20.93 + make BUILDTAGS=seccomp static [2023-04-17T23:26:57.433Z] #50 2.732 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-04-17T23:26:57.700Z] #50 3.083 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-04-17T23:26:57.825Z] #42 21.53 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.4-0-g5fd4c4d1 -X main.version=1.1.4 " -o runc . [2023-04-17T23:26:58.327Z] #39 ... [2023-04-17T23:26:58.327Z] [2023-04-17T23:26:58.327Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-04-17T23:26:58.327Z] #50 37.45 Unpacking bash-completion (1:2.11-2) ... [2023-04-17T23:26:58.327Z] #50 38.15 Selecting previously unselected package bzip2. [2023-04-17T23:26:58.327Z] #50 38.15 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2023-04-17T23:26:58.327Z] #50 38.19 Unpacking bzip2 (1.0.8-4) ... [2023-04-17T23:26:58.327Z] #50 38.44 Selecting previously unselected package xz-utils. [2023-04-17T23:26:58.327Z] #50 38.45 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2023-04-17T23:26:58.327Z] #50 38.47 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2023-04-17T23:26:58.327Z] #50 38.80 Selecting previously unselected package apparmor. [2023-04-17T23:26:58.327Z] #50 38.80 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2023-04-17T23:26:58.327Z] #50 38.99 Unpacking apparmor (2.13.6-10) ... [2023-04-17T23:26:58.327Z] #50 40.01 Selecting previously unselected package inetutils-ping. [2023-04-17T23:26:58.327Z] #50 40.04 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1+deb11u1_amd64.deb ... [2023-04-17T23:26:58.327Z] #50 40.06 Unpacking inetutils-ping (2:2.0-1+deb11u1) ... [2023-04-17T23:26:58.327Z] #50 40.17 Selecting previously unselected package libip4tc2:amd64. [2023-04-17T23:26:58.327Z] #50 40.18 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2023-04-17T23:26:58.327Z] #50 40.18 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2023-04-17T23:26:58.327Z] #50 40.41 Selecting previously unselected package libip6tc2:amd64. [2023-04-17T23:26:58.327Z] #50 40.42 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2023-04-17T23:26:58.327Z] #50 40.42 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2023-04-17T23:26:58.327Z] #50 40.51 Selecting previously unselected package libnfnetlink0:amd64. [2023-04-17T23:26:58.327Z] #50 40.54 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2023-04-17T23:26:58.327Z] #50 40.57 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2023-04-17T23:26:58.327Z] #50 40.75 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2023-04-17T23:26:58.327Z] #50 40.76 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2023-04-17T23:26:58.327Z] #50 40.76 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2023-04-17T23:26:58.327Z] #50 40.93 Selecting previously unselected package libnftnl11:amd64. [2023-04-17T23:26:58.327Z] #50 40.95 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2023-04-17T23:26:58.327Z] #50 40.97 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2023-04-17T23:26:58.327Z] #50 41.23 Selecting previously unselected package iptables. [2023-04-17T23:26:58.327Z] #50 41.24 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2023-04-17T23:26:58.327Z] #50 41.25 Unpacking iptables (1.8.7-1) ... [2023-04-17T23:26:58.327Z] #50 41.93 Selecting previously unselected package libonig5:amd64. [2023-04-17T23:26:58.327Z] #50 41.94 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2023-04-17T23:26:58.327Z] #50 41.94 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2023-04-17T23:26:58.587Z] #50 42.17 Selecting previously unselected package libjq1:amd64. [2023-04-17T23:26:58.587Z] #50 42.18 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2023-04-17T23:26:58.587Z] #50 42.20 Unpacking libjq1:amd64 (1.6-2.1) ... [2023-04-17T23:26:58.848Z] #50 42.42 Selecting previously unselected package jq. [2023-04-17T23:26:58.848Z] #50 42.42 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2023-04-17T23:26:58.848Z] #50 42.44 Unpacking jq (1.6-2.1) ... [2023-04-17T23:26:59.072Z] #50 4.464 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [237 kB] [2023-04-17T23:26:59.109Z] #50 42.72 Selecting previously unselected package libaio1:amd64. [2023-04-17T23:26:59.109Z] #50 42.74 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2023-04-17T23:26:59.109Z] #50 42.76 Unpacking libaio1:amd64 (0.3.112-9) ... [2023-04-17T23:26:59.369Z] #50 43.00 Selecting previously unselected package libgpm2:amd64. [2023-04-17T23:26:59.369Z] #50 43.02 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2023-04-17T23:26:59.630Z] #50 43.03 Unpacking libgpm2:amd64 (1.20.7-8) ... [2023-04-17T23:26:59.630Z] #50 43.20 Selecting previously unselected package libicu67:amd64. [2023-04-17T23:26:59.630Z] #50 43.20 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2023-04-17T23:26:59.630Z] #50 43.23 Unpacking libicu67:amd64 (67.1-7) ... [2023-04-17T23:27:00.445Z] #50 5.708 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-04-17T23:27:00.445Z] #50 ... [2023-04-17T23:27:00.445Z] [2023-04-17T23:27:00.445Z] #39 [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 [2023-04-17T23:27:00.445Z] #39 87.51 DEP criu/cgroup-props.d [2023-04-17T23:27:00.445Z] #39 87.69 DEP criu/bitmap.d [2023-04-17T23:27:00.445Z] #39 87.72 DEP criu/bfd.d [2023-04-17T23:27:00.445Z] #39 87.83 DEP criu/autofs.d [2023-04-17T23:27:00.445Z] #39 87.97 DEP criu/aio.d [2023-04-17T23:27:00.445Z] #39 88.20 DEP criu/action-scripts.d [2023-04-17T23:27:00.445Z] #39 88.53 CC criu/action-scripts.o [2023-04-17T23:27:00.445Z] #39 88.95 CC criu/aio.o [2023-04-17T23:27:00.445Z] #39 89.54 CC criu/autofs.o [2023-04-17T23:27:00.445Z] #39 91.43 CC criu/bfd.o [2023-04-17T23:27:00.445Z] #39 92.22 CC criu/bitmap.o [2023-04-17T23:27:00.445Z] #39 92.46 CC criu/cgroup-props.o [2023-04-17T23:27:00.445Z] #39 93.50 CC criu/cgroup.o [2023-04-17T23:27:00.445Z] #39 96.71 CC criu/clone-noasan.o [2023-04-17T23:27:00.445Z] #39 96.91 CC criu/config.o [2023-04-17T23:27:01.384Z] #39 98.52 CC criu/cr-check.o [2023-04-17T23:27:03.449Z] #52 ... [2023-04-17T23:27:03.449Z] [2023-04-17T23:27:03.449Z] #39 [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 [2023-04-17T23:27:03.449Z] #39 113.6 CC criu/filesystems.o [2023-04-17T23:27:03.449Z] #39 114.3 CC criu/fsnotify.o [2023-04-17T23:27:03.449Z] #39 115.5 CC criu/image-desc.o [2023-04-17T23:27:03.449Z] #39 115.7 CC criu/image.o [2023-04-17T23:27:03.449Z] #39 116.6 CC criu/ipc_ns.o [2023-04-17T23:27:03.449Z] #39 117.8 CC criu/irmap.o [2023-04-17T23:27:03.449Z] #39 118.4 CC criu/kcmp-ids.o [2023-04-17T23:27:03.449Z] #39 118.7 CC criu/kerndat.o [2023-04-17T23:27:03.913Z] #39 100.6 CC criu/cr-dedup.o [2023-04-17T23:27:03.913Z] #39 101.1 CC criu/cr-dump.o [2023-04-17T23:27:04.171Z] #39 ... [2023-04-17T23:27:04.171Z] [2023-04-17T23:27:04.171Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-04-17T23:27:04.171Z] #50 9.553 Fetched 8643 kB in 7s (1179 kB/s) [2023-04-17T23:27:04.383Z] #42 ... [2023-04-17T23:27:04.383Z] [2023-04-17T23:27:04.383Z] #39 [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 [2023-04-17T23:27:04.383Z] #39 133.4 DEP criu/aio.d [2023-04-17T23:27:04.383Z] #39 133.8 DEP criu/action-scripts.d [2023-04-17T23:27:04.383Z] #39 134.3 CC criu/action-scripts.o [2023-04-17T23:27:04.383Z] #39 135.1 CC criu/aio.o [2023-04-17T23:27:04.383Z] #39 135.9 CC criu/autofs.o [2023-04-17T23:27:04.383Z] #39 138.7 CC criu/bfd.o [2023-04-17T23:27:04.383Z] #39 139.6 CC criu/bitmap.o [2023-04-17T23:27:04.383Z] #39 139.9 CC criu/cgroup-props.o [2023-04-17T23:27:04.383Z] #39 141.7 CC criu/cgroup.o [2023-04-17T23:27:04.395Z] #39 119.9 CC criu/libnetlink.o [2023-04-17T23:27:04.966Z] #39 120.2 CC criu/log.o [2023-04-17T23:27:05.538Z] #39 120.6 CC criu/lsm.o [2023-04-17T23:27:05.812Z] #39 121.0 CC criu/mem.o [2023-04-17T23:27:06.218Z] #50 49.31 Selecting previously unselected package libinih1:amd64. [2023-04-17T23:27:06.218Z] #50 49.32 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2023-04-17T23:27:06.218Z] #50 49.33 Unpacking libinih1:amd64 (53-1+b2) ... [2023-04-17T23:27:06.218Z] #50 49.49 Selecting previously unselected package libnet1:amd64. [2023-04-17T23:27:06.218Z] #50 49.49 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2023-04-17T23:27:06.218Z] #50 49.52 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2023-04-17T23:27:06.218Z] #50 49.67 Selecting previously unselected package libnl-3-200:amd64. [2023-04-17T23:27:06.218Z] #50 49.68 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2023-04-17T23:27:06.218Z] #50 49.69 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2023-04-17T23:27:06.288Z] #39 ... [2023-04-17T23:27:06.288Z] [2023-04-17T23:27:06.288Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-04-17T23:27:06.288Z] #50 6.781 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-04-17T23:27:06.288Z] #50 13.17 Fetched 8643 kB in 11s (754 kB/s) [2023-04-17T23:27:06.382Z] #39 ... [2023-04-17T23:27:06.382Z] [2023-04-17T23:27:06.382Z] #52 [dev-systemd-false 10/27] RUN pip3 install yamllint==1.26.1 [2023-04-17T23:27:06.382Z] #52 9.624 Collecting yamllint==1.26.1 [2023-04-17T23:27:06.479Z] #50 49.91 Selecting previously unselected package libprotobuf-c1:amd64. [2023-04-17T23:27:06.479Z] #50 49.94 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2023-04-17T23:27:06.479Z] #50 49.95 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2023-04-17T23:27:06.479Z] #50 50.10 Selecting previously unselected package net-tools. [2023-04-17T23:27:06.479Z] #50 50.12 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2023-04-17T23:27:06.479Z] #50 50.12 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2023-04-17T23:27:07.050Z] #50 50.49 Selecting previously unselected package patch. [2023-04-17T23:27:07.050Z] #50 50.49 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2023-04-17T23:27:07.050Z] #50 50.52 Unpacking patch (2.7.6-7) ... [2023-04-17T23:27:07.311Z] #50 50.76 Selecting previously unselected package python-pip-whl. [2023-04-17T23:27:07.311Z] #50 50.77 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2023-04-17T23:27:07.311Z] #50 50.79 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2023-04-17T23:27:07.462Z] #50 9.553 Reading package lists... [2023-04-17T23:27:07.666Z] #50 13.17 Reading package lists... [2023-04-17T23:27:07.764Z] #52 10.68 Downloading yamllint-1.26.1.tar.gz (126 kB) [2023-04-17T23:27:08.255Z] #50 51.95 Selecting previously unselected package python3-lib2to3. [2023-04-17T23:27:08.516Z] #50 51.97 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2023-04-17T23:27:08.516Z] #50 51.98 Unpacking python3-lib2to3 (3.9.2-1) ... [2023-04-17T23:27:08.516Z] #50 52.16 Selecting previously unselected package python3-distutils. [2023-04-17T23:27:08.516Z] #50 52.17 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2023-04-17T23:27:08.516Z] #50 52.19 Unpacking python3-distutils (3.9.2-1) ... [2023-04-17T23:27:08.705Z] #52 11.92 Collecting pathspec>=0.5.3 [2023-04-17T23:27:08.705Z] #52 11.94 Downloading pathspec-0.11.1-py3-none-any.whl (29 kB) [2023-04-17T23:27:08.777Z] #50 52.37 Selecting previously unselected package python3-pkg-resources. [2023-04-17T23:27:08.777Z] #50 52.39 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2023-04-17T23:27:08.777Z] #50 52.39 Unpacking python3-pkg-resources (52.0.0-4) ... [2023-04-17T23:27:08.966Z] #52 12.25 Collecting pyyaml [2023-04-17T23:27:08.966Z] #52 12.26 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB) [2023-04-17T23:27:08.966Z] #52 12.32 Building wheels for collected packages: yamllint [2023-04-17T23:27:08.966Z] #52 12.32 Building wheel for yamllint (setup.py): started [2023-04-17T23:27:09.038Z] #50 52.70 Selecting previously unselected package python3-setuptools. [2023-04-17T23:27:09.038Z] #50 52.70 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2023-04-17T23:27:09.038Z] #50 52.71 Unpacking python3-setuptools (52.0.0-4) ... [2023-04-17T23:27:09.361Z] #50 12.56 Reading package lists... [2023-04-17T23:27:09.361Z] #50 ... [2023-04-17T23:27:09.361Z] [2023-04-17T23:27:09.361Z] #24 [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 [2023-04-17T23:27:09.361Z] #24 DONE 163.2s [2023-04-17T23:27:09.361Z] [2023-04-17T23:27:09.361Z] #39 [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 [2023-04-17T23:27:09.361Z] #39 104.0 CC criu/cr-errno.o [2023-04-17T23:27:09.361Z] #39 104.0 CC criu/cr-restore.o [2023-04-17T23:27:09.610Z] #50 53.26 Selecting previously unselected package python3-wheel. [2023-04-17T23:27:09.610Z] #50 ... [2023-04-17T23:27:09.610Z] [2023-04-17T23:27:09.610Z] #39 [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 [2023-04-17T23:27:09.610Z] #39 176.7 CC criu/files.o [2023-04-17T23:27:09.610Z] #39 180.0 include/common/asm/bitops.h: Assembler messages: [2023-04-17T23:27:09.610Z] #39 180.0 include/common/asm/bitops.h:63: Warning: no instruction mnemonic suffix given and no register operands; using default for `bts' [2023-04-17T23:27:09.610Z] #39 180.3 CC criu/filesystems.o [2023-04-17T23:27:09.610Z] #39 181.2 CC criu/fsnotify.o [2023-04-17T23:27:09.610Z] #39 183.3 CC criu/image-desc.o [2023-04-17T23:27:09.610Z] #39 183.7 CC criu/image.o [2023-04-17T23:27:09.610Z] #39 185.3 CC criu/ipc_ns.o [2023-04-17T23:27:09.871Z] #39 ... [2023-04-17T23:27:09.871Z] [2023-04-17T23:27:09.871Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-04-17T23:27:09.871Z] #50 53.27 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2023-04-17T23:27:09.871Z] #50 53.28 Unpacking python3-wheel (0.34.2-1) ... [2023-04-17T23:27:09.871Z] #50 53.43 Selecting previously unselected package python3-pip. [2023-04-17T23:27:09.871Z] #50 53.45 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2023-04-17T23:27:09.871Z] #50 53.45 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2023-04-17T23:27:10.347Z] #52 13.44 Building wheel for yamllint (setup.py): finished with status 'done' [2023-04-17T23:27:10.348Z] #52 13.46 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=cab8d387cfe5bd70d1e091084504f2a8f4294a131a8f3a0dbae26aaaed7e1c76 [2023-04-17T23:27:10.348Z] #52 13.46 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2023-04-17T23:27:10.348Z] #52 13.46 Successfully built yamllint [2023-04-17T23:27:10.348Z] #52 13.49 Installing collected packages: pyyaml, pathspec, yamllint [2023-04-17T23:27:10.393Z] #50 53.85 Selecting previously unselected package sudo. [2023-04-17T23:27:10.393Z] #50 53.86 Preparing to unpack .../40-sudo_1.9.5p2-3+deb11u1_amd64.deb ... [2023-04-17T23:27:10.393Z] #50 53.86 Unpacking sudo (1.9.5p2-3+deb11u1) ... [2023-04-17T23:27:10.459Z] #50 18.41 Reading package lists... [2023-04-17T23:27:10.459Z] #50 ... [2023-04-17T23:27:10.459Z] [2023-04-17T23:27:10.459Z] #39 [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 [2023-04-17T23:27:10.459Z] #39 147.1 CC criu/clone-noasan.o [2023-04-17T23:27:10.459Z] #39 147.6 CC criu/config.o [2023-04-17T23:27:10.608Z] #52 13.95 Successfully installed pathspec-0.11.1 pyyaml-6.0 yamllint-1.26.1 [2023-04-17T23:27:11.335Z] #50 54.98 Selecting previously unselected package thin-provisioning-tools. [2023-04-17T23:27:11.335Z] #50 54.98 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2023-04-17T23:27:11.335Z] #50 54.99 Unpacking thin-provisioning-tools (0.9.0-1) ... [2023-04-17T23:27:11.551Z] #52 DONE 14.5s [2023-04-17T23:27:11.551Z] [2023-04-17T23:27:11.551Z] #39 [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 [2023-04-17T23:27:11.551Z] #39 122.8 CC criu/memfd.o [2023-04-17T23:27:11.551Z] #39 123.5 CC criu/mount.o [2023-04-17T23:27:11.906Z] #50 55.57 Selecting previously unselected package uidmap. [2023-04-17T23:27:11.906Z] #50 55.59 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2023-04-17T23:27:12.166Z] #50 55.63 Unpacking uidmap (1:4.8.1-1) ... [2023-04-17T23:27:12.166Z] #50 55.85 Selecting previously unselected package vim-runtime. [2023-04-17T23:27:12.166Z] #50 55.85 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2023-04-17T23:27:12.427Z] #50 55.90 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2023-04-17T23:27:12.427Z] #50 55.97 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2023-04-17T23:27:12.427Z] #50 56.00 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:27:12.641Z] #39 ... [2023-04-17T23:27:12.641Z] [2023-04-17T23:27:12.641Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-04-17T23:27:12.641Z] #50 12.56 Reading package lists... [2023-04-17T23:27:12.641Z] #50 15.87 Building dependency tree... [2023-04-17T23:27:12.641Z] #50 17.90 The following additional packages will be installed: [2023-04-17T23:27:12.641Z] #50 17.90 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2023-04-17T23:27:12.641Z] #50 17.90 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2023-04-17T23:27:12.641Z] #50 17.90 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2023-04-17T23:27:12.641Z] #50 17.90 python3-pkg-resources vim-runtime xxd [2023-04-17T23:27:12.641Z] #50 17.91 Suggested packages: [2023-04-17T23:27:12.641Z] #50 17.91 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2023-04-17T23:27:12.641Z] #50 17.91 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2023-04-17T23:27:12.641Z] #50 17.91 acl attr quota [2023-04-17T23:27:12.641Z] #50 17.91 Recommended packages: [2023-04-17T23:27:12.641Z] #50 17.91 libatm1 nftables libpam-cap build-essential python3-dev unzip [2023-04-17T23:27:12.935Z] #39 128.0 CC criu/namespaces.o [2023-04-17T23:27:13.745Z] #39 150.3 CC criu/cr-check.o [2023-04-17T23:27:14.014Z] #50 19.16 The following NEW packages will be installed: [2023-04-17T23:27:14.014Z] #50 19.16 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2023-04-17T23:27:14.014Z] #50 19.16 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2023-04-17T23:27:14.014Z] #50 19.16 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2023-04-17T23:27:14.014Z] #50 19.17 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2023-04-17T23:27:14.014Z] #50 19.17 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2023-04-17T23:27:14.014Z] #50 19.17 python3-pkg-resources python3-setuptools python3-wheel sudo [2023-04-17T23:27:14.014Z] #50 19.17 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2023-04-17T23:27:14.014Z] #50 19.17 xz-utils zip [2023-04-17T23:27:14.272Z] #50 19.52 0 upgraded, 47 newly installed, 0 to remove and 0 not upgraded. [2023-04-17T23:27:14.272Z] #50 19.52 Need to get 27.0 MB of archives. [2023-04-17T23:27:14.272Z] #50 19.52 After this operation, 104 MB of additional disk space will be used. [2023-04-17T23:27:14.272Z] #50 19.52 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2023-04-17T23:27:14.272Z] #50 19.52 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2023-04-17T23:27:14.272Z] #50 19.53 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2023-04-17T23:27:14.272Z] #50 19.53 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2023-04-17T23:27:14.272Z] #50 19.53 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2023-04-17T23:27:14.272Z] #50 19.53 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2023-04-17T23:27:14.272Z] #50 19.53 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2023-04-17T23:27:14.272Z] #50 19.54 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2023-04-17T23:27:14.272Z] #50 19.56 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2023-04-17T23:27:14.272Z] #50 19.58 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2023-04-17T23:27:14.272Z] #50 19.59 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2023-04-17T23:27:14.272Z] #50 19.59 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2023-04-17T23:27:14.272Z] #50 19.61 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2023-04-17T23:27:14.272Z] #50 19.62 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2023-04-17T23:27:14.272Z] #50 19.64 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1+deb11u1 [245 kB] [2023-04-17T23:27:14.272Z] #50 19.65 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2023-04-17T23:27:14.272Z] #50 19.66 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2023-04-17T23:27:14.272Z] #50 19.66 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2023-04-17T23:27:14.272Z] #50 19.66 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2023-04-17T23:27:14.272Z] #50 19.66 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2023-04-17T23:27:14.272Z] #50 19.66 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2023-04-17T23:27:14.272Z] #50 19.69 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2023-04-17T23:27:14.530Z] #50 19.70 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2023-04-17T23:27:14.530Z] #50 19.71 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2023-04-17T23:27:14.530Z] #50 19.71 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2023-04-17T23:27:14.530Z] #50 19.71 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2023-04-17T23:27:14.530Z] #50 19.71 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2023-04-17T23:27:14.788Z] #50 20.04 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2023-04-17T23:27:14.788Z] #50 20.04 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2023-04-17T23:27:14.788Z] #50 20.04 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2023-04-17T23:27:14.788Z] #50 20.04 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2023-04-17T23:27:14.788Z] #50 20.04 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2023-04-17T23:27:14.788Z] #50 20.04 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2023-04-17T23:27:14.788Z] #50 20.05 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2023-04-17T23:27:14.788Z] #50 20.10 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2023-04-17T23:27:14.788Z] #50 20.11 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2023-04-17T23:27:14.788Z] #50 20.12 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2023-04-17T23:27:14.788Z] #50 20.12 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2023-04-17T23:27:14.788Z] #50 20.13 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2023-04-17T23:27:14.788Z] #50 20.14 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2023-04-17T23:27:14.788Z] #50 20.15 Get:41 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 sudo amd64 1.9.5p2-3+deb11u1 [1061 kB] [2023-04-17T23:27:14.847Z] #39 129.9 CC criu/net.o [2023-04-17T23:27:15.046Z] #50 20.17 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2023-04-17T23:27:15.046Z] #50 20.18 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2023-04-17T23:27:15.046Z] #50 20.19 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2023-04-17T23:27:15.046Z] #50 20.37 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2023-04-17T23:27:15.046Z] #50 20.41 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2023-04-17T23:27:15.046Z] #50 20.43 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2023-04-17T23:27:15.981Z] #50 21.02 debconf: delaying package configuration, since apt-utils is not installed [2023-04-17T23:27:15.981Z] #50 21.18 Fetched 27.0 MB in 1s (22.2 MB/s) [2023-04-17T23:27:15.981Z] #50 21.26 Selecting previously unselected package pigz. [2023-04-17T23:27:15.981Z] #50 21.26 (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 ... 24023 files and directories currently installed.) [2023-04-17T23:27:15.981Z] #50 21.31 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2023-04-17T23:27:15.981Z] #50 21.31 Unpacking pigz (2.6-1) ... [2023-04-17T23:27:16.240Z] #50 21.41 Selecting previously unselected package libelf1:amd64. [2023-04-17T23:27:16.240Z] #50 21.42 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2023-04-17T23:27:16.240Z] #50 21.43 Unpacking libelf1:amd64 (0.183-1) ... [2023-04-17T23:27:16.240Z] #50 21.57 Selecting previously unselected package libbpf0:amd64. [2023-04-17T23:27:16.240Z] #50 21.57 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2023-04-17T23:27:16.240Z] #50 21.57 Unpacking libbpf0:amd64 (1:0.3-2) ... [2023-04-17T23:27:16.240Z] #50 21.69 Selecting previously unselected package libcap2:amd64. [2023-04-17T23:27:16.279Z] #39 ... [2023-04-17T23:27:16.279Z] [2023-04-17T23:27:16.279Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-04-17T23:27:16.279Z] #50 18.41 Reading package lists... [2023-04-17T23:27:16.279Z] #50 23.24 Building dependency tree... [2023-04-17T23:27:16.279Z] #50 26.31 The following additional packages will be installed: [2023-04-17T23:27:16.279Z] #50 26.32 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2023-04-17T23:27:16.279Z] #50 26.32 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2023-04-17T23:27:16.279Z] #50 26.33 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2023-04-17T23:27:16.279Z] #50 26.33 python3-pkg-resources vim-runtime xxd [2023-04-17T23:27:16.279Z] #50 26.34 Suggested packages: [2023-04-17T23:27:16.279Z] #50 26.35 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2023-04-17T23:27:16.279Z] #50 26.35 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2023-04-17T23:27:16.279Z] #50 26.35 acl attr quota [2023-04-17T23:27:16.279Z] #50 26.35 Recommended packages: [2023-04-17T23:27:16.279Z] #50 26.35 libatm1 nftables libpam-cap build-essential python3-dev unzip [2023-04-17T23:27:16.499Z] #50 21.69 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2023-04-17T23:27:16.499Z] #50 21.70 Unpacking libcap2:amd64 (1:2.44-1) ... [2023-04-17T23:27:16.499Z] #50 21.78 Selecting previously unselected package libmnl0:amd64. [2023-04-17T23:27:16.499Z] #50 21.78 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2023-04-17T23:27:16.499Z] #50 21.78 Unpacking libmnl0:amd64 (1.0.4-3) ... [2023-04-17T23:27:16.499Z] #50 21.84 Selecting previously unselected package libxtables12:amd64. [2023-04-17T23:27:16.499Z] #50 21.86 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2023-04-17T23:27:16.499Z] #50 21.86 Unpacking libxtables12:amd64 (1.8.7-1) ... [2023-04-17T23:27:16.499Z] #50 21.94 Selecting previously unselected package libcap2-bin. [2023-04-17T23:27:16.757Z] #50 21.96 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2023-04-17T23:27:16.757Z] #50 21.96 Unpacking libcap2-bin (1:2.44-1) ... [2023-04-17T23:27:16.757Z] #50 22.08 Selecting previously unselected package iproute2. [2023-04-17T23:27:16.757Z] #50 22.08 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2023-04-17T23:27:16.757Z] #50 22.08 Unpacking iproute2 (5.10.0-4) ... [2023-04-17T23:27:17.325Z] #50 22.62 Selecting previously unselected package xxd. [2023-04-17T23:27:17.325Z] #50 22.62 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2023-04-17T23:27:17.325Z] #50 22.63 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:27:17.325Z] #50 22.75 Selecting previously unselected package vim-common. [2023-04-17T23:27:17.325Z] #50 22.75 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2023-04-17T23:27:17.325Z] #50 22.77 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:27:17.584Z] #50 22.95 Selecting previously unselected package bash-completion. [2023-04-17T23:27:17.584Z] #50 22.95 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2023-04-17T23:27:18.146Z] #39 133.3 CC criu/netfilter.o [2023-04-17T23:27:18.407Z] #39 133.7 CC criu/page-pipe.o [2023-04-17T23:27:18.813Z] #50 28.92 The following NEW packages will be installed: [2023-04-17T23:27:18.813Z] #50 28.92 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2023-04-17T23:27:18.813Z] #50 28.92 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2023-04-17T23:27:18.813Z] #50 28.92 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2023-04-17T23:27:18.813Z] #50 28.92 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2023-04-17T23:27:18.813Z] #50 28.92 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2023-04-17T23:27:18.813Z] #50 28.92 python3-pkg-resources python3-setuptools python3-wheel sudo [2023-04-17T23:27:18.813Z] #50 28.92 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2023-04-17T23:27:18.813Z] #50 28.92 xz-utils zip [2023-04-17T23:27:18.813Z] #50 29.26 0 upgraded, 47 newly installed, 0 to remove and 0 not upgraded. [2023-04-17T23:27:18.813Z] #50 29.26 Need to get 27.0 MB of archives. [2023-04-17T23:27:18.813Z] #50 29.26 After this operation, 104 MB of additional disk space will be used. [2023-04-17T23:27:18.813Z] #50 29.26 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2023-04-17T23:27:18.813Z] #50 29.26 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2023-04-17T23:27:18.813Z] #50 29.28 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2023-04-17T23:27:18.813Z] #50 29.30 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2023-04-17T23:27:18.813Z] #50 29.31 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2023-04-17T23:27:18.813Z] #50 29.33 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2023-04-17T23:27:18.813Z] #50 29.33 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2023-04-17T23:27:18.813Z] #50 29.36 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2023-04-17T23:27:18.813Z] #50 29.42 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2023-04-17T23:27:19.012Z] #50 61.55 Selecting previously unselected package vim. [2023-04-17T23:27:19.012Z] #50 61.55 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2023-04-17T23:27:19.012Z] #50 61.62 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:27:19.012Z] #50 62.47 Selecting previously unselected package xfsprogs. [2023-04-17T23:27:19.012Z] #50 62.48 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2023-04-17T23:27:19.012Z] #50 62.49 Unpacking xfsprogs (5.10.0-4) ... [2023-04-17T23:27:19.073Z] #50 29.43 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2023-04-17T23:27:19.073Z] #50 29.46 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2023-04-17T23:27:19.073Z] #50 29.47 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2023-04-17T23:27:19.073Z] #50 29.47 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2023-04-17T23:27:19.073Z] #50 29.48 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2023-04-17T23:27:19.073Z] #50 29.53 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1+deb11u1 [245 kB] [2023-04-17T23:27:19.073Z] #50 ... [2023-04-17T23:27:19.073Z] [2023-04-17T23:27:19.073Z] #35 [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 [2023-04-17T23:27:19.073Z] #35 DONE 245.7s [2023-04-17T23:27:19.073Z] [2023-04-17T23:27:19.073Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-04-17T23:27:19.073Z] #50 29.54 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2023-04-17T23:27:19.073Z] #50 29.54 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2023-04-17T23:27:19.073Z] #50 29.58 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2023-04-17T23:27:19.073Z] #50 29.58 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2023-04-17T23:27:19.073Z] #50 29.58 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2023-04-17T23:27:19.073Z] #50 29.58 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2023-04-17T23:27:19.073Z] #50 29.61 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2023-04-17T23:27:19.073Z] #50 29.64 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2023-04-17T23:27:19.073Z] #50 29.64 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2023-04-17T23:27:19.073Z] #50 ... [2023-04-17T23:27:19.073Z] [2023-04-17T23:27:19.073Z] #39 [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 [2023-04-17T23:27:19.073Z] #39 153.5 CC criu/cr-dedup.o [2023-04-17T23:27:19.073Z] #39 154.3 CC criu/cr-dump.o [2023-04-17T23:27:19.348Z] #39 134.4 CC criu/page-xfer.o [2023-04-17T23:27:19.953Z] #50 63.38 Selecting previously unselected package zip. [2023-04-17T23:27:19.953Z] #50 63.38 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2023-04-17T23:27:19.953Z] #50 63.38 Unpacking zip (3.0-12) ... [2023-04-17T23:27:20.115Z] #50 25.11 Unpacking bash-completion (1:2.11-2) ... [2023-04-17T23:27:20.214Z] #50 ... [2023-04-17T23:27:20.214Z] [2023-04-17T23:27:20.214Z] #39 [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 [2023-04-17T23:27:20.214Z] #39 187.1 CC criu/irmap.o [2023-04-17T23:27:20.214Z] #39 188.3 CC criu/kcmp-ids.o [2023-04-17T23:27:20.214Z] #39 189.0 CC criu/kerndat.o [2023-04-17T23:27:20.214Z] #39 191.0 CC criu/libnetlink.o [2023-04-17T23:27:20.214Z] #39 191.6 CC criu/log.o [2023-04-17T23:27:20.214Z] #39 192.5 CC criu/lsm.o [2023-04-17T23:27:20.214Z] #39 193.1 CC criu/mem.o [2023-04-17T23:27:20.214Z] #39 195.8 CC criu/memfd.o [2023-04-17T23:27:20.214Z] #39 197.0 CC criu/mount.o [2023-04-17T23:27:20.374Z] #50 25.66 Selecting previously unselected package bzip2. [2023-04-17T23:27:20.374Z] #50 25.66 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2023-04-17T23:27:20.374Z] #50 25.67 Unpacking bzip2 (1.0.8-4) ... [2023-04-17T23:27:20.374Z] #50 25.77 Selecting previously unselected package xz-utils. [2023-04-17T23:27:20.374Z] #50 25.77 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2023-04-17T23:27:20.475Z] #39 ... [2023-04-17T23:27:20.475Z] [2023-04-17T23:27:20.475Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-04-17T23:27:20.475Z] #50 63.94 Setting up python3-pkg-resources (52.0.0-4) ... [2023-04-17T23:27:20.633Z] #50 25.78 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2023-04-17T23:27:20.633Z] #50 26.00 Selecting previously unselected package apparmor. [2023-04-17T23:27:20.633Z] #50 26.00 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2023-04-17T23:27:20.633Z] #50 26.06 Unpacking apparmor (2.13.6-10) ... [2023-04-17T23:27:20.731Z] #39 136.1 CC criu/pagemap-cache.o [2023-04-17T23:27:21.200Z] #50 26.52 Selecting previously unselected package inetutils-ping. [2023-04-17T23:27:21.200Z] #50 26.52 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1+deb11u1_amd64.deb ... [2023-04-17T23:27:21.200Z] #50 26.53 Unpacking inetutils-ping (2:2.0-1+deb11u1) ... [2023-04-17T23:27:21.200Z] #50 26.65 Selecting previously unselected package libip4tc2:amd64. [2023-04-17T23:27:21.301Z] #39 136.5 CC criu/pagemap.o [2023-04-17T23:27:21.459Z] #50 26.65 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2023-04-17T23:27:21.459Z] #50 26.66 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2023-04-17T23:27:21.459Z] #50 26.72 Selecting previously unselected package libip6tc2:amd64. [2023-04-17T23:27:21.459Z] #50 26.72 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2023-04-17T23:27:21.459Z] #50 26.73 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2023-04-17T23:27:21.459Z] #50 26.80 Selecting previously unselected package libnfnetlink0:amd64. [2023-04-17T23:27:21.459Z] #50 26.80 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2023-04-17T23:27:21.459Z] #50 26.81 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2023-04-17T23:27:21.459Z] #50 26.88 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2023-04-17T23:27:21.459Z] #50 26.88 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2023-04-17T23:27:21.459Z] #50 26.88 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2023-04-17T23:27:21.608Z] #39 158.8 CC criu/cr-errno.o [2023-04-17T23:27:21.608Z] #39 158.9 CC criu/cr-restore.o [2023-04-17T23:27:21.717Z] #50 26.97 Selecting previously unselected package libnftnl11:amd64. [2023-04-17T23:27:21.718Z] #50 26.98 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2023-04-17T23:27:21.718Z] #50 26.98 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2023-04-17T23:27:21.718Z] #50 27.07 Selecting previously unselected package iptables. [2023-04-17T23:27:21.718Z] #50 27.07 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2023-04-17T23:27:21.718Z] #50 27.08 Unpacking iptables (1.8.7-1) ... [2023-04-17T23:27:21.866Z] #39 ... [2023-04-17T23:27:21.866Z] [2023-04-17T23:27:21.866Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-04-17T23:27:21.866Z] #50 29.68 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2023-04-17T23:27:21.866Z] #50 29.68 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2023-04-17T23:27:21.866Z] #50 29.68 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2023-04-17T23:27:21.866Z] #50 30.18 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2023-04-17T23:27:21.866Z] #50 30.19 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2023-04-17T23:27:21.866Z] #50 30.19 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2023-04-17T23:27:21.866Z] #50 30.19 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2023-04-17T23:27:21.866Z] #50 30.19 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2023-04-17T23:27:21.866Z] #50 30.19 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2023-04-17T23:27:21.866Z] #50 30.20 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2023-04-17T23:27:21.866Z] #50 30.32 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2023-04-17T23:27:21.866Z] #50 30.32 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2023-04-17T23:27:21.866Z] #50 30.32 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2023-04-17T23:27:21.866Z] #50 30.32 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2023-04-17T23:27:21.866Z] #50 30.35 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2023-04-17T23:27:21.866Z] #50 30.35 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2023-04-17T23:27:21.866Z] #50 30.39 Get:41 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 sudo amd64 1.9.5p2-3+deb11u1 [1061 kB] [2023-04-17T23:27:21.866Z] #50 30.46 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2023-04-17T23:27:21.866Z] #50 30.50 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2023-04-17T23:27:21.866Z] #50 30.50 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2023-04-17T23:27:21.866Z] #50 30.91 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2023-04-17T23:27:21.866Z] #50 31.06 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2023-04-17T23:27:21.866Z] #50 31.16 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2023-04-17T23:27:21.866Z] #50 32.13 debconf: delaying package configuration, since apt-utils is not installed [2023-04-17T23:27:21.866Z] #50 32.22 Fetched 27.0 MB in 2s (12.5 MB/s) [2023-04-17T23:27:21.866Z] #50 32.26 Selecting previously unselected package pigz. [2023-04-17T23:27:21.866Z] #50 32.27 (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 ... 24023 files and directories currently installed.) [2023-04-17T23:27:21.866Z] #50 32.32 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2023-04-17T23:27:21.866Z] #50 32.33 Unpacking pigz (2.6-1) ... [2023-04-17T23:27:21.866Z] #50 32.42 Selecting previously unselected package libelf1:amd64. [2023-04-17T23:27:21.905Z] #50 65.39 Setting up libip4tc2:amd64 (1.8.7-1) ... [2023-04-17T23:27:21.905Z] #50 65.45 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2023-04-17T23:27:21.905Z] #50 65.49 Setting up libgpm2:amd64 (1.20.7-8) ... [2023-04-17T23:27:21.905Z] #50 65.53 Setting up libicu67:amd64 (67.1-7) ... [2023-04-17T23:27:22.125Z] #50 32.42 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2023-04-17T23:27:22.125Z] #50 32.44 Unpacking libelf1:amd64 (0.183-1) ... [2023-04-17T23:27:22.125Z] #50 32.62 Selecting previously unselected package libbpf0:amd64. [2023-04-17T23:27:22.125Z] #50 32.63 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2023-04-17T23:27:22.125Z] #50 32.63 Unpacking libbpf0:amd64 (1:0.3-2) ... [2023-04-17T23:27:22.166Z] #50 65.56 Setting up libip6tc2:amd64 (1.8.7-1) ... [2023-04-17T23:27:22.242Z] #39 137.6 CC criu/parasite-syscall.o [2023-04-17T23:27:22.282Z] #50 27.46 Selecting previously unselected package libonig5:amd64. [2023-04-17T23:27:22.282Z] #50 27.46 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2023-04-17T23:27:22.282Z] #50 27.46 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2023-04-17T23:27:22.282Z] #50 27.63 Selecting previously unselected package libjq1:amd64. [2023-04-17T23:27:22.282Z] #50 27.63 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2023-04-17T23:27:22.282Z] #50 27.63 Unpacking libjq1:amd64 (1.6-2.1) ... [2023-04-17T23:27:22.386Z] #50 32.73 Selecting previously unselected package libcap2:amd64. [2023-04-17T23:27:22.386Z] #50 32.74 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2023-04-17T23:27:22.386Z] #50 32.77 Unpacking libcap2:amd64 (1:2.44-1) ... [2023-04-17T23:27:22.386Z] #50 32.89 Selecting previously unselected package libmnl0:amd64. [2023-04-17T23:27:22.386Z] #50 32.92 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2023-04-17T23:27:22.386Z] #50 32.93 Unpacking libmnl0:amd64 (1.0.4-3) ... [2023-04-17T23:27:22.429Z] #50 65.85 Setting up libinih1:amd64 (53-1+b2) ... [2023-04-17T23:27:22.429Z] #50 66.11 Setting up uidmap (1:4.8.1-1) ... [2023-04-17T23:27:22.583Z] #50 27.75 Selecting previously unselected package jq. [2023-04-17T23:27:22.583Z] #50 27.77 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2023-04-17T23:27:22.583Z] #50 27.78 Unpacking jq (1.6-2.1) ... [2023-04-17T23:27:22.583Z] #50 27.86 Selecting previously unselected package libaio1:amd64. [2023-04-17T23:27:22.583Z] #50 27.88 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2023-04-17T23:27:22.583Z] #50 27.88 Unpacking libaio1:amd64 (0.3.112-9) ... [2023-04-17T23:27:22.583Z] #50 27.94 Selecting previously unselected package libgpm2:amd64. [2023-04-17T23:27:22.583Z] #50 27.95 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2023-04-17T23:27:22.583Z] #50 27.95 Unpacking libgpm2:amd64 (1.20.7-8) ... [2023-04-17T23:27:22.645Z] #50 33.07 Selecting previously unselected package libxtables12:amd64. [2023-04-17T23:27:22.645Z] #50 33.07 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2023-04-17T23:27:22.645Z] #50 33.08 Unpacking libxtables12:amd64 (1.8.7-1) ... [2023-04-17T23:27:22.645Z] #50 33.16 Selecting previously unselected package libcap2-bin. [2023-04-17T23:27:22.690Z] #50 66.15 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2023-04-17T23:27:22.690Z] #50 66.34 Setting up bzip2 (1.0.8-4) ... [2023-04-17T23:27:22.850Z] #50 28.02 Selecting previously unselected package libicu67:amd64. [2023-04-17T23:27:22.850Z] #50 28.03 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2023-04-17T23:27:22.850Z] #50 28.03 Unpacking libicu67:amd64 (67.1-7) ... [2023-04-17T23:27:22.850Z] #50 ... [2023-04-17T23:27:22.850Z] [2023-04-17T23:27:22.850Z] #39 [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 [2023-04-17T23:27:22.850Z] #39 110.0 CC criu/cr-service.o [2023-04-17T23:27:22.850Z] #39 111.8 CC criu/crtools.o [2023-04-17T23:27:22.850Z] #39 112.4 CC criu/eventfd.o [2023-04-17T23:27:22.850Z] #39 112.7 CC criu/eventpoll.o [2023-04-17T23:27:22.850Z] #39 113.7 CC criu/external.o [2023-04-17T23:27:22.850Z] #39 114.1 CC criu/fault-injection.o [2023-04-17T23:27:22.850Z] #39 114.3 CC criu/fdstore.o [2023-04-17T23:27:22.850Z] #39 114.6 CC criu/fifo.o [2023-04-17T23:27:22.850Z] #39 115.0 CC criu/file-ids.o [2023-04-17T23:27:22.850Z] #39 115.4 CC criu/file-lock.o [2023-04-17T23:27:22.850Z] #39 116.4 CC criu/files-ext.o [2023-04-17T23:27:22.850Z] #39 116.9 CC criu/files-reg.o [2023-04-17T23:27:22.850Z] #39 119.4 CC criu/files.o [2023-04-17T23:27:22.914Z] #50 33.17 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2023-04-17T23:27:22.914Z] #50 33.19 Unpacking libcap2-bin (1:2.44-1) ... [2023-04-17T23:27:22.914Z] #50 33.33 Selecting previously unselected package iproute2. [2023-04-17T23:27:22.914Z] #50 33.34 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2023-04-17T23:27:22.914Z] #50 33.34 Unpacking iproute2 (5.10.0-4) ... [2023-04-17T23:27:22.951Z] #50 66.44 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2023-04-17T23:27:22.951Z] #50 66.50 Setting up python3-wheel (0.34.2-1) ... [2023-04-17T23:27:23.271Z] #39 138.5 CC criu/path.o [2023-04-17T23:27:23.560Z] #39 138.9 CC criu/pie-util-vdso.o [2023-04-17T23:27:23.895Z] #50 67.57 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:27:24.148Z] #39 139.4 CC criu/pie-util.o [2023-04-17T23:27:24.148Z] #39 139.6 CC criu/pipes.o [2023-04-17T23:27:24.156Z] #50 67.59 Setting up libcap2:amd64 (1:2.44-1) ... [2023-04-17T23:27:24.156Z] #50 67.62 Setting up libcap2-bin (1:2.44-1) ... [2023-04-17T23:27:24.156Z] #50 67.66 Setting up apparmor (2.13.6-10) ... [2023-04-17T23:27:24.301Z] #50 34.62 Selecting previously unselected package xxd. [2023-04-17T23:27:24.301Z] #50 34.62 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2023-04-17T23:27:24.301Z] #50 34.63 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:27:24.301Z] #50 34.91 Selecting previously unselected package vim-common. [2023-04-17T23:27:24.560Z] #50 34.91 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2023-04-17T23:27:24.560Z] #50 34.98 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:27:24.778Z] #39 121.7 include/common/asm/bitops.h: Assembler messages: [2023-04-17T23:27:24.778Z] #39 121.7 include/common/asm/bitops.h:63: Warning: no instruction mnemonic suffix given and no register operands; using default for `bts' [2023-04-17T23:27:24.778Z] #39 121.9 CC criu/filesystems.o [2023-04-17T23:27:24.818Z] #50 35.22 Selecting previously unselected package bash-completion. [2023-04-17T23:27:24.818Z] #50 35.22 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2023-04-17T23:27:25.087Z] #39 140.3 CC criu/plugin.o [2023-04-17T23:27:25.343Z] #39 122.6 CC criu/fsnotify.o [2023-04-17T23:27:25.347Z] #39 140.7 CC criu/proc_parse.o [2023-04-17T23:27:26.704Z] #50 ... [2023-04-17T23:27:26.704Z] [2023-04-17T23:27:26.704Z] #39 [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 [2023-04-17T23:27:26.704Z] #39 203.7 CC criu/namespaces.o [2023-04-17T23:27:26.717Z] #39 ... [2023-04-17T23:27:26.717Z] [2023-04-17T23:27:26.717Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-04-17T23:27:26.717Z] #50 31.72 Selecting previously unselected package libinih1:amd64. [2023-04-17T23:27:26.717Z] #50 31.74 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2023-04-17T23:27:26.717Z] #50 31.74 Unpacking libinih1:amd64 (53-1+b2) ... [2023-04-17T23:27:26.717Z] #50 31.81 Selecting previously unselected package libnet1:amd64. [2023-04-17T23:27:26.717Z] #50 31.82 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2023-04-17T23:27:26.717Z] #50 31.83 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2023-04-17T23:27:26.717Z] #50 31.93 Selecting previously unselected package libnl-3-200:amd64. [2023-04-17T23:27:26.717Z] #50 31.94 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2023-04-17T23:27:26.717Z] #50 31.94 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2023-04-17T23:27:26.717Z] #50 32.05 Selecting previously unselected package libprotobuf-c1:amd64. [2023-04-17T23:27:26.717Z] #50 32.06 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2023-04-17T23:27:26.717Z] #50 32.07 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2023-04-17T23:27:26.717Z] #50 32.13 Selecting previously unselected package net-tools. [2023-04-17T23:27:26.717Z] #50 32.14 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2023-04-17T23:27:26.717Z] #50 32.14 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2023-04-17T23:27:26.975Z] #50 32.29 Selecting previously unselected package patch. [2023-04-17T23:27:26.975Z] #50 32.31 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2023-04-17T23:27:26.975Z] #50 32.31 Unpacking patch (2.7.6-7) ... [2023-04-17T23:27:27.233Z] #50 32.41 Selecting previously unselected package python-pip-whl. [2023-04-17T23:27:27.233Z] #50 32.43 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2023-04-17T23:27:27.233Z] #50 32.44 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2023-04-17T23:27:27.800Z] #50 33.10 Selecting previously unselected package python3-lib2to3. [2023-04-17T23:27:27.800Z] #50 33.10 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2023-04-17T23:27:27.800Z] #50 33.11 Unpacking python3-lib2to3 (3.9.2-1) ... [2023-04-17T23:27:28.059Z] #50 33.25 Selecting previously unselected package python3-distutils. [2023-04-17T23:27:28.059Z] #50 33.25 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2023-04-17T23:27:28.059Z] #50 33.26 Unpacking python3-distutils (3.9.2-1) ... [2023-04-17T23:27:28.059Z] #50 33.42 Selecting previously unselected package python3-pkg-resources. [2023-04-17T23:27:28.104Z] #50 ... [2023-04-17T23:27:28.104Z] [2023-04-17T23:27:28.104Z] #39 [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 [2023-04-17T23:27:28.104Z] #39 165.4 CC criu/cr-service.o [2023-04-17T23:27:28.318Z] #50 33.42 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2023-04-17T23:27:28.318Z] #50 33.43 Unpacking python3-pkg-resources (52.0.0-4) ... [2023-04-17T23:27:28.318Z] #50 33.61 Selecting previously unselected package python3-setuptools. [2023-04-17T23:27:28.318Z] #50 33.61 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2023-04-17T23:27:28.318Z] #50 33.62 Unpacking python3-setuptools (52.0.0-4) ... [2023-04-17T23:27:28.577Z] #50 33.92 Selecting previously unselected package python3-wheel. [2023-04-17T23:27:28.577Z] #50 33.92 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2023-04-17T23:27:28.577Z] #50 33.92 Unpacking python3-wheel (0.34.2-1) ... [2023-04-17T23:27:28.577Z] #50 33.99 Selecting previously unselected package python3-pip. [2023-04-17T23:27:28.643Z] #39 143.6 CC criu/protobuf-desc.o [2023-04-17T23:27:28.835Z] #50 34.01 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2023-04-17T23:27:28.835Z] #50 34.01 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2023-04-17T23:27:29.093Z] #50 34.33 Selecting previously unselected package sudo. [2023-04-17T23:27:29.093Z] #50 34.34 Preparing to unpack .../40-sudo_1.9.5p2-3+deb11u1_amd64.deb ... [2023-04-17T23:27:29.093Z] #50 34.35 Unpacking sudo (1.9.5p2-3+deb11u1) ... [2023-04-17T23:27:29.658Z] #50 34.92 Selecting previously unselected package thin-provisioning-tools. [2023-04-17T23:27:29.658Z] #50 34.93 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2023-04-17T23:27:29.658Z] #50 34.93 Unpacking thin-provisioning-tools (0.9.0-1) ... [2023-04-17T23:27:29.916Z] #50 35.19 Selecting previously unselected package uidmap. [2023-04-17T23:27:29.916Z] #50 35.20 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2023-04-17T23:27:29.916Z] #50 35.21 Unpacking uidmap (1:4.8.1-1) ... [2023-04-17T23:27:30.025Z] #39 145.3 CC criu/protobuf.o [2023-04-17T23:27:30.174Z] #50 35.35 Selecting previously unselected package vim-runtime. [2023-04-17T23:27:30.174Z] #50 35.35 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2023-04-17T23:27:30.174Z] #50 35.39 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2023-04-17T23:27:30.174Z] #50 35.43 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2023-04-17T23:27:30.174Z] #50 35.45 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:27:30.596Z] #39 145.8 CC criu/pstree.o [2023-04-17T23:27:30.637Z] #39 167.7 CC criu/crtools.o [2023-04-17T23:27:30.914Z] #39 207.5 CC criu/net.o [2023-04-17T23:27:31.573Z] #39 168.7 CC criu/eventfd.o [2023-04-17T23:27:31.980Z] #39 147.3 CC criu/rbtree.o [2023-04-17T23:27:32.140Z] #39 169.2 CC criu/eventpoll.o [2023-04-17T23:27:32.241Z] #39 147.6 CC criu/rst-malloc.o [2023-04-17T23:27:32.301Z] #39 ... [2023-04-17T23:27:32.301Z] [2023-04-17T23:27:32.301Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-04-17T23:27:32.301Z] #50 70.27 Setting up zip (3.0-12) ... [2023-04-17T23:27:32.301Z] #50 70.30 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:27:32.301Z] #50 70.38 Setting up bash-completion (1:2.11-2) ... [2023-04-17T23:27:32.301Z] #50 74.57 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2023-04-17T23:27:32.301Z] #50 74.63 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2023-04-17T23:27:32.301Z] #50 74.64 Setting up libmnl0:amd64 (1.0.4-3) ... [2023-04-17T23:27:32.301Z] #50 74.65 Setting up patch (2.7.6-7) ... [2023-04-17T23:27:32.301Z] #50 74.67 Setting up sudo (1.9.5p2-3+deb11u1) ... [2023-04-17T23:27:32.301Z] #50 74.77 invoke-rc.d: could not determine current runlevel [2023-04-17T23:27:32.301Z] #50 74.82 invoke-rc.d: policy-rc.d denied execution of start. [2023-04-17T23:27:32.301Z] #50 74.82 Setting up xfsprogs (5.10.0-4) ... [2023-04-17T23:27:32.301Z] #50 74.85 Setting up libxtables12:amd64 (1.8.7-1) ... [2023-04-17T23:27:32.301Z] #50 74.88 Setting up inetutils-ping (2:2.0-1+deb11u1) ... [2023-04-17T23:27:32.301Z] #50 74.89 Setting up pigz (2.6-1) ... [2023-04-17T23:27:32.301Z] #50 74.90 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2023-04-17T23:27:32.301Z] #50 74.92 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2023-04-17T23:27:32.301Z] #50 74.94 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2023-04-17T23:27:32.301Z] #50 74.96 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:27:32.502Z] #39 147.9 CC criu/seccomp.o [2023-04-17T23:27:33.244Z] #50 76.75 Setting up libaio1:amd64 (0.3.112-9) ... [2023-04-17T23:27:33.444Z] #39 148.8 CC criu/seize.o [2023-04-17T23:27:33.454Z] #50 38.76 Selecting previously unselected package vim. [2023-04-17T23:27:33.454Z] #50 38.76 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2023-04-17T23:27:33.454Z] #50 38.79 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:27:33.516Z] #39 170.5 CC criu/external.o [2023-04-17T23:27:33.782Z] #39 ... [2023-04-17T23:27:33.782Z] [2023-04-17T23:27:33.782Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-04-17T23:27:33.782Z] #50 39.96 Unpacking bash-completion (1:2.11-2) ... [2023-04-17T23:27:33.782Z] #50 40.53 Selecting previously unselected package bzip2. [2023-04-17T23:27:33.782Z] #50 40.57 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2023-04-17T23:27:33.782Z] #50 40.62 Unpacking bzip2 (1.0.8-4) ... [2023-04-17T23:27:33.782Z] #50 40.79 Selecting previously unselected package xz-utils. [2023-04-17T23:27:33.782Z] #50 40.79 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2023-04-17T23:27:33.782Z] #50 40.80 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2023-04-17T23:27:33.782Z] #50 41.06 Selecting previously unselected package apparmor. [2023-04-17T23:27:33.782Z] #50 41.06 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2023-04-17T23:27:33.782Z] #50 41.26 Unpacking apparmor (2.13.6-10) ... [2023-04-17T23:27:33.783Z] #50 42.07 Selecting previously unselected package inetutils-ping. [2023-04-17T23:27:33.783Z] #50 42.09 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1+deb11u1_amd64.deb ... [2023-04-17T23:27:33.783Z] #50 42.10 Unpacking inetutils-ping (2:2.0-1+deb11u1) ... [2023-04-17T23:27:33.783Z] #50 42.41 Selecting previously unselected package libip4tc2:amd64. [2023-04-17T23:27:33.783Z] #50 42.42 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2023-04-17T23:27:33.783Z] #50 42.43 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2023-04-17T23:27:33.783Z] #50 42.51 Selecting previously unselected package libip6tc2:amd64. [2023-04-17T23:27:33.783Z] #50 42.52 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2023-04-17T23:27:33.783Z] #50 42.53 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2023-04-17T23:27:33.783Z] #50 42.73 Selecting previously unselected package libnfnetlink0:amd64. [2023-04-17T23:27:33.783Z] #50 42.76 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2023-04-17T23:27:33.783Z] #50 42.77 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2023-04-17T23:27:33.783Z] #50 42.97 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2023-04-17T23:27:33.783Z] #50 42.99 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2023-04-17T23:27:33.783Z] #50 43.02 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2023-04-17T23:27:33.783Z] #50 43.20 Selecting previously unselected package libnftnl11:amd64. [2023-04-17T23:27:33.783Z] #50 43.21 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2023-04-17T23:27:33.783Z] #50 43.24 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2023-04-17T23:27:33.783Z] #50 43.48 Selecting previously unselected package iptables. [2023-04-17T23:27:33.783Z] #50 43.48 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2023-04-17T23:27:33.783Z] #50 43.49 Unpacking iptables (1.8.7-1) ... [2023-04-17T23:27:33.783Z] #50 44.00 Selecting previously unselected package libonig5:amd64. [2023-04-17T23:27:33.783Z] #50 44.00 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2023-04-17T23:27:33.783Z] #50 44.02 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2023-04-17T23:27:33.783Z] #50 44.25 Selecting previously unselected package libjq1:amd64. [2023-04-17T23:27:33.783Z] #50 44.25 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2023-04-17T23:27:33.783Z] #50 44.28 Unpacking libjq1:amd64 (1.6-2.1) ... [2023-04-17T23:27:33.815Z] #50 77.21 Setting up python3-lib2to3 (3.9.2-1) ... [2023-04-17T23:27:34.020Z] #50 39.38 Selecting previously unselected package xfsprogs. [2023-04-17T23:27:34.020Z] #50 39.41 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2023-04-17T23:27:34.020Z] #50 39.43 Unpacking xfsprogs (5.10.0-4) ... [2023-04-17T23:27:34.041Z] #50 44.47 Selecting previously unselected package jq. [2023-04-17T23:27:34.041Z] #50 44.48 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2023-04-17T23:27:34.041Z] #50 44.48 Unpacking jq (1.6-2.1) ... [2023-04-17T23:27:34.041Z] #50 44.56 Selecting previously unselected package libaio1:amd64. [2023-04-17T23:27:34.041Z] #50 44.58 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2023-04-17T23:27:34.041Z] #50 44.58 Unpacking libaio1:amd64 (0.3.112-9) ... [2023-04-17T23:27:34.041Z] #50 44.66 Selecting previously unselected package libgpm2:amd64. [2023-04-17T23:27:34.041Z] #50 44.68 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2023-04-17T23:27:34.299Z] #50 44.69 Unpacking libgpm2:amd64 (1.20.7-8) ... [2023-04-17T23:27:34.299Z] #50 44.83 Selecting previously unselected package libicu67:amd64. [2023-04-17T23:27:34.299Z] #50 44.83 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2023-04-17T23:27:34.386Z] #50 77.88 Setting up libelf1:amd64 (0.183-1) ... [2023-04-17T23:27:34.386Z] #50 77.93 Setting up libonig5:amd64 (6.9.6-1.1) ... [2023-04-17T23:27:34.386Z] #50 77.94 Setting up python3-distutils (3.9.2-1) ... [2023-04-17T23:27:34.558Z] #50 44.83 Unpacking libicu67:amd64 (67.1-7) ... [2023-04-17T23:27:34.586Z] #50 39.97 Selecting previously unselected package zip. [2023-04-17T23:27:34.586Z] #50 39.99 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2023-04-17T23:27:34.586Z] #50 39.99 Unpacking zip (3.0-12) ... [2023-04-17T23:27:34.829Z] #39 150.0 CC criu/servicefd.o [2023-04-17T23:27:34.845Z] #50 40.20 Setting up python3-pkg-resources (52.0.0-4) ... [2023-04-17T23:27:34.958Z] #50 78.62 Setting up vim (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:27:34.958Z] #50 78.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2023-04-17T23:27:35.219Z] #50 78.65 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2023-04-17T23:27:35.219Z] #50 78.65 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2023-04-17T23:27:35.219Z] #50 78.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2023-04-17T23:27:35.219Z] #50 78.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2023-04-17T23:27:35.219Z] #50 78.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2023-04-17T23:27:35.219Z] #50 78.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2023-04-17T23:27:35.219Z] #50 78.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2023-04-17T23:27:35.219Z] #50 78.83 Setting up python3-setuptools (52.0.0-4) ... [2023-04-17T23:27:35.401Z] #39 150.5 CC criu/shmem.o [2023-04-17T23:27:35.401Z] #39 ... [2023-04-17T23:27:35.401Z] [2023-04-17T23:27:35.401Z] #23 [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 [2023-04-17T23:27:35.401Z] #23 198.9 + dpkg --print-architecture [2023-04-17T23:27:35.818Z] #50 41.11 Setting up libip4tc2:amd64 (1.8.7-1) ... [2023-04-17T23:27:35.818Z] #50 41.13 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2023-04-17T23:27:35.818Z] #50 41.14 Setting up libgpm2:amd64 (1.20.7-8) ... [2023-04-17T23:27:35.818Z] #50 41.15 Setting up libicu67:amd64 (67.1-7) ... [2023-04-17T23:27:35.818Z] #50 41.16 Setting up libip6tc2:amd64 (1.8.7-1) ... [2023-04-17T23:27:35.818Z] #50 41.18 Setting up libinih1:amd64 (53-1+b2) ... [2023-04-17T23:27:35.818Z] #50 41.19 Setting up uidmap (1:4.8.1-1) ... [2023-04-17T23:27:35.818Z] #50 41.20 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2023-04-17T23:27:35.818Z] #50 41.23 Setting up bzip2 (1.0.8-4) ... [2023-04-17T23:27:35.978Z] #23 DONE 199.4s [2023-04-17T23:27:35.978Z] [2023-04-17T23:27:35.978Z] #33 [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 [2023-04-17T23:27:36.077Z] #50 41.28 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2023-04-17T23:27:36.077Z] #50 41.34 Setting up python3-wheel (0.34.2-1) ... [2023-04-17T23:27:36.549Z] #33 ... [2023-04-17T23:27:36.549Z] [2023-04-17T23:27:36.549Z] #39 [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 [2023-04-17T23:27:36.549Z] #39 152.0 CC criu/sigframe.o [2023-04-17T23:27:36.603Z] #50 ... [2023-04-17T23:27:36.603Z] [2023-04-17T23:27:36.603Z] #39 [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 [2023-04-17T23:27:36.603Z] #39 213.7 CC criu/netfilter.o [2023-04-17T23:27:36.809Z] #39 152.2 CC criu/signalfd.o [2023-04-17T23:27:37.012Z] #50 42.16 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:27:37.012Z] #50 42.18 Setting up libcap2:amd64 (1:2.44-1) ... [2023-04-17T23:27:37.012Z] #50 42.19 Setting up libcap2-bin (1:2.44-1) ... [2023-04-17T23:27:37.012Z] #50 42.20 Setting up apparmor (2.13.6-10) ... [2023-04-17T23:27:37.012Z] #50 ... [2023-04-17T23:27:37.012Z] [2023-04-17T23:27:37.012Z] #39 [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 [2023-04-17T23:27:37.012Z] #39 123.9 CC criu/image-desc.o [2023-04-17T23:27:37.012Z] #39 124.1 CC criu/image.o [2023-04-17T23:27:37.012Z] #39 125.2 CC criu/ipc_ns.o [2023-04-17T23:27:37.012Z] #39 126.6 CC criu/irmap.o [2023-04-17T23:27:37.012Z] #39 127.3 CC criu/kcmp-ids.o [2023-04-17T23:27:37.012Z] #39 127.7 CC criu/kerndat.o [2023-04-17T23:27:37.012Z] #39 128.9 CC criu/libnetlink.o [2023-04-17T23:27:37.012Z] #39 129.3 CC criu/log.o [2023-04-17T23:27:37.012Z] #39 129.8 CC criu/lsm.o [2023-04-17T23:27:37.012Z] #39 130.3 CC criu/mem.o [2023-04-17T23:27:37.012Z] #39 132.3 CC criu/memfd.o [2023-04-17T23:27:37.012Z] #39 133.0 CC criu/mount.o [2023-04-17T23:27:37.070Z] #39 152.4 CC criu/sk-inet.o [2023-04-17T23:27:37.546Z] #39 214.4 CC criu/page-pipe.o [2023-04-17T23:27:38.452Z] #39 153.5 CC criu/sk-netlink.o [2023-04-17T23:27:38.452Z] #39 153.9 CC criu/sk-packet.o [2023-04-17T23:27:38.912Z] #39 ... [2023-04-17T23:27:38.912Z] [2023-04-17T23:27:38.912Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-04-17T23:27:38.912Z] #50 44.02 Setting up zip (3.0-12) ... [2023-04-17T23:27:38.912Z] #50 44.03 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:27:38.912Z] #50 44.05 Setting up bash-completion (1:2.11-2) ... [2023-04-17T23:27:38.931Z] #39 215.7 CC criu/page-xfer.o [2023-04-17T23:27:39.394Z] #39 154.5 CC criu/sk-queue.o [2023-04-17T23:27:39.654Z] #39 154.9 CC criu/sk-tcp.o [2023-04-17T23:27:39.914Z] #39 155.4 CC criu/sk-unix.o [2023-04-17T23:27:41.121Z] #50 51.59 Selecting previously unselected package libinih1:amd64. [2023-04-17T23:27:41.121Z] #50 51.59 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2023-04-17T23:27:41.121Z] #50 51.60 Unpacking libinih1:amd64 (53-1+b2) ... [2023-04-17T23:27:41.121Z] #50 51.69 Selecting previously unselected package libnet1:amd64. [2023-04-17T23:27:41.383Z] #50 51.69 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2023-04-17T23:27:41.383Z] #50 51.70 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2023-04-17T23:27:41.383Z] #50 51.97 Selecting previously unselected package libnl-3-200:amd64. [2023-04-17T23:27:41.383Z] #50 51.97 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2023-04-17T23:27:41.438Z] #50 46.67 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2023-04-17T23:27:41.438Z] #50 46.76 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2023-04-17T23:27:41.438Z] #50 46.77 Setting up libmnl0:amd64 (1.0.4-3) ... [2023-04-17T23:27:41.438Z] #50 46.78 Setting up patch (2.7.6-7) ... [2023-04-17T23:27:41.438Z] #50 46.79 Setting up sudo (1.9.5p2-3+deb11u1) ... [2023-04-17T23:27:41.438Z] #50 46.89 invoke-rc.d: could not determine current runlevel [2023-04-17T23:27:41.485Z] #39 218.7 CC criu/pagemap-cache.o [2023-04-17T23:27:41.652Z] #50 51.98 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2023-04-17T23:27:41.652Z] #50 52.16 Selecting previously unselected package libprotobuf-c1:amd64. [2023-04-17T23:27:41.652Z] #50 52.16 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2023-04-17T23:27:41.652Z] #50 52.17 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2023-04-17T23:27:41.652Z] #50 52.27 Selecting previously unselected package net-tools. [2023-04-17T23:27:41.697Z] #50 46.90 invoke-rc.d: policy-rc.d denied execution of start. [2023-04-17T23:27:41.697Z] #50 46.92 Setting up xfsprogs (5.10.0-4) ... [2023-04-17T23:27:41.697Z] #50 46.93 Setting up libxtables12:amd64 (1.8.7-1) ... [2023-04-17T23:27:41.697Z] #50 46.96 Setting up inetutils-ping (2:2.0-1+deb11u1) ... [2023-04-17T23:27:41.697Z] #50 46.98 Setting up pigz (2.6-1) ... [2023-04-17T23:27:41.697Z] #50 46.99 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2023-04-17T23:27:41.697Z] #50 47.00 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2023-04-17T23:27:41.697Z] #50 47.01 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2023-04-17T23:27:41.697Z] #50 47.02 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:27:41.910Z] #50 52.28 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2023-04-17T23:27:41.910Z] #50 52.28 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2023-04-17T23:27:42.169Z] #50 52.58 Selecting previously unselected package patch. [2023-04-17T23:27:42.169Z] #50 52.58 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2023-04-17T23:27:42.169Z] #50 52.64 Unpacking patch (2.7.6-7) ... [2023-04-17T23:27:42.263Z] #50 47.71 Setting up libaio1:amd64 (0.3.112-9) ... [2023-04-17T23:27:42.428Z] #50 52.88 Selecting previously unselected package python-pip-whl. [2023-04-17T23:27:42.428Z] #50 52.90 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2023-04-17T23:27:42.428Z] #50 52.90 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2023-04-17T23:27:42.428Z] #39 ... [2023-04-17T23:27:42.428Z] [2023-04-17T23:27:42.428Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-04-17T23:27:42.428Z] #50 81.28 Setting up libjq1:amd64 (1.6-2.1) ... [2023-04-17T23:27:42.428Z] #50 81.34 Setting up libnftnl11:amd64 (1.1.9-1) ... [2023-04-17T23:27:42.428Z] #50 81.36 Setting up thin-provisioning-tools (0.9.0-1) ... [2023-04-17T23:27:42.428Z] #50 81.39 Setting up python3-pip (20.3.4-4+deb11u1) ... [2023-04-17T23:27:42.428Z] #50 83.80 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2023-04-17T23:27:42.428Z] #50 83.83 Setting up jq (1.6-2.1) ... [2023-04-17T23:27:42.428Z] #50 83.84 Setting up libbpf0:amd64 (1:0.3-2) ... [2023-04-17T23:27:42.428Z] #50 83.86 Setting up iptables (1.8.7-1) ... [2023-04-17T23:27:42.428Z] #50 83.89 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2023-04-17T23:27:42.428Z] #50 83.90 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2023-04-17T23:27:42.428Z] #50 83.90 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2023-04-17T23:27:42.428Z] #50 83.91 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2023-04-17T23:27:42.428Z] #50 83.93 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2023-04-17T23:27:42.428Z] #50 83.93 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2023-04-17T23:27:42.428Z] #50 83.94 Setting up iproute2 (5.10.0-4) ... [2023-04-17T23:27:42.428Z] #50 84.55 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2023-04-17T23:27:42.456Z] #39 157.4 CC criu/sockets.o [2023-04-17T23:27:42.521Z] #50 47.73 Setting up python3-lib2to3 (3.9.2-1) ... [2023-04-17T23:27:42.780Z] #50 48.22 Setting up libelf1:amd64 (0.183-1) ... [2023-04-17T23:27:42.780Z] #50 48.26 Setting up libonig5:amd64 (6.9.6-1.1) ... [2023-04-17T23:27:42.780Z] #50 48.28 Setting up python3-distutils (3.9.2-1) ... [2023-04-17T23:27:43.026Z] #39 158.2 CC criu/stats.o [2023-04-17T23:27:43.287Z] #39 158.6 CC criu/string.o [2023-04-17T23:27:43.433Z] #50 DONE 86.9s [2023-04-17T23:27:43.433Z] [2023-04-17T23:27:43.433Z] #39 [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 [2023-04-17T23:27:43.433Z] #39 219.5 CC criu/pagemap.o [2023-04-17T23:27:43.547Z] #39 158.8 CC criu/sysctl.o [2023-04-17T23:27:43.717Z] #50 48.88 Setting up vim (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:27:43.717Z] #50 48.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2023-04-17T23:27:43.717Z] #50 48.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2023-04-17T23:27:43.717Z] #50 48.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2023-04-17T23:27:43.717Z] #50 48.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2023-04-17T23:27:43.717Z] #50 48.92 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2023-04-17T23:27:43.717Z] #50 48.94 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2023-04-17T23:27:43.717Z] #50 48.95 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2023-04-17T23:27:43.717Z] #50 48.95 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2023-04-17T23:27:43.717Z] #50 48.99 Setting up python3-setuptools (52.0.0-4) ... [2023-04-17T23:27:43.807Z] #50 54.07 Selecting previously unselected package python3-lib2to3. [2023-04-17T23:27:43.807Z] #50 54.09 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2023-04-17T23:27:43.807Z] #50 54.10 Unpacking python3-lib2to3 (3.9.2-1) ... [2023-04-17T23:27:44.069Z] #50 54.31 Selecting previously unselected package python3-distutils. [2023-04-17T23:27:44.069Z] #50 54.32 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2023-04-17T23:27:44.069Z] #50 54.32 Unpacking python3-distutils (3.9.2-1) ... [2023-04-17T23:27:44.069Z] #50 54.56 Selecting previously unselected package python3-pkg-resources. [2023-04-17T23:27:44.069Z] #50 54.56 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2023-04-17T23:27:44.069Z] #50 54.57 Unpacking python3-pkg-resources (52.0.0-4) ... [2023-04-17T23:27:44.069Z] #50 ... [2023-04-17T23:27:44.069Z] [2023-04-17T23:27:44.069Z] #39 [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 [2023-04-17T23:27:44.069Z] #39 171.3 CC criu/fault-injection.o [2023-04-17T23:27:44.069Z] #39 171.5 CC criu/fdstore.o [2023-04-17T23:27:44.069Z] #39 172.1 CC criu/fifo.o [2023-04-17T23:27:44.069Z] #39 172.7 CC criu/file-ids.o [2023-04-17T23:27:44.069Z] #39 173.4 CC criu/file-lock.o [2023-04-17T23:27:44.069Z] #39 175.2 CC criu/files-ext.o [2023-04-17T23:27:44.069Z] #39 175.8 CC criu/files-reg.o [2023-04-17T23:27:44.069Z] #39 179.3 CC criu/files.o [2023-04-17T23:27:44.117Z] #39 159.4 CC criu/sysfs_parse.o [2023-04-17T23:27:44.327Z] #39 ... [2023-04-17T23:27:44.327Z] [2023-04-17T23:27:44.327Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-04-17T23:27:44.327Z] #50 54.86 Selecting previously unselected package python3-setuptools. [2023-04-17T23:27:44.327Z] #50 54.86 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2023-04-17T23:27:44.586Z] #50 54.86 Unpacking python3-setuptools (52.0.0-4) ... [2023-04-17T23:27:44.687Z] #39 159.9 CC criu/timens.o [2023-04-17T23:27:44.817Z] #39 221.6 CC criu/parasite-syscall.o [2023-04-17T23:27:44.817Z] #39 ... [2023-04-17T23:27:44.817Z] [2023-04-17T23:27:44.817Z] #51 [dev-systemd-false 9/27] 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 [2023-04-17T23:27:44.817Z] #0 1.506 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2023-04-17T23:27:44.817Z] #0 1.515 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2023-04-17T23:27:44.817Z] #0 1.523 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2023-04-17T23:27:44.817Z] #51 DONE 1.6s [2023-04-17T23:27:44.845Z] #50 55.39 Selecting previously unselected package python3-wheel. [2023-04-17T23:27:44.845Z] #50 55.39 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2023-04-17T23:27:44.845Z] #50 55.40 Unpacking python3-wheel (0.34.2-1) ... [2023-04-17T23:27:44.948Z] #39 160.3 CC criu/timerfd.o [2023-04-17T23:27:45.078Z] [2023-04-17T23:27:45.078Z] #52 [dev-systemd-false 10/27] RUN pip3 install yamllint==1.26.1 [2023-04-17T23:27:45.103Z] #50 55.56 Selecting previously unselected package python3-pip. [2023-04-17T23:27:45.103Z] #50 55.61 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2023-04-17T23:27:45.103Z] #50 55.64 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2023-04-17T23:27:45.209Z] #39 160.6 CC criu/tty.o [2023-04-17T23:27:45.618Z] #50 50.68 Setting up libjq1:amd64 (1.6-2.1) ... [2023-04-17T23:27:45.618Z] #50 50.69 Setting up libnftnl11:amd64 (1.1.9-1) ... [2023-04-17T23:27:45.618Z] #50 50.71 Setting up thin-provisioning-tools (0.9.0-1) ... [2023-04-17T23:27:45.618Z] #50 50.72 Setting up python3-pip (20.3.4-4+deb11u1) ... [2023-04-17T23:27:45.670Z] #50 56.21 Selecting previously unselected package sudo. [2023-04-17T23:27:45.670Z] #50 56.21 Preparing to unpack .../40-sudo_1.9.5p2-3+deb11u1_amd64.deb ... [2023-04-17T23:27:45.670Z] #50 56.25 Unpacking sudo (1.9.5p2-3+deb11u1) ... [2023-04-17T23:27:46.994Z] #50 52.19 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2023-04-17T23:27:46.995Z] #50 52.20 Setting up jq (1.6-2.1) ... [2023-04-17T23:27:46.995Z] #50 52.21 Setting up libbpf0:amd64 (1:0.3-2) ... [2023-04-17T23:27:46.995Z] #50 52.23 Setting up iptables (1.8.7-1) ... [2023-04-17T23:27:46.995Z] #50 52.25 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2023-04-17T23:27:46.995Z] #50 52.26 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2023-04-17T23:27:46.995Z] #50 52.26 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2023-04-17T23:27:46.995Z] #50 52.27 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2023-04-17T23:27:46.995Z] #50 52.28 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2023-04-17T23:27:46.995Z] #50 52.29 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2023-04-17T23:27:46.995Z] #50 52.30 Setting up iproute2 (5.10.0-4) ... [2023-04-17T23:27:47.046Z] #50 57.34 Selecting previously unselected package thin-provisioning-tools. [2023-04-17T23:27:47.046Z] #50 57.34 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2023-04-17T23:27:47.046Z] #50 57.35 Unpacking thin-provisioning-tools (0.9.0-1) ... [2023-04-17T23:27:47.228Z] 8185ee4ed646: Pull complete [2023-04-17T23:27:47.304Z] #50 57.67 Selecting previously unselected package uidmap. [2023-04-17T23:27:47.305Z] #50 57.68 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2023-04-17T23:27:47.305Z] #50 57.70 Unpacking uidmap (1:4.8.1-1) ... [2023-04-17T23:27:47.513Z] #50 52.69 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2023-04-17T23:27:47.563Z] #50 58.02 Selecting previously unselected package vim-runtime. [2023-04-17T23:27:47.563Z] #50 58.03 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2023-04-17T23:27:47.751Z] #39 162.6 CC criu/tun.o [2023-04-17T23:27:47.772Z] #50 DONE 53.1s [2023-04-17T23:27:47.772Z] [2023-04-17T23:27:47.772Z] #39 [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 [2023-04-17T23:27:47.772Z] #39 137.6 CC criu/namespaces.o [2023-04-17T23:27:47.772Z] #39 139.8 CC criu/net.o [2023-04-17T23:27:47.772Z] #39 143.6 CC criu/netfilter.o [2023-04-17T23:27:47.772Z] #39 144.0 CC criu/page-pipe.o [2023-04-17T23:27:47.772Z] #39 144.8 CC criu/page-xfer.o [2023-04-17T23:27:47.772Z] #39 ... [2023-04-17T23:27:47.772Z] [2023-04-17T23:27:47.772Z] #51 [dev-systemd-false 9/27] 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 [2023-04-17T23:27:47.822Z] #50 58.07 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2023-04-17T23:27:47.822Z] #50 58.12 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2023-04-17T23:27:47.822Z] #50 58.14 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:27:48.011Z] #39 163.2 CC criu/uffd.o [2023-04-17T23:27:49.393Z] #39 164.5 CC criu/util.o [2023-04-17T23:27:49.683Z] #51 1.771 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2023-04-17T23:27:49.683Z] #51 1.776 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2023-04-17T23:27:49.683Z] #51 1.779 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2023-04-17T23:27:49.683Z] #51 DONE 1.8s [2023-04-17T23:27:49.683Z] [2023-04-17T23:27:49.683Z] #52 [dev-systemd-false 10/27] RUN pip3 install yamllint==1.26.1 [2023-04-17T23:27:50.776Z] #39 166.0 CC criu/uts_ns.o [2023-04-17T23:27:50.777Z] #39 166.2 CC criu/vdso.o [2023-04-17T23:27:51.348Z] #39 166.7 LINK criu/built-in.o [2023-04-17T23:27:51.608Z] #39 166.9 LINK criu/criu [2023-04-17T23:27:51.663Z] #52 ... [2023-04-17T23:27:51.664Z] [2023-04-17T23:27:51.664Z] #39 [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 [2023-04-17T23:27:51.664Z] #39 223.2 CC criu/path.o [2023-04-17T23:27:51.664Z] #39 223.7 CC criu/pie-util-vdso-elf32.o [2023-04-17T23:27:51.664Z] #39 224.4 CC criu/pie-util-vdso.o [2023-04-17T23:27:51.664Z] #39 225.2 CC criu/pie-util.o [2023-04-17T23:27:51.664Z] #39 225.7 CC criu/pipes.o [2023-04-17T23:27:51.664Z] #39 227.3 CC criu/plugin.o [2023-04-17T23:27:51.664Z] #39 228.2 CC criu/proc_parse.o [2023-04-17T23:27:51.869Z] #39 167.3 DEP lib/c/criu.d [2023-04-17T23:27:52.130Z] #39 167.3 CC images/rpc.pb-c.o [2023-04-17T23:27:52.700Z] #39 168.0 CC lib/c/criu.o [2023-04-17T23:27:53.075Z] --- PASS: TestBuildWithHugeFile (51.06s) [2023-04-17T23:27:53.075Z] === RUN TestBuildWithEmptyDockerfile [2023-04-17T23:27:53.075Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2023-04-17T23:27:53.075Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2023-04-17T23:27:53.075Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-04-17T23:27:53.075Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-04-17T23:27:53.075Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-04-17T23:27:53.075Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-04-17T23:27:53.075Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2023-04-17T23:27:53.075Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-04-17T23:27:53.075Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-04-17T23:27:53.075Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2023-04-17T23:27:53.075Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.04s) [2023-04-17T23:27:53.075Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.04s) [2023-04-17T23:27:53.075Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.05s) [2023-04-17T23:27:53.075Z] === RUN TestBuildPreserveOwnership [2023-04-17T23:27:53.075Z] === RUN TestBuildPreserveOwnership/copy_from [2023-04-17T23:27:53.075Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2023-04-17T23:27:54.083Z] #39 169.1 LINK lib/c/built-in.o [2023-04-17T23:27:54.083Z] #39 169.2 LINK lib/c/libcriu.so [2023-04-17T23:27:54.083Z] #39 169.2 LINK lib/c/libcriu.a [2023-04-17T23:27:54.083Z] #39 169.4 GEN magic.py [2023-04-17T23:27:54.343Z] #39 169.6 Note: Building without setproctitle() and strlcpy() support. [2023-04-17T23:27:54.343Z] #39 169.6 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2023-04-17T23:27:54.343Z] #39 169.6 Note: Building without GnuTLS support [2023-04-17T23:27:54.343Z] #39 169.6 Makefile.config:39: Warn: you have no libnftables installed [2023-04-17T23:27:54.343Z] #39 169.6 Makefile.config:40: Warn: Building without nftables support [2023-04-17T23:27:54.386Z] #50 64.05 Selecting previously unselected package vim. [2023-04-17T23:27:54.386Z] #50 64.07 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2023-04-17T23:27:54.386Z] #50 64.11 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:27:54.647Z] #50 65.14 Selecting previously unselected package xfsprogs. [2023-04-17T23:27:54.647Z] #50 65.15 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2023-04-17T23:27:54.647Z] #50 65.16 Unpacking xfsprogs (5.10.0-4) ... [2023-04-17T23:27:55.284Z] #39 170.5 fatal: not a git repository (or any of the parent directories): .git [2023-04-17T23:27:55.584Z] #50 65.86 Selecting previously unselected package zip. [2023-04-17T23:27:55.584Z] #50 65.88 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2023-04-17T23:27:55.585Z] #50 65.89 Unpacking zip (3.0-12) ... [2023-04-17T23:27:55.585Z] #50 ... [2023-04-17T23:27:55.585Z] [2023-04-17T23:27:55.585Z] #39 [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 [2023-04-17T23:27:55.585Z] #39 182.7 include/common/asm/bitops.h: Assembler messages: [2023-04-17T23:27:55.585Z] #39 182.7 include/common/asm/bitops.h:63: Warning: no instruction mnemonic suffix given and no register operands; using default for `bts' [2023-04-17T23:27:55.585Z] #39 182.9 CC criu/filesystems.o [2023-04-17T23:27:55.585Z] #39 184.2 CC criu/fsnotify.o [2023-04-17T23:27:55.585Z] #39 186.0 CC criu/image-desc.o [2023-04-17T23:27:55.585Z] #39 186.3 CC criu/image.o [2023-04-17T23:27:55.585Z] #39 188.0 CC criu/ipc_ns.o [2023-04-17T23:27:55.585Z] #39 190.8 CC criu/irmap.o [2023-04-17T23:27:55.585Z] #39 191.9 CC criu/kcmp-ids.o [2023-04-17T23:27:55.585Z] #39 192.5 CC criu/kerndat.o [2023-04-17T23:27:55.844Z] #39 ... [2023-04-17T23:27:55.844Z] [2023-04-17T23:27:55.844Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-04-17T23:27:55.844Z] #50 66.21 Setting up python3-pkg-resources (52.0.0-4) ... [2023-04-17T23:27:56.227Z] #39 171.4 make[1]: Nothing to be done for 'all'. [2023-04-17T23:27:56.248Z] #52 ... [2023-04-17T23:27:56.249Z] [2023-04-17T23:27:56.249Z] #39 [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 [2023-04-17T23:27:56.249Z] #39 146.9 CC criu/pagemap-cache.o [2023-04-17T23:27:56.249Z] #39 147.3 CC criu/pagemap.o [2023-04-17T23:27:56.249Z] #39 148.6 CC criu/parasite-syscall.o [2023-04-17T23:27:56.249Z] #39 149.7 CC criu/path.o [2023-04-17T23:27:56.249Z] #39 150.1 CC criu/pie-util-vdso-elf32.o [2023-04-17T23:27:56.249Z] #39 150.7 CC criu/pie-util-vdso.o [2023-04-17T23:27:56.249Z] #39 151.3 CC criu/pie-util.o [2023-04-17T23:27:56.249Z] #39 151.5 CC criu/pipes.o [2023-04-17T23:27:56.249Z] #39 152.4 CC criu/plugin.o [2023-04-17T23:27:56.249Z] #39 152.9 CC criu/proc_parse.o [2023-04-17T23:27:56.953Z] #39 233.4 CC criu/protobuf-desc.o [2023-04-17T23:27:57.167Z] #39 172.4 make[1]: 'images/built-in.o' is up to date. [2023-04-17T23:27:57.167Z] #39 172.4 make[1]: 'compel/plugins/std.lib.a' is up to date. [2023-04-17T23:27:57.167Z] #39 172.4 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2023-04-17T23:27:57.167Z] #39 172.5 make[1]: 'compel/libcompel.a' is up to date. [2023-04-17T23:27:57.167Z] #39 172.6 make[1]: 'compel/compel-host-bin' is up to date. [2023-04-17T23:27:57.167Z] #39 172.6 make[1]: Nothing to be done for 'all'. [2023-04-17T23:27:57.167Z] #39 172.6 make[1]: 'soccr/libsoccr.a' is up to date. [2023-04-17T23:27:57.236Z] --- PASS: TestBuildPreserveOwnership (9.84s) [2023-04-17T23:27:57.236Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.83s) [2023-04-17T23:27:57.236Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2023-04-17T23:27:57.236Z] === RUN TestBuildPlatformInvalid [2023-04-17T23:27:57.236Z] --- PASS: TestBuildPlatformInvalid (0.06s) [2023-04-17T23:27:57.236Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2023-04-17T23:27:57.236Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2023-04-17T23:27:57.236Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2023-04-17T23:27:57.236Z] PASS [2023-04-17T23:27:57.236Z] [2023-04-17T23:27:57.236Z] === Skipped [2023-04-17T23:27:57.236Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2023-04-17T23:27:57.236Z] build_session_test.go:25: TODO: BuildKit [2023-04-17T23:27:57.236Z] [2023-04-17T23:27:57.236Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2023-04-17T23:27:57.236Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2023-04-17T23:27:57.236Z] [2023-04-17T23:27:57.236Z] DONE 33 tests, 2 skipped in 111.567s [2023-04-17T23:27:57.236Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2023-04-17T23:27:57.236Z] INFO: Testing against a local daemon [2023-04-17T23:27:57.236Z] === RUN TestConfigInspect [2023-04-17T23:27:57.236Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:27:57.236Z] --- SKIP: TestConfigInspect (0.02s) [2023-04-17T23:27:57.236Z] === RUN TestConfigList [2023-04-17T23:27:57.236Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:27:57.236Z] --- SKIP: TestConfigList (0.01s) [2023-04-17T23:27:57.236Z] === RUN TestConfigsCreateAndDelete [2023-04-17T23:27:57.236Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:27:57.236Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2023-04-17T23:27:57.236Z] === RUN TestConfigsUpdate [2023-04-17T23:27:57.237Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:27:57.237Z] --- SKIP: TestConfigsUpdate (0.01s) [2023-04-17T23:27:57.237Z] === RUN TestTemplatedConfig [2023-04-17T23:27:57.237Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:27:57.237Z] --- SKIP: TestTemplatedConfig (0.00s) [2023-04-17T23:27:57.237Z] === RUN TestConfigCreateResolve [2023-04-17T23:27:57.237Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:27:57.237Z] --- SKIP: TestConfigCreateResolve (0.01s) [2023-04-17T23:27:57.237Z] === RUN TestConfigDaemonLibtrustID [2023-04-17T23:27:57.427Z] #39 172.9 make[2]: Nothing to be done for 'all'. [2023-04-17T23:27:57.427Z] #39 172.9 make[2]: Nothing to be done for 'all'. [2023-04-17T23:27:57.687Z] #39 173.0 make[2]: Nothing to be done for 'all'. [2023-04-17T23:27:57.687Z] #39 173.1 make[2]: Nothing to be done for 'all'. [2023-04-17T23:27:57.687Z] #39 173.1 make[2]: Nothing to be done for 'all'. [2023-04-17T23:27:57.747Z] #50 68.04 Setting up libip4tc2:amd64 (1.8.7-1) ... [2023-04-17T23:27:57.747Z] #50 68.08 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2023-04-17T23:27:57.747Z] #50 68.10 Setting up libgpm2:amd64 (1.20.7-8) ... [2023-04-17T23:27:57.747Z] #50 68.11 Setting up libicu67:amd64 (67.1-7) ... [2023-04-17T23:27:57.747Z] #50 68.12 Setting up libip6tc2:amd64 (1.8.7-1) ... [2023-04-17T23:27:57.747Z] #50 68.13 Setting up libinih1:amd64 (53-1+b2) ... [2023-04-17T23:27:57.747Z] #50 68.14 Setting up uidmap (1:4.8.1-1) ... [2023-04-17T23:27:57.747Z] #50 68.16 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2023-04-17T23:27:57.747Z] #50 68.17 Setting up bzip2 (1.0.8-4) ... [2023-04-17T23:27:57.747Z] #50 68.18 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2023-04-17T23:27:57.747Z] #50 68.20 Setting up python3-wheel (0.34.2-1) ... [2023-04-17T23:27:57.894Z] #39 234.9 CC criu/protobuf.o [2023-04-17T23:27:57.947Z] #39 173.2 make[2]: Nothing to be done for 'all'. [2023-04-17T23:27:57.947Z] #39 173.2 make[2]: Nothing to be done for 'all'. [2023-04-17T23:27:57.947Z] #39 173.3 make[2]: Nothing to be done for 'all'. [2023-04-17T23:27:57.947Z] #39 173.3 INSTALL criu/criu [2023-04-17T23:27:58.519Z] #39 DONE 173.7s [2023-04-17T23:27:58.519Z] [2023-04-17T23:27:58.519Z] #33 [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 [2023-04-17T23:27:58.685Z] #50 69.30 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:27:58.774Z] #39 156.1 CC criu/protobuf-desc.o [2023-04-17T23:27:58.836Z] #39 235.8 CC criu/pstree.o [2023-04-17T23:27:58.945Z] #50 69.33 Setting up libcap2:amd64 (1:2.44-1) ... [2023-04-17T23:27:58.945Z] #50 69.34 Setting up libcap2-bin (1:2.44-1) ... [2023-04-17T23:27:58.945Z] #50 69.37 Setting up apparmor (2.13.6-10) ... [2023-04-17T23:27:59.122Z] --- PASS: TestConfigDaemonLibtrustID (1.56s) [2023-04-17T23:27:59.122Z] PASS [2023-04-17T23:27:59.122Z] [2023-04-17T23:27:59.122Z] === Skipped [2023-04-17T23:27:59.122Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2023-04-17T23:27:59.122Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:27:59.122Z] [2023-04-17T23:27:59.122Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2023-04-17T23:27:59.122Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:27:59.122Z] [2023-04-17T23:27:59.122Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2023-04-17T23:27:59.122Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:27:59.122Z] [2023-04-17T23:27:59.122Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2023-04-17T23:27:59.122Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:27:59.122Z] [2023-04-17T23:27:59.122Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2023-04-17T23:27:59.122Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:27:59.122Z] [2023-04-17T23:27:59.122Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2023-04-17T23:27:59.122Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:27:59.122Z] [2023-04-17T23:27:59.122Z] DONE 7 tests, 6 skipped in 1.656s [2023-04-17T23:27:59.122Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2023-04-17T23:27:59.122Z] INFO: Testing against a local daemon [2023-04-17T23:27:59.122Z] === RUN TestCheckpoint [2023-04-17T23:27:59.122Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2023-04-17T23:27:59.122Z] --- SKIP: TestCheckpoint (0.00s) [2023-04-17T23:27:59.122Z] === RUN TestContainerInvalidJSON [2023-04-17T23:27:59.122Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2023-04-17T23:27:59.122Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2023-04-17T23:27:59.122Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2023-04-17T23:27:59.122Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2023-04-17T23:27:59.122Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2023-04-17T23:27:59.122Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2023-04-17T23:27:59.122Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2023-04-17T23:27:59.122Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2023-04-17T23:27:59.122Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2023-04-17T23:27:59.122Z] --- PASS: TestContainerInvalidJSON (0.01s) [2023-04-17T23:27:59.122Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2023-04-17T23:27:59.122Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2023-04-17T23:27:59.122Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2023-04-17T23:27:59.122Z] === RUN TestCopyFromContainerPathDoesNotExist [2023-04-17T23:27:59.122Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2023-04-17T23:27:59.122Z] === RUN TestCopyFromContainerPathIsNotDir [2023-04-17T23:27:59.122Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2023-04-17T23:27:59.122Z] === RUN TestCopyToContainerPathDoesNotExist [2023-04-17T23:27:59.122Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2023-04-17T23:27:59.122Z] === RUN TestCopyToContainerPathIsNotDir [2023-04-17T23:27:59.122Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2023-04-17T23:27:59.122Z] === RUN TestCopyFromContainer [2023-04-17T23:28:00.154Z] #39 157.2 CC criu/protobuf.o [2023-04-17T23:28:00.220Z] #39 ... [2023-04-17T23:28:00.220Z] [2023-04-17T23:28:00.220Z] #52 [dev-systemd-false 10/27] RUN pip3 install yamllint==1.26.1 [2023-04-17T23:28:00.220Z] #52 15.14 Collecting yamllint==1.26.1 [2023-04-17T23:28:00.413Z] #39 157.7 CC criu/pstree.o [2023-04-17T23:28:01.162Z] #52 16.24 Downloading yamllint-1.26.1.tar.gz (126 kB) [2023-04-17T23:28:01.359Z] #39 ... [2023-04-17T23:28:01.359Z] [2023-04-17T23:28:01.359Z] #52 [dev-systemd-false 10/27] RUN pip3 install yamllint==1.26.1 [2023-04-17T23:28:01.359Z] #52 11.50 Collecting yamllint==1.26.1 [2023-04-17T23:28:02.233Z] #50 72.26 Setting up zip (3.0-12) ... [2023-04-17T23:28:02.233Z] #50 72.27 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:28:02.233Z] #50 72.37 Setting up bash-completion (1:2.11-2) ... [2023-04-17T23:28:02.295Z] #52 12.58 Downloading yamllint-1.26.1.tar.gz (126 kB) [2023-04-17T23:28:03.283Z] === RUN TestCopyFromContainer// [2023-04-17T23:28:03.283Z] === RUN TestCopyFromContainer//bar/root [2023-04-17T23:28:03.283Z] === RUN TestCopyFromContainer//bar/root/ [2023-04-17T23:28:03.283Z] === RUN TestCopyFromContainer/bar/quux [2023-04-17T23:28:03.283Z] === RUN TestCopyFromContainer/bar/quux/ [2023-04-17T23:28:03.539Z] === RUN TestCopyFromContainer/bar/quux/baz [2023-04-17T23:28:03.539Z] === RUN TestCopyFromContainer/bar/filesymlink [2023-04-17T23:28:03.539Z] === RUN TestCopyFromContainer/bar/dirsymlink [2023-04-17T23:28:03.539Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2023-04-17T23:28:03.539Z] === RUN TestCopyFromContainer/bar/notarget [2023-04-17T23:28:03.539Z] --- PASS: TestCopyFromContainer (4.46s) [2023-04-17T23:28:03.539Z] --- PASS: TestCopyFromContainer// (0.05s) [2023-04-17T23:28:03.539Z] --- PASS: TestCopyFromContainer//bar/root (0.04s) [2023-04-17T23:28:03.539Z] --- PASS: TestCopyFromContainer//bar/root/ (0.04s) [2023-04-17T23:28:03.539Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2023-04-17T23:28:03.539Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.04s) [2023-04-17T23:28:03.539Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.04s) [2023-04-17T23:28:03.539Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.04s) [2023-04-17T23:28:03.539Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.04s) [2023-04-17T23:28:03.539Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2023-04-17T23:28:03.539Z] --- PASS: TestCopyFromContainer/bar/notarget (0.04s) [2023-04-17T23:28:03.539Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2023-04-17T23:28:03.670Z] #52 13.86 Collecting pathspec>=0.5.3 [2023-04-17T23:28:03.671Z] #52 13.88 Downloading pathspec-0.11.1-py3-none-any.whl (29 kB) [2023-04-17T23:28:03.708Z] #52 18.38 Collecting pathspec>=0.5.3 [2023-04-17T23:28:03.708Z] #52 18.39 Downloading pathspec-0.11.1-py3-none-any.whl (29 kB) [2023-04-17T23:28:03.794Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-04-17T23:28:03.794Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-04-17T23:28:03.794Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-04-17T23:28:03.794Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-04-17T23:28:03.794Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-04-17T23:28:03.794Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-04-17T23:28:03.794Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-04-17T23:28:03.794Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-04-17T23:28:03.794Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-04-17T23:28:03.794Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2023-04-17T23:28:03.794Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2023-04-17T23:28:03.794Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2023-04-17T23:28:03.794Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2023-04-17T23:28:03.794Z] === RUN TestCreateLinkToNonExistingContainer [2023-04-17T23:28:03.794Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2023-04-17T23:28:03.794Z] === RUN TestCreateWithInvalidEnv [2023-04-17T23:28:03.794Z] === RUN TestCreateWithInvalidEnv/0 [2023-04-17T23:28:03.794Z] === PAUSE TestCreateWithInvalidEnv/0 [2023-04-17T23:28:03.794Z] === RUN TestCreateWithInvalidEnv/1 [2023-04-17T23:28:03.794Z] === PAUSE TestCreateWithInvalidEnv/1 [2023-04-17T23:28:03.794Z] === RUN TestCreateWithInvalidEnv/2 [2023-04-17T23:28:03.794Z] === PAUSE TestCreateWithInvalidEnv/2 [2023-04-17T23:28:03.794Z] === CONT TestCreateWithInvalidEnv/0 [2023-04-17T23:28:03.794Z] === CONT TestCreateWithInvalidEnv/2 [2023-04-17T23:28:03.794Z] === CONT TestCreateWithInvalidEnv/1 [2023-04-17T23:28:03.794Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2023-04-17T23:28:03.794Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2023-04-17T23:28:03.794Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2023-04-17T23:28:03.794Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2023-04-17T23:28:03.794Z] === RUN TestCreateTmpfsMountsTarget [2023-04-17T23:28:03.794Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2023-04-17T23:28:03.794Z] === RUN TestCreateWithCustomMaskedPaths [2023-04-17T23:28:03.929Z] #52 14.39 Collecting pyyaml [2023-04-17T23:28:03.929Z] #52 14.40 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2023-04-17T23:28:03.969Z] #52 18.99 Collecting pyyaml [2023-04-17T23:28:03.969Z] #52 19.01 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2023-04-17T23:28:04.188Z] #52 14.48 Building wheels for collected packages: yamllint [2023-04-17T23:28:04.188Z] #52 14.48 Building wheel for yamllint (setup.py): started [2023-04-17T23:28:04.229Z] #52 19.20 Building wheels for collected packages: yamllint [2023-04-17T23:28:04.229Z] #52 19.20 Building wheel for yamllint (setup.py): started [2023-04-17T23:28:05.157Z] --- PASS: TestCreateWithCustomMaskedPaths (1.38s) [2023-04-17T23:28:05.157Z] === RUN TestCreateWithCustomReadonlyPaths [2023-04-17T23:28:05.525Z] #50 76.09 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2023-04-17T23:28:05.563Z] #52 15.74 Building wheel for yamllint (setup.py): finished with status 'done' [2023-04-17T23:28:05.563Z] #52 15.74 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=b9fef21a6cf7e1aaf6a7c17e9cf1e6eda8b751daf09a278582fbe8eaa0757c48 [2023-04-17T23:28:05.563Z] #52 15.74 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2023-04-17T23:28:05.563Z] #52 15.75 Successfully built yamllint [2023-04-17T23:28:05.563Z] #52 15.78 Installing collected packages: pyyaml, pathspec, yamllint [2023-04-17T23:28:05.784Z] #50 76.11 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2023-04-17T23:28:05.784Z] #50 76.13 Setting up libmnl0:amd64 (1.0.4-3) ... [2023-04-17T23:28:05.784Z] #50 76.15 Setting up patch (2.7.6-7) ... [2023-04-17T23:28:05.784Z] #50 76.16 Setting up sudo (1.9.5p2-3+deb11u1) ... [2023-04-17T23:28:05.784Z] #50 76.24 invoke-rc.d: could not determine current runlevel [2023-04-17T23:28:05.784Z] #50 76.25 invoke-rc.d: policy-rc.d denied execution of start. [2023-04-17T23:28:05.784Z] #50 76.26 Setting up xfsprogs (5.10.0-4) ... [2023-04-17T23:28:05.784Z] #50 76.27 Setting up libxtables12:amd64 (1.8.7-1) ... [2023-04-17T23:28:05.784Z] #50 76.29 Setting up inetutils-ping (2:2.0-1+deb11u1) ... [2023-04-17T23:28:05.784Z] #50 76.30 Setting up pigz (2.6-1) ... [2023-04-17T23:28:05.784Z] #50 76.31 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2023-04-17T23:28:05.784Z] #50 76.33 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2023-04-17T23:28:05.784Z] #50 76.38 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2023-04-17T23:28:05.822Z] #52 16.28 Successfully installed pathspec-0.11.1 pyyaml-6.0 yamllint-1.26.1 [2023-04-17T23:28:06.043Z] #50 76.39 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:28:06.142Z] #52 21.16 Building wheel for yamllint (setup.py): finished with status 'done' [2023-04-17T23:28:06.142Z] #52 21.18 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=b9fef21a6cf7e1aaf6a7c17e9cf1e6eda8b751daf09a278582fbe8eaa0757c48 [2023-04-17T23:28:06.142Z] #52 21.18 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2023-04-17T23:28:06.142Z] #52 21.20 Successfully built yamllint [2023-04-17T23:28:06.142Z] #52 21.25 Installing collected packages: pyyaml, pathspec, yamllint [2023-04-17T23:28:06.394Z] #52 DONE 16.9s [2023-04-17T23:28:06.394Z] [2023-04-17T23:28:06.394Z] #53 [dev-systemd-false 11/27] COPY --from=dockercli /build/ /usr/local/cli [2023-04-17T23:28:06.521Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.35s) [2023-04-17T23:28:06.521Z] === RUN TestCreateWithInvalidHealthcheckParams [2023-04-17T23:28:06.521Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-04-17T23:28:06.521Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-04-17T23:28:06.521Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-04-17T23:28:06.521Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-04-17T23:28:06.521Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-04-17T23:28:06.521Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-04-17T23:28:06.521Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-04-17T23:28:06.521Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-04-17T23:28:06.521Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-04-17T23:28:06.521Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-04-17T23:28:06.521Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-04-17T23:28:06.521Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-04-17T23:28:06.521Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-04-17T23:28:06.521Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-04-17T23:28:06.521Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-04-17T23:28:06.521Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2023-04-17T23:28:06.521Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2023-04-17T23:28:06.521Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2023-04-17T23:28:06.521Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2023-04-17T23:28:06.521Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2023-04-17T23:28:06.521Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2023-04-17T23:28:06.521Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2023-04-17T23:28:06.961Z] #53 DONE 0.4s [2023-04-17T23:28:06.961Z] [2023-04-17T23:28:06.961Z] #54 [dev-systemd-false 12/27] COPY --from=frozen-images /build/ /docker-frozen-images [2023-04-17T23:28:06.984Z] #50 77.56 Setting up libaio1:amd64 (0.3.112-9) ... [2023-04-17T23:28:07.081Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.49s) [2023-04-17T23:28:07.081Z] === RUN TestCreateDifferentPlatform [2023-04-17T23:28:07.081Z] === RUN TestCreateDifferentPlatform/different_os [2023-04-17T23:28:07.081Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2023-04-17T23:28:07.081Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2023-04-17T23:28:07.081Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2023-04-17T23:28:07.081Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2023-04-17T23:28:07.081Z] === RUN TestCreateVolumesFromNonExistingContainer [2023-04-17T23:28:07.081Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2023-04-17T23:28:07.081Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2023-04-17T23:28:07.081Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2023-04-17T23:28:07.081Z] === RUN TestContainerStartOnDaemonRestart [2023-04-17T23:28:07.081Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2023-04-17T23:28:07.081Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2023-04-17T23:28:07.081Z] === RUN TestDaemonRestartIpcMode [2023-04-17T23:28:07.081Z] === PAUSE TestDaemonRestartIpcMode [2023-04-17T23:28:07.081Z] === RUN TestDaemonHostGatewayIP [2023-04-17T23:28:07.081Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-04-17T23:28:07.081Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2023-04-17T23:28:07.081Z] === RUN TestRestartDaemonWithRestartingContainer [2023-04-17T23:28:07.081Z] === PAUSE TestRestartDaemonWithRestartingContainer [2023-04-17T23:28:07.081Z] === RUN TestContainerKillOnDaemonStart [2023-04-17T23:28:07.081Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2023-04-17T23:28:07.081Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2023-04-17T23:28:07.081Z] === RUN TestDiff [2023-04-17T23:28:07.084Z] #52 21.97 Successfully installed pathspec-0.11.1 pyyaml-6.0 yamllint-1.26.1 [2023-04-17T23:28:07.243Z] #50 77.58 Setting up python3-lib2to3 (3.9.2-1) ... [2023-04-17T23:28:07.503Z] #50 ... [2023-04-17T23:28:07.503Z] [2023-04-17T23:28:07.503Z] #39 [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 [2023-04-17T23:28:07.503Z] #39 194.6 CC criu/libnetlink.o [2023-04-17T23:28:07.503Z] #39 195.5 CC criu/log.o [2023-04-17T23:28:07.503Z] #39 196.2 CC criu/lsm.o [2023-04-17T23:28:07.503Z] #39 196.9 CC criu/mem.o [2023-04-17T23:28:07.503Z] #39 199.7 CC criu/memfd.o [2023-04-17T23:28:07.503Z] #39 201.1 CC criu/mount.o [2023-04-17T23:28:07.529Z] #54 DONE 0.5s [2023-04-17T23:28:07.529Z] [2023-04-17T23:28:07.529Z] #39 [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 [2023-04-17T23:28:07.529Z] #39 159.2 CC criu/rbtree.o [2023-04-17T23:28:07.529Z] #39 159.6 CC criu/rst-malloc.o [2023-04-17T23:28:07.529Z] #39 159.9 CC criu/seccomp.o [2023-04-17T23:28:07.529Z] #39 160.8 CC criu/seize.o [2023-04-17T23:28:07.529Z] #39 161.9 CC criu/servicefd.o [2023-04-17T23:28:07.529Z] #39 162.5 include/common/asm/bitops.h: Assembler messages: [2023-04-17T23:28:07.529Z] #39 162.5 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-04-17T23:28:07.529Z] #39 162.5 CC criu/shmem.o [2023-04-17T23:28:07.529Z] #39 163.7 CC criu/sigframe.o [2023-04-17T23:28:07.529Z] #39 164.1 CC criu/signalfd.o [2023-04-17T23:28:07.529Z] #39 164.6 CC criu/sk-inet.o [2023-04-17T23:28:07.642Z] --- PASS: TestDiff (0.48s) [2023-04-17T23:28:07.642Z] === RUN TestExecWithCloseStdin [2023-04-17T23:28:07.788Z] #39 ... [2023-04-17T23:28:07.788Z] [2023-04-17T23:28:07.788Z] #55 [dev-systemd-false 13/27] COPY --from=swagger /build/ /usr/local/bin/ [2023-04-17T23:28:07.788Z] #55 DONE 0.2s [2023-04-17T23:28:07.788Z] [2023-04-17T23:28:07.788Z] #56 [dev-systemd-false 14/27] COPY --from=tomlv /build/ /usr/local/bin/ [2023-04-17T23:28:07.788Z] #56 DONE 0.1s [2023-04-17T23:28:07.788Z] [2023-04-17T23:28:07.788Z] #57 [dev-systemd-false 15/27] COPY --from=tini /build/ /usr/local/bin/ [2023-04-17T23:28:07.788Z] #57 DONE 0.0s [2023-04-17T23:28:07.788Z] [2023-04-17T23:28:07.788Z] #39 [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 [2023-04-17T23:28:08.036Z] #52 DONE 23.0s [2023-04-17T23:28:08.036Z] [2023-04-17T23:28:08.036Z] #53 [dev-systemd-false 11/27] COPY --from=dockercli /build/ /usr/local/cli [2023-04-17T23:28:08.070Z] #39 ... [2023-04-17T23:28:08.070Z] [2023-04-17T23:28:08.070Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-04-17T23:28:08.070Z] #50 78.48 Setting up libelf1:amd64 (0.183-1) ... [2023-04-17T23:28:08.070Z] #50 78.54 Setting up libonig5:amd64 (6.9.6-1.1) ... [2023-04-17T23:28:08.070Z] #50 78.54 Setting up python3-distutils (3.9.2-1) ... [2023-04-17T23:28:08.202Z] --- PASS: TestExecWithCloseStdin (0.55s) [2023-04-17T23:28:08.202Z] === RUN TestExec [2023-04-17T23:28:08.297Z] #53 DONE 0.3s [2023-04-17T23:28:08.297Z] [2023-04-17T23:28:08.297Z] #54 [dev-systemd-false 12/27] COPY --from=frozen-images /build/ /docker-frozen-images [2023-04-17T23:28:08.558Z] #54 DONE 0.5s [2023-04-17T23:28:08.558Z] [2023-04-17T23:28:08.558Z] #39 [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 [2023-04-17T23:28:08.558Z] #39 238.0 CC criu/rbtree.o [2023-04-17T23:28:08.558Z] #39 238.7 CC criu/rst-malloc.o [2023-04-17T23:28:08.558Z] #39 239.4 CC criu/seccomp.o [2023-04-17T23:28:08.558Z] #39 240.6 CC criu/seize.o [2023-04-17T23:28:08.558Z] #39 242.5 CC criu/servicefd.o [2023-04-17T23:28:08.558Z] #39 243.5 include/common/asm/bitops.h: Assembler messages: [2023-04-17T23:28:08.558Z] #39 243.5 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-04-17T23:28:08.558Z] #39 243.6 CC criu/shmem.o [2023-04-17T23:28:08.558Z] #39 245.4 CC criu/sigframe.o [2023-04-17T23:28:08.763Z] --- PASS: TestExec (0.55s) [2023-04-17T23:28:08.763Z] === RUN TestExecUser [2023-04-17T23:28:08.823Z] #39 245.8 CC criu/signalfd.o [2023-04-17T23:28:08.823Z] #39 ... [2023-04-17T23:28:08.823Z] [2023-04-17T23:28:08.823Z] #55 [dev-systemd-false 13/27] COPY --from=swagger /build/ /usr/local/bin/ [2023-04-17T23:28:09.008Z] #50 79.43 Setting up vim (2:8.2.2434-3+deb11u1) ... [2023-04-17T23:28:09.008Z] #50 79.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2023-04-17T23:28:09.008Z] #50 79.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2023-04-17T23:28:09.008Z] #50 79.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2023-04-17T23:28:09.008Z] #50 79.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2023-04-17T23:28:09.008Z] #50 79.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2023-04-17T23:28:09.008Z] #50 79.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2023-04-17T23:28:09.008Z] #50 79.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2023-04-17T23:28:09.008Z] #50 79.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2023-04-17T23:28:09.084Z] #55 DONE 0.5s [2023-04-17T23:28:09.084Z] [2023-04-17T23:28:09.084Z] #39 [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 [2023-04-17T23:28:09.084Z] #39 246.2 CC criu/sk-inet.o [2023-04-17T23:28:09.164Z] #39 166.0 CC criu/sk-netlink.o [2023-04-17T23:28:09.267Z] #50 79.63 Setting up python3-setuptools (52.0.0-4) ... [2023-04-17T23:28:09.323Z] --- PASS: TestExecUser (0.50s) [2023-04-17T23:28:09.323Z] === RUN TestExportContainerAndImportImage [2023-04-17T23:28:09.348Z] #39 ... [2023-04-17T23:28:09.348Z] [2023-04-17T23:28:09.348Z] #56 [dev-systemd-false 14/27] COPY --from=tomlv /build/ /usr/local/bin/ [2023-04-17T23:28:09.348Z] #56 DONE 0.2s [2023-04-17T23:28:09.348Z] [2023-04-17T23:28:09.348Z] #57 [dev-systemd-false 15/27] COPY --from=tini /build/ /usr/local/bin/ [2023-04-17T23:28:09.348Z] #57 DONE 0.1s [2023-04-17T23:28:09.423Z] #39 166.4 CC criu/sk-packet.o [2023-04-17T23:28:09.609Z] [2023-04-17T23:28:09.609Z] #24 [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 [2023-04-17T23:28:09.883Z] --- PASS: TestExportContainerAndImportImage (0.65s) [2023-04-17T23:28:09.884Z] === RUN TestExportContainerAfterDaemonRestart [2023-04-17T23:28:09.990Z] #39 167.2 CC criu/sk-queue.o [2023-04-17T23:28:10.587Z] #39 167.8 CC criu/sk-tcp.o [2023-04-17T23:28:11.167Z] #39 168.5 CC criu/sk-unix.o [2023-04-17T23:28:11.522Z] #24 ... [2023-04-17T23:28:11.522Z] [2023-04-17T23:28:11.522Z] #39 [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 [2023-04-17T23:28:11.522Z] #39 248.4 CC criu/sk-netlink.o [2023-04-17T23:28:12.464Z] #39 249.3 CC criu/sk-packet.o [2023-04-17T23:28:12.553Z] #50 82.80 Setting up libjq1:amd64 (1.6-2.1) ... [2023-04-17T23:28:12.553Z] #50 82.81 Setting up libnftnl11:amd64 (1.1.9-1) ... [2023-04-17T23:28:12.553Z] #50 82.83 Setting up thin-provisioning-tools (0.9.0-1) ... [2023-04-17T23:28:12.553Z] #50 82.84 Setting up python3-pip (20.3.4-4+deb11u1) ... [2023-04-17T23:28:13.146Z] --- PASS: TestExportContainerAfterDaemonRestart (3.31s) [2023-04-17T23:28:13.146Z] === RUN TestHealthCheckWorkdir [2023-04-17T23:28:13.407Z] #39 250.5 CC criu/sk-queue.o [2023-04-17T23:28:13.695Z] #39 170.8 CC criu/sockets.o [2023-04-17T23:28:13.707Z] --- PASS: TestHealthCheckWorkdir (0.62s) [2023-04-17T23:28:13.707Z] === RUN TestHealthKillContainer [2023-04-17T23:28:13.982Z] #39 251.2 CC criu/sk-tcp.o [2023-04-17T23:28:14.464Z] #50 84.74 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2023-04-17T23:28:14.464Z] #50 84.75 Setting up jq (1.6-2.1) ... [2023-04-17T23:28:14.464Z] #50 84.76 Setting up libbpf0:amd64 (1:0.3-2) ... [2023-04-17T23:28:14.464Z] #50 84.81 Setting up iptables (1.8.7-1) ... [2023-04-17T23:28:14.464Z] #50 84.83 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2023-04-17T23:28:14.464Z] #50 84.85 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2023-04-17T23:28:14.464Z] #50 84.87 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2023-04-17T23:28:14.464Z] #50 84.89 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2023-04-17T23:28:14.464Z] #50 84.92 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2023-04-17T23:28:14.464Z] #50 84.93 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2023-04-17T23:28:14.464Z] #50 84.94 Setting up iproute2 (5.10.0-4) ... [2023-04-17T23:28:15.071Z] #39 172.1 CC criu/stats.o [2023-04-17T23:28:15.330Z] #39 172.5 CC criu/string.o [2023-04-17T23:28:15.330Z] #39 172.6 CC criu/sysctl.o [2023-04-17T23:28:15.371Z] #39 252.2 CC criu/sk-unix.o [2023-04-17T23:28:15.400Z] #50 85.83 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2023-04-17T23:28:16.266Z] #39 173.4 CC criu/sysfs_parse.o [2023-04-17T23:28:16.834Z] #39 173.9 CC criu/timens.o [2023-04-17T23:28:17.093Z] #39 174.3 CC criu/timerfd.o [2023-04-17T23:28:17.303Z] #50 DONE 87.6s [2023-04-17T23:28:17.303Z] [2023-04-17T23:28:17.303Z] #51 [dev-systemd-false 9/27] 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 [2023-04-17T23:28:17.661Z] #39 174.7 CC criu/tty.o [2023-04-17T23:28:18.678Z] #39 255.5 CC criu/sockets.o [2023-04-17T23:28:19.213Z] #51 1.622 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2023-04-17T23:28:19.213Z] #51 1.627 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2023-04-17T23:28:19.213Z] #51 1.647 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2023-04-17T23:28:19.213Z] #51 DONE 1.7s [2023-04-17T23:28:19.213Z] [2023-04-17T23:28:19.213Z] #52 [dev-systemd-false 10/27] RUN pip3 install yamllint==1.26.1 [2023-04-17T23:28:20.195Z] #39 177.0 CC criu/tun.o [2023-04-17T23:28:20.454Z] #39 177.7 CC criu/uffd.o [2023-04-17T23:28:20.592Z] #39 257.6 CC criu/stats.o [2023-04-17T23:28:21.121Z] #52 ... [2023-04-17T23:28:21.121Z] [2023-04-17T23:28:21.121Z] #39 [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 [2023-04-17T23:28:21.121Z] #39 208.3 CC criu/namespaces.o [2023-04-17T23:28:21.121Z] #39 211.7 CC criu/net.o [2023-04-17T23:28:21.121Z] #39 217.5 CC criu/netfilter.o [2023-04-17T23:28:21.121Z] #39 218.2 CC criu/page-pipe.o [2023-04-17T23:28:21.164Z] #39 258.3 CC criu/string.o [2023-04-17T23:28:21.424Z] #39 258.5 CC criu/sysctl.o [2023-04-17T23:28:21.784Z] --- PASS: TestHealthKillContainer (8.16s) [2023-04-17T23:28:21.784Z] === RUN TestHealthCheckProcessKilled [2023-04-17T23:28:22.357Z] #39 179.3 CC criu/util.o [2023-04-17T23:28:22.367Z] #39 259.5 CC criu/sysfs_parse.o [2023-04-17T23:28:22.498Z] #39 219.4 CC criu/page-xfer.o [2023-04-17T23:28:22.710Z] --- PASS: TestHealthCheckProcessKilled (0.73s) [2023-04-17T23:28:22.710Z] === RUN TestInspectCpusetInConfigPre120 [2023-04-17T23:28:22.710Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2023-04-17T23:28:22.710Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2023-04-17T23:28:22.710Z] === RUN TestIpcModeNone [2023-04-17T23:28:23.270Z] --- PASS: TestIpcModeNone (0.55s) [2023-04-17T23:28:23.270Z] === RUN TestIpcModePrivate [2023-04-17T23:28:23.308Z] #39 260.2 CC criu/timens.o [2023-04-17T23:28:23.526Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:72, shared: false, mustBeShared: false [2023-04-17T23:28:23.570Z] #39 260.8 CC criu/timerfd.o [2023-04-17T23:28:23.780Z] --- PASS: TestIpcModePrivate (0.64s) [2023-04-17T23:28:23.780Z] === RUN TestIpcModeShareable [2023-04-17T23:28:23.780Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2023-04-17T23:28:23.780Z] --- SKIP: TestIpcModeShareable (0.00s) [2023-04-17T23:28:23.780Z] === RUN TestAPIIpcModeShareableAndContainer [2023-04-17T23:28:24.260Z] #39 181.0 CC criu/uts_ns.o [2023-04-17T23:28:24.260Z] #39 181.4 CC criu/vdso-compat.o [2023-04-17T23:28:24.513Z] #39 261.5 CC criu/tty.o [2023-04-17T23:28:24.519Z] #39 181.6 CC criu/vdso.o [2023-04-17T23:28:25.455Z] #39 182.5 LINK criu/built-in.o [2023-04-17T23:28:25.455Z] #39 182.7 LINK criu/criu [2023-04-17T23:28:25.667Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.66s) [2023-04-17T23:28:25.667Z] === RUN TestAPIIpcModeHost [2023-04-17T23:28:25.667Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2023-04-17T23:28:25.667Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2023-04-17T23:28:25.667Z] === RUN TestDaemonIpcModeShareable [2023-04-17T23:28:25.667Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2023-04-17T23:28:25.667Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2023-04-17T23:28:25.667Z] === RUN TestDaemonIpcModePrivate [2023-04-17T23:28:25.784Z] #39 222.7 CC criu/pagemap-cache.o [2023-04-17T23:28:26.022Z] #39 183.2 DEP lib/c/criu.d [2023-04-17T23:28:26.022Z] #39 183.3 CC images/rpc.pb-c.o [2023-04-17T23:28:26.022Z] #39 ... [2023-04-17T23:28:26.022Z] [2023-04-17T23:28:26.022Z] #26 [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 [2023-04-17T23:28:26.022Z] #26 239.9 + dpkg --print-architecture [2023-04-17T23:28:26.022Z] #26 239.9 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2023-04-17T23:28:26.351Z] #39 223.3 CC criu/pagemap.o [2023-04-17T23:28:26.592Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:76, shared: false, mustBeShared: false [2023-04-17T23:28:26.958Z] #26 240.5 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2023-04-17T23:28:26.958Z] #26 240.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2023-04-17T23:28:27.730Z] #39 224.8 CC criu/parasite-syscall.o [2023-04-17T23:28:27.956Z] --- PASS: TestDaemonIpcModePrivate (2.23s) [2023-04-17T23:28:27.956Z] === RUN TestDaemonIpcModePrivateFromConfig [2023-04-17T23:28:27.956Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2023-04-17T23:28:27.956Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2023-04-17T23:28:27.956Z] === RUN TestDaemonIpcModeShareableFromConfig [2023-04-17T23:28:27.956Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2023-04-17T23:28:27.956Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2023-04-17T23:28:27.956Z] === RUN TestIpcModeOlderClient [2023-04-17T23:28:27.956Z] === PAUSE TestIpcModeOlderClient [2023-04-17T23:28:27.956Z] === RUN TestKillContainerInvalidSignal [2023-04-17T23:28:28.211Z] --- PASS: TestKillContainerInvalidSignal (0.50s) [2023-04-17T23:28:28.211Z] === RUN TestKillContainer [2023-04-17T23:28:28.211Z] === RUN TestKillContainer/no_signal [2023-04-17T23:28:28.718Z] #39 265.2 CC criu/tun.o [2023-04-17T23:28:28.771Z] === RUN TestKillContainer/non_killing_signal [2023-04-17T23:28:29.027Z] === RUN TestKillContainer/killing_signal [2023-04-17T23:28:29.181Z] #39 226.0 CC criu/path.o [2023-04-17T23:28:29.181Z] #39 226.4 CC criu/pie-util-vdso-elf32.o [2023-04-17T23:28:29.289Z] #39 266.3 CC criu/uffd.o [2023-04-17T23:28:29.952Z] --- PASS: TestKillContainer (1.53s) [2023-04-17T23:28:29.952Z] --- PASS: TestKillContainer/no_signal (0.56s) [2023-04-17T23:28:29.952Z] --- PASS: TestKillContainer/non_killing_signal (0.27s) [2023-04-17T23:28:29.952Z] --- PASS: TestKillContainer/killing_signal (0.44s) [2023-04-17T23:28:29.952Z] === RUN TestKillWithStopSignalAndRestartPolicies [2023-04-17T23:28:29.952Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2023-04-17T23:28:30.159Z] #39 227.0 CC criu/pie-util-vdso.o [2023-04-17T23:28:30.207Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2023-04-17T23:28:30.447Z] #39 227.7 CC criu/pie-util.o [2023-04-17T23:28:30.711Z] #39 228.0 CC criu/pipes.o [2023-04-17T23:28:30.768Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.93s) [2023-04-17T23:28:30.768Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.48s) [2023-04-17T23:28:30.768Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.24s) [2023-04-17T23:28:30.768Z] === RUN TestKillStoppedContainer [2023-04-17T23:28:30.768Z] --- PASS: TestKillStoppedContainer (0.11s) [2023-04-17T23:28:30.768Z] === RUN TestKillStoppedContainerAPIPre120 [2023-04-17T23:28:30.768Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2023-04-17T23:28:30.768Z] === RUN TestKillDifferentUserContainer [2023-04-17T23:28:31.329Z] --- PASS: TestKillDifferentUserContainer (0.51s) [2023-04-17T23:28:31.329Z] === RUN TestInspectOomKilledTrue [2023-04-17T23:28:31.329Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2023-04-17T23:28:31.329Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2023-04-17T23:28:31.329Z] === RUN TestInspectOomKilledFalse [2023-04-17T23:28:31.329Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2023-04-17T23:28:31.329Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2023-04-17T23:28:31.329Z] === RUN TestLinksEtcHostsContentMatch [2023-04-17T23:28:31.329Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2023-04-17T23:28:31.329Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2023-04-17T23:28:31.329Z] === RUN TestLinksContainerNames [2023-04-17T23:28:31.833Z] #39 268.9 CC criu/util.o [2023-04-17T23:28:32.106Z] #39 229.0 CC criu/plugin.o [2023-04-17T23:28:32.672Z] #39 229.8 CC criu/proc_parse.o [2023-04-17T23:28:33.214Z] --- PASS: TestLinksContainerNames (1.94s) [2023-04-17T23:28:33.214Z] === RUN TestLogsFollowTailEmpty [2023-04-17T23:28:33.240Z] #39 ... [2023-04-17T23:28:33.240Z] [2023-04-17T23:28:33.240Z] #52 [dev-systemd-false 10/27] RUN pip3 install yamllint==1.26.1 [2023-04-17T23:28:33.240Z] #52 14.16 Collecting yamllint==1.26.1 [2023-04-17T23:28:33.523Z] #26 ... [2023-04-17T23:28:33.523Z] [2023-04-17T23:28:33.523Z] #39 [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 [2023-04-17T23:28:33.523Z] #39 184.1 CC lib/c/criu.o [2023-04-17T23:28:33.523Z] #39 185.5 LINK lib/c/built-in.o [2023-04-17T23:28:33.523Z] #39 185.5 LINK lib/c/libcriu.so [2023-04-17T23:28:33.523Z] #39 185.6 LINK lib/c/libcriu.a [2023-04-17T23:28:33.523Z] #39 185.8 GEN magic.py [2023-04-17T23:28:33.523Z] #39 185.9 Note: Building without setproctitle() and strlcpy() support. [2023-04-17T23:28:33.523Z] #39 185.9 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2023-04-17T23:28:33.523Z] #39 186.0 Note: Building without GnuTLS support [2023-04-17T23:28:33.523Z] #39 186.0 Makefile.config:39: Warn: you have no libnftables installed [2023-04-17T23:28:33.523Z] #39 186.0 Makefile.config:40: Warn: Building without nftables support [2023-04-17T23:28:33.523Z] #39 187.0 fatal: not a git repository (or any of the parent directories): .git [2023-04-17T23:28:33.523Z] #39 188.0 make[1]: Nothing to be done for 'all'. [2023-04-17T23:28:33.523Z] #39 188.9 make[1]: 'images/built-in.o' is up to date. [2023-04-17T23:28:33.523Z] #39 189.0 make[1]: 'compel/plugins/std.lib.a' is up to date. [2023-04-17T23:28:33.523Z] #39 189.0 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2023-04-17T23:28:33.523Z] #39 189.1 make[1]: 'compel/libcompel.a' is up to date. [2023-04-17T23:28:33.523Z] #39 189.1 make[1]: 'compel/compel-host-bin' is up to date. [2023-04-17T23:28:33.523Z] #39 189.2 make[1]: Nothing to be done for 'all'. [2023-04-17T23:28:33.523Z] #39 189.2 make[1]: 'soccr/libsoccr.a' is up to date. [2023-04-17T23:28:33.523Z] #39 189.4 make[2]: Nothing to be done for 'all'. [2023-04-17T23:28:33.523Z] #39 189.4 make[2]: Nothing to be done for 'all'. [2023-04-17T23:28:33.523Z] #39 189.4 make[2]: Nothing to be done for 'all'. [2023-04-17T23:28:33.523Z] #39 189.5 make[2]: Nothing to be done for 'all'. [2023-04-17T23:28:33.523Z] #39 189.6 make[2]: Nothing to be done for 'all'. [2023-04-17T23:28:33.523Z] #39 189.6 make[2]: Nothing to be done for 'all'. [2023-04-17T23:28:33.523Z] #39 189.7 make[2]: Nothing to be done for 'all'. [2023-04-17T23:28:33.523Z] #39 189.8 make[2]: Nothing to be done for 'all'. [2023-04-17T23:28:33.523Z] #39 189.8 INSTALL criu/criu [2023-04-17T23:28:33.523Z] #39 DONE 190.4s [2023-04-17T23:28:33.523Z] [2023-04-17T23:28:33.523Z] #37 [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 [2023-04-17T23:28:33.775Z] --- PASS: TestLogsFollowTailEmpty (0.55s) [2023-04-17T23:28:33.775Z] === RUN TestContainerNetworkMountsNoChown [2023-04-17T23:28:34.178Z] #52 15.25 Downloading yamllint-1.26.1.tar.gz (126 kB) [2023-04-17T23:28:34.378Z] #39 271.5 CC criu/uts_ns.o [2023-04-17T23:28:34.638Z] #39 271.8 CC criu/vdso-compat.o [2023-04-17T23:28:34.701Z] --- PASS: TestContainerNetworkMountsNoChown (0.67s) [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot/default [2023-04-17T23:28:34.701Z] === PAUSE TestMountDaemonRoot/default [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot/private [2023-04-17T23:28:34.701Z] === PAUSE TestMountDaemonRoot/private [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot/rprivate [2023-04-17T23:28:34.701Z] === PAUSE TestMountDaemonRoot/rprivate [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot/slave [2023-04-17T23:28:34.701Z] === PAUSE TestMountDaemonRoot/slave [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot/rslave [2023-04-17T23:28:34.701Z] === PAUSE TestMountDaemonRoot/rslave [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot/shared [2023-04-17T23:28:34.701Z] === PAUSE TestMountDaemonRoot/shared [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot/rshared [2023-04-17T23:28:34.701Z] === PAUSE TestMountDaemonRoot/rshared [2023-04-17T23:28:34.701Z] === CONT TestMountDaemonRoot/default [2023-04-17T23:28:34.701Z] === CONT TestMountDaemonRoot/rslave [2023-04-17T23:28:34.701Z] === CONT TestMountDaemonRoot/rshared [2023-04-17T23:28:34.701Z] === CONT TestMountDaemonRoot/shared [2023-04-17T23:28:34.701Z] === CONT TestMountDaemonRoot/private [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot/rslave/bind_root [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot/rshared/bind_root [2023-04-17T23:28:34.701Z] === CONT TestMountDaemonRoot/slave [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot/private/mount_subpath [2023-04-17T23:28:34.701Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot/slave/bind_root [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2023-04-17T23:28:34.701Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2023-04-17T23:28:34.701Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2023-04-17T23:28:34.701Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2023-04-17T23:28:34.701Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot/rslave/mount_root [2023-04-17T23:28:34.701Z] === CONT TestMountDaemonRoot/rprivate [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot/private/bind_root [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot/default/bind_root [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2023-04-17T23:28:34.701Z] === PAUSE TestMountDaemonRoot/default/bind_root [2023-04-17T23:28:34.701Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot/default/bind_subpath [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot/slave/mount_root [2023-04-17T23:28:34.701Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2023-04-17T23:28:34.701Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2023-04-17T23:28:34.701Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2023-04-17T23:28:34.701Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2023-04-17T23:28:34.701Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot/default/mount_root [2023-04-17T23:28:34.701Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot/shared/mount_root [2023-04-17T23:28:34.701Z] === CONT TestMountDaemonRoot/slave/bind_root [2023-04-17T23:28:34.701Z] === PAUSE TestMountDaemonRoot/default/mount_root [2023-04-17T23:28:34.701Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot/default/mount_subpath [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2023-04-17T23:28:34.701Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2023-04-17T23:28:34.701Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot/shared/bind_root [2023-04-17T23:28:34.701Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2023-04-17T23:28:34.701Z] === PAUSE TestMountDaemonRoot/private/bind_root [2023-04-17T23:28:34.701Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot/private/bind_subpath [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2023-04-17T23:28:34.701Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2023-04-17T23:28:34.701Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot/private/mount_root [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2023-04-17T23:28:34.701Z] === PAUSE TestMountDaemonRoot/private/mount_root [2023-04-17T23:28:34.701Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2023-04-17T23:28:34.701Z] === CONT TestMountDaemonRoot/default/bind_root [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2023-04-17T23:28:34.701Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2023-04-17T23:28:34.701Z] === CONT TestMountDaemonRoot/default/mount_root [2023-04-17T23:28:34.701Z] === CONT TestMountDaemonRoot/default/mount_subpath [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2023-04-17T23:28:34.701Z] === CONT TestMountDaemonRoot/default/bind_subpath [2023-04-17T23:28:34.701Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot/rshared/mount_root [2023-04-17T23:28:34.701Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2023-04-17T23:28:34.701Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2023-04-17T23:28:34.701Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2023-04-17T23:28:34.701Z] === CONT TestMountDaemonRoot/private/mount_subpath [2023-04-17T23:28:34.701Z] === CONT TestMountDaemonRoot/rslave/bind_root [2023-04-17T23:28:34.701Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2023-04-17T23:28:34.701Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2023-04-17T23:28:34.701Z] === CONT TestMountDaemonRoot/rslave/mount_root [2023-04-17T23:28:34.701Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2023-04-17T23:28:34.701Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2023-04-17T23:28:34.701Z] === CONT TestMountDaemonRoot/shared/mount_root [2023-04-17T23:28:34.701Z] === CONT TestMountDaemonRoot/slave/mount_root [2023-04-17T23:28:34.701Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2023-04-17T23:28:34.701Z] === CONT TestMountDaemonRoot/private/mount_root [2023-04-17T23:28:34.701Z] === CONT TestMountDaemonRoot/private/bind_subpath [2023-04-17T23:28:34.701Z] === CONT TestMountDaemonRoot/private/bind_root [2023-04-17T23:28:34.701Z] === CONT TestMountDaemonRoot/rshared/bind_root [2023-04-17T23:28:34.701Z] === CONT TestMountDaemonRoot/rshared/mount_root [2023-04-17T23:28:34.701Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2023-04-17T23:28:34.701Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2023-04-17T23:28:34.701Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2023-04-17T23:28:34.701Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2023-04-17T23:28:34.701Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2023-04-17T23:28:34.701Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2023-04-17T23:28:34.701Z] === CONT TestMountDaemonRoot/shared/bind_root [2023-04-17T23:28:34.701Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot (0.01s) [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s) [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.10s) [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s) [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.10s) [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2023-04-17T23:28:34.701Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2023-04-17T23:28:34.701Z] === RUN TestContainerBindMountNonRecursive [2023-04-17T23:28:34.701Z] 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) [2023-04-17T23:28:34.701Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2023-04-17T23:28:34.701Z] === RUN TestContainerVolumesMountedAsShared [2023-04-17T23:28:34.701Z] 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) [2023-04-17T23:28:34.701Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2023-04-17T23:28:34.701Z] === RUN TestContainerVolumesMountedAsSlave [2023-04-17T23:28:34.701Z] 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) [2023-04-17T23:28:34.701Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2023-04-17T23:28:34.701Z] === RUN TestNetworkNat [2023-04-17T23:28:34.899Z] #39 ... [2023-04-17T23:28:34.899Z] [2023-04-17T23:28:34.899Z] #24 [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 [2023-04-17T23:28:34.899Z] #24 363.6 + dpkg --print-architecture [2023-04-17T23:28:34.899Z] #24 363.6 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2023-04-17T23:28:35.160Z] #24 363.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2023-04-17T23:28:35.160Z] #24 363.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2023-04-17T23:28:35.626Z] --- PASS: TestNetworkNat (0.95s) [2023-04-17T23:28:35.626Z] === RUN TestNetworkLocalhostTCPNat [2023-04-17T23:28:36.081Z] #52 17.11 Collecting pathspec>=0.5.3 [2023-04-17T23:28:36.081Z] #52 17.11 Downloading pathspec-0.11.1-py3-none-any.whl (29 kB) [2023-04-17T23:28:36.187Z] --- PASS: TestNetworkLocalhostTCPNat (0.57s) [2023-04-17T23:28:36.187Z] === RUN TestNetworkLoopbackNat [2023-04-17T23:28:36.648Z] #52 17.81 Collecting pyyaml [2023-04-17T23:28:36.906Z] #52 17.83 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2023-04-17T23:28:36.906Z] #52 17.93 Building wheels for collected packages: yamllint [2023-04-17T23:28:36.906Z] #52 17.95 Building wheel for yamllint (setup.py): started [2023-04-17T23:28:37.270Z] #33 ... [2023-04-17T23:28:37.270Z] [2023-04-17T23:28:37.270Z] #25 [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 [2023-04-17T23:28:37.270Z] #25 255.4 + return [2023-04-17T23:28:37.270Z] #25 DONE 255.9s [2023-04-17T23:28:37.270Z] [2023-04-17T23:28:37.270Z] #33 [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 [2023-04-17T23:28:37.270Z] #33 ... [2023-04-17T23:28:37.270Z] [2023-04-17T23:28:37.270Z] #53 [dev-systemd-false 11/27] COPY --from=dockercli /build/ /usr/local/cli [2023-04-17T23:28:37.270Z] #53 DONE 0.2s [2023-04-17T23:28:37.270Z] [2023-04-17T23:28:37.270Z] #54 [dev-systemd-false 12/27] COPY --from=frozen-images /build/ /docker-frozen-images [2023-04-17T23:28:37.270Z] #54 DONE 0.3s [2023-04-17T23:28:37.270Z] [2023-04-17T23:28:37.270Z] #33 [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 [2023-04-17T23:28:37.270Z] #33 ... [2023-04-17T23:28:37.270Z] [2023-04-17T23:28:37.270Z] #55 [dev-systemd-false 13/27] COPY --from=swagger /build/ /usr/local/bin/ [2023-04-17T23:28:37.270Z] #55 DONE 0.1s [2023-04-17T23:28:37.270Z] [2023-04-17T23:28:37.270Z] #56 [dev-systemd-false 14/27] COPY --from=tomlv /build/ /usr/local/bin/ [2023-04-17T23:28:37.270Z] #56 DONE 0.1s [2023-04-17T23:28:37.270Z] [2023-04-17T23:28:37.270Z] #57 [dev-systemd-false 15/27] COPY --from=tini /build/ /usr/local/bin/ [2023-04-17T23:28:37.270Z] #57 DONE 0.1s [2023-04-17T23:28:37.270Z] [2023-04-17T23:28:37.271Z] #33 [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 [2023-04-17T23:28:37.271Z] #33 ... [2023-04-17T23:28:37.271Z] [2023-04-17T23:28:37.271Z] #58 [dev-systemd-false 16/27] COPY --from=registry /build/ /usr/local/bin/ [2023-04-17T23:28:37.271Z] #58 DONE 0.6s [2023-04-17T23:28:37.271Z] [2023-04-17T23:28:37.271Z] #40 [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 [2023-04-17T23:28:37.271Z] #40 ... [2023-04-17T23:28:37.271Z] [2023-04-17T23:28:37.271Z] #59 [dev-systemd-false 17/27] COPY --from=criu /build/ /usr/local/ [2023-04-17T23:28:37.271Z] #59 DONE 0.2s [2023-04-17T23:28:37.271Z] [2023-04-17T23:28:37.271Z] #60 [dev-systemd-false 18/27] COPY --from=vndr /build/ /usr/local/bin/ [2023-04-17T23:28:37.271Z] #60 DONE 0.1s [2023-04-17T23:28:37.271Z] [2023-04-17T23:28:37.271Z] #33 [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 [2023-04-17T23:28:37.271Z] #33 ... [2023-04-17T23:28:37.271Z] [2023-04-17T23:28:37.271Z] #61 [dev-systemd-false 19/27] COPY --from=gotestsum /build/ /usr/local/bin/ [2023-04-17T23:28:37.271Z] #61 DONE 0.1s [2023-04-17T23:28:37.271Z] [2023-04-17T23:28:37.271Z] #33 [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 [2023-04-17T23:28:38.674Z] #33 ... [2023-04-17T23:28:38.674Z] [2023-04-17T23:28:38.674Z] #40 [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 [2023-04-17T23:28:38.674Z] #40 157.9 + mkdir -p /build [2023-04-17T23:28:38.674Z] #40 157.9 + cp runc /build/runc [2023-04-17T23:28:38.805Z] #52 19.98 Building wheel for yamllint (setup.py): finished with status 'done' [2023-04-17T23:28:38.805Z] #52 19.99 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=e6125ed147cccf5776323df5516e2a8a60a1ee9c175a34d3adbdbeb4bcf4cf58 [2023-04-17T23:28:38.805Z] #52 19.99 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2023-04-17T23:28:38.805Z] #52 20.01 Successfully built yamllint [2023-04-17T23:28:39.067Z] #52 20.07 Installing collected packages: pyyaml, pathspec, yamllint [2023-04-17T23:28:39.451Z] --- PASS: TestNetworkLoopbackNat (2.98s) [2023-04-17T23:28:39.451Z] === RUN TestPause [2023-04-17T23:28:39.451Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2023-04-17T23:28:39.451Z] --- SKIP: TestPause (0.00s) [2023-04-17T23:28:39.451Z] === RUN TestPauseFailsOnWindowsServerContainers [2023-04-17T23:28:39.451Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2023-04-17T23:28:39.451Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2023-04-17T23:28:39.451Z] === RUN TestPauseStopPausedContainer [2023-04-17T23:28:39.451Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2023-04-17T23:28:39.451Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2023-04-17T23:28:39.451Z] === RUN TestPsFilter [2023-04-17T23:28:39.451Z] --- PASS: TestPsFilter (0.13s) [2023-04-17T23:28:39.451Z] === RUN TestRemoveContainerWithRemovedVolume [2023-04-17T23:28:39.635Z] #52 20.82 Successfully installed pathspec-0.11.1 pyyaml-6.0 yamllint-1.26.1 [2023-04-17T23:28:39.639Z] #40 DONE 159.0s [2023-04-17T23:28:39.639Z] [2023-04-17T23:28:39.639Z] #33 [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 [2023-04-17T23:28:40.011Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.50s) [2023-04-17T23:28:40.011Z] === RUN TestRemoveContainerWithVolume [2023-04-17T23:28:40.573Z] --- PASS: TestRemoveContainerWithVolume (0.55s) [2023-04-17T23:28:40.573Z] === RUN TestRemoveContainerRunning [2023-04-17T23:28:40.581Z] #52 DONE 21.8s [2023-04-17T23:28:40.581Z] [2023-04-17T23:28:40.581Z] #39 [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 [2023-04-17T23:28:40.581Z] #39 234.4 CC criu/protobuf-desc.o [2023-04-17T23:28:40.581Z] #39 237.0 CC criu/protobuf.o [2023-04-17T23:28:40.581Z] #39 237.7 CC criu/pstree.o [2023-04-17T23:28:40.829Z] --- PASS: TestRemoveContainerRunning (0.52s) [2023-04-17T23:28:40.829Z] === RUN TestRemoveContainerForceRemoveRunning [2023-04-17T23:28:41.152Z] #39 ... [2023-04-17T23:28:41.152Z] [2023-04-17T23:28:41.152Z] #53 [dev-systemd-false 11/27] COPY --from=dockercli /build/ /usr/local/cli [2023-04-17T23:28:41.152Z] #53 DONE 0.4s [2023-04-17T23:28:41.152Z] [2023-04-17T23:28:41.152Z] #54 [dev-systemd-false 12/27] COPY --from=frozen-images /build/ /docker-frozen-images [2023-04-17T23:28:41.391Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.50s) [2023-04-17T23:28:41.391Z] === RUN TestRemoveInvalidContainer [2023-04-17T23:28:41.391Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2023-04-17T23:28:41.391Z] === RUN TestRenameLinkedContainer [2023-04-17T23:28:41.410Z] #54 DONE 0.3s [2023-04-17T23:28:41.410Z] [2023-04-17T23:28:41.410Z] #55 [dev-systemd-false 13/27] COPY --from=swagger /build/ /usr/local/bin/ [2023-04-17T23:28:41.410Z] #55 DONE 0.1s [2023-04-17T23:28:41.410Z] [2023-04-17T23:28:41.410Z] #56 [dev-systemd-false 14/27] COPY --from=tomlv /build/ /usr/local/bin/ [2023-04-17T23:28:41.410Z] #56 DONE 0.1s [2023-04-17T23:28:41.410Z] [2023-04-17T23:28:41.410Z] #24 [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 [2023-04-17T23:28:41.668Z] #24 ... [2023-04-17T23:28:41.668Z] [2023-04-17T23:28:41.668Z] #57 [dev-systemd-false 15/27] COPY --from=tini /build/ /usr/local/bin/ [2023-04-17T23:28:41.668Z] #57 DONE 0.1s [2023-04-17T23:28:41.926Z] [2023-04-17T23:28:41.926Z] #30 [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 [2023-04-17T23:28:42.860Z] #30 ... [2023-04-17T23:28:42.860Z] [2023-04-17T23:28:42.860Z] #39 [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 [2023-04-17T23:28:42.860Z] #39 240.0 CC criu/rbtree.o [2023-04-17T23:28:43.278Z] --- PASS: TestRenameLinkedContainer (1.92s) [2023-04-17T23:28:43.278Z] === RUN TestRenameStoppedContainer [2023-04-17T23:28:43.427Z] #39 240.7 CC criu/rst-malloc.o [2023-04-17T23:28:43.838Z] --- PASS: TestRenameStoppedContainer (0.42s) [2023-04-17T23:28:43.838Z] === RUN TestRenameRunningContainerAndReuse [2023-04-17T23:28:43.993Z] #39 241.1 CC criu/seccomp.o [2023-04-17T23:28:44.763Z] --- PASS: TestRenameRunningContainerAndReuse (0.97s) [2023-04-17T23:28:44.764Z] === RUN TestRenameInvalidName [2023-04-17T23:28:45.198Z] #24 ... [2023-04-17T23:28:45.198Z] [2023-04-17T23:28:45.198Z] #39 [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 [2023-04-17T23:28:45.198Z] #39 272.1 CC criu/vdso.o [2023-04-17T23:28:45.198Z] #39 272.9 LINK criu/built-in.o [2023-04-17T23:28:45.198Z] #39 273.1 LINK criu/criu [2023-04-17T23:28:45.198Z] #39 273.8 DEP lib/c/criu.d [2023-04-17T23:28:45.198Z] #39 274.0 CC images/rpc.pb-c.o [2023-04-17T23:28:45.198Z] #39 274.8 CC lib/c/criu.o [2023-04-17T23:28:45.198Z] #39 276.7 LINK lib/c/built-in.o [2023-04-17T23:28:45.198Z] #39 276.8 LINK lib/c/libcriu.so [2023-04-17T23:28:45.198Z] #39 276.8 LINK lib/c/libcriu.a [2023-04-17T23:28:45.198Z] #39 277.0 GEN magic.py [2023-04-17T23:28:45.198Z] #39 277.2 Note: Building without setproctitle() and strlcpy() support. [2023-04-17T23:28:45.198Z] #39 277.2 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2023-04-17T23:28:45.198Z] #39 277.2 Note: Building without GnuTLS support [2023-04-17T23:28:45.198Z] #39 277.2 Makefile.config:39: Warn: you have no libnftables installed [2023-04-17T23:28:45.198Z] #39 277.2 Makefile.config:40: Warn: Building without nftables support [2023-04-17T23:28:45.198Z] #39 278.7 fatal: not a git repository (or any of the parent directories): .git [2023-04-17T23:28:45.198Z] #39 280.0 make[1]: Nothing to be done for 'all'. [2023-04-17T23:28:45.198Z] #39 281.2 make[1]: 'images/built-in.o' is up to date. [2023-04-17T23:28:45.198Z] #39 281.2 make[1]: 'compel/plugins/std.lib.a' is up to date. [2023-04-17T23:28:45.198Z] #39 281.2 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2023-04-17T23:28:45.198Z] #39 281.3 make[1]: 'compel/libcompel.a' is up to date. [2023-04-17T23:28:45.198Z] #39 281.4 make[1]: 'compel/compel-host-bin' is up to date. [2023-04-17T23:28:45.198Z] #39 281.4 make[1]: Nothing to be done for 'all'. [2023-04-17T23:28:45.198Z] #39 281.5 make[1]: 'soccr/libsoccr.a' is up to date. [2023-04-17T23:28:45.198Z] #39 281.8 make[2]: Nothing to be done for 'all'. [2023-04-17T23:28:45.198Z] #39 281.9 make[2]: Nothing to be done for 'all'. [2023-04-17T23:28:45.198Z] #39 282.0 make[2]: Nothing to be done for 'all'. [2023-04-17T23:28:45.198Z] #39 282.3 make[2]: Nothing to be done for 'all'. [2023-04-17T23:28:45.324Z] --- PASS: TestRenameInvalidName (0.47s) [2023-04-17T23:28:45.324Z] === RUN TestRenameAnonymousContainer [2023-04-17T23:28:45.367Z] #39 242.5 CC criu/seize.o [2023-04-17T23:28:45.459Z] #39 282.5 make[2]: Nothing to be done for 'all'. [2023-04-17T23:28:45.459Z] #39 282.6 make[2]: Nothing to be done for 'all'. [2023-04-17T23:28:45.720Z] #39 282.7 make[2]: Nothing to be done for 'all'. [2023-04-17T23:28:45.981Z] #39 282.9 make[2]: Nothing to be done for 'all'. [2023-04-17T23:28:45.981Z] #39 283.0 INSTALL criu/criu [2023-04-17T23:28:46.233Z] #33 268.8 + /build/golangci-lint --version [2023-04-17T23:28:46.233Z] #33 268.9 golangci-lint has version v1.49.0 built from (unknown, mod sum: "h1:I8WHOavragDttlLHtSraHn/h39C+R60bEQ5NoGcHQr8=") on (unknown) [2023-04-17T23:28:46.233Z] #33 DONE 269.2s [2023-04-17T23:28:46.233Z] [2023-04-17T23:28:46.233Z] #37 [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 [2023-04-17T23:28:46.804Z] #37 ... [2023-04-17T23:28:46.804Z] [2023-04-17T23:28:46.804Z] #62 [dev-systemd-false 20/27] COPY --from=golangci_lint /build/ /usr/local/bin/ [2023-04-17T23:28:47.211Z] --- PASS: TestRenameAnonymousContainer (1.82s) [2023-04-17T23:28:47.211Z] === RUN TestRenameContainerWithSameName [2023-04-17T23:28:47.273Z] #39 244.2 CC criu/servicefd.o [2023-04-17T23:28:47.467Z] --- PASS: TestRenameContainerWithSameName (0.43s) [2023-04-17T23:28:47.467Z] === RUN TestRenameContainerWithLinkedContainer [2023-04-17T23:28:47.746Z] #62 DONE 0.9s [2023-04-17T23:28:47.746Z] [2023-04-17T23:28:47.746Z] #37 [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 [2023-04-17T23:28:47.746Z] #37 236.6 + bin/containerd [2023-04-17T23:28:47.746Z] #37 ... [2023-04-17T23:28:47.746Z] [2023-04-17T23:28:47.746Z] #63 [dev-systemd-false 21/27] COPY --from=shfmt /build/ /usr/local/bin/ [2023-04-17T23:28:47.746Z] #63 DONE 0.1s [2023-04-17T23:28:47.839Z] #39 245.0 include/common/asm/bitops.h: Assembler messages: [2023-04-17T23:28:47.839Z] #39 245.0 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-04-17T23:28:47.839Z] #39 245.1 CC criu/shmem.o [2023-04-17T23:28:47.851Z] a2008f031039: Pull complete [2023-04-17T23:28:47.851Z] Digest: sha256:b65dbde86b756beb973029c88e545457aa469a7e082c2d99bf984ba17d0a898c [2023-04-17T23:28:47.851Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2023-04-17T23:28:47.851Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2023-04-17T23:28:47.851Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2023-04-17T23:28:47.851Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2023-04-17T23:28:47.851Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.4252' [2023-04-17T23:28:47.851Z] INFO: Docker version of control daemon [2023-04-17T23:28:47.851Z] [2023-04-17T23:28:47.851Z] Client: [2023-04-17T23:28:47.851Z] Version: 20.10.9 [2023-04-17T23:28:47.851Z] API version: 1.41 [2023-04-17T23:28:47.851Z] Go version: go1.16.8 [2023-04-17T23:28:47.851Z] Git commit: c2ea9bc [2023-04-17T23:28:47.851Z] Built: Mon Oct 4 16:11:10 2021 [2023-04-17T23:28:47.851Z] OS/Arch: windows/amd64 [2023-04-17T23:28:47.851Z] Context: default [2023-04-17T23:28:47.851Z] Experimental: true [2023-04-17T23:28:47.851Z] [2023-04-17T23:28:47.851Z] Server: Docker Engine - Community [2023-04-17T23:28:47.851Z] Engine: [2023-04-17T23:28:47.851Z] Version: 20.10.9 [2023-04-17T23:28:47.851Z] API version: 1.41 (minimum version 1.24) [2023-04-17T23:28:47.851Z] Go version: go1.16.8 [2023-04-17T23:28:47.851Z] Git commit: 79ea9d3 [2023-04-17T23:28:47.851Z] Built: Mon Oct 4 16:06:39 2021 [2023-04-17T23:28:47.851Z] OS/Arch: windows/amd64 [2023-04-17T23:28:47.851Z] Experimental: true [2023-04-17T23:28:47.851Z] [2023-04-17T23:28:47.851Z] INFO: Docker info of control daemon [2023-04-17T23:28:47.851Z] [2023-04-17T23:28:47.851Z] Client: [2023-04-17T23:28:47.851Z] Context: default [2023-04-17T23:28:47.851Z] Debug Mode: false [2023-04-17T23:28:47.851Z] Plugins: [2023-04-17T23:28:47.851Z] app: Docker Application (Docker Inc., v0.8.0) [2023-04-17T23:28:47.851Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2023-04-17T23:28:47.851Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2023-04-17T23:28:47.851Z] [2023-04-17T23:28:47.851Z] Server: [2023-04-17T23:28:47.851Z] Containers: 0 [2023-04-17T23:28:47.851Z] Running: 0 [2023-04-17T23:28:47.851Z] Paused: 0 [2023-04-17T23:28:47.851Z] Stopped: 0 [2023-04-17T23:28:47.851Z] Images: 1 [2023-04-17T23:28:47.851Z] Server Version: 20.10.9 [2023-04-17T23:28:47.851Z] Storage Driver: windowsfilter (windows) lcow (linux) [2023-04-17T23:28:47.851Z] Windows: [2023-04-17T23:28:47.851Z] LCOW: [2023-04-17T23:28:47.851Z] Logging Driver: json-file [2023-04-17T23:28:47.851Z] Plugins: [2023-04-17T23:28:47.851Z] Volume: local [2023-04-17T23:28:47.851Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2023-04-17T23:28:47.851Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2023-04-17T23:28:47.851Z] Swarm: inactive [2023-04-17T23:28:47.851Z] Default Isolation: process [2023-04-17T23:28:47.851Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2023-04-17T23:28:47.851Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2023-04-17T23:28:47.851Z] OSType: windows [2023-04-17T23:28:47.851Z] Architecture: x86_64 [2023-04-17T23:28:47.851Z] CPUs: 4 [2023-04-17T23:28:47.851Z] Total Memory: 32GiB [2023-04-17T23:28:47.851Z] Name: azwin-2-d9e720 [2023-04-17T23:28:47.851Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2023-04-17T23:28:47.851Z] Docker Root Dir: D:\docker [2023-04-17T23:28:47.851Z] Debug Mode: false [2023-04-17T23:28:47.851Z] Registry: https://index.docker.io/v1/ [2023-04-17T23:28:47.851Z] Labels: [2023-04-17T23:28:47.851Z] Experimental: true [2023-04-17T23:28:47.851Z] Insecure Registries: [2023-04-17T23:28:47.851Z] 10.0.0.4:5000 [2023-04-17T23:28:47.851Z] 127.0.0.0/8 [2023-04-17T23:28:47.851Z] Registry Mirrors: [2023-04-17T23:28:47.851Z] http://10.0.0.4:5000/ [2023-04-17T23:28:47.851Z] Live Restore Enabled: false [2023-04-17T23:28:47.851Z] Product License: Community Engine [2023-04-17T23:28:47.851Z] [2023-04-17T23:28:47.851Z] [2023-04-17T23:28:47.851Z] INFO: Commit hash is ad45ece6fe [2023-04-17T23:28:47.851Z] INFO: Nuke-Everything... [2023-04-17T23:28:47.851Z] INFO: Container count on control daemon to delete is 0 [2023-04-17T23:28:47.851Z] INFO: Nuking d:\CI [2023-04-17T23:28:47.851Z] INFO: Zapped successfully [2023-04-17T23:28:47.851Z] INFO: Location for testing is d:\CI\PR-45349\4 [2023-04-17T23:28:47.851Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2023-04-17T23:28:47.851Z] [2023-04-17T23:28:47.851Z] [2023-04-17T23:28:47.851Z] INFO: Building the image from Dockerfile.windows at 04/17/2023 23:28:46... [2023-04-17T23:28:47.851Z] [2023-04-17T23:28:47.897Z] #39 DONE 285.1s [2023-04-17T23:28:47.897Z] [2023-04-17T23:28:47.897Z] #31 [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 [2023-04-17T23:28:48.006Z] [2023-04-17T23:28:48.006Z] #64 [dev-systemd-false 22/27] COPY --from=runc /build/ /usr/local/bin/ [2023-04-17T23:28:48.265Z] #64 DONE 0.3s [2023-04-17T23:28:48.265Z] [2023-04-17T23:28:48.265Z] #37 [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 [2023-04-17T23:28:48.393Z] --- PASS: TestRenameContainerWithLinkedContainer (0.85s) [2023-04-17T23:28:48.393Z] === RUN TestResize [2023-04-17T23:28:48.954Z] --- PASS: TestResize (0.47s) [2023-04-17T23:28:48.954Z] === RUN TestResizeWithInvalidSize [2023-04-17T23:28:49.209Z] --- PASS: TestResizeWithInvalidSize (0.42s) [2023-04-17T23:28:49.209Z] === RUN TestResizeWhenContainerNotStarted [2023-04-17T23:28:49.743Z] #39 246.7 CC criu/sigframe.o [2023-04-17T23:28:49.769Z] --- PASS: TestResizeWhenContainerNotStarted (0.39s) [2023-04-17T23:28:49.769Z] === RUN TestDaemonRestartKillContainers [2023-04-17T23:28:49.769Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2023-04-17T23:28:49.769Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2023-04-17T23:28:49.769Z] === RUN TestCgroupNamespacesRun [2023-04-17T23:28:50.000Z] #39 247.0 CC criu/signalfd.o [2023-04-17T23:28:50.567Z] #39 247.6 CC criu/sk-inet.o [2023-04-17T23:28:50.804Z] Sending build context to Docker daemon 58.53MB [2023-04-17T23:28:50.804Z] [2023-04-17T23:28:50.804Z] Step 1/10 : FROM microsoft/windowsservercore [2023-04-17T23:28:50.804Z] ---> 997b460651ea [2023-04-17T23:28:50.804Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2023-04-17T23:28:50.804Z] ---> Running in e7b7c4992d23 [2023-04-17T23:28:51.272Z] Removing intermediate container e7b7c4992d23 [2023-04-17T23:28:51.272Z] ---> 20e53e8a0ad5 [2023-04-17T23:28:51.272Z] Step 3/10 : ARG GO_VERSION=1.19.8 [2023-04-17T23:28:51.272Z] ---> Running in f1e581c8175d [2023-04-17T23:28:51.607Z] #37 ... [2023-04-17T23:28:51.607Z] [2023-04-17T23:28:51.607Z] #26 [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 [2023-04-17T23:28:51.607Z] #26 DONE 263.7s [2023-04-17T23:28:51.607Z] [2023-04-17T23:28:51.607Z] #40 [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 [2023-04-17T23:28:51.655Z] --- PASS: TestCgroupNamespacesRun (2.10s) [2023-04-17T23:28:51.655Z] === RUN TestCgroupNamespacesRunPrivileged [2023-04-17T23:28:51.739Z] Removing intermediate container f1e581c8175d [2023-04-17T23:28:51.739Z] ---> 60ea952457dc [2023-04-17T23:28:51.739Z] Step 4/10 : ARG GOTESTSUM_VERSION=v1.8.2 [2023-04-17T23:28:51.739Z] ---> Running in 6e3d0057ad95 [2023-04-17T23:28:51.866Z] #40 ... [2023-04-17T23:28:51.866Z] [2023-04-17T23:28:51.866Z] #58 [dev-systemd-false 16/27] COPY --from=registry /build/ /usr/local/bin/ [2023-04-17T23:28:51.866Z] #58 DONE 0.2s [2023-04-17T23:28:51.866Z] [2023-04-17T23:28:51.866Z] #59 [dev-systemd-false 17/27] COPY --from=criu /build/ /usr/local/ [2023-04-17T23:28:52.124Z] #59 DONE 0.1s [2023-04-17T23:28:52.124Z] [2023-04-17T23:28:52.124Z] #60 [dev-systemd-false 18/27] COPY --from=vndr /build/ /usr/local/bin/ [2023-04-17T23:28:52.124Z] #60 DONE 0.1s [2023-04-17T23:28:52.124Z] [2023-04-17T23:28:52.124Z] #32 [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 [2023-04-17T23:28:52.124Z] #32 ... [2023-04-17T23:28:52.124Z] [2023-04-17T23:28:52.124Z] #61 [dev-systemd-false 19/27] COPY --from=gotestsum /build/ /usr/local/bin/ [2023-04-17T23:28:52.124Z] #61 DONE 0.1s [2023-04-17T23:28:52.207Z] Removing intermediate container 6e3d0057ad95 [2023-04-17T23:28:52.207Z] ---> 784dfeca5f95 [2023-04-17T23:28:52.207Z] Step 5/10 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_VERSION=${GOTESTSUM_VERSION} [2023-04-17T23:28:52.207Z] ---> Running in 00d254edb328 [2023-04-17T23:28:52.207Z] Removing intermediate container 00d254edb328 [2023-04-17T23:28:52.207Z] ---> 2ffc5f5c6411 [2023-04-17T23:28:52.207Z] 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; [2023-04-17T23:28:52.207Z] ---> Running in 62f7a4734bab [2023-04-17T23:28:52.383Z] [2023-04-17T23:28:52.383Z] #32 [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 [2023-04-17T23:28:52.469Z] #39 249.8 CC criu/sk-netlink.o [2023-04-17T23:28:53.410Z] #39 250.5 CC criu/sk-packet.o [2023-04-17T23:28:54.166Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.10s) [2023-04-17T23:28:54.166Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2023-04-17T23:28:54.346Z] #39 251.6 CC criu/sk-queue.o [2023-04-17T23:28:55.723Z] #39 252.6 CC criu/sk-tcp.o [2023-04-17T23:28:56.052Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.17s) [2023-04-17T23:28:56.052Z] === RUN TestCgroupNamespacesRunHostMode [2023-04-17T23:28:56.291Z] #39 253.6 CC criu/sk-unix.o [2023-04-17T23:28:58.563Z] --- PASS: TestCgroupNamespacesRunHostMode (2.16s) [2023-04-17T23:28:58.563Z] === RUN TestCgroupNamespacesRunPrivateMode [2023-04-17T23:28:59.587Z] #39 256.5 CC criu/sockets.o [2023-04-17T23:29:00.467Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.17s) [2023-04-17T23:29:00.467Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2023-04-17T23:29:01.496Z] #39 258.5 CC criu/stats.o [2023-04-17T23:29:01.756Z] #39 259.1 CC criu/string.o [2023-04-17T23:29:02.324Z] #39 259.3 CC criu/sysctl.o [2023-04-17T23:29:02.389Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.16s) [2023-04-17T23:29:02.389Z] === RUN TestCgroupNamespacesRunInvalidMode [2023-04-17T23:29:03.261Z] #39 260.4 CC criu/sysfs_parse.o [2023-04-17T23:29:04.197Z] #39 261.2 CC criu/timens.o [2023-04-17T23:29:04.287Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.68s) [2023-04-17T23:29:04.287Z] === RUN TestCgroupNamespacesRunOlderClient [2023-04-17T23:29:04.765Z] #39 262.0 CC criu/timerfd.o [2023-04-17T23:29:05.702Z] #39 262.9 CC criu/tty.o [2023-04-17T23:29:06.204Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.14s) [2023-04-17T23:29:06.204Z] === RUN TestNISDomainname [2023-04-17T23:29:06.204Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2023-04-17T23:29:06.204Z] --- SKIP: TestNISDomainname (0.00s) [2023-04-17T23:29:06.204Z] === RUN TestHostnameDnsResolution [2023-04-17T23:29:07.139Z] --- PASS: TestHostnameDnsResolution (0.74s) [2023-04-17T23:29:07.139Z] === RUN TestUnprivilegedPortsAndPing [2023-04-17T23:29:07.139Z] run_linux_test.go:105: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2023-04-17T23:29:07.139Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2023-04-17T23:29:07.139Z] === RUN TestStats [2023-04-17T23:29:07.139Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2023-04-17T23:29:07.139Z] --- SKIP: TestStats (0.00s) [2023-04-17T23:29:07.139Z] === RUN TestStopContainerWithTimeout [2023-04-17T23:29:07.139Z] === RUN TestStopContainerWithTimeout/0 [2023-04-17T23:29:07.139Z] === PAUSE TestStopContainerWithTimeout/0 [2023-04-17T23:29:07.139Z] === RUN TestStopContainerWithTimeout/1 [2023-04-17T23:29:07.139Z] === PAUSE TestStopContainerWithTimeout/1 [2023-04-17T23:29:07.139Z] === RUN TestStopContainerWithTimeout/3 [2023-04-17T23:29:07.139Z] === PAUSE TestStopContainerWithTimeout/3 [2023-04-17T23:29:07.139Z] === RUN TestStopContainerWithTimeout/-1 [2023-04-17T23:29:07.139Z] === PAUSE TestStopContainerWithTimeout/-1 [2023-04-17T23:29:07.139Z] === CONT TestStopContainerWithTimeout/0 [2023-04-17T23:29:07.139Z] === CONT TestStopContainerWithTimeout/3 [2023-04-17T23:29:07.139Z] === CONT TestStopContainerWithTimeout/1 [2023-04-17T23:29:07.139Z] === CONT TestStopContainerWithTimeout/-1 [2023-04-17T23:29:07.151Z] [2023-04-17T23:29:07.151Z] SUCCESS: Specified value was saved. [2023-04-17T23:29:09.735Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2023-04-17T23:29:09.735Z] --- PASS: TestStopContainerWithTimeout/0 (0.90s) [2023-04-17T23:29:09.735Z] --- PASS: TestStopContainerWithTimeout/1 (1.69s) [2023-04-17T23:29:09.735Z] --- PASS: TestStopContainerWithTimeout/-1 (2.50s) [2023-04-17T23:29:09.735Z] --- PASS: TestStopContainerWithTimeout/3 (2.84s) [2023-04-17T23:29:09.735Z] === RUN TestDeleteDevicemapper [2023-04-17T23:29:09.735Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2023-04-17T23:29:09.735Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2023-04-17T23:29:09.735Z] === RUN TestStopContainerWithRestartPolicyAlways [2023-04-17T23:29:09.867Z] #31 ... [2023-04-17T23:29:09.867Z] [2023-04-17T23:29:09.867Z] #24 [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 [2023-04-17T23:29:09.867Z] #24 DONE 398.4s [2023-04-17T23:29:09.867Z] [2023-04-17T23:29:09.867Z] #31 [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 [2023-04-17T23:29:09.892Z] #39 266.5 CC criu/tun.o [2023-04-17T23:29:10.459Z] #39 267.5 CC criu/uffd.o [2023-04-17T23:29:11.253Z] #31 ... [2023-04-17T23:29:11.253Z] [2023-04-17T23:29:11.253Z] #58 [dev-systemd-false 16/27] COPY --from=registry /build/ /usr/local/bin/ [2023-04-17T23:29:11.619Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.85s) [2023-04-17T23:29:11.619Z] === RUN TestUpdateMemory [2023-04-17T23:29:11.619Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2023-04-17T23:29:11.619Z] --- SKIP: TestUpdateMemory (0.00s) [2023-04-17T23:29:11.619Z] === RUN TestUpdateCPUQuota [2023-04-17T23:29:11.619Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2023-04-17T23:29:11.619Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2023-04-17T23:29:11.619Z] === RUN TestUpdatePidsLimit [2023-04-17T23:29:11.619Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2023-04-17T23:29:11.619Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2023-04-17T23:29:11.619Z] === RUN TestUpdateRestartPolicy [2023-04-17T23:29:12.196Z] #58 DONE 0.7s [2023-04-17T23:29:12.196Z] [2023-04-17T23:29:12.196Z] #59 [dev-systemd-false 17/27] COPY --from=criu /build/ /usr/local/ [2023-04-17T23:29:12.196Z] #59 DONE 0.3s [2023-04-17T23:29:12.196Z] [2023-04-17T23:29:12.196Z] #42 [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 [2023-04-17T23:29:12.196Z] #42 ... [2023-04-17T23:29:12.196Z] [2023-04-17T23:29:12.196Z] #60 [dev-systemd-false 18/27] COPY --from=vndr /build/ /usr/local/bin/ [2023-04-17T23:29:12.458Z] #60 DONE 0.2s [2023-04-17T23:29:12.458Z] [2023-04-17T23:29:12.458Z] #61 [dev-systemd-false 19/27] COPY --from=gotestsum /build/ /usr/local/bin/ [2023-04-17T23:29:12.719Z] #61 DONE 0.1s [2023-04-17T23:29:12.719Z] [2023-04-17T23:29:12.719Z] #42 [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 [2023-04-17T23:29:12.991Z] #39 270.0 CC criu/util.o [2023-04-17T23:29:13.158Z] INFO: Downloading git... [2023-04-17T23:29:14.851Z] INFO: Downloading go... [2023-04-17T23:29:14.896Z] #39 ... [2023-04-17T23:29:14.896Z] [2023-04-17T23:29:14.896Z] #24 [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 [2023-04-17T23:29:14.896Z] #24 361.3 + dpkg --print-architecture [2023-04-17T23:29:14.896Z] #24 361.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2023-04-17T23:29:15.463Z] #24 361.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2023-04-17T23:29:15.463Z] #24 361.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2023-04-17T23:29:17.066Z] INFO: Downloading compiler 1 of 3... [2023-04-17T23:29:17.540Z] INFO: Downloading compiler 2 of 3... [2023-04-17T23:29:18.531Z] INFO: Downloading compiler 3 of 3... [2023-04-17T23:29:19.020Z] INFO: Extracting git... [2023-04-17T23:29:23.580Z] #24 ... [2023-04-17T23:29:23.581Z] [2023-04-17T23:29:23.581Z] #39 [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 [2023-04-17T23:29:23.581Z] #39 272.6 CC criu/uts_ns.o [2023-04-17T23:29:23.581Z] #39 273.1 CC criu/vdso-compat.o [2023-04-17T23:29:23.581Z] #39 273.6 CC criu/vdso.o [2023-04-17T23:29:23.581Z] #39 274.7 LINK criu/built-in.o [2023-04-17T23:29:23.581Z] #39 275.1 LINK criu/criu [2023-04-17T23:29:23.581Z] #39 275.8 DEP lib/c/criu.d [2023-04-17T23:29:23.581Z] #39 275.9 CC images/rpc.pb-c.o [2023-04-17T23:29:23.581Z] #39 276.8 CC lib/c/criu.o [2023-04-17T23:29:23.581Z] #39 278.7 LINK lib/c/built-in.o [2023-04-17T23:29:23.581Z] #39 278.7 LINK lib/c/libcriu.so [2023-04-17T23:29:23.581Z] #39 279.0 LINK lib/c/libcriu.a [2023-04-17T23:29:23.581Z] #39 279.3 GEN magic.py [2023-04-17T23:29:23.581Z] #39 279.8 Note: Building without setproctitle() and strlcpy() support. [2023-04-17T23:29:23.581Z] #39 279.8 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2023-04-17T23:29:23.581Z] #39 279.8 Note: Building without GnuTLS support [2023-04-17T23:29:23.581Z] #39 279.9 Makefile.config:39: Warn: you have no libnftables installed [2023-04-17T23:29:23.581Z] #39 279.9 Makefile.config:40: Warn: Building without nftables support [2023-04-17T23:29:23.776Z] --- PASS: TestUpdateRestartPolicy (10.87s) [2023-04-17T23:29:23.776Z] === RUN TestUpdateRestartWithAutoRemove [2023-04-17T23:29:23.776Z] --- PASS: TestUpdateRestartWithAutoRemove (0.44s) [2023-04-17T23:29:23.776Z] === RUN TestWaitNonBlocked [2023-04-17T23:29:23.776Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-04-17T23:29:23.776Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-04-17T23:29:23.776Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2023-04-17T23:29:23.776Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2023-04-17T23:29:23.776Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-04-17T23:29:23.776Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2023-04-17T23:29:23.776Z] --- PASS: TestWaitNonBlocked (0.01s) [2023-04-17T23:29:23.776Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.69s) [2023-04-17T23:29:23.776Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.72s) [2023-04-17T23:29:23.776Z] === RUN TestWaitBlocked [2023-04-17T23:29:23.776Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2023-04-17T23:29:23.776Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2023-04-17T23:29:23.776Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2023-04-17T23:29:23.776Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2023-04-17T23:29:23.776Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2023-04-17T23:29:23.776Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2023-04-17T23:29:24.148Z] #39 281.4 fatal: not a git repository (or any of the parent directories): .git [2023-04-17T23:29:24.700Z] --- PASS: TestWaitBlocked (0.01s) [2023-04-17T23:29:24.700Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.69s) [2023-04-17T23:29:24.700Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.75s) [2023-04-17T23:29:24.700Z] === CONT TestDaemonRestartIpcMode [2023-04-17T23:29:24.700Z] === CONT TestIpcModeOlderClient [2023-04-17T23:29:24.700Z] === CONT TestRestartDaemonWithRestartingContainer [2023-04-17T23:29:24.700Z] --- PASS: TestIpcModeOlderClient (0.05s) [2023-04-17T23:29:25.524Z] #39 282.9 make[1]: Nothing to be done for 'all'. [2023-04-17T23:29:28.056Z] #39 285.2 make[1]: 'images/built-in.o' is up to date. [2023-04-17T23:29:28.056Z] #39 285.4 make[1]: 'compel/plugins/std.lib.a' is up to date. [2023-04-17T23:29:28.314Z] #39 285.5 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2023-04-17T23:29:28.314Z] #39 285.7 make[1]: 'compel/libcompel.a' is up to date. [2023-04-17T23:29:28.572Z] #39 285.7 make[1]: 'compel/compel-host-bin' is up to date. [2023-04-17T23:29:28.573Z] #39 285.7 make[1]: Nothing to be done for 'all'. [2023-04-17T23:29:28.573Z] #39 285.8 make[1]: 'soccr/libsoccr.a' is up to date. [2023-04-17T23:29:28.862Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.06s) [2023-04-17T23:29:28.862Z] --- PASS: TestDaemonRestartIpcMode (4.45s) [2023-04-17T23:29:28.862Z] PASS [2023-04-17T23:29:28.862Z] [2023-04-17T23:29:28.862Z] === Skipped [2023-04-17T23:29:28.862Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2023-04-17T23:29:28.862Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2023-04-17T23:29:28.862Z] [2023-04-17T23:29:28.862Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2023-04-17T23:29:28.862Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2023-04-17T23:29:28.862Z] [2023-04-17T23:29:28.862Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2023-04-17T23:29:28.862Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-04-17T23:29:28.862Z] [2023-04-17T23:29:28.862Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2023-04-17T23:29:28.862Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2023-04-17T23:29:28.862Z] [2023-04-17T23:29:28.862Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2023-04-17T23:29:28.862Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2023-04-17T23:29:28.862Z] [2023-04-17T23:29:28.862Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2023-04-17T23:29:28.862Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2023-04-17T23:29:28.862Z] [2023-04-17T23:29:28.862Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2023-04-17T23:29:28.862Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2023-04-17T23:29:28.862Z] [2023-04-17T23:29:28.862Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2023-04-17T23:29:28.862Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2023-04-17T23:29:28.862Z] [2023-04-17T23:29:28.862Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2023-04-17T23:29:28.862Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2023-04-17T23:29:28.862Z] [2023-04-17T23:29:28.862Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2023-04-17T23:29:28.862Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2023-04-17T23:29:28.862Z] [2023-04-17T23:29:28.862Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2023-04-17T23:29:28.862Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2023-04-17T23:29:28.862Z] [2023-04-17T23:29:28.862Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2023-04-17T23:29:28.862Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2023-04-17T23:29:28.862Z] [2023-04-17T23:29:28.862Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2023-04-17T23:29:28.862Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2023-04-17T23:29:28.862Z] [2023-04-17T23:29:28.862Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2023-04-17T23:29:28.862Z] 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) [2023-04-17T23:29:28.862Z] [2023-04-17T23:29:28.862Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2023-04-17T23:29:28.862Z] 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) [2023-04-17T23:29:28.862Z] [2023-04-17T23:29:28.862Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2023-04-17T23:29:28.862Z] 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) [2023-04-17T23:29:28.862Z] [2023-04-17T23:29:28.862Z] === SKIP: amd64.integration.container TestPause (0.00s) [2023-04-17T23:29:28.862Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2023-04-17T23:29:28.862Z] [2023-04-17T23:29:28.862Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2023-04-17T23:29:28.862Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2023-04-17T23:29:28.862Z] [2023-04-17T23:29:28.862Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.00s) [2023-04-17T23:29:28.862Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2023-04-17T23:29:28.862Z] [2023-04-17T23:29:28.862Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2023-04-17T23:29:28.862Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2023-04-17T23:29:28.862Z] [2023-04-17T23:29:28.862Z] === SKIP: amd64.integration.container TestNISDomainname (0.00s) [2023-04-17T23:29:28.862Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2023-04-17T23:29:28.862Z] [2023-04-17T23:29:28.862Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2023-04-17T23:29:28.862Z] run_linux_test.go:105: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2023-04-17T23:29:28.862Z] [2023-04-17T23:29:28.862Z] === SKIP: amd64.integration.container TestStats (0.00s) [2023-04-17T23:29:28.862Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2023-04-17T23:29:28.862Z] [2023-04-17T23:29:28.862Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2023-04-17T23:29:28.862Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2023-04-17T23:29:28.862Z] [2023-04-17T23:29:28.862Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2023-04-17T23:29:28.862Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2023-04-17T23:29:28.862Z] [2023-04-17T23:29:28.862Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2023-04-17T23:29:28.863Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2023-04-17T23:29:28.863Z] [2023-04-17T23:29:28.863Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2023-04-17T23:29:28.863Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2023-04-17T23:29:28.863Z] [2023-04-17T23:29:28.863Z] DONE 178 tests, 27 skipped in 90.101s [2023-04-17T23:29:29.117Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2023-04-17T23:29:29.118Z] INFO: Testing against a local daemon [2023-04-17T23:29:29.118Z] === RUN TestLiveRestore [2023-04-17T23:29:29.118Z] === RUN TestLiveRestore/volume_references [2023-04-17T23:29:29.118Z] === PAUSE TestLiveRestore/volume_references [2023-04-17T23:29:29.118Z] === CONT TestLiveRestore/volume_references [2023-04-17T23:29:29.139Z] #39 286.3 make[2]: Nothing to be done for 'all'. [2023-04-17T23:29:29.139Z] #39 286.4 make[2]: Nothing to be done for 'all'. [2023-04-17T23:29:29.397Z] #39 286.5 make[2]: Nothing to be done for 'all'. [2023-04-17T23:29:29.655Z] #39 286.7 make[2]: Nothing to be done for 'all'. [2023-04-17T23:29:29.655Z] #39 286.8 make[2]: Nothing to be done for 'all'. [2023-04-17T23:29:29.655Z] #39 286.9 make[2]: Nothing to be done for 'all'. [2023-04-17T23:29:29.655Z] #39 286.9 make[2]: Nothing to be done for 'all'. [2023-04-17T23:29:29.677Z] === RUN TestLiveRestore/volume_references/restartPolicy [2023-04-17T23:29:29.677Z] === RUN TestLiveRestore/volume_references/restartPolicy/always [2023-04-17T23:29:29.947Z] #39 287.1 make[2]: Nothing to be done for 'all'. [2023-04-17T23:29:29.947Z] #39 287.1 INSTALL criu/criu [2023-04-17T23:29:30.514Z] #39 DONE 287.7s [2023-04-17T23:29:30.514Z] [2023-04-17T23:29:30.514Z] #30 [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 [2023-04-17T23:29:31.507Z] INFO: Expanding go... [2023-04-17T23:29:32.189Z] === RUN TestLiveRestore/volume_references/restartPolicy/unless-stopped [2023-04-17T23:29:34.073Z] === RUN TestLiveRestore/volume_references/restartPolicy/on-failure [2023-04-17T23:29:34.982Z] #37 277.2 # github.com/containerd/containerd/cmd/containerd [2023-04-17T23:29:34.982Z] #37 277.2 /usr/bin/ld: /tmp/go-link-1608025048/000019.o: in function `New': [2023-04-17T23:29:34.982Z] #37 277.2 /tmp/tmp.0tsx6elOmb/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2023-04-17T23:29:34.982Z] #37 277.3 + bin/containerd-stress [2023-04-17T23:29:34.982Z] #37 278.4 + bin/containerd-shim [2023-04-17T23:29:36.584Z] === RUN TestLiveRestore/volume_references/restartPolicy/no [2023-04-17T23:29:38.281Z] #37 287.4 + bin/containerd-shim-runc-v1 [2023-04-17T23:29:39.056Z] #32 ... [2023-04-17T23:29:39.056Z] [2023-04-17T23:29:39.056Z] #40 [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 [2023-04-17T23:29:39.056Z] #40 179.1 + mkdir -p /build [2023-04-17T23:29:39.056Z] #40 179.1 + cp runc /build/runc [2023-04-17T23:29:39.056Z] #40 DONE 179.4s [2023-04-17T23:29:39.056Z] [2023-04-17T23:29:39.056Z] #37 [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 [2023-04-17T23:29:39.095Z] --- PASS: TestLiveRestore (0.00s) [2023-04-17T23:29:39.095Z] --- PASS: TestLiveRestore/volume_references (9.91s) [2023-04-17T23:29:39.095Z] --- PASS: TestLiveRestore/volume_references/restartPolicy (8.24s) [2023-04-17T23:29:39.095Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/always (2.30s) [2023-04-17T23:29:39.095Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (2.06s) [2023-04-17T23:29:39.095Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (2.07s) [2023-04-17T23:29:39.095Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/no (1.80s) [2023-04-17T23:29:39.095Z] PASS [2023-04-17T23:29:39.095Z] [2023-04-17T23:29:39.095Z] DONE 7 tests in 9.938s [2023-04-17T23:29:39.095Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2023-04-17T23:29:39.095Z] INFO: Testing against a local daemon [2023-04-17T23:29:39.095Z] === RUN TestCommitInheritsEnv [2023-04-17T23:29:40.457Z] --- PASS: TestCommitInheritsEnv (1.18s) [2023-04-17T23:29:40.457Z] === RUN TestImportExtremelyLargeImageWorks [2023-04-17T23:29:40.457Z] === PAUSE TestImportExtremelyLargeImageWorks [2023-04-17T23:29:40.457Z] === RUN TestImagesFilterMultiReference [2023-04-17T23:29:40.457Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2023-04-17T23:29:40.457Z] === RUN TestImagePullPlatformInvalid [2023-04-17T23:29:40.457Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2023-04-17T23:29:40.457Z] === RUN TestImagePullStoredfDigestForOtherRepo [2023-04-17T23:29:40.457Z] pull_test.go:122: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2023-04-17T23:29:40.457Z] --- SKIP: TestImagePullStoredfDigestForOtherRepo (0.00s) [2023-04-17T23:29:40.457Z] === RUN TestRemoveImageOrphaning [2023-04-17T23:29:42.343Z] --- PASS: TestRemoveImageOrphaning (1.95s) [2023-04-17T23:29:42.343Z] === RUN TestRemoveImageGarbageCollector [2023-04-17T23:29:42.343Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2023-04-17T23:29:42.343Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2023-04-17T23:29:42.343Z] === RUN TestTagUnprefixedRepoByNameOrName [2023-04-17T23:29:42.343Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2023-04-17T23:29:42.343Z] === RUN TestTagInvalidReference [2023-04-17T23:29:42.343Z] --- PASS: TestTagInvalidReference (0.01s) [2023-04-17T23:29:42.343Z] === RUN TestTagValidPrefixedRepo [2023-04-17T23:29:42.343Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2023-04-17T23:29:42.343Z] === RUN TestTagExistedNameWithoutForce [2023-04-17T23:29:42.343Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2023-04-17T23:29:42.343Z] === RUN TestTagOfficialNames [2023-04-17T23:29:42.343Z] --- PASS: TestTagOfficialNames (0.05s) [2023-04-17T23:29:42.343Z] === RUN TestTagMatchesDigest [2023-04-17T23:29:42.343Z] --- PASS: TestTagMatchesDigest (0.01s) [2023-04-17T23:29:42.343Z] === CONT TestImportExtremelyLargeImageWorks [2023-04-17T23:29:43.245Z] #37 275.9 + bin/containerd [2023-04-17T23:29:43.505Z] #37 ... [2023-04-17T23:29:43.505Z] [2023-04-17T23:29:43.505Z] #32 [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 [2023-04-17T23:29:43.505Z] #32 317.1 + /build/golangci-lint --version [2023-04-17T23:29:43.505Z] #32 317.3 golangci-lint has version v1.49.0 built from (unknown, mod sum: "h1:I8WHOavragDttlLHtSraHn/h39C+R60bEQ5NoGcHQr8=") on (unknown) [2023-04-17T23:29:43.505Z] #32 DONE 317.6s [2023-04-17T23:29:43.566Z] #37 292.5 + bin/containerd-shim-runc-v2 [2023-04-17T23:29:43.764Z] [2023-04-17T23:29:43.764Z] #37 [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 [2023-04-17T23:29:44.136Z] #37 293.2 + binaries [2023-04-17T23:29:44.136Z] #37 293.2 + install -D bin/containerd /build/containerd [2023-04-17T23:29:44.136Z] #37 293.3 + install -D bin/containerd-shim /build/containerd-shim [2023-04-17T23:29:44.136Z] #37 293.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2023-04-17T23:29:44.136Z] #37 293.3 + install -D bin/ctr /build/ctr [2023-04-17T23:29:45.075Z] #37 DONE 294.2s [2023-04-17T23:29:45.650Z] [2023-04-17T23:29:45.650Z] #65 [dev-systemd-false 23/27] COPY --from=containerd /build/ /usr/local/bin/ [2023-04-17T23:29:46.298Z] #37 ... [2023-04-17T23:29:46.298Z] [2023-04-17T23:29:46.298Z] #62 [dev-systemd-false 20/27] COPY --from=golangci_lint /build/ /usr/local/bin/ [2023-04-17T23:29:46.298Z] #62 DONE 0.2s [2023-04-17T23:29:46.298Z] [2023-04-17T23:29:46.298Z] #63 [dev-systemd-false 21/27] COPY --from=shfmt /build/ /usr/local/bin/ [2023-04-17T23:29:46.298Z] #63 DONE 0.1s [2023-04-17T23:29:46.298Z] [2023-04-17T23:29:46.298Z] #64 [dev-systemd-false 22/27] COPY --from=runc /build/ /usr/local/bin/ [2023-04-17T23:29:46.298Z] #64 DONE 0.1s [2023-04-17T23:29:46.298Z] [2023-04-17T23:29:46.298Z] #37 [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 [2023-04-17T23:29:47.559Z] #65 DONE 1.5s [2023-04-17T23:29:47.559Z] [2023-04-17T23:29:47.559Z] #66 [dev-systemd-false 24/27] COPY --from=rootlesskit /build/ /usr/local/bin/ [2023-04-17T23:29:47.559Z] #66 DONE 0.1s [2023-04-17T23:29:47.559Z] [2023-04-17T23:29:47.559Z] #67 [dev-systemd-false 25/27] COPY --from=vpnkit /build/ /usr/local/bin/ [2023-04-17T23:29:48.498Z] #67 DONE 1.1s [2023-04-17T23:29:48.498Z] [2023-04-17T23:29:48.498Z] #68 [dev-systemd-false 26/27] COPY --from=proxy /build/ /usr/local/bin/ [2023-04-17T23:29:48.498Z] #68 DONE 0.0s [2023-04-17T23:29:48.498Z] [2023-04-17T23:29:48.498Z] #69 [dev-systemd-false 27/27] WORKDIR /go/src/github.com/docker/docker [2023-04-17T23:29:48.498Z] #69 DONE 0.0s [2023-04-17T23:29:48.498Z] [2023-04-17T23:29:48.498Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2023-04-17T23:29:49.440Z] #70 DONE 1.0s [2023-04-17T23:29:49.440Z] [2023-04-17T23:29:49.440Z] #71 exporting to image [2023-04-17T23:29:49.440Z] #71 exporting layers [2023-04-17T23:29:51.983Z] #71 exporting layers 2.6s done [2023-04-17T23:29:51.983Z] #71 writing image sha256:c7278ca585b9b94f63f3c1546ba094ef4ace48f5ffe42ca9a63fbdfedc5fd591 done [2023-04-17T23:29:51.983Z] #71 naming to docker.io/library/docker:ad45ece6fe93c6870080341daa12fe8da6271fa9 done [2023-04-17T23:29:51.983Z] #71 DONE 2.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2023-04-17T23:29:52.319Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45349/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ad45ece6fe93c6870080341daa12fe8da6271fa9 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:ad45ece6fe93c6870080341daa12fe8da6271fa9 hack/test/unit [2023-04-17T23:29:52.449Z] #30 ... [2023-04-17T23:29:52.449Z] [2023-04-17T23:29:52.449Z] #24 [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 [2023-04-17T23:29:52.449Z] #24 DONE 398.5s [2023-04-17T23:29:52.449Z] [2023-04-17T23:29:52.449Z] #30 [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 [2023-04-17T23:29:55.732Z] #30 ... [2023-04-17T23:29:55.732Z] [2023-04-17T23:29:55.732Z] #58 [dev-systemd-false 16/27] COPY --from=registry /build/ /usr/local/bin/ [2023-04-17T23:29:55.732Z] #58 DONE 0.5s [2023-04-17T23:29:55.732Z] [2023-04-17T23:29:55.732Z] #59 [dev-systemd-false 17/27] COPY --from=criu /build/ /usr/local/ [2023-04-17T23:29:55.991Z] #59 DONE 0.1s [2023-04-17T23:29:55.991Z] [2023-04-17T23:29:55.991Z] #60 [dev-systemd-false 18/27] COPY --from=vndr /build/ /usr/local/bin/ [2023-04-17T23:29:55.991Z] #60 DONE 0.1s [2023-04-17T23:29:55.991Z] [2023-04-17T23:29:55.991Z] #30 [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 [2023-04-17T23:29:55.991Z] #30 ... [2023-04-17T23:29:55.991Z] [2023-04-17T23:29:55.991Z] #61 [dev-systemd-false 19/27] COPY --from=gotestsum /build/ /usr/local/bin/ [2023-04-17T23:29:55.991Z] #61 DONE 0.1s [2023-04-17T23:29:56.249Z] [2023-04-17T23:29:56.249Z] #30 [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 [2023-04-17T23:29:56.520Z] ? github.com/docker/docker/api [no test files] [2023-04-17T23:29:56.784Z] INFO: Expanding compiler 1 of 3... [2023-04-17T23:29:56.784Z] INFO: Expanding compiler 2 of 3... [2023-04-17T23:29:59.733Z] INFO: Expanding compiler 3 of 3... [2023-04-17T23:30:00.202Z] INFO: Removing downloaded files... [2023-04-17T23:30:00.670Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2023-04-17T23:30:00.670Z] INFO: Configuring git core.autocrlf... [2023-04-17T23:30:08.751Z] ok github.com/docker/docker/api/server 0.014s coverage: 7.9% of statements [2023-04-17T23:30:34.222Z] #42 257.7 + mkdir -p /build [2023-04-17T23:30:34.222Z] #42 257.7 + cp runc /build/runc [2023-04-17T23:30:34.222Z] #42 DONE 259.1s [2023-04-17T23:30:34.222Z] [2023-04-17T23:30:34.222Z] #31 [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 [2023-04-17T23:30:34.222Z] #31 480.4 + /build/golangci-lint --version [2023-04-17T23:30:34.222Z] #31 480.7 golangci-lint has version v1.49.0 built from (unknown, mod sum: "h1:I8WHOavragDttlLHtSraHn/h39C+R60bEQ5NoGcHQr8=") on (unknown) [2023-04-17T23:30:34.222Z] #31 DONE 481.0s [2023-04-17T23:30:34.222Z] [2023-04-17T23:30:34.222Z] #37 [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 [2023-04-17T23:30:34.222Z] #37 411.5 + bin/containerd [2023-04-17T23:30:38.455Z] #37 ... [2023-04-17T23:30:38.455Z] [2023-04-17T23:30:38.455Z] #62 [dev-systemd-false 20/27] COPY --from=golangci_lint /build/ /usr/local/bin/ [2023-04-17T23:30:38.719Z] #62 DONE 0.5s [2023-04-17T23:30:38.719Z] [2023-04-17T23:30:38.719Z] #63 [dev-systemd-false 21/27] COPY --from=shfmt /build/ /usr/local/bin/ [2023-04-17T23:30:38.978Z] #63 DONE 0.1s [2023-04-17T23:30:38.978Z] [2023-04-17T23:30:38.978Z] #64 [dev-systemd-false 22/27] COPY --from=runc /build/ /usr/local/bin/ [2023-04-17T23:30:39.238Z] #64 DONE 0.5s [2023-04-17T23:30:39.238Z] [2023-04-17T23:30:39.238Z] #37 [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 [2023-04-17T23:30:42.553Z] #37 330.9 # github.com/containerd/containerd/cmd/containerd [2023-04-17T23:30:42.554Z] #37 330.9 /usr/bin/ld: /tmp/go-link-1994766938/000019.o: in function `New': [2023-04-17T23:30:42.554Z] #37 330.9 /tmp/tmp.1SyRPZ1zwm/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2023-04-17T23:30:42.554Z] #37 331.0 + bin/containerd-stress [2023-04-17T23:30:42.554Z] #37 332.2 + bin/containerd-shim [2023-04-17T23:30:52.534Z] #37 344.1 + bin/containerd-shim-runc-v1 [2023-04-17T23:30:59.089Z] #37 350.8 + bin/containerd-shim-runc-v2 [2023-04-17T23:30:59.089Z] #37 351.7 + binaries [2023-04-17T23:30:59.089Z] #37 351.7 + install -D bin/containerd /build/containerd [2023-04-17T23:30:59.089Z] #37 351.7 + install -D bin/containerd-shim /build/containerd-shim [2023-04-17T23:30:59.089Z] #37 351.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2023-04-17T23:30:59.089Z] #37 351.7 + install -D bin/ctr /build/ctr [2023-04-17T23:30:59.654Z] #37 DONE 352.5s [2023-04-17T23:31:00.588Z] [2023-04-17T23:31:00.588Z] #65 [dev-systemd-false 23/27] COPY --from=containerd /build/ /usr/local/bin/ [2023-04-17T23:31:00.845Z] #65 DONE 0.2s [2023-04-17T23:31:00.845Z] [2023-04-17T23:31:00.845Z] #66 [dev-systemd-false 24/27] COPY --from=rootlesskit /build/ /usr/local/bin/ [2023-04-17T23:31:00.845Z] #66 DONE 0.1s [2023-04-17T23:31:00.845Z] [2023-04-17T23:31:00.845Z] #67 [dev-systemd-false 25/27] COPY --from=vpnkit /build/ /usr/local/bin/ [2023-04-17T23:31:01.409Z] #67 DONE 0.6s [2023-04-17T23:31:01.409Z] [2023-04-17T23:31:01.409Z] #68 [dev-systemd-false 26/27] COPY --from=proxy /build/ /usr/local/bin/ [2023-04-17T23:31:01.409Z] #68 DONE 0.1s [2023-04-17T23:31:01.409Z] [2023-04-17T23:31:01.409Z] #69 [dev-systemd-false 27/27] WORKDIR /go/src/github.com/docker/docker [2023-04-17T23:31:01.409Z] #69 DONE 0.0s [2023-04-17T23:31:01.667Z] [2023-04-17T23:31:01.667Z] #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 [2023-04-17T23:31:02.232Z] #70 0.746 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2023-04-17T23:31:02.232Z] #70 0.858 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2023-04-17T23:31:02.491Z] #70 0.984 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2023-04-17T23:31:03.057Z] #70 1.066 Reading package lists... [2023-04-17T23:31:03.624Z] #70 1.593 Reading package lists... [2023-04-17T23:31:03.624Z] #70 2.126 Building dependency tree... [2023-04-17T23:31:03.881Z] #70 2.265 Reading state information... [2023-04-17T23:31:03.881Z] #70 2.396 The following additional packages will be installed: [2023-04-17T23:31:03.881Z] #70 2.396 libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd [2023-04-17T23:31:03.881Z] #70 2.397 Suggested packages: [2023-04-17T23:31:03.881Z] #70 2.397 systemd-container policykit-1 [2023-04-17T23:31:03.881Z] #70 2.397 Recommended packages: [2023-04-17T23:31:03.881Z] #70 2.397 systemd-timesyncd | time-daemon libnss-systemd [2023-04-17T23:31:03.881Z] #70 2.466 The following NEW packages will be installed: [2023-04-17T23:31:03.881Z] #70 2.467 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 [2023-04-17T23:31:03.881Z] #70 2.468 libkmod2 libpam-systemd systemd systemd-sysv [2023-04-17T23:31:03.940Z] #30 ... [2023-04-17T23:31:03.940Z] [2023-04-17T23:31:03.940Z] #42 [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 [2023-04-17T23:31:03.940Z] #42 265.3 + mkdir -p /build [2023-04-17T23:31:03.940Z] #42 265.3 + cp runc /build/runc [2023-04-17T23:31:03.940Z] #42 DONE 266.4s [2023-04-17T23:31:03.940Z] [2023-04-17T23:31:03.940Z] #30 [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 [2023-04-17T23:31:04.446Z] #70 2.740 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2023-04-17T23:31:04.447Z] #70 2.740 Need to get 5828 kB of archives. [2023-04-17T23:31:04.447Z] #70 2.740 After this operation, 19.3 MB of additional disk space will be used. [2023-04-17T23:31:04.447Z] #70 2.740 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2023-04-17T23:31:04.447Z] #70 2.743 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB] [2023-04-17T23:31:04.447Z] #70 2.745 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB] [2023-04-17T23:31:04.447Z] #70 2.748 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB] [2023-04-17T23:31:04.447Z] #70 2.750 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7+deb11u1 [4501 kB] [2023-04-17T23:31:04.447Z] #70 2.789 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-7+deb11u1 [113 kB] [2023-04-17T23:31:04.447Z] #70 2.791 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.24-0+deb11u1 [222 kB] [2023-04-17T23:31:04.447Z] #70 2.792 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.24-0+deb11u1 [243 kB] [2023-04-17T23:31:04.447Z] #70 2.794 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-7+deb11u1 [283 kB] [2023-04-17T23:31:04.447Z] #70 2.796 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.24-0+deb11u1 [99.7 kB] [2023-04-17T23:31:04.447Z] #70 2.924 debconf: delaying package configuration, since apt-utils is not installed [2023-04-17T23:31:04.447Z] #70 2.957 Fetched 5828 kB in 0s (18.0 MB/s) [2023-04-17T23:31:04.447Z] #70 2.982 Selecting previously unselected package libargon2-1:amd64. [2023-04-17T23:31:04.447Z] #70 2.982 (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 ... 28613 files and directories currently installed.) [2023-04-17T23:31:04.447Z] #70 2.997 Preparing to unpack .../libargon2-1_0~20171227-0.2_amd64.deb ... [2023-04-17T23:31:04.447Z] #70 3.005 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2023-04-17T23:31:04.447Z] #70 3.041 Selecting previously unselected package libjson-c5:amd64. [2023-04-17T23:31:04.447Z] #70 3.041 Preparing to unpack .../libjson-c5_0.15-2_amd64.deb ... [2023-04-17T23:31:04.447Z] #70 3.045 Unpacking libjson-c5:amd64 (0.15-2) ... [2023-04-17T23:31:04.447Z] #70 3.080 Selecting previously unselected package libcryptsetup12:amd64. [2023-04-17T23:31:04.706Z] #70 3.083 Preparing to unpack .../libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ... [2023-04-17T23:31:04.706Z] #70 3.087 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2023-04-17T23:31:04.706Z] #70 3.144 Selecting previously unselected package libkmod2:amd64. [2023-04-17T23:31:04.706Z] #70 3.147 Preparing to unpack .../libkmod2_28-1_amd64.deb ... [2023-04-17T23:31:04.706Z] #70 3.151 Unpacking libkmod2:amd64 (28-1) ... [2023-04-17T23:31:04.706Z] #70 3.195 Selecting previously unselected package systemd. [2023-04-17T23:31:04.706Z] #70 3.199 Preparing to unpack .../systemd_247.3-7+deb11u1_amd64.deb ... [2023-04-17T23:31:04.706Z] #70 3.234 Unpacking systemd (247.3-7+deb11u1) ... [2023-04-17T23:31:05.273Z] #70 3.723 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2023-04-17T23:31:05.273Z] #70 3.733 Setting up libjson-c5:amd64 (0.15-2) ... [2023-04-17T23:31:05.273Z] #70 3.743 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2023-04-17T23:31:05.273Z] #70 3.752 Setting up libkmod2:amd64 (28-1) ... [2023-04-17T23:31:05.273Z] #70 3.764 Setting up systemd (247.3-7+deb11u1) ... [2023-04-17T23:31:05.273Z] #70 3.804 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2023-04-17T23:31:05.273Z] #70 3.806 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2023-04-17T23:31:05.273Z] #70 3.809 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2023-04-17T23:31:05.273Z] #70 3.830 Initializing machine ID from KVM UUID. [2023-04-17T23:31:05.530Z] #70 4.162 Selecting previously unselected package systemd-sysv. [2023-04-17T23:31:05.787Z] #70 4.162 (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 ... 29424 files and directories currently installed.) [2023-04-17T23:31:05.787Z] #70 4.177 Preparing to unpack .../systemd-sysv_247.3-7+deb11u1_amd64.deb ... [2023-04-17T23:31:05.787Z] #70 4.183 Unpacking systemd-sysv (247.3-7+deb11u1) ... [2023-04-17T23:31:05.787Z] #70 4.231 Selecting previously unselected package libdbus-1-3:amd64. [2023-04-17T23:31:05.787Z] #70 4.234 Preparing to unpack .../libdbus-1-3_1.12.24-0+deb11u1_amd64.deb ... [2023-04-17T23:31:05.787Z] #70 4.238 Unpacking libdbus-1-3:amd64 (1.12.24-0+deb11u1) ... [2023-04-17T23:31:05.787Z] #70 4.305 Selecting previously unselected package dbus. [2023-04-17T23:31:05.787Z] #70 4.308 Preparing to unpack .../dbus_1.12.24-0+deb11u1_amd64.deb ... [2023-04-17T23:31:05.787Z] #70 4.319 Unpacking dbus (1.12.24-0+deb11u1) ... [2023-04-17T23:31:05.787Z] #70 4.377 Selecting previously unselected package libpam-systemd:amd64. [2023-04-17T23:31:05.787Z] #70 4.380 Preparing to unpack .../libpam-systemd_247.3-7+deb11u1_amd64.deb ... [2023-04-17T23:31:05.787Z] #70 4.384 Unpacking libpam-systemd:amd64 (247.3-7+deb11u1) ... [2023-04-17T23:31:05.787Z] #70 4.430 Selecting previously unselected package dbus-user-session. [2023-04-17T23:31:06.046Z] #70 4.433 Preparing to unpack .../dbus-user-session_1.12.24-0+deb11u1_amd64.deb ... [2023-04-17T23:31:06.046Z] #70 4.438 Unpacking dbus-user-session (1.12.24-0+deb11u1) ... [2023-04-17T23:31:06.046Z] #70 4.485 Setting up systemd-sysv (247.3-7+deb11u1) ... [2023-04-17T23:31:06.046Z] #70 4.497 Setting up libdbus-1-3:amd64 (1.12.24-0+deb11u1) ... [2023-04-17T23:31:06.046Z] #70 4.507 Setting up dbus (1.12.24-0+deb11u1) ... [2023-04-17T23:31:06.304Z] #70 4.629 invoke-rc.d: could not determine current runlevel [2023-04-17T23:31:06.304Z] #70 4.632 invoke-rc.d: policy-rc.d denied execution of start. [2023-04-17T23:31:06.304Z] #70 4.637 Setting up libpam-systemd:amd64 (247.3-7+deb11u1) ... [2023-04-17T23:31:06.304Z] #70 4.757 Setting up dbus-user-session (1.12.24-0+deb11u1) ... [2023-04-17T23:31:06.304Z] #70 4.771 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2023-04-17T23:31:06.562Z] #70 DONE 4.9s [2023-04-17T23:31:06.562Z] [2023-04-17T23:31:06.562Z] #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 [2023-04-17T23:31:06.820Z] #71 0.469 % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-17T23:31:06.820Z] #71 0.471 Dload Upload Total Spent Left Speed [2023-04-17T23:31:07.078Z] #71 0.471 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 5268 0 --:--:-- --:--:-- --:--:-- 5268 [2023-04-17T23:31:07.078Z] #71 DONE 0.8s [2023-04-17T23:31:07.335Z] [2023-04-17T23:31:07.335Z] #72 [final 1/1] COPY . /go/src/github.com/docker/docker [2023-04-17T23:31:08.708Z] #72 DONE 1.1s [2023-04-17T23:31:08.708Z] [2023-04-17T23:31:08.708Z] #73 exporting to image [2023-04-17T23:31:08.708Z] #73 exporting layers [2023-04-17T23:31:10.506Z] #30 ... [2023-04-17T23:31:10.506Z] [2023-04-17T23:31:10.506Z] #37 [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 [2023-04-17T23:31:10.506Z] #37 419.8 + bin/containerd [2023-04-17T23:31:11.883Z] #37 ... [2023-04-17T23:31:11.883Z] [2023-04-17T23:31:11.883Z] #30 [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 [2023-04-17T23:31:11.883Z] #30 477.0 + /build/golangci-lint --version [2023-04-17T23:31:11.883Z] #30 477.1 golangci-lint has version v1.49.0 built from (unknown, mod sum: "h1:I8WHOavragDttlLHtSraHn/h39C+R60bEQ5NoGcHQr8=") on (unknown) [2023-04-17T23:31:11.883Z] #30 DONE 478.4s [2023-04-17T23:31:11.883Z] [2023-04-17T23:31:11.883Z] #37 [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 [2023-04-17T23:31:12.972Z] Removing intermediate container 62f7a4734bab [2023-04-17T23:31:12.972Z] ---> 5737568a7504 [2023-04-17T23:31:12.972Z] Step 7/10 : RUN Function Install-GoTestSum() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing gotestsum version $Env:GOTESTSUM_VERSION in $Env:GOBIN"; &go install "gotest.tools/gotestsum@${Env:GOTESTSUM_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum install failed..."'; } } Install-GoTestSum [2023-04-17T23:31:12.972Z] ---> Running in 847d6d407aff [2023-04-17T23:31:12.972Z] INFO: Installing gotestsum version v1.8.2 in C:\gopath\bin [2023-04-17T23:31:12.972Z] go: downloading gotest.tools/gotestsum v1.8.2 [2023-04-17T23:31:12.972Z] go: downloading github.com/fatih/color v1.13.0 [2023-04-17T23:31:12.972Z] go: downloading github.com/dnephin/pflag v1.0.7 [2023-04-17T23:31:12.972Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2023-04-17T23:31:12.972Z] go: downloading golang.org/x/tools v0.1.11 [2023-04-17T23:31:12.972Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2023-04-17T23:31:12.972Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2023-04-17T23:31:12.972Z] go: downloading github.com/fsnotify/fsnotify v1.5.4 [2023-04-17T23:31:12.972Z] go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f [2023-04-17T23:31:12.972Z] go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 [2023-04-17T23:31:12.972Z] go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 [2023-04-17T23:31:12.972Z] go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 [2023-04-17T23:31:13.971Z] #73 exporting layers 5.5s done [2023-04-17T23:31:13.971Z] #73 writing image sha256:72536cbde37959cc0273ae9d4a0eeb47a97edf9992ff4f5af59a68d18e4fb2a0 done [2023-04-17T23:31:13.971Z] #73 naming to docker.io/library/docker:ad45ece6fe93c6870080341daa12fe8da6271fa9 done [2023-04-17T23:31:13.971Z] #73 DONE 5.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-17T23:31:14.313Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45349/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=ad45ece6fe93c6870080341daa12fe8da6271fa9 -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:ad45ece6fe93c6870080341daa12fe8da6271fa9 hack/make.sh dynbinary test-integration [2023-04-17T23:31:15.169Z] #37 ... [2023-04-17T23:31:15.169Z] [2023-04-17T23:31:15.169Z] #62 [dev-systemd-false 20/27] COPY --from=golangci_lint /build/ /usr/local/bin/ [2023-04-17T23:31:15.737Z] #62 DONE 0.8s [2023-04-17T23:31:15.737Z] [2023-04-17T23:31:15.737Z] #63 [dev-systemd-false 21/27] COPY --from=shfmt /build/ /usr/local/bin/ [2023-04-17T23:31:15.737Z] #63 DONE 0.1s [2023-04-17T23:31:15.737Z] [2023-04-17T23:31:15.737Z] #64 [dev-systemd-false 22/27] COPY --from=runc /build/ /usr/local/bin/ [2023-04-17T23:31:15.995Z] #64 DONE 0.4s [2023-04-17T23:31:15.995Z] [2023-04-17T23:31:15.995Z] #37 [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 [2023-04-17T23:31:16.483Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2023-04-17T23:31:16.484Z] ok github.com/docker/docker/api/server/httputils 0.006s coverage: 16.2% of statements [2023-04-17T23:31:16.484Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/api/server/router [no test files] [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/api/server/router/build [no test files] [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/api/server/router/container [no test files] [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/api/server/router/image [no test files] [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/api/server/router/network [no test files] [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/api/server/router/session [no test files] [2023-04-17T23:31:16.484Z] ok github.com/docker/docker/api/server/router/swarm 0.006s coverage: 5.7% of statements [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/api/server/router/system [no test files] [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/api/types [no test files] [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/api/types/backend [no test files] [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/api/types/container [no test files] [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/api/types/events [no test files] [2023-04-17T23:31:16.484Z] ok github.com/docker/docker/api/types/strslice 0.007s coverage: 90.0% of statements [2023-04-17T23:31:16.484Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 93.7% of statements [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/api/types/image [no test files] [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/api/types/mount [no test files] [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/api/types/network [no test files] [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/api/types/registry [no test files] [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/api/types/swarm [no test files] [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2023-04-17T23:31:16.484Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2023-04-17T23:31:16.484Z] ok github.com/docker/docker/api/types/versions 0.020s coverage: 75.0% of statements [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/api/types/volume [no test files] [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/builder [no test files] [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/builder/builder-next [no test files] [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2023-04-17T23:31:16.484Z] ok github.com/docker/docker/builder/remotecontext 0.078s coverage: 13.7% of statements [2023-04-17T23:31:16.484Z] ok github.com/docker/docker/builder/dockerfile 0.192s coverage: 48.5% of statements [2023-04-17T23:31:16.484Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2023-04-17T23:31:16.484Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2023-04-17T23:31:16.841Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2023-04-17T23:31:16.841Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2023-04-17T23:31:16.841Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2023-04-17T23:31:16.841Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2023-04-17T23:31:16.841Z] systemd 247.3-7+deb11u1 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) [2023-04-17T23:31:16.841Z] Detected virtualization docker. [2023-04-17T23:31:16.841Z] Detected architecture x86-64. [2023-04-17T23:31:16.841Z] Set hostname to <213d2ba285a1>. [2023-04-17T23:31:16.841Z] modprobe@configfs.service: Succeeded. [2023-04-17T23:31:16.841Z] modprobe@drm.service: Succeeded. [2023-04-17T23:31:16.841Z] modprobe@fuse.service: Succeeded. [2023-04-17T23:31:16.841Z] + source /etc/docker-entrypoint-cmd [2023-04-17T23:31:16.841Z] ++ hack/make.sh dynbinary test-integration [2023-04-17T23:31:16.841Z] [2023-04-17T23:31:16.841Z] Removing bundles/ [2023-04-17T23:31:16.841Z] [2023-04-17T23:31:16.841Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2023-04-17T23:31:16.841Z] Building: bundles/dynbinary-daemon/dockerd-dev [2023-04-17T23:31:16.841Z] GOOS="" GOARCH="" GOARM="" [2023-04-17T23:31:17.868Z] ok github.com/docker/docker/builder/remotecontext/git 2.701s coverage: 83.5% of statements [2023-04-17T23:31:17.868Z] ? github.com/docker/docker/cli [no test files] [2023-04-17T23:31:17.868Z] ? github.com/docker/docker/cli/config [no test files] [2023-04-17T23:31:18.705Z] --- PASS: TestImportExtremelyLargeImageWorks (86.67s) [2023-04-17T23:31:18.705Z] PASS [2023-04-17T23:31:18.705Z] [2023-04-17T23:31:18.705Z] === Skipped [2023-04-17T23:31:18.705Z] === SKIP: amd64.integration.image TestImagePullStoredfDigestForOtherRepo (0.00s) [2023-04-17T23:31:18.705Z] pull_test.go:122: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2023-04-17T23:31:18.705Z] [2023-04-17T23:31:18.705Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2023-04-17T23:31:18.705Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2023-04-17T23:31:18.705Z] [2023-04-17T23:31:18.705Z] DONE 13 tests, 2 skipped in 90.044s [2023-04-17T23:31:18.705Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2023-04-17T23:31:18.705Z] INFO: Testing against a local daemon [2023-04-17T23:31:18.705Z] === RUN TestNetworkCreateDelete [2023-04-17T23:31:18.705Z] --- PASS: TestNetworkCreateDelete (0.22s) [2023-04-17T23:31:18.705Z] === RUN TestDockerNetworkDeletePreferID [2023-04-17T23:31:18.705Z] --- PASS: TestDockerNetworkDeletePreferID (0.44s) [2023-04-17T23:31:18.705Z] === RUN TestDaemonDNSFallback [2023-04-17T23:31:18.705Z] --- PASS: TestDaemonDNSFallback (7.32s) [2023-04-17T23:31:18.705Z] === RUN TestInspectNetwork [2023-04-17T23:31:18.705Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:18.705Z] --- SKIP: TestInspectNetwork (0.00s) [2023-04-17T23:31:18.705Z] === RUN TestRunContainerWithBridgeNone [2023-04-17T23:31:18.705Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-04-17T23:31:18.705Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2023-04-17T23:31:18.705Z] === RUN TestNetworkInvalidJSON [2023-04-17T23:31:18.705Z] === RUN TestNetworkInvalidJSON//networks/create [2023-04-17T23:31:18.705Z] === PAUSE TestNetworkInvalidJSON//networks/create [2023-04-17T23:31:18.705Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2023-04-17T23:31:18.705Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2023-04-17T23:31:18.705Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2023-04-17T23:31:18.705Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2023-04-17T23:31:18.705Z] === CONT TestNetworkInvalidJSON//networks/create [2023-04-17T23:31:18.705Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2023-04-17T23:31:18.705Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2023-04-17T23:31:18.705Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2023-04-17T23:31:18.705Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2023-04-17T23:31:18.705Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2023-04-17T23:31:18.705Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2023-04-17T23:31:18.705Z] === RUN TestNetworkList [2023-04-17T23:31:18.705Z] === RUN TestNetworkList//networks [2023-04-17T23:31:18.705Z] === PAUSE TestNetworkList//networks [2023-04-17T23:31:18.705Z] === RUN TestNetworkList//networks/ [2023-04-17T23:31:18.705Z] === PAUSE TestNetworkList//networks/ [2023-04-17T23:31:18.705Z] === CONT TestNetworkList//networks [2023-04-17T23:31:18.705Z] === CONT TestNetworkList//networks/ [2023-04-17T23:31:18.705Z] --- PASS: TestNetworkList (0.01s) [2023-04-17T23:31:18.705Z] --- PASS: TestNetworkList//networks (0.00s) [2023-04-17T23:31:18.705Z] --- PASS: TestNetworkList//networks/ (0.00s) [2023-04-17T23:31:18.705Z] === RUN TestHostIPv4BridgeLabel [2023-04-17T23:31:18.705Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-04-17T23:31:18.705Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2023-04-17T23:31:18.705Z] === RUN TestDaemonRestartWithLiveRestore [2023-04-17T23:31:18.705Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-04-17T23:31:18.705Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2023-04-17T23:31:18.705Z] === RUN TestDaemonDefaultNetworkPools [2023-04-17T23:31:18.705Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-04-17T23:31:18.705Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2023-04-17T23:31:18.705Z] === RUN TestDaemonRestartWithExistingNetwork [2023-04-17T23:31:18.705Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-04-17T23:31:18.705Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2023-04-17T23:31:18.705Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2023-04-17T23:31:18.705Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-04-17T23:31:18.705Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2023-04-17T23:31:18.705Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2023-04-17T23:31:18.705Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-04-17T23:31:18.705Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2023-04-17T23:31:18.705Z] === RUN TestServiceWithPredefinedNetwork [2023-04-17T23:31:18.705Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:18.705Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2023-04-17T23:31:18.705Z] === RUN TestServiceRemoveKeepsIngressNetwork [2023-04-17T23:31:18.705Z] service_test.go:242: FLAKY_TEST [2023-04-17T23:31:18.705Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2023-04-17T23:31:18.705Z] === RUN TestServiceWithDataPathPortInit [2023-04-17T23:31:18.705Z] service_test.go:335: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:18.705Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2023-04-17T23:31:18.705Z] === RUN TestServiceWithDefaultAddressPoolInit [2023-04-17T23:31:18.705Z] service_test.go:402: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:18.705Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2023-04-17T23:31:18.705Z] PASS [2023-04-17T23:31:18.705Z] [2023-04-17T23:31:18.705Z] === Skipped [2023-04-17T23:31:18.705Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2023-04-17T23:31:18.705Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:18.705Z] [2023-04-17T23:31:18.705Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2023-04-17T23:31:18.705Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-04-17T23:31:18.705Z] [2023-04-17T23:31:18.705Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2023-04-17T23:31:18.705Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-04-17T23:31:18.705Z] [2023-04-17T23:31:18.705Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.00s) [2023-04-17T23:31:18.705Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-04-17T23:31:18.705Z] [2023-04-17T23:31:18.705Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.00s) [2023-04-17T23:31:18.705Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-04-17T23:31:18.705Z] [2023-04-17T23:31:18.705Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s) [2023-04-17T23:31:18.705Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-04-17T23:31:18.705Z] [2023-04-17T23:31:18.705Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2023-04-17T23:31:18.705Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-04-17T23:31:18.705Z] [2023-04-17T23:31:18.705Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2023-04-17T23:31:18.705Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-04-17T23:31:18.705Z] [2023-04-17T23:31:18.705Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2023-04-17T23:31:18.705Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:18.705Z] [2023-04-17T23:31:18.705Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2023-04-17T23:31:18.705Z] service_test.go:242: FLAKY_TEST [2023-04-17T23:31:18.705Z] [2023-04-17T23:31:18.705Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.00s) [2023-04-17T23:31:18.705Z] service_test.go:335: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:18.705Z] [2023-04-17T23:31:18.705Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2023-04-17T23:31:18.705Z] service_test.go:402: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:18.705Z] [2023-04-17T23:31:18.705Z] DONE 22 tests, 12 skipped in 8.052s [2023-04-17T23:31:18.705Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2023-04-17T23:31:18.706Z] INFO: Testing against a local daemon [2023-04-17T23:31:18.706Z] === RUN TestDockerNetworkIpvlanPersistance [2023-04-17T23:31:18.706Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-04-17T23:31:18.706Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2023-04-17T23:31:18.706Z] === RUN TestDockerNetworkIpvlan [2023-04-17T23:31:18.706Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-04-17T23:31:18.706Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2023-04-17T23:31:18.706Z] PASS [2023-04-17T23:31:18.706Z] [2023-04-17T23:31:18.706Z] === Skipped [2023-04-17T23:31:18.706Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2023-04-17T23:31:18.706Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-04-17T23:31:18.706Z] [2023-04-17T23:31:18.706Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2023-04-17T23:31:18.706Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-04-17T23:31:18.706Z] [2023-04-17T23:31:18.706Z] DONE 2 tests, 2 skipped in 0.032s [2023-04-17T23:31:18.706Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2023-04-17T23:31:18.706Z] INFO: Testing against a local daemon [2023-04-17T23:31:18.706Z] === RUN TestDockerNetworkMacvlanPersistance [2023-04-17T23:31:18.706Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-04-17T23:31:18.706Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2023-04-17T23:31:18.706Z] === RUN TestDockerNetworkMacvlan [2023-04-17T23:31:18.706Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-04-17T23:31:18.706Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2023-04-17T23:31:18.706Z] PASS [2023-04-17T23:31:18.706Z] [2023-04-17T23:31:18.706Z] === Skipped [2023-04-17T23:31:18.706Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2023-04-17T23:31:18.706Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-04-17T23:31:18.706Z] [2023-04-17T23:31:18.706Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2023-04-17T23:31:18.706Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-04-17T23:31:18.706Z] [2023-04-17T23:31:18.706Z] DONE 2 tests, 2 skipped in 0.028s [2023-04-17T23:31:18.706Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2023-04-17T23:31:18.706Z] testing: warning: no tests to run [2023-04-17T23:31:18.706Z] PASS [2023-04-17T23:31:18.706Z] [2023-04-17T23:31:18.706Z] DONE 0 tests in 0.006s [2023-04-17T23:31:18.706Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2023-04-17T23:31:18.706Z] INFO: Testing against a local daemon [2023-04-17T23:31:18.706Z] === RUN TestAuthZPluginAllowRequest [2023-04-17T23:31:18.706Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.706Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2023-04-17T23:31:18.706Z] === RUN TestAuthZPluginTLS [2023-04-17T23:31:18.706Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.706Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2023-04-17T23:31:18.706Z] === RUN TestAuthZPluginDenyRequest [2023-04-17T23:31:18.706Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.706Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2023-04-17T23:31:18.706Z] === RUN TestAuthZPluginAPIDenyResponse [2023-04-17T23:31:18.706Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.706Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2023-04-17T23:31:18.706Z] === RUN TestAuthZPluginDenyResponse [2023-04-17T23:31:18.706Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.706Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2023-04-17T23:31:18.706Z] === RUN TestAuthZPluginAllowEventStream [2023-04-17T23:31:18.706Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.706Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2023-04-17T23:31:18.706Z] === RUN TestAuthZPluginErrorResponse [2023-04-17T23:31:18.706Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.706Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2023-04-17T23:31:18.706Z] === RUN TestAuthZPluginErrorRequest [2023-04-17T23:31:18.706Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.706Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2023-04-17T23:31:18.706Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2023-04-17T23:31:18.706Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.706Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2023-04-17T23:31:18.706Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2023-04-17T23:31:18.706Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.706Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2023-04-17T23:31:18.706Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2023-04-17T23:31:18.706Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.706Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2023-04-17T23:31:18.706Z] === RUN TestAuthZPluginHeader [2023-04-17T23:31:18.706Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.706Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2023-04-17T23:31:18.706Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2023-04-17T23:31:18.706Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.706Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.36s) [2023-04-17T23:31:18.706Z] === RUN TestAuthZPluginV2Disable [2023-04-17T23:31:18.706Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.706Z] --- SKIP: TestAuthZPluginV2Disable (0.32s) [2023-04-17T23:31:18.706Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2023-04-17T23:31:18.706Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.706Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.32s) [2023-04-17T23:31:18.706Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2023-04-17T23:31:18.706Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.706Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.32s) [2023-04-17T23:31:18.706Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2023-04-17T23:31:18.961Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.961Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.32s) [2023-04-17T23:31:18.961Z] PASS [2023-04-17T23:31:18.961Z] [2023-04-17T23:31:18.961Z] === Skipped [2023-04-17T23:31:18.961Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2023-04-17T23:31:18.961Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.961Z] [2023-04-17T23:31:18.961Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2023-04-17T23:31:18.961Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.961Z] [2023-04-17T23:31:18.961Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2023-04-17T23:31:18.961Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.961Z] [2023-04-17T23:31:18.961Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2023-04-17T23:31:18.961Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.961Z] [2023-04-17T23:31:18.961Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2023-04-17T23:31:18.961Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.961Z] [2023-04-17T23:31:18.961Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2023-04-17T23:31:18.961Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.961Z] [2023-04-17T23:31:18.961Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2023-04-17T23:31:18.961Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.961Z] [2023-04-17T23:31:18.961Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2023-04-17T23:31:18.961Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.961Z] [2023-04-17T23:31:18.961Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2023-04-17T23:31:18.961Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.961Z] [2023-04-17T23:31:18.961Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2023-04-17T23:31:18.961Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.961Z] [2023-04-17T23:31:18.961Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2023-04-17T23:31:18.961Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.961Z] [2023-04-17T23:31:18.961Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2023-04-17T23:31:18.961Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.961Z] [2023-04-17T23:31:18.961Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.36s) [2023-04-17T23:31:18.961Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.961Z] [2023-04-17T23:31:18.961Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.32s) [2023-04-17T23:31:18.961Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.961Z] [2023-04-17T23:31:18.961Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.32s) [2023-04-17T23:31:18.961Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.961Z] [2023-04-17T23:31:18.961Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.32s) [2023-04-17T23:31:18.961Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.961Z] [2023-04-17T23:31:18.961Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.32s) [2023-04-17T23:31:18.961Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.961Z] [2023-04-17T23:31:18.961Z] DONE 17 tests, 17 skipped in 1.665s [2023-04-17T23:31:18.961Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2023-04-17T23:31:18.961Z] INFO: Testing against a local daemon [2023-04-17T23:31:18.961Z] === RUN TestPluginInvalidJSON [2023-04-17T23:31:18.961Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2023-04-17T23:31:18.961Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2023-04-17T23:31:18.961Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2023-04-17T23:31:18.961Z] --- PASS: TestPluginInvalidJSON (0.01s) [2023-04-17T23:31:18.961Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2023-04-17T23:31:18.961Z] === RUN TestPluginInstall [2023-04-17T23:31:18.961Z] plugin_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.961Z] --- SKIP: TestPluginInstall (0.00s) [2023-04-17T23:31:18.961Z] === RUN TestPluginsWithRuntimes [2023-04-17T23:31:18.961Z] plugin_test.go:170: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2023-04-17T23:31:18.961Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2023-04-17T23:31:18.961Z] === RUN TestPluginBackCompatMediaTypes [2023-04-17T23:31:18.961Z] plugin_test.go:234: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2023-04-17T23:31:18.961Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2023-04-17T23:31:18.961Z] PASS [2023-04-17T23:31:18.961Z] [2023-04-17T23:31:18.961Z] === Skipped [2023-04-17T23:31:18.961Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2023-04-17T23:31:18.961Z] plugin_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-04-17T23:31:18.961Z] [2023-04-17T23:31:18.961Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2023-04-17T23:31:18.961Z] plugin_test.go:170: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2023-04-17T23:31:18.961Z] [2023-04-17T23:31:18.961Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2023-04-17T23:31:18.961Z] plugin_test.go:234: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2023-04-17T23:31:18.961Z] [2023-04-17T23:31:18.961Z] DONE 5 tests, 3 skipped in 0.043s [2023-04-17T23:31:18.961Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2023-04-17T23:31:18.961Z] INFO: Testing against a local daemon [2023-04-17T23:31:18.961Z] === RUN TestExternalGraphDriver [2023-04-17T23:31:19.216Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2023-04-17T23:31:19.216Z] --- SKIP: TestExternalGraphDriver (0.33s) [2023-04-17T23:31:19.216Z] === RUN TestGraphdriverPluginV2 [2023-04-17T23:31:19.796Z] ok github.com/docker/docker/client 0.094s coverage: 75.4% of statements [2023-04-17T23:31:25.748Z] --- PASS: TestGraphdriverPluginV2 (5.71s) [2023-04-17T23:31:25.748Z] PASS [2023-04-17T23:31:25.748Z] [2023-04-17T23:31:25.748Z] === Skipped [2023-04-17T23:31:25.748Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.33s) [2023-04-17T23:31:25.748Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2023-04-17T23:31:25.748Z] [2023-04-17T23:31:25.748Z] DONE 2 tests, 1 skipped in 6.070s [2023-04-17T23:31:25.748Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2023-04-17T23:31:25.748Z] INFO: Testing against a local daemon [2023-04-17T23:31:25.748Z] === RUN TestContinueAfterPluginCrash [2023-04-17T23:31:25.748Z] === PAUSE TestContinueAfterPluginCrash [2023-04-17T23:31:25.748Z] === RUN TestReadPluginNoRead [2023-04-17T23:31:25.748Z] === PAUSE TestReadPluginNoRead [2023-04-17T23:31:25.748Z] === RUN TestDaemonStartWithLogOpt [2023-04-17T23:31:25.748Z] === PAUSE TestDaemonStartWithLogOpt [2023-04-17T23:31:25.748Z] === CONT TestContinueAfterPluginCrash [2023-04-17T23:31:25.748Z] === CONT TestDaemonStartWithLogOpt [2023-04-17T23:31:25.748Z] === CONT TestReadPluginNoRead [2023-04-17T23:31:27.893Z] Removing intermediate container 847d6d407aff [2023-04-17T23:31:27.893Z] ---> 3f8642ad2303 [2023-04-17T23:31:27.893Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2023-04-17T23:31:27.893Z] ---> Running in 114aa2455467 [2023-04-17T23:31:27.893Z] Removing intermediate container 114aa2455467 [2023-04-17T23:31:27.893Z] ---> adac002ecc64 [2023-04-17T23:31:27.893Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2023-04-17T23:31:27.893Z] ---> Running in 4311f747c45c [2023-04-17T23:31:27.893Z] Removing intermediate container 4311f747c45c [2023-04-17T23:31:27.893Z] ---> a624344b9cc2 [2023-04-17T23:31:27.893Z] Step 10/10 : COPY . . [2023-04-17T23:31:32.299Z] === RUN TestReadPluginNoRead/disabled_caching [2023-04-17T23:31:33.663Z] --- PASS: TestDaemonStartWithLogOpt (8.29s) [2023-04-17T23:31:33.918Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2023-04-17T23:31:36.428Z] === RUN TestReadPluginNoRead/default [2023-04-17T23:31:36.988Z] --- PASS: TestContinueAfterPluginCrash (11.95s) [2023-04-17T23:31:38.874Z] === CONT TestReadPluginNoRead [2023-04-17T23:31:38.874Z] read_test.go:92: [d47e74a61b13d] daemon is not started [2023-04-17T23:31:38.874Z] --- PASS: TestReadPluginNoRead (13.41s) [2023-04-17T23:31:38.874Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.40s) [2023-04-17T23:31:38.874Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.34s) [2023-04-17T23:31:38.874Z] --- PASS: TestReadPluginNoRead/default (2.32s) [2023-04-17T23:31:38.874Z] PASS [2023-04-17T23:31:38.874Z] [2023-04-17T23:31:38.874Z] DONE 6 tests in 13.441s [2023-04-17T23:31:38.874Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2023-04-17T23:31:38.874Z] testing: warning: no tests to run [2023-04-17T23:31:38.874Z] PASS [2023-04-17T23:31:38.874Z] [2023-04-17T23:31:38.874Z] DONE 0 tests in 0.007s [2023-04-17T23:31:38.874Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2023-04-17T23:31:38.874Z] INFO: Testing against a local daemon [2023-04-17T23:31:38.874Z] === RUN TestPluginWithDevMounts [2023-04-17T23:31:38.874Z] mounts_test.go:20: (*Execution).IsRootless-fm [2023-04-17T23:31:38.874Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2023-04-17T23:31:38.874Z] PASS [2023-04-17T23:31:38.874Z] [2023-04-17T23:31:38.874Z] === Skipped [2023-04-17T23:31:38.874Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2023-04-17T23:31:38.874Z] mounts_test.go:20: (*Execution).IsRootless-fm [2023-04-17T23:31:38.874Z] [2023-04-17T23:31:38.874Z] DONE 1 tests, 1 skipped in 0.028s [2023-04-17T23:31:38.874Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2023-04-17T23:31:38.874Z] INFO: Testing against a local daemon [2023-04-17T23:31:38.874Z] === RUN TestSecretInspect [2023-04-17T23:31:38.874Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:38.874Z] --- SKIP: TestSecretInspect (0.01s) [2023-04-17T23:31:38.874Z] === RUN TestSecretList [2023-04-17T23:31:38.874Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:38.874Z] --- SKIP: TestSecretList (0.01s) [2023-04-17T23:31:38.874Z] === RUN TestSecretsCreateAndDelete [2023-04-17T23:31:38.874Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:38.874Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2023-04-17T23:31:38.874Z] === RUN TestSecretsUpdate [2023-04-17T23:31:38.874Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:38.874Z] --- SKIP: TestSecretsUpdate (0.01s) [2023-04-17T23:31:38.874Z] === RUN TestTemplatedSecret [2023-04-17T23:31:38.874Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:38.874Z] --- SKIP: TestTemplatedSecret (0.00s) [2023-04-17T23:31:38.874Z] === RUN TestSecretCreateResolve [2023-04-17T23:31:38.874Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:38.874Z] --- SKIP: TestSecretCreateResolve (0.01s) [2023-04-17T23:31:38.874Z] PASS [2023-04-17T23:31:38.874Z] [2023-04-17T23:31:38.874Z] === Skipped [2023-04-17T23:31:38.874Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2023-04-17T23:31:38.874Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:38.874Z] [2023-04-17T23:31:38.874Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2023-04-17T23:31:38.874Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:38.874Z] [2023-04-17T23:31:38.874Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2023-04-17T23:31:38.874Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:38.874Z] [2023-04-17T23:31:38.874Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2023-04-17T23:31:38.874Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:38.874Z] [2023-04-17T23:31:38.874Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2023-04-17T23:31:38.874Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:38.874Z] [2023-04-17T23:31:38.874Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2023-04-17T23:31:38.874Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:38.874Z] [2023-04-17T23:31:38.874Z] DONE 6 tests, 6 skipped in 0.080s [2023-04-17T23:31:38.874Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2023-04-17T23:31:38.874Z] INFO: Testing against a local daemon [2023-04-17T23:31:38.874Z] === RUN TestServiceCreateInit [2023-04-17T23:31:38.874Z] === RUN TestServiceCreateInit/daemonInitDisabled [2023-04-17T23:31:38.874Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:38.874Z] === RUN TestServiceCreateInit/daemonInitEnabled [2023-04-17T23:31:38.874Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:38.874Z] --- PASS: TestServiceCreateInit (0.01s) [2023-04-17T23:31:38.874Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2023-04-17T23:31:38.874Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2023-04-17T23:31:38.874Z] === RUN TestCreateServiceMultipleTimes [2023-04-17T23:31:38.874Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:38.874Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2023-04-17T23:31:38.874Z] === RUN TestCreateServiceConflict [2023-04-17T23:31:38.874Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:38.874Z] --- SKIP: TestCreateServiceConflict (0.01s) [2023-04-17T23:31:38.874Z] === RUN TestCreateServiceMaxReplicas [2023-04-17T23:31:38.874Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:38.874Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2023-04-17T23:31:38.874Z] === RUN TestCreateWithDuplicateNetworkNames [2023-04-17T23:31:38.874Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:38.874Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2023-04-17T23:31:38.874Z] === RUN TestCreateServiceSecretFileMode [2023-04-17T23:31:38.874Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:38.874Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2023-04-17T23:31:38.874Z] === RUN TestCreateServiceConfigFileMode [2023-04-17T23:31:38.874Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:38.874Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2023-04-17T23:31:38.874Z] === RUN TestCreateServiceSysctls [2023-04-17T23:31:38.874Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:38.874Z] --- SKIP: TestCreateServiceSysctls (0.01s) [2023-04-17T23:31:38.874Z] === RUN TestCreateServiceCapabilities [2023-04-17T23:31:38.874Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:38.874Z] --- SKIP: TestCreateServiceCapabilities (0.01s) [2023-04-17T23:31:38.874Z] === RUN TestInspect [2023-04-17T23:31:38.874Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:38.874Z] --- SKIP: TestInspect (0.01s) [2023-04-17T23:31:38.874Z] === RUN TestCreateJob [2023-04-17T23:31:38.874Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:38.874Z] --- SKIP: TestCreateJob (0.00s) [2023-04-17T23:31:38.874Z] === RUN TestReplicatedJob [2023-04-17T23:31:38.874Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:38.874Z] --- SKIP: TestReplicatedJob (0.00s) [2023-04-17T23:31:38.874Z] === RUN TestUpdateReplicatedJob [2023-04-17T23:31:38.874Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:38.874Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2023-04-17T23:31:38.874Z] === RUN TestServiceListWithStatuses [2023-04-17T23:31:38.874Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2023-04-17T23:31:38.874Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2023-04-17T23:31:38.874Z] === RUN TestDockerNetworkConnectAlias [2023-04-17T23:31:38.874Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:38.874Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2023-04-17T23:31:38.874Z] === RUN TestDockerNetworkReConnect [2023-04-17T23:31:38.874Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:38.874Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2023-04-17T23:31:38.874Z] === RUN TestServicePlugin [2023-04-17T23:31:42.137Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:42.137Z] --- SKIP: TestServicePlugin (2.85s) [2023-04-17T23:31:42.137Z] === RUN TestServiceUpdateLabel [2023-04-17T23:31:42.137Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:42.137Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2023-04-17T23:31:42.137Z] === RUN TestServiceUpdateSecrets [2023-04-17T23:31:42.137Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:42.137Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2023-04-17T23:31:42.137Z] === RUN TestServiceUpdateConfigs [2023-04-17T23:31:42.137Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:42.137Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2023-04-17T23:31:42.137Z] === RUN TestServiceUpdateNetwork [2023-04-17T23:31:42.137Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:42.137Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2023-04-17T23:31:42.137Z] === RUN TestServiceUpdatePidsLimit [2023-04-17T23:31:42.137Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:42.137Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2023-04-17T23:31:42.137Z] PASS [2023-04-17T23:31:42.137Z] [2023-04-17T23:31:42.137Z] === Skipped [2023-04-17T23:31:42.137Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2023-04-17T23:31:42.137Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:42.137Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2023-04-17T23:31:42.137Z] [2023-04-17T23:31:42.137Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2023-04-17T23:31:42.137Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:42.137Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2023-04-17T23:31:42.137Z] [2023-04-17T23:31:42.137Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2023-04-17T23:31:42.137Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:42.137Z] [2023-04-17T23:31:42.137Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2023-04-17T23:31:42.137Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:42.137Z] [2023-04-17T23:31:42.137Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2023-04-17T23:31:42.137Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:42.137Z] [2023-04-17T23:31:42.137Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2023-04-17T23:31:42.137Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:42.137Z] [2023-04-17T23:31:42.137Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2023-04-17T23:31:42.137Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:42.137Z] [2023-04-17T23:31:42.137Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2023-04-17T23:31:42.137Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:42.137Z] [2023-04-17T23:31:42.137Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.01s) [2023-04-17T23:31:42.137Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:42.137Z] [2023-04-17T23:31:42.137Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.01s) [2023-04-17T23:31:42.137Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:42.137Z] [2023-04-17T23:31:42.137Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2023-04-17T23:31:42.137Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:42.137Z] [2023-04-17T23:31:42.137Z] === SKIP: amd64.integration.service TestCreateJob (0.00s) [2023-04-17T23:31:42.137Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:42.137Z] [2023-04-17T23:31:42.137Z] === SKIP: amd64.integration.service TestReplicatedJob (0.00s) [2023-04-17T23:31:42.137Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:42.137Z] [2023-04-17T23:31:42.137Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2023-04-17T23:31:42.137Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:42.137Z] [2023-04-17T23:31:42.137Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2023-04-17T23:31:42.137Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2023-04-17T23:31:42.137Z] [2023-04-17T23:31:42.137Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2023-04-17T23:31:42.137Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:42.137Z] [2023-04-17T23:31:42.137Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2023-04-17T23:31:42.137Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:42.137Z] [2023-04-17T23:31:42.137Z] === SKIP: amd64.integration.service TestServicePlugin (2.85s) [2023-04-17T23:31:42.137Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:42.137Z] [2023-04-17T23:31:42.137Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2023-04-17T23:31:42.137Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:42.137Z] [2023-04-17T23:31:42.137Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2023-04-17T23:31:42.137Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:42.137Z] [2023-04-17T23:31:42.137Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2023-04-17T23:31:42.137Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:42.137Z] [2023-04-17T23:31:42.137Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2023-04-17T23:31:42.137Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:42.137Z] [2023-04-17T23:31:42.137Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.01s) [2023-04-17T23:31:42.137Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-04-17T23:31:42.137Z] [2023-04-17T23:31:42.137Z] DONE 24 tests, 23 skipped in 3.092s [2023-04-17T23:31:42.137Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2023-04-17T23:31:42.137Z] INFO: Testing against a local daemon [2023-04-17T23:31:42.137Z] === RUN TestSessionCreate [2023-04-17T23:31:42.137Z] --- PASS: TestSessionCreate (0.02s) [2023-04-17T23:31:42.137Z] === RUN TestSessionCreateWithBadUpgrade [2023-04-17T23:31:42.137Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2023-04-17T23:31:42.137Z] PASS [2023-04-17T23:31:42.137Z] [2023-04-17T23:31:42.137Z] DONE 2 tests in 0.059s [2023-04-17T23:31:42.137Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2023-04-17T23:31:42.137Z] INFO: Testing against a local daemon [2023-04-17T23:31:42.137Z] === RUN TestCgroupDriverSystemdMemoryLimit [2023-04-17T23:31:42.137Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2023-04-17T23:31:42.137Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2023-04-17T23:31:42.137Z] === RUN TestEventsExecDie [2023-04-17T23:31:42.392Z] --- PASS: TestEventsExecDie (0.51s) [2023-04-17T23:31:42.392Z] === RUN TestEventsBackwardsCompatible [2023-04-17T23:31:42.392Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2023-04-17T23:31:42.392Z] === RUN TestInfoBinaryCommits [2023-04-17T23:31:42.392Z] --- PASS: TestInfoBinaryCommits (0.01s) [2023-04-17T23:31:42.392Z] === RUN TestInfoAPIVersioned [2023-04-17T23:31:42.392Z] --- PASS: TestInfoAPIVersioned (0.00s) [2023-04-17T23:31:42.392Z] === RUN TestInfoDiscoveryBackend [2023-04-17T23:31:44.278Z] --- PASS: TestInfoDiscoveryBackend (1.56s) [2023-04-17T23:31:44.278Z] === RUN TestInfoDiscoveryInvalidAdvertise [2023-04-17T23:31:45.695Z] ---> 8071aec8e683 [2023-04-17T23:31:45.695Z] Successfully built 8071aec8e683 [2023-04-17T23:31:45.695Z] Successfully tagged docker:latest [2023-04-17T23:31:45.695Z] INFO: Image build ended at 04/17/2023 23:31:45. Duration:00:02:59.1461957 [2023-04-17T23:31:46.163Z] [2023-04-17T23:31:46.163Z] [2023-04-17T23:31:46.163Z] INFO: Building the test binaries at 04/17/2023 23:31:45... [2023-04-17T23:31:46.984Z] #37 480.1 # github.com/containerd/containerd/cmd/containerd [2023-04-17T23:31:46.984Z] #37 480.1 /usr/bin/ld: /tmp/go-link-871350012/000019.o: in function `New': [2023-04-17T23:31:46.984Z] #37 480.1 /tmp/tmp.rKwUzUYiMD/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2023-04-17T23:31:46.984Z] #37 480.4 + bin/containerd-stress [2023-04-17T23:31:46.984Z] #37 481.7 + bin/containerd-shim [2023-04-17T23:31:47.540Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.37s) [2023-04-17T23:31:47.540Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2023-04-17T23:31:47.540Z] info_linux_test.go:96: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-04-17T23:31:47.540Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2023-04-17T23:31:47.540Z] === RUN TestInfoAPI [2023-04-17T23:31:47.540Z] --- PASS: TestInfoAPI (0.02s) [2023-04-17T23:31:47.540Z] === RUN TestInfoAPIWarnings [2023-04-17T23:31:50.944Z] INFO: make.ps1 starting at 04/17/2023 23:31:50 [2023-04-17T23:31:50.944Z] INFO: Git commit (ad45ece6fe) assumed from DOCKER_GITCOMMIT environment variable [2023-04-17T23:31:50.944Z] INFO: Invoking autogen... [2023-04-17T23:31:51.412Z] INFO: Building daemon... [2023-04-17T23:31:51.958Z] ok github.com/docker/docker/cmd/dockerd 0.068s coverage: 29.0% of statements [2023-04-17T23:31:51.958Z] ok github.com/docker/docker/container 0.116s coverage: 34.5% of statements [2023-04-17T23:31:51.958Z] ? github.com/docker/docker/container/stream [no test files] [2023-04-17T23:31:51.958Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2023-04-17T23:31:51.958Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2023-04-17T23:31:51.958Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2023-04-17T23:31:55.120Z] #37 493.1 + bin/containerd-shim-runc-v1 [2023-04-17T23:31:56.160Z] ok github.com/docker/docker/daemon/cluster 0.053s coverage: 0.5% of statements [2023-04-17T23:31:57.543Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.015s coverage: 65.3% of statements [2023-04-17T23:31:58.485Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 35.9% of statements [2023-04-17T23:32:01.701Z] #37 499.6 + bin/containerd-shim-runc-v2 [2023-04-17T23:32:01.701Z] #37 500.4 + binaries [2023-04-17T23:32:01.701Z] #37 500.4 + install -D bin/containerd /build/containerd [2023-04-17T23:32:01.701Z] #37 500.4 + install -D bin/containerd-shim /build/containerd-shim [2023-04-17T23:32:01.701Z] #37 500.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2023-04-17T23:32:01.701Z] #37 500.4 + install -D bin/ctr /build/ctr [2023-04-17T23:32:04.996Z] #37 DONE 503.6s [2023-04-17T23:32:05.064Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.440s coverage: 13.8% of statements [2023-04-17T23:32:05.572Z] --- PASS: TestInfoAPIWarnings (17.34s) [2023-04-17T23:32:05.572Z] === RUN TestInfoDebug [2023-04-17T23:32:06.004Z] ok github.com/docker/docker/daemon/config 0.024s coverage: 81.8% of statements [2023-04-17T23:32:06.264Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2023-04-17T23:32:06.497Z] --- PASS: TestInfoDebug (1.56s) [2023-04-17T23:32:06.497Z] === RUN TestInfoInsecureRegistries [2023-04-17T23:32:06.835Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2023-04-17T23:32:07.406Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2023-04-17T23:32:07.859Z] --- PASS: TestInfoInsecureRegistries (1.57s) [2023-04-17T23:32:07.859Z] === RUN TestInfoRegistryMirrors [2023-04-17T23:32:08.790Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.527s coverage: 74.6% of statements [2023-04-17T23:32:09.193Z] [2023-04-17T23:32:09.193Z] #65 [dev-systemd-false 23/27] COPY --from=containerd /build/ /usr/local/bin/ [2023-04-17T23:32:09.730Z] ok github.com/docker/docker/daemon 12.092s coverage: 17.1% of statements [2023-04-17T23:32:09.730Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2023-04-17T23:32:09.730Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2023-04-17T23:32:09.730Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2023-04-17T23:32:09.730Z] ? github.com/docker/docker/daemon/exec [no test files] [2023-04-17T23:32:09.745Z] --- PASS: TestInfoRegistryMirrors (1.56s) [2023-04-17T23:32:09.745Z] === RUN TestLoginFailsWithBadCredentials [2023-04-17T23:32:09.745Z] --- PASS: TestLoginFailsWithBadCredentials (0.38s) [2023-04-17T23:32:09.745Z] === RUN TestPingCacheHeaders [2023-04-17T23:32:09.745Z] --- PASS: TestPingCacheHeaders (0.01s) [2023-04-17T23:32:09.745Z] === RUN TestPingGet [2023-04-17T23:32:09.745Z] --- PASS: TestPingGet (0.01s) [2023-04-17T23:32:09.745Z] === RUN TestPingHead [2023-04-17T23:32:09.745Z] --- PASS: TestPingHead (0.01s) [2023-04-17T23:32:09.745Z] === RUN TestVersion [2023-04-17T23:32:09.745Z] --- PASS: TestVersion (0.01s) [2023-04-17T23:32:09.745Z] PASS [2023-04-17T23:32:09.745Z] [2023-04-17T23:32:09.745Z] === Skipped [2023-04-17T23:32:09.745Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2023-04-17T23:32:09.745Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2023-04-17T23:32:09.745Z] [2023-04-17T23:32:09.745Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2023-04-17T23:32:09.745Z] info_linux_test.go:96: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-04-17T23:32:09.745Z] [2023-04-17T23:32:09.745Z] DONE 18 tests, 2 skipped in 28.008s [2023-04-17T23:32:09.745Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2023-04-17T23:32:09.745Z] INFO: Testing against a local daemon [2023-04-17T23:32:09.745Z] === RUN TestVolumesCreateAndList [2023-04-17T23:32:10.000Z] --- PASS: TestVolumesCreateAndList (0.02s) [2023-04-17T23:32:10.000Z] === RUN TestVolumesRemove [2023-04-17T23:32:10.000Z] --- PASS: TestVolumesRemove (0.05s) [2023-04-17T23:32:10.000Z] === RUN TestVolumesInspect [2023-04-17T23:32:10.000Z] --- PASS: TestVolumesInspect (0.01s) [2023-04-17T23:32:10.000Z] === RUN TestVolumesInvalidJSON [2023-04-17T23:32:10.000Z] === RUN TestVolumesInvalidJSON//volumes/create [2023-04-17T23:32:10.000Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2023-04-17T23:32:10.000Z] === CONT TestVolumesInvalidJSON//volumes/create [2023-04-17T23:32:10.000Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2023-04-17T23:32:10.000Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2023-04-17T23:32:10.000Z] PASS [2023-04-17T23:32:10.000Z] [2023-04-17T23:32:10.000Z] DONE 5 tests in 0.118s [2023-04-17T23:32:10.000Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2023-04-17T23:32:10.149Z] #65 DONE 1.3s [2023-04-17T23:32:10.255Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 18815 is not a child of this shell [2023-04-17T23:32:10.255Z] warning: PID 18815 from bundles/test-integration/docker.pid had a nonzero exit code [2023-04-17T23:32:10.255Z] Leaving: AppArmorNo profiles have been unloaded. [2023-04-17T23:32:10.255Z] [2023-04-17T23:32:10.255Z] Unloading profiles will leave already running processes permanently [2023-04-17T23:32:10.255Z] unconfined, which can lead to unexpected situations. [2023-04-17T23:32:10.255Z] [2023-04-17T23:32:10.255Z] To set a process to complain mode, use the command line tool [2023-04-17T23:32:10.255Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2023-04-17T23:32:10.255Z] Removing test suite binaries [2023-04-17T23:32:10.255Z] exiting test-integration [2023-04-17T23:32:10.255Z] ++ exit 0 [2023-04-17T23:32:10.300Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 2.9% of statements [2023-04-17T23:32:10.418Z] [2023-04-17T23:32:10.418Z] #66 [dev-systemd-false 24/27] COPY --from=rootlesskit /build/ /usr/local/bin/ [2023-04-17T23:32:10.561Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.325s coverage: 60.7% of statements [2023-04-17T23:32:10.697Z] #66 DONE 0.3s [2023-04-17T23:32:10.697Z] [2023-04-17T23:32:10.697Z] #67 [dev-systemd-false 25/27] COPY --from=vpnkit /build/ /usr/local/bin/ [2023-04-17T23:32:11.180Z] [2023-04-17T23:32:11.946Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.007s coverage: 1.8% of statements [2023-04-17T23:32:12.077Z] #67 DONE 1.4s [2023-04-17T23:32:12.077Z] [2023-04-17T23:32:12.077Z] #68 [dev-systemd-false 26/27] COPY --from=proxy /build/ /usr/local/bin/ [2023-04-17T23:32:12.077Z] #68 DONE 0.1s [2023-04-17T23:32:12.077Z] [2023-04-17T23:32:12.077Z] #69 [dev-systemd-false 27/27] WORKDIR /go/src/github.com/docker/docker [2023-04-17T23:32:12.077Z] #69 DONE 0.0s [2023-04-17T23:32:12.077Z] [2023-04-17T23:32:12.077Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2023-04-17T23:32:12.224Z] #37 473.7 # github.com/containerd/containerd/cmd/containerd [2023-04-17T23:32:12.224Z] #37 473.7 /usr/bin/ld: /tmp/go-link-1987150468/000019.o: in function `New': [2023-04-17T23:32:12.224Z] #37 473.7 /tmp/tmp.vmczOZGnkN/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2023-04-17T23:32:12.224Z] #37 473.8 + bin/containerd-stress [2023-04-17T23:32:12.224Z] #37 475.0 + bin/containerd-shim Post stage [Pipeline] junit [2023-04-17T23:32:13.074Z] Recording test results [2023-04-17T23:32:13.335Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.162s coverage: 50.5% of statements [2023-04-17T23:32:14.254Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2023-04-17T23:32:14.576Z] + echo Ensuring container killed. [2023-04-17T23:32:14.576Z] Ensuring container killed. [2023-04-17T23:32:14.576Z] + docker rm -vf docker-pr4 [2023-04-17T23:32:14.576Z] Error response from daemon: No such container: docker-pr4 [Pipeline] sh [2023-04-17T23:32:14.847Z] + echo Chowning /workspace to jenkins user [2023-04-17T23:32:14.847Z] Chowning /workspace to jenkins user [2023-04-17T23:32:14.847Z] + id -u [2023-04-17T23:32:14.847Z] + id -g [2023-04-17T23:32:14.847Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45349:/workspace busybox chown -R 1000:1000 /workspace [2023-04-17T23:32:14.847Z] Unable to find image 'busybox:latest' locally [2023-04-17T23:32:14.847Z] latest: Pulling from library/busybox [2023-04-17T23:32:14.847Z] 4b35f584bb4f: Pulling fs layer [2023-04-17T23:32:15.103Z] 4b35f584bb4f: Verifying Checksum [2023-04-17T23:32:15.103Z] 4b35f584bb4f: Download complete [2023-04-17T23:32:15.103Z] 4b35f584bb4f: Pull complete [2023-04-17T23:32:15.103Z] Digest: sha256:b5d6fe0712636ceb7430189de28819e195e8966372edfc2d9409d79402a0dc16 [2023-04-17T23:32:15.103Z] Status: Downloaded newer image for busybox:latest [2023-04-17T23:32:15.251Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.763s coverage: 45.9% of statements [2023-04-17T23:32:15.251Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2023-04-17T23:32:15.511Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 1.079s coverage: 58.0% of statements [2023-04-17T23:32:15.511Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2023-04-17T23:32:15.511Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2023-04-17T23:32:15.772Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.009s coverage: 58.8% of statements [2023-04-17T23:32:16.713Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.009s coverage: 3.0% of statements [Pipeline] catchError [Pipeline] { [Pipeline] sh [2023-04-17T23:32:17.284Z] ok github.com/docker/docker/daemon/links 0.006s coverage: 93.0% of statements [2023-04-17T23:32:17.315Z] + bundleName=amd64-rootless [2023-04-17T23:32:17.315Z] + echo Creating amd64-rootless-bundles.tar.gz [2023-04-17T23:32:17.315Z] Creating amd64-rootless-bundles.tar.gz [2023-04-17T23:32:17.315Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml+ ) -print [2023-04-17T23:32:17.315Z] xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2023-04-17T23:32:17.324Z] Archiving artifacts [2023-04-17T23:32:17.496Z] #37 486.7 + bin/containerd-shim-runc-v1 [2023-04-17T23:32:17.856Z] ok github.com/docker/docker/daemon/images 0.015s coverage: 6.6% of statements [2023-04-17T23:32:17.856Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2023-04-17T23:32:17.856Z] ? github.com/docker/docker/daemon/listeners [no test files] [2023-04-17T23:32:18.797Z] ok github.com/docker/docker/daemon/logger 0.229s coverage: 43.2% of statements [2023-04-17T23:32:18.880Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-45349/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2023-04-17T23:32:19.058Z] ok github.com/docker/docker/daemon/logger/awslogs 0.145s coverage: 76.8% of statements [2023-04-17T23:32:19.058Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2023-04-17T23:32:19.058Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2023-04-17T23:32:19.219Z] + make clean [2023-04-17T23:32:19.318Z] ok github.com/docker/docker/daemon/logger/gelf 0.007s coverage: 67.0% of statements [2023-04-17T23:32:19.475Z] docker volume rm -f docker-dev-cache [2023-04-17T23:32:19.475Z] docker-dev-cache [Pipeline] deleteDir [2023-04-17T23:32:19.578Z] ok github.com/docker/docker/daemon/logger/journald 0.005s coverage: 23.9% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-04-17T23:32:20.148Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.016s coverage: 69.9% of statements [2023-04-17T23:32:20.148Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 87.2% of statements [2023-04-17T23:32:20.202Z] #70 DONE 6.9s [2023-04-17T23:32:20.202Z] [2023-04-17T23:32:20.202Z] #71 exporting to image [2023-04-17T23:32:20.202Z] #71 exporting layers [2023-04-17T23:32:20.719Z] ok github.com/docker/docker/daemon/logger/local 0.018s coverage: 78.7% of statements [2023-04-17T23:32:20.719Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2023-04-17T23:32:20.980Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.049s coverage: 58.2% of statements [2023-04-17T23:32:21.240Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.008s coverage: 31.5% of statements [2023-04-17T23:32:22.181Z] ok github.com/docker/docker/daemon/logger/syslog 0.006s coverage: 46.8% of statements [2023-04-17T23:32:22.181Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2023-04-17T23:32:22.751Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2023-04-17T23:32:23.691Z] ok github.com/docker/docker/daemon/logger/splunk 1.534s coverage: 82.5% of statements [2023-04-17T23:32:23.691Z] ? github.com/docker/docker/daemon/names [no test files] [2023-04-17T23:32:23.691Z] ? github.com/docker/docker/daemon/stats [no test files] [2023-04-17T23:32:24.063Z] #37 493.2 + bin/containerd-shim-runc-v2 [2023-04-17T23:32:24.063Z] #37 494.0 + binaries [2023-04-17T23:32:24.324Z] #37 494.0 + install -D bin/containerd /build/containerd [2023-04-17T23:32:24.324Z] #37 494.0 + install -D bin/containerd-shim /build/containerd-shim [2023-04-17T23:32:24.324Z] #37 494.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2023-04-17T23:32:24.324Z] #37 494.1 + install -D bin/ctr /build/ctr [2023-04-17T23:32:24.632Z] ok github.com/docker/docker/distribution/metadata 0.027s coverage: 48.2% of statements [2023-04-17T23:32:24.893Z] ok github.com/docker/docker/distribution 0.595s coverage: 29.0% of statements [2023-04-17T23:32:24.893Z] ? github.com/docker/docker/distribution/utils [no test files] [2023-04-17T23:32:25.464Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2023-04-17T23:32:26.035Z] ok github.com/docker/docker/image 0.015s coverage: 86.8% of statements [2023-04-17T23:32:26.606Z] ok github.com/docker/docker/image/cache 0.007s coverage: 19.2% of statements [2023-04-17T23:32:26.775Z] #71 exporting layers 7.5s done [2023-04-17T23:32:26.776Z] #71 writing image sha256:081b4140edde6b52e33f02049784a513aaa2a3b4df2cd0db16305512a5aed077 done [2023-04-17T23:32:26.776Z] #71 naming to docker.io/library/docker:ad45ece6fe93c6870080341daa12fe8da6271fa9 done [2023-04-17T23:32:26.776Z] #71 DONE 7.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2023-04-17T23:32:26.870Z] ok github.com/docker/docker/image/v1 0.008s coverage: 25.0% of statements [2023-04-17T23:32:26.925Z] #37 DONE 496.2s [2023-04-17T23:32:27.112Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45349/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-45349/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ad45ece6fe93c6870080341daa12fe8da6271fa9 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:ad45ece6fe93c6870080341daa12fe8da6271fa9 hack/validate/default [2023-04-17T23:32:27.130Z] ok github.com/docker/docker/distribution/xfer 1.911s coverage: 85.1% of statements [2023-04-17T23:32:27.130Z] ? github.com/docker/docker/dockerversion [no test files] [2023-04-17T23:32:27.130Z] ? github.com/docker/docker/image/tarexport [no test files] [2023-04-17T23:32:27.130Z] ? github.com/docker/docker/internal/test/suite [no test files] [2023-04-17T23:32:27.391Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2023-04-17T23:32:27.878Z] [2023-04-17T23:32:27.878Z] #65 [dev-systemd-false 23/27] COPY --from=containerd /build/ /usr/local/bin/ [2023-04-17T23:32:27.962Z] ok github.com/docker/docker/oci 0.014s coverage: 40.6% of statements [2023-04-17T23:32:28.050Z] Congratulations! All commits are properly signed with the DCO! [2023-04-17T23:32:28.460Z] #65 DONE 0.9s [2023-04-17T23:32:28.725Z] [2023-04-17T23:32:28.725Z] #66 [dev-systemd-false 24/27] COPY --from=rootlesskit /build/ /usr/local/bin/ [2023-04-17T23:32:28.725Z] #66 DONE 0.3s [2023-04-17T23:32:28.902Z] ok github.com/docker/docker/opts 0.016s coverage: 67.1% of statements [2023-04-17T23:32:28.902Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2023-04-17T23:32:28.992Z] Congratulations! Seccomp profile generation is done correctly. [2023-04-17T23:32:28.992Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2023-04-17T23:32:28.999Z] [2023-04-17T23:32:28.999Z] #67 [dev-systemd-false 25/27] COPY --from=vpnkit /build/ /usr/local/bin/ [2023-04-17T23:32:29.962Z] #67 DONE 0.9s [2023-04-17T23:32:29.962Z] [2023-04-17T23:32:29.962Z] #68 [dev-systemd-false 26/27] COPY --from=proxy /build/ /usr/local/bin/ [2023-04-17T23:32:29.962Z] #68 DONE 0.1s [2023-04-17T23:32:29.962Z] [2023-04-17T23:32:29.962Z] #69 [dev-systemd-false 27/27] WORKDIR /go/src/github.com/docker/docker [2023-04-17T23:32:29.962Z] #69 DONE 0.0s [2023-04-17T23:32:29.962Z] [2023-04-17T23:32:29.962Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2023-04-17T23:32:30.812Z] ok github.com/docker/docker/pkg/archive 0.315s coverage: 82.3% of statements [2023-04-17T23:32:31.336Z] #70 DONE 1.3s [2023-04-17T23:32:31.336Z] [2023-04-17T23:32:31.336Z] #71 exporting to image [2023-04-17T23:32:31.336Z] #71 exporting layers [2023-04-17T23:32:32.194Z] ok github.com/docker/docker/pkg/authorization 1.174s coverage: 68.3% of statements [2023-04-17T23:32:32.455Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2023-04-17T23:32:32.746Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2023-04-17T23:32:36.084Z] ok github.com/docker/docker/pkg/chrootarchive 2.532s coverage: 43.5% of statements [2023-04-17T23:32:36.084Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2023-04-17T23:32:36.084Z] ok github.com/docker/docker/layer 7.570s coverage: 68.8% of statements [2023-04-17T23:32:36.084Z] ? github.com/docker/docker/libcontainerd [no test files] [2023-04-17T23:32:36.084Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2023-04-17T23:32:36.084Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2023-04-17T23:32:36.084Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2023-04-17T23:32:36.084Z] ? github.com/docker/docker/oci/caps [no test files] [2023-04-17T23:32:36.084Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2023-04-17T23:32:36.084Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2023-04-17T23:32:36.345Z] ok github.com/docker/docker/pkg/discovery 0.008s coverage: 58.3% of statements [2023-04-17T23:32:36.602Z] #71 exporting layers 5.6s done [2023-04-17T23:32:36.602Z] #71 writing image sha256:3b10582316109e48ac2236465599c1575d22e6e7ab35655039a35dadf91b00e4 done [2023-04-17T23:32:36.602Z] #71 naming to docker.io/library/docker:ad45ece6fe93c6870080341daa12fe8da6271fa9 done [2023-04-17T23:32:36.602Z] #71 DONE 5.6s [2023-04-17T23:32:36.605Z] ok github.com/docker/docker/pkg/discovery/file 0.007s coverage: 97.6% of statements [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2023-04-17T23:32:36.866Z] ok github.com/docker/docker/pkg/discovery/memory 0.003s coverage: 92.3% of statements [2023-04-17T23:32:36.942Z] + trap exit INT TERM [2023-04-17T23:32:36.942Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2023-04-17T23:32:36.942Z] + CONTAINER_NAME=docker-pr4 [2023-04-17T23:32:36.942Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45349/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-45349/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ad45ece6fe93c6870080341daa12fe8da6271fa9 -e DOCKER_GRAPHDRIVER docker:ad45ece6fe93c6870080341daa12fe8da6271fa9 hack/make.sh dynbinary-daemon [2023-04-17T23:32:37.125Z] Congratulations! The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0 [2023-04-17T23:32:37.127Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2023-04-17T23:32:37.387Z] ok github.com/docker/docker/pkg/dmesg 0.009s coverage: 83.3% of statements [2023-04-17T23:32:38.069Z] Congratulations! All API changes are done the right way. [2023-04-17T23:32:38.069Z] Congratulations! All TOML source files changed here have valid syntax. [2023-04-17T23:32:38.069Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2023-04-17T23:32:38.069Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2023-04-17T23:32:38.069Z] Congratulations! No new tests were added to integration-cli. [2023-04-17T23:32:38.069Z] [2023-04-17T23:32:38.069Z] INFO Start validation with golang-ci-lint [2023-04-17T23:32:38.069Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2023-04-17T23:32:38.069Z] INFO [lintersdb] Active 11 linters: [goimports gosec gosimple govet ineffassign misspell revive staticcheck typecheck unconvert unused] [2023-04-17T23:32:38.069Z] INFO [loader] Using build tags: [apparmor seccomp] [2023-04-17T23:32:38.327Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements [2023-04-17T23:32:38.840Z] [2023-04-17T23:32:38.840Z] Removing bundles/ [2023-04-17T23:32:38.840Z] [2023-04-17T23:32:38.840Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2023-04-17T23:32:38.840Z] Building: bundles/dynbinary-daemon/dockerd-dev [2023-04-17T23:32:38.840Z] GOOS="" GOARCH="" GOARM="" [2023-04-17T23:32:38.897Z] ok github.com/docker/docker/pkg/fileutils 0.009s coverage: 86.5% of statements [2023-04-17T23:32:39.470Z] ok github.com/docker/docker/pkg/fsutils 0.184s coverage: 85.1% of statements [2023-04-17T23:32:39.731Z] ok github.com/docker/docker/pkg/homedir 0.005s coverage: 11.4% of statements [2023-04-17T23:32:39.731Z] ok github.com/docker/docker/pkg/discovery/kv 3.029s coverage: 84.1% of statements [2023-04-17T23:32:40.672Z] ok github.com/docker/docker/pkg/idtools 0.381s coverage: 69.5% of statements [2023-04-17T23:32:40.672Z] ok github.com/docker/docker/pkg/ioutils 0.348s coverage: 69.3% of statements [2023-04-17T23:32:41.243Z] ok github.com/docker/docker/pkg/longpath 0.003s coverage: 100.0% of statements [2023-04-17T23:32:41.243Z] ok github.com/docker/docker/pkg/jsonmessage 0.006s coverage: 91.7% of statements [2023-04-17T23:32:41.243Z] ? github.com/docker/docker/pkg/locker [no test files] [2023-04-17T23:32:41.243Z] ? github.com/docker/docker/pkg/loopback [no test files] [2023-04-17T23:32:41.243Z] ? github.com/docker/docker/pkg/mount [no test files] [2023-04-17T23:32:41.243Z] ok github.com/docker/docker/pkg/namesgenerator 0.003s coverage: 85.7% of statements [2023-04-17T23:32:41.243Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2023-04-17T23:32:41.243Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2023-04-17T23:32:41.503Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2023-04-17T23:32:41.763Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.012s coverage: 86.7% of statements [2023-04-17T23:32:41.763Z] ok github.com/docker/docker/pkg/pidfile 0.005s coverage: 82.4% of statements [2023-04-17T23:32:41.763Z] ? github.com/docker/docker/pkg/platform [no test files] [2023-04-17T23:32:41.763Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2023-04-17T23:32:42.333Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.013s coverage: 56.8% of statements [2023-04-17T23:32:42.904Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2023-04-17T23:32:43.164Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2023-04-17T23:32:43.164Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2023-04-17T23:32:44.544Z] ok github.com/docker/docker/pkg/pubsub 1.044s coverage: 75.0% of statements [2023-04-17T23:32:44.805Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2023-04-17T23:32:49.010Z] ok github.com/docker/docker/pkg/signal 3.346s coverage: 62.3% of statements [2023-04-17T23:32:49.010Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2023-04-17T23:32:49.010Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2023-04-17T23:32:49.270Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2023-04-17T23:32:49.841Z] ok github.com/docker/docker/pkg/sysinfo 0.007s coverage: 52.5% of statements [2023-04-17T23:32:50.101Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 36.9% of statements [2023-04-17T23:32:50.362Z] ok github.com/docker/docker/pkg/tailfile 0.045s coverage: 88.6% of statements [2023-04-17T23:32:50.932Z] ok github.com/docker/docker/pkg/tarsum 0.045s coverage: 89.3% of statements [2023-04-17T23:32:51.192Z] coverage: [no statements] [2023-04-17T23:32:51.192Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2023-04-17T23:32:51.452Z] ok github.com/docker/docker/pkg/truncindex 0.103s coverage: 91.5% of statements [2023-04-17T23:32:51.713Z] ok github.com/docker/docker/pkg/urlutil 0.003s coverage: 100.0% of statements [2023-04-17T23:32:51.713Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2023-04-17T23:32:53.624Z] ok github.com/docker/docker/plugin 0.528s coverage: 23.2% of statements [2023-04-17T23:32:53.885Z] ok github.com/docker/docker/plugin/v2 0.004s coverage: 14.4% of statements [2023-04-17T23:32:54.455Z] ok github.com/docker/docker/profiles/seccomp 0.007s coverage: 85.6% of statements [2023-04-17T23:32:55.397Z] ok github.com/docker/docker/quota 0.188s coverage: 71.4% of statements [2023-04-17T23:32:55.658Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2023-04-17T23:32:57.041Z] ok github.com/docker/docker/registry 0.081s coverage: 57.3% of statements [2023-04-17T23:32:57.301Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2023-04-17T23:32:57.301Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2023-04-17T23:32:57.872Z] ok github.com/docker/docker/runconfig 0.009s coverage: 66.1% of statements [2023-04-17T23:32:58.132Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2023-04-17T23:33:00.043Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2023-04-17T23:33:00.305Z] ok github.com/docker/docker/volume/local 0.078s coverage: 76.4% of statements [2023-04-17T23:33:00.875Z] ok github.com/docker/docker/volume/mounts 0.020s coverage: 67.0% of statements [2023-04-17T23:33:02.257Z] ok github.com/docker/docker/volume/service 0.014s coverage: 73.1% of statements [2023-04-17T23:33:03.707Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2023-04-17T23:33:03.707Z] [2023-04-17T23:33:03.707Z] ________ ____ __. [2023-04-17T23:33:03.707Z] \_____ \ | |/ _| [2023-04-17T23:33:03.707Z] / | \| < [2023-04-17T23:33:03.707Z] / | \ | \ [2023-04-17T23:33:03.707Z] \_______ /____|__ \ [2023-04-17T23:33:03.707Z] \/ \/ [2023-04-17T23:33:03.707Z] [2023-04-17T23:33:03.707Z] INFO: make.ps1 ended at 04/17/2023 23:33:00 [2023-04-17T23:33:03.707Z] INFO: Binaries build ended at 04/17/2023 23:33:01. Duration:00:01:15.6384149 [2023-04-17T23:33:03.707Z] INFO: Copying the built daemon binary to d:\CI\PR-45349\4\binary\dockerd-ad45ece6fe.exe... [2023-04-17T23:33:03.707Z] INFO: Copying the built client binary to d:\CI\PR-45349\4\binary\docker-ad45ece6fe.exe... [2023-04-17T23:33:03.707Z] INFO: Copying dockerversion from the container... [2023-04-17T23:33:03.707Z] INFO: Copying the golang package from the container to d:\CI\PR-45349\4\installer\go.zip... [2023-04-17T23:33:03.707Z] INFO: Extracting go.zip to d:\CI\PR-45349\4\go [2023-04-17T23:33:17.150Z] ok github.com/docker/docker/pkg/plugins 33.636s coverage: 76.3% of statements [2023-04-17T23:33:17.150Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2023-04-17T23:33:17.150Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2023-04-17T23:33:17.150Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2023-04-17T23:33:17.150Z] ? github.com/docker/docker/pkg/symlink [no test files] [2023-04-17T23:33:17.150Z] ? github.com/docker/docker/pkg/term [no test files] [2023-04-17T23:33:17.150Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2023-04-17T23:33:17.150Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2023-04-17T23:33:17.150Z] ? github.com/docker/docker/rootless [no test files] [2023-04-17T23:33:17.150Z] ? github.com/docker/docker/rootless/specconv [no test files] [2023-04-17T23:33:17.150Z] ? github.com/docker/docker/runconfig/opts [no test files] [2023-04-17T23:33:17.150Z] ? github.com/docker/docker/testutil/daemon [no test files] [2023-04-17T23:33:17.150Z] ? github.com/docker/docker/testutil/environment [no test files] [2023-04-17T23:33:17.150Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2023-04-17T23:33:17.150Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2023-04-17T23:33:17.150Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2023-04-17T23:33:17.150Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2023-04-17T23:33:17.150Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2023-04-17T23:33:17.150Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2023-04-17T23:33:17.150Z] ? github.com/docker/docker/testutil/registry [no test files] [2023-04-17T23:33:17.150Z] ? github.com/docker/docker/testutil/request [no test files] [2023-04-17T23:33:17.150Z] ? github.com/docker/docker/volume [no test files] [2023-04-17T23:33:17.150Z] ? github.com/docker/docker/volume/service/opts [no test files] [2023-04-17T23:33:17.150Z] ? github.com/docker/docker/volume/testutils [no test files] [2023-04-17T23:33:17.150Z] [2023-04-17T23:33:17.150Z] === Skipped [2023-04-17T23:33:17.150Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2023-04-17T23:33:17.150Z] exec_linux_test.go:19: requires AppArmor to be enabled [2023-04-17T23:33:17.150Z] [2023-04-17T23:33:17.150Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2023-04-17T23:33:17.150Z] exec_linux_test.go:39: requires AppArmor to be enabled [2023-04-17T23:33:17.150Z] [2023-04-17T23:33:17.150Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2023-04-17T23:33:17.150Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-04-17T23:33:17.150Z] graphtest_unix.go:46: Driver btrfs not supported [2023-04-17T23:33:17.150Z] [2023-04-17T23:33:17.150Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2023-04-17T23:33:17.150Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-04-17T23:33:17.150Z] graphtest_unix.go:46: Driver btrfs not supported [2023-04-17T23:33:17.150Z] [2023-04-17T23:33:17.150Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2023-04-17T23:33:17.150Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-04-17T23:33:17.150Z] graphtest_unix.go:46: Driver btrfs not supported [2023-04-17T23:33:17.150Z] [2023-04-17T23:33:17.150Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2023-04-17T23:33:17.150Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-04-17T23:33:17.150Z] graphtest_unix.go:46: Driver btrfs not supported [2023-04-17T23:33:17.150Z] [2023-04-17T23:33:17.150Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2023-04-17T23:33:17.150Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-04-17T23:33:17.150Z] graphtest_unix.go:46: Driver btrfs not supported [2023-04-17T23:33:17.150Z] [2023-04-17T23:33:17.150Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2023-04-17T23:33:17.150Z] graphtest_unix.go:73: No driver to put! [2023-04-17T23:33:17.150Z] [2023-04-17T23:33:17.150Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2023-04-17T23:33:17.150Z] time="2023-04-17T23:32:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2023-04-17T23:33:17.150Z] graphtest_unix.go:44: graphdriver: driver not supported [2023-04-17T23:33:17.150Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2023-04-17T23:33:17.150Z] [2023-04-17T23:33:17.150Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2023-04-17T23:33:17.150Z] time="2023-04-17T23:32:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2023-04-17T23:33:17.150Z] graphtest_unix.go:44: graphdriver: driver not supported [2023-04-17T23:33:17.150Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2023-04-17T23:33:17.150Z] [2023-04-17T23:33:17.150Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2023-04-17T23:33:17.150Z] time="2023-04-17T23:32:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2023-04-17T23:33:17.150Z] graphtest_unix.go:44: graphdriver: driver not supported [2023-04-17T23:33:17.150Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2023-04-17T23:33:17.150Z] [2023-04-17T23:33:17.150Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2023-04-17T23:33:17.150Z] time="2023-04-17T23:32:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2023-04-17T23:33:17.150Z] graphtest_unix.go:44: graphdriver: driver not supported [2023-04-17T23:33:17.150Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2023-04-17T23:33:17.150Z] [2023-04-17T23:33:17.150Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2023-04-17T23:33:17.150Z] time="2023-04-17T23:32:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2023-04-17T23:33:17.150Z] graphtest_unix.go:44: graphdriver: driver not supported [2023-04-17T23:33:17.150Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2023-04-17T23:33:17.150Z] [2023-04-17T23:33:17.150Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2023-04-17T23:33:17.150Z] graphtest_unix.go:73: No driver to put! [2023-04-17T23:33:17.150Z] [2023-04-17T23:33:17.150Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2023-04-17T23:33:17.151Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2023-04-17T23:33:17.151Z] [2023-04-17T23:33:17.151Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2023-04-17T23:33:17.151Z] overlay_test.go:50: Fails to compute changes intermittently [2023-04-17T23:33:17.151Z] [2023-04-17T23:33:17.151Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2023-04-17T23:33:17.151Z] overlay_test.go:65: Cannot run test with naive change algorithm [2023-04-17T23:33:17.151Z] [2023-04-17T23:33:17.151Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2023-04-17T23:33:17.151Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2023-04-17T23:33:17.151Z] [2023-04-17T23:33:17.151Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2023-04-17T23:33:17.151Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-04-17T23:33:17.151Z] graphtest_unix.go:46: Driver zfs not supported [2023-04-17T23:33:17.151Z] [2023-04-17T23:33:17.151Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2023-04-17T23:33:17.151Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-04-17T23:33:17.151Z] graphtest_unix.go:46: Driver zfs not supported [2023-04-17T23:33:17.151Z] [2023-04-17T23:33:17.151Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2023-04-17T23:33:17.151Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-04-17T23:33:17.151Z] graphtest_unix.go:46: Driver zfs not supported [2023-04-17T23:33:17.151Z] [2023-04-17T23:33:17.151Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2023-04-17T23:33:17.151Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-04-17T23:33:17.151Z] graphtest_unix.go:46: Driver zfs not supported [2023-04-17T23:33:17.151Z] [2023-04-17T23:33:17.151Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2023-04-17T23:33:17.151Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-04-17T23:33:17.151Z] graphtest_unix.go:46: Driver zfs not supported [2023-04-17T23:33:17.151Z] [2023-04-17T23:33:17.151Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2023-04-17T23:33:17.151Z] graphtest_unix.go:73: No driver to put! [2023-04-17T23:33:17.151Z] [2023-04-17T23:33:17.151Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2023-04-17T23:33:17.151Z] sysinfo_linux_test.go:91: App Armor Must be Disabled [2023-04-17T23:33:17.151Z] [2023-04-17T23:33:17.151Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2023-04-17T23:33:17.151Z] sysinfo_linux_test.go:111: cgroup namespaces must be disabled [2023-04-17T23:33:17.151Z] [2023-04-17T23:33:17.151Z] DONE 2266 tests, 26 skipped in 200.971s Post stage [Pipeline] junit [2023-04-17T23:33:17.164Z] Recording test results [2023-04-17T23:33:18.516Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-17T23:33:18.856Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45349/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ad45ece6fe93c6870080341daa12fe8da6271fa9 -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:ad45ece6fe93c6870080341daa12fe8da6271fa9 hack/make.sh dynbinary test-integration [2023-04-17T23:33:19.426Z] [2023-04-17T23:33:19.426Z] Removing bundles/ [2023-04-17T23:33:19.426Z] [2023-04-17T23:33:19.426Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2023-04-17T23:33:19.426Z] Building: bundles/dynbinary-daemon/dockerd-dev [2023-04-17T23:33:19.426Z] GOOS="" GOARCH="" GOARM="" [2023-04-17T23:33:23.293Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2023-04-17T23:33:23.293Z] [2023-04-17T23:33:23.293Z] ---> Making bundle: test-integration (in bundles/test-integration) [2023-04-17T23:33:23.293Z] DOCKER_SYSTEMD=1 [2023-04-17T23:33:23.293Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2023-04-17T23:33:23.293Z] HOSTNAME=213d2ba285a1 [2023-04-17T23:33:23.293Z] DEST=bundles/test-integration [2023-04-17T23:33:23.293Z] PWD=/go/src/github.com/docker/docker [2023-04-17T23:33:23.293Z] DOCKER_GITCOMMIT=ad45ece6fe93c6870080341daa12fe8da6271fa9 [2023-04-17T23:33:23.293Z] container=docker [2023-04-17T23:33:23.293Z] HOME=/root [2023-04-17T23:33:23.293Z] LANG=C.UTF-8 [2023-04-17T23:33:23.293Z] INVOCATION_ID=eb3b09eeff9f48d8a1ebd809ea371fdb [2023-04-17T23:33:23.293Z] GOLANG_VERSION=1.19.8 [2023-04-17T23:33:23.293Z] VALIDATE_REPO=https://github.com/moby/moby.git [2023-04-17T23:33:23.293Z] VALIDATE_BRANCH=20.10 [2023-04-17T23:33:23.293Z] TERM=xterm [2023-04-17T23:33:23.293Z] DOCKER_PKG=github.com/docker/docker [2023-04-17T23:33:23.293Z] SHLVL=3 [2023-04-17T23:33:23.293Z] TIMEOUT=120m [2023-04-17T23:33:23.293Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2023-04-17T23:33:23.293Z] DOCKER_GRAPHDRIVER=overlay2 [2023-04-17T23:33:23.293Z] GO111MODULE=off [2023-04-17T23:33:23.293Z] DOCKER_EXPERIMENTAL=1 [2023-04-17T23:33:23.293Z] TEST_SKIP_INTEGRATION_CLI=1 [2023-04-17T23:33:23.293Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2023-04-17T23:33:23.293Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2023-04-17T23:33:23.293Z] GOPATH=/go [2023-04-17T23:33:23.293Z] PKG_CONFIG=pkg-config [2023-04-17T23:33:23.293Z] _=/usr/bin/env [2023-04-17T23:33:23.293Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2023-04-17T23:33:28.980Z] INFO: Extraction ended at 04/17/2023 23:33:28. Duration:00:00:25.1737038 [2023-04-17T23:33:28.980Z] INFO: Updating the golang and path environment variables [2023-04-17T23:33:28.980Z] INFO: GOPATH=d:\gopath [2023-04-17T23:33:28.980Z] INFO: go version go1.19.8 windows/amd64 [2023-04-17T23:33:28.980Z] INFO: Running the daemon under test in debug mode [2023-04-17T23:33:28.980Z] INFO: Starting a daemon under test... [2023-04-17T23:33:28.980Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-45349\4\daemon --pidfile d:\CI\PR-45349\4\docker.pid -D [2023-04-17T23:33:28.980Z] INFO: Process started successfully. [2023-04-17T23:33:28.980Z] INFO: Start tailing logs of the daemon under tests [2023-04-17T23:33:28.980Z] INFO: Waiting for the daemon under test to start... [2023-04-17T23:33:50.198Z] .....INFO: Daemon under test started and replied! [2023-04-17T23:33:50.198Z] INFO: Docker version of the daemon under test [2023-04-17T23:33:50.198Z] [2023-04-17T23:33:50.198Z] Client: [2023-04-17T23:33:50.198Z] Version: 17.06.2-ce [2023-04-17T23:33:50.198Z] API version: 1.30 [2023-04-17T23:33:50.198Z] Go version: go1.8.3 [2023-04-17T23:33:50.198Z] Git commit: cec0b72 [2023-04-17T23:33:50.198Z] Built: Tue Sep 5 19:57:19 2017 [2023-04-17T23:33:50.198Z] OS/Arch: windows/amd64 [2023-04-17T23:33:50.198Z] [2023-04-17T23:33:50.198Z] Server: [2023-04-17T23:33:50.198Z] Version: 0.0.0-dev [2023-04-17T23:33:50.198Z] API version: 1.41 (minimum version 1.24) [2023-04-17T23:33:50.198Z] Go version: go1.19.8 [2023-04-17T23:33:50.198Z] Git commit: ad45ece6fe [2023-04-17T23:33:50.198Z] Built: 04/17/2023 23:31:50 [2023-04-17T23:33:50.198Z] OS/Arch: windows/amd64 [2023-04-17T23:33:50.198Z] Experimental: false [2023-04-17T23:33:50.198Z] [2023-04-17T23:33:50.198Z] INFO: Docker info of the daemon under test [2023-04-17T23:33:50.198Z] [2023-04-17T23:33:50.198Z] Containers: 0 [2023-04-17T23:33:50.198Z] Running: 0 [2023-04-17T23:33:50.198Z] Paused: 0 [2023-04-17T23:33:50.198Z] Stopped: 0 [2023-04-17T23:33:50.198Z] Images: 0 [2023-04-17T23:33:50.198Z] Server Version: 0.0.0-dev [2023-04-17T23:33:50.198Z] Storage Driver: windowsfilter [2023-04-17T23:33:50.198Z] Windows: [2023-04-17T23:33:50.198Z] Logging Driver: json-file [2023-04-17T23:33:50.198Z] Plugins: [2023-04-17T23:33:50.198Z] Volume: local [2023-04-17T23:33:50.198Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2023-04-17T23:33:50.198Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2023-04-17T23:33:50.198Z] Swarm: inactive [2023-04-17T23:33:50.198Z] Default Isolation: process [2023-04-17T23:33:50.198Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2023-04-17T23:33:50.198Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2023-04-17T23:33:50.198Z] OSType: windows [2023-04-17T23:33:50.198Z] Architecture: x86_64 [2023-04-17T23:33:50.198Z] CPUs: 4 [2023-04-17T23:33:50.198Z] Total Memory: 32GiB [2023-04-17T23:33:50.198Z] Name: azwin-2-d9e720 [2023-04-17T23:33:50.198Z] ID: U7TB:PAQU:WSLD:7WWV:BGXH:7TKL:VVPP:MR3U:JSI6:ELYQ:NKMT:L5PF [2023-04-17T23:33:50.198Z] Docker Root Dir: D:\CI\PR-45349\4\daemon [2023-04-17T23:33:50.198Z] Debug Mode (client): false [2023-04-17T23:33:50.198Z] Debug Mode (server): true [2023-04-17T23:33:50.198Z] File Descriptors: -1 [2023-04-17T23:33:50.198Z] Goroutines: 16 [2023-04-17T23:33:50.198Z] System Time: 2023-04-17T23:33:47.5652815Z [2023-04-17T23:33:50.198Z] EventsListeners: 0 [2023-04-17T23:33:50.198Z] Registry: https://index.docker.io/v1/ [2023-04-17T23:33:50.198Z] Labels: [2023-04-17T23:33:50.198Z] Experimental: false [2023-04-17T23:33:50.198Z] Insecure Registries: [2023-04-17T23:33:50.198Z] 127.0.0.0/8 [2023-04-17T23:33:50.198Z] Live Restore Enabled: false [2023-04-17T23:33:50.198Z] [2023-04-17T23:33:50.198Z] [2023-04-17T23:33:50.198Z] INFO: Docker images of the daemon under test [2023-04-17T23:33:50.198Z] [2023-04-17T23:33:50.198Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-04-17T23:33:50.198Z] [2023-04-17T23:33:50.198Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2023-04-17T23:33:50.198Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2023-04-17T23:33:50.198Z] ltsc2019: Pulling from windows/servercore [2023-04-17T23:33:50.198Z] 8185ee4ed646: Pulling fs layer [2023-04-17T23:33:50.198Z] a2008f031039: Pulling fs layer [2023-04-17T23:33:54.945Z] a2008f031039: Verifying Checksum [2023-04-17T23:33:54.946Z] a2008f031039: Download complete [2023-04-17T23:34:01.999Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2023-04-17T23:34:01.999Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2023-04-17T23:34:02.023Z] 8185ee4ed646: Verifying Checksum [2023-04-17T23:34:02.023Z] 8185ee4ed646: Download complete [2023-04-17T23:34:28.634Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2023-04-17T23:34:28.634Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2023-04-17T23:34:30.289Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2023-04-17T23:34:30.289Z] [2023-04-17T23:34:31.672Z] + TEST_INTEGRATION_DEST=2 [2023-04-17T23:34:31.672Z] + CONTAINER_NAME=docker-pr4-2 [2023-04-17T23:34:31.672Z] + TEST_SKIP_INTEGRATION=1 [2023-04-17T23:34:31.672Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2023-04-17T23:34:31.672Z] + run_tests [2023-04-17T23:34:31.672Z] + c=0 [2023-04-17T23:34:31.672Z] + '[' -n 0 ']' [2023-04-17T23:34:31.672Z] + rm= [2023-04-17T23:34:31.672Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-45349/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-45349/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-45349/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=ad45ece6fe93c6870080341daa12fe8da6271fa9 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:ad45ece6fe93c6870080341daa12fe8da6271fa9 hack/make.sh '' test-integration [2023-04-17T23:34:31.672Z] ++ jobs -p [2023-04-17T23:34:31.672Z] + for job in $(jobs -p) [2023-04-17T23:34:31.672Z] + wait 5800 [2023-04-17T23:34:31.672Z] + TEST_INTEGRATION_DEST=3 [2023-04-17T23:34:31.672Z] + CONTAINER_NAME=docker-pr4-3 [2023-04-17T23:34:31.672Z] + TEST_SKIP_INTEGRATION=1 [2023-04-17T23:34:31.672Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2023-04-17T23:34:31.672Z] + run_tests [2023-04-17T23:34:31.672Z] + '[' -n 0 ']' [2023-04-17T23:34:31.672Z] + rm= [2023-04-17T23:34:31.672Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-45349/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-45349/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-45349/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=ad45ece6fe93c6870080341daa12fe8da6271fa9 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:ad45ece6fe93c6870080341daa12fe8da6271fa9 hack/make.sh '' test-integration [2023-04-17T23:34:31.672Z] + TEST_INTEGRATION_DEST=1 [2023-04-17T23:34:31.672Z] + CONTAINER_NAME=docker-pr4-1 [2023-04-17T23:34:31.672Z] + TEST_SKIP_INTEGRATION_CLI=1 [2023-04-17T23:34:31.672Z] + run_tests test-integration-flaky [2023-04-17T23:34:31.672Z] + '[' -n 0 ']' [2023-04-17T23:34:31.672Z] + rm= [2023-04-17T23:34:31.672Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-45349/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-45349/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-45349/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=ad45ece6fe93c6870080341daa12fe8da6271fa9 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:ad45ece6fe93c6870080341daa12fe8da6271fa9 hack/make.sh test-integration-flaky test-integration [2023-04-17T23:34:32.610Z] [2023-04-17T23:34:32.610Z] ---> Making bundle: test-integration (in bundles/test-integration) [2023-04-17T23:34:32.610Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2023-04-17T23:34:32.610Z] HOSTNAME=f1afb6d1165e [2023-04-17T23:34:32.610Z] TEST_SKIP_INTEGRATION=1 [2023-04-17T23:34:32.610Z] TESTDEBUG=0 [2023-04-17T23:34:32.610Z] DEST=bundles/test-integration [2023-04-17T23:34:32.610Z] PWD=/go/src/github.com/docker/docker [2023-04-17T23:34:32.610Z] KEEPBUNDLE=1 [2023-04-17T23:34:32.610Z] DOCKER_GITCOMMIT=ad45ece6fe93c6870080341daa12fe8da6271fa9 [2023-04-17T23:34:32.610Z] container=docker [2023-04-17T23:34:32.610Z] HOME=/root [2023-04-17T23:34:32.610Z] GOLANG_VERSION=1.19.8 [2023-04-17T23:34:32.610Z] VALIDATE_REPO=https://github.com/moby/moby.git [2023-04-17T23:34:32.610Z] VALIDATE_BRANCH=20.10 [2023-04-17T23:34:32.610Z] TERM=xterm [2023-04-17T23:34:32.610Z] DOCKER_PKG=github.com/docker/docker [2023-04-17T23:34:32.610Z] SHLVL=1 [2023-04-17T23:34:32.610Z] TIMEOUT=120m [2023-04-17T23:34:32.610Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2023-04-17T23:34:32.610Z] DOCKER_GRAPHDRIVER=overlay2 [2023-04-17T23:34:32.610Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2023-04-17T23:34:32.610Z] GO111MODULE=off [2023-04-17T23:34:32.610Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2023-04-17T23:34:32.610Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2023-04-17T23:34:32.610Z] GOPATH=/go [2023-04-17T23:34:32.610Z] PKG_CONFIG=pkg-config [2023-04-17T23:34:32.610Z] _=/usr/bin/env [2023-04-17T23:34:32.610Z] Building test suite binary ./integration-cli/test.main [2023-04-17T23:34:32.868Z] [2023-04-17T23:34:33.127Z] [2023-04-17T23:34:33.127Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2023-04-17T23:34:33.127Z] ---> Making bundle: test-integration (in bundles/test-integration) [2023-04-17T23:34:33.127Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2023-04-17T23:34:33.127Z] HOSTNAME=029a52166327 [2023-04-17T23:34:33.127Z] TEST_SKIP_INTEGRATION=1 [2023-04-17T23:34:33.127Z] TESTDEBUG=0 [2023-04-17T23:34:33.127Z] DEST=bundles/test-integration [2023-04-17T23:34:33.127Z] PWD=/go/src/github.com/docker/docker [2023-04-17T23:34:33.127Z] KEEPBUNDLE=1 [2023-04-17T23:34:33.127Z] DOCKER_GITCOMMIT=ad45ece6fe93c6870080341daa12fe8da6271fa9 [2023-04-17T23:34:33.127Z] container=docker [2023-04-17T23:34:33.127Z] HOME=/root [2023-04-17T23:34:33.127Z] GOLANG_VERSION=1.19.8 [2023-04-17T23:34:33.127Z] VALIDATE_REPO=https://github.com/moby/moby.git [2023-04-17T23:34:33.127Z] VALIDATE_BRANCH=20.10 [2023-04-17T23:34:33.127Z] TERM=xterm [2023-04-17T23:34:33.127Z] DOCKER_PKG=github.com/docker/docker [2023-04-17T23:34:33.127Z] SHLVL=1 [2023-04-17T23:34:33.127Z] TIMEOUT=120m [2023-04-17T23:34:33.127Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2023-04-17T23:34:33.127Z] DOCKER_GRAPHDRIVER=overlay2 [2023-04-17T23:34:33.127Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2023-04-17T23:34:33.127Z] GO111MODULE=off [2023-04-17T23:34:33.127Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2023-04-17T23:34:33.127Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2023-04-17T23:34:33.127Z] GOPATH=/go [2023-04-17T23:34:33.127Z] PKG_CONFIG=pkg-config [2023-04-17T23:34:33.127Z] _=/usr/bin/env [2023-04-17T23:34:33.127Z] Building test suite binary ./integration-cli/test.main [2023-04-17T23:34:33.385Z] No new tests added to integration. [2023-04-17T23:34:33.386Z] [2023-04-17T23:34:33.386Z] ---> Making bundle: test-integration (in bundles/test-integration) [2023-04-17T23:34:34.761Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2023-04-17T23:34:34.761Z] HOSTNAME=97161a10364a [2023-04-17T23:34:34.761Z] TESTDEBUG=0 [2023-04-17T23:34:34.761Z] DEST=bundles/test-integration [2023-04-17T23:34:34.761Z] PWD=/go/src/github.com/docker/docker [2023-04-17T23:34:34.761Z] KEEPBUNDLE=1 [2023-04-17T23:34:34.761Z] DOCKER_GITCOMMIT=ad45ece6fe93c6870080341daa12fe8da6271fa9 [2023-04-17T23:34:34.761Z] container=docker [2023-04-17T23:34:34.761Z] HOME=/root [2023-04-17T23:34:34.761Z] GOLANG_VERSION=1.19.8 [2023-04-17T23:34:34.761Z] VALIDATE_REPO=https://github.com/moby/moby.git [2023-04-17T23:34:34.761Z] VALIDATE_BRANCH=20.10 [2023-04-17T23:34:34.761Z] TERM=xterm [2023-04-17T23:34:34.761Z] DOCKER_PKG=github.com/docker/docker [2023-04-17T23:34:34.761Z] SHLVL=1 [2023-04-17T23:34:34.761Z] TIMEOUT=120m [2023-04-17T23:34:34.761Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2023-04-17T23:34:34.761Z] DOCKER_GRAPHDRIVER=overlay2 [2023-04-17T23:34:34.761Z] GO111MODULE=off [2023-04-17T23:34:34.761Z] TEST_SKIP_INTEGRATION_CLI=1 [2023-04-17T23:34:34.761Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2023-04-17T23:34:34.761Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2023-04-17T23:34:34.761Z] GOPATH=/go [2023-04-17T23:34:34.761Z] PKG_CONFIG=pkg-config [2023-04-17T23:34:34.761Z] _=/usr/bin/env [2023-04-17T23:34:34.761Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2023-04-17T23:34:40.908Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2023-04-17T23:34:40.908Z] [2023-04-17T23:34:40.908Z] ---> Making bundle: test-integration (in bundles/test-integration) [2023-04-17T23:34:40.908Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2023-04-17T23:34:40.908Z] HOSTNAME=3c1b228ce0dd [2023-04-17T23:34:40.908Z] TESTDEBUG=0 [2023-04-17T23:34:40.908Z] DEST=bundles/test-integration [2023-04-17T23:34:40.908Z] PWD=/go/src/github.com/docker/docker [2023-04-17T23:34:40.908Z] DOCKER_GITCOMMIT=ad45ece6fe93c6870080341daa12fe8da6271fa9 [2023-04-17T23:34:40.908Z] container=docker [2023-04-17T23:34:40.908Z] HOME=/root [2023-04-17T23:34:40.908Z] GOLANG_VERSION=1.19.8 [2023-04-17T23:34:40.908Z] VALIDATE_REPO=https://github.com/moby/moby.git [2023-04-17T23:34:40.908Z] VALIDATE_BRANCH=20.10 [2023-04-17T23:34:40.908Z] TERM=xterm [2023-04-17T23:34:40.908Z] DOCKER_PKG=github.com/docker/docker [2023-04-17T23:34:40.908Z] SHLVL=1 [2023-04-17T23:34:40.908Z] TIMEOUT=120m [2023-04-17T23:34:40.908Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2023-04-17T23:34:40.908Z] DOCKER_GRAPHDRIVER=overlay2 [2023-04-17T23:34:40.908Z] GO111MODULE=off [2023-04-17T23:34:40.908Z] DOCKER_EXPERIMENTAL=1 [2023-04-17T23:34:40.908Z] TEST_SKIP_INTEGRATION_CLI=1 [2023-04-17T23:34:40.908Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2023-04-17T23:34:40.908Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2023-04-17T23:34:40.908Z] GOPATH=/go [2023-04-17T23:34:40.908Z] PKG_CONFIG=pkg-config [2023-04-17T23:34:40.908Z] _=/usr/bin/env [2023-04-17T23:34:40.908Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2023-04-17T23:34:46.714Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2023-04-17T23:34:46.714Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2023-04-17T23:34:46.714Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2023-04-17T23:34:46.714Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2023-04-17T23:34:46.714Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2023-04-17T23:34:47.649Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2023-04-17T23:34:49.563Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2023-04-17T23:34:50.499Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2023-04-17T23:34:51.432Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2023-04-17T23:34:51.690Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2023-04-17T23:34:52.623Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2023-04-17T23:34:53.556Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2023-04-17T23:34:54.930Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2023-04-17T23:34:55.496Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2023-04-17T23:34:56.063Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2023-04-17T23:34:56.999Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2023-04-17T23:34:56.999Z] Using test binary docker [2023-04-17T23:34:56.999Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2023-04-17T23:34:56.999Z] Starting apparmor (via systemctl): apparmor.service. [2023-04-17T23:34:56.999Z] INFO: Waiting for daemon to start... [2023-04-17T23:34:56.999Z] Starting dockerd [2023-04-17T23:35:00.277Z] . [2023-04-17T23:35:00.277Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2023-04-17T23:35:00.277Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2023-04-17T23:35:00.277Z] Error: No such image: emptyfs [2023-04-17T23:35:00.535Z] Running integration-test (iteration 1) [2023-04-17T23:35:00.535Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2023-04-17T23:35:00.793Z] Loaded image: busybox:latest [2023-04-17T23:35:00.793Z] Loaded image: busybox:glibc [2023-04-17T23:35:02.167Z] Loaded image: debian:bullseye-slim [2023-04-17T23:35:02.167Z] Loaded image: hello-world:latest [2023-04-17T23:35:02.425Z] Loaded image: arm32v7/hello-world:latest [2023-04-17T23:35:02.425Z] INFO: Testing against a local daemon [2023-04-17T23:35:02.425Z] === RUN TestCgroupNamespacesBuild [2023-04-17T23:35:04.950Z] --- PASS: TestCgroupNamespacesBuild (2.58s) [2023-04-17T23:35:04.950Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2023-04-17T23:35:06.324Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.26s) [2023-04-17T23:35:06.324Z] === RUN TestBuildWithSession [2023-04-17T23:35:06.324Z] build_session_test.go:25: TODO: BuildKit [2023-04-17T23:35:06.324Z] --- SKIP: TestBuildWithSession (0.00s) [2023-04-17T23:35:06.324Z] === RUN TestBuildSquashParent [2023-04-17T23:35:10.504Z] --- PASS: TestBuildSquashParent (4.18s) [2023-04-17T23:35:10.504Z] === RUN TestBuildWithRemoveAndForceRemove [2023-04-17T23:35:10.504Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-04-17T23:35:10.504Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-04-17T23:35:10.504Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-04-17T23:35:10.504Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-04-17T23:35:10.504Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-04-17T23:35:10.504Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-04-17T23:35:10.504Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-04-17T23:35:10.504Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-04-17T23:35:10.504Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-04-17T23:35:10.504Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-04-17T23:35:10.504Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-04-17T23:35:10.504Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-04-17T23:35:10.504Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-04-17T23:35:10.504Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-04-17T23:35:12.402Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-04-17T23:35:12.402Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-04-17T23:35:13.013Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2023-04-17T23:35:13.776Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-04-17T23:35:13.776Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-04-17T23:35:13.955Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2023-04-17T23:35:14.597Z] INFO [loader] Go packages loading at mode 575 (files|imports|name|types_sizes|compiled_files|deps|exports_file) took 2m29.113192222s [2023-04-17T23:35:14.597Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 396.376157ms [2023-04-17T23:35:15.147Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.07s) [2023-04-17T23:35:15.147Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.59s) [2023-04-17T23:35:15.147Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.85s) [2023-04-17T23:35:15.147Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.45s) [2023-04-17T23:35:15.147Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.23s) [2023-04-17T23:35:15.147Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.28s) [2023-04-17T23:35:15.147Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.48s) [2023-04-17T23:35:15.147Z] === RUN TestBuildMultiStageCopy [2023-04-17T23:35:15.147Z] === RUN TestBuildMultiStageCopy/copy_to_root [2023-04-17T23:35:16.520Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2023-04-17T23:35:16.779Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2023-04-17T23:35:16.779Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2023-04-17T23:35:17.038Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2023-04-17T23:35:17.296Z] --- PASS: TestBuildMultiStageCopy (2.30s) [2023-04-17T23:35:17.296Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.48s) [2023-04-17T23:35:17.296Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.21s) [2023-04-17T23:35:17.296Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.20s) [2023-04-17T23:35:17.296Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.20s) [2023-04-17T23:35:17.296Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.21s) [2023-04-17T23:35:17.296Z] === RUN TestBuildMultiStageParentConfig [2023-04-17T23:35:17.862Z] --- PASS: TestBuildMultiStageParentConfig (0.58s) [2023-04-17T23:35:17.862Z] === RUN TestBuildLabelWithTargets [2023-04-17T23:35:18.798Z] --- PASS: TestBuildLabelWithTargets (0.89s) [2023-04-17T23:35:18.798Z] === RUN TestBuildWithEmptyLayers [2023-04-17T23:35:19.363Z] --- PASS: TestBuildWithEmptyLayers (0.56s) [2023-04-17T23:35:19.363Z] === RUN TestBuildMultiStageOnBuild [2023-04-17T23:35:21.262Z] --- PASS: TestBuildMultiStageOnBuild (1.65s) [2023-04-17T23:35:21.262Z] === RUN TestBuildUncleanTarFilenames [2023-04-17T23:35:21.519Z] --- PASS: TestBuildUncleanTarFilenames (0.53s) [2023-04-17T23:35:21.519Z] === RUN TestBuildMultiStageLayerLeak [2023-04-17T23:35:23.417Z] --- PASS: TestBuildMultiStageLayerLeak (1.56s) [2023-04-17T23:35:23.417Z] === RUN TestBuildWithHugeFile [2023-04-17T23:35:32.066Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2023-04-17T23:35:32.635Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2023-04-17T23:35:47.535Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2023-04-17T23:35:47.535Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2023-04-17T23:35:47.535Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2023-04-17T23:35:48.474Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2023-04-17T23:35:48.474Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2023-04-17T23:35:49.413Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2023-04-17T23:35:50.795Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2023-04-17T23:35:51.736Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2023-04-17T23:35:52.676Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2023-04-17T23:35:52.935Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2023-04-17T23:35:53.876Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2023-04-17T23:35:54.446Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2023-04-17T23:35:55.450Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2023-04-17T23:35:56.445Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2023-04-17T23:35:57.016Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2023-04-17T23:35:57.587Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2023-04-17T23:35:57.587Z] Using test binary docker [2023-04-17T23:35:57.846Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2023-04-17T23:35:57.846Z] +++ /etc/init.d/apparmor start [2023-04-17T23:35:57.846Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2023-04-17T23:35:57.846Z] INFO: Waiting for daemon to start... [2023-04-17T23:35:57.846Z] Starting dockerd [2023-04-17T23:35:57.846Z] +++ 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 [2023-04-17T23:35:58.402Z] 8185ee4ed646: Pull complete [2023-04-17T23:35:59.754Z] . [2023-04-17T23:35:59.754Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2023-04-17T23:35:59.754Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2023-04-17T23:35:59.754Z] Error: No such image: emptyfs [2023-04-17T23:35:59.754Z] ++++ tar -cC bundles/test-integration/emptyfs . [2023-04-17T23:35:59.754Z] ++++ docker load [2023-04-17T23:36:00.013Z] Running integration-test (iteration 1) [2023-04-17T23:36:00.013Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2023-04-17T23:36:00.013Z] ++ 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 [2023-04-17T23:36:00.013Z] ++ set -e [2023-04-17T23:36:00.013Z] ++ '[' -n 0 ']' [2023-04-17T23:36:00.013Z] ++ set -x [2023-04-17T23:36:00.013Z] ++ 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 [2023-04-17T23:36:00.273Z] Loaded image: busybox:latest [2023-04-17T23:36:00.273Z] Loaded image: busybox:glibc [2023-04-17T23:36:01.212Z] Loaded image: debian:bullseye-slim [2023-04-17T23:36:01.212Z] Loaded image: hello-world:latest [2023-04-17T23:36:01.471Z] Loaded image: arm32v7/hello-world:latest [2023-04-17T23:36:01.471Z] INFO: Testing against a local daemon [2023-04-17T23:36:01.471Z] === RUN TestCgroupNamespacesBuild [2023-04-17T23:36:05.668Z] --- PASS: TestCgroupNamespacesBuild (3.60s) [2023-04-17T23:36:05.668Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2023-04-17T23:36:06.237Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.12s) [2023-04-17T23:36:06.237Z] === RUN TestBuildWithSession [2023-04-17T23:36:06.237Z] build_session_test.go:25: TODO: BuildKit [2023-04-17T23:36:06.237Z] --- SKIP: TestBuildWithSession (0.00s) [2023-04-17T23:36:06.237Z] === RUN TestBuildSquashParent [2023-04-17T23:36:09.532Z] --- PASS: TestBuildSquashParent (3.10s) [2023-04-17T23:36:09.532Z] === RUN TestBuildWithRemoveAndForceRemove [2023-04-17T23:36:09.532Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-04-17T23:36:09.532Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-04-17T23:36:09.532Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-04-17T23:36:09.532Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-04-17T23:36:09.532Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-04-17T23:36:09.532Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-04-17T23:36:09.532Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-04-17T23:36:09.532Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-04-17T23:36:09.532Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-04-17T23:36:09.532Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-04-17T23:36:09.532Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-04-17T23:36:09.532Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-04-17T23:36:09.532Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-04-17T23:36:09.532Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-04-17T23:36:10.471Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-04-17T23:36:10.471Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-04-17T23:36:11.853Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-04-17T23:36:11.853Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-04-17T23:36:12.792Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2023-04-17T23:36:12.792Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.20s) [2023-04-17T23:36:12.792Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.35s) [2023-04-17T23:36:12.792Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.12s) [2023-04-17T23:36:12.792Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.10s) [2023-04-17T23:36:12.792Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.17s) [2023-04-17T23:36:12.792Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.13s) [2023-04-17T23:36:12.792Z] === RUN TestBuildMultiStageCopy [2023-04-17T23:36:12.792Z] === RUN TestBuildMultiStageCopy/copy_to_root [2023-04-17T23:36:14.173Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2023-04-17T23:36:14.173Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2023-04-17T23:36:14.173Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2023-04-17T23:36:14.434Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2023-04-17T23:36:14.693Z] --- PASS: TestBuildMultiStageCopy (1.80s) [2023-04-17T23:36:14.693Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.06s) [2023-04-17T23:36:14.693Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.17s) [2023-04-17T23:36:14.693Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.18s) [2023-04-17T23:36:14.693Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.19s) [2023-04-17T23:36:14.693Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.19s) [2023-04-17T23:36:14.693Z] === RUN TestBuildMultiStageParentConfig [2023-04-17T23:36:15.267Z] --- PASS: TestBuildMultiStageParentConfig (0.62s) [2023-04-17T23:36:15.267Z] === RUN TestBuildLabelWithTargets [2023-04-17T23:36:16.207Z] --- PASS: TestBuildLabelWithTargets (0.85s) [2023-04-17T23:36:16.207Z] === RUN TestBuildWithEmptyLayers [2023-04-17T23:36:16.467Z] --- PASS: TestBuildWithEmptyLayers (0.38s) [2023-04-17T23:36:16.467Z] === RUN TestBuildMultiStageOnBuild [2023-04-17T23:36:17.852Z] --- PASS: TestBuildMultiStageOnBuild (1.45s) [2023-04-17T23:36:17.852Z] === RUN TestBuildUncleanTarFilenames [2023-04-17T23:36:18.422Z] --- PASS: TestBuildUncleanTarFilenames (0.53s) [2023-04-17T23:36:18.422Z] === RUN TestBuildMultiStageLayerLeak [2023-04-17T23:36:19.679Z] --- PASS: TestBuildWithHugeFile (51.64s) [2023-04-17T23:36:19.679Z] === RUN TestBuildWithEmptyDockerfile [2023-04-17T23:36:19.679Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2023-04-17T23:36:19.679Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2023-04-17T23:36:19.679Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-04-17T23:36:19.679Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-04-17T23:36:19.679Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-04-17T23:36:19.679Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-04-17T23:36:19.679Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2023-04-17T23:36:19.679Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-04-17T23:36:19.679Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-04-17T23:36:19.679Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2023-04-17T23:36:19.679Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.09s) [2023-04-17T23:36:19.679Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.10s) [2023-04-17T23:36:19.679Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.04s) [2023-04-17T23:36:19.679Z] === RUN TestBuildPreserveOwnership [2023-04-17T23:36:19.679Z] === RUN TestBuildPreserveOwnership/copy_from [2023-04-17T23:36:19.679Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2023-04-17T23:36:19.679Z] --- PASS: TestBuildPreserveOwnership (3.99s) [2023-04-17T23:36:19.679Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.73s) [2023-04-17T23:36:19.679Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.26s) [2023-04-17T23:36:19.679Z] === RUN TestBuildPlatformInvalid [2023-04-17T23:36:19.679Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2023-04-17T23:36:19.679Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2023-04-17T23:36:19.679Z] Loaded image: busybox:latest [2023-04-17T23:36:19.679Z] Loaded image: busybox:glibc [2023-04-17T23:36:19.804Z] --- PASS: TestBuildMultiStageLayerLeak (1.31s) [2023-04-17T23:36:19.804Z] === RUN TestBuildWithHugeFile [2023-04-17T23:36:21.576Z] Loaded image: debian:bullseye-slim [2023-04-17T23:36:21.576Z] Loaded image: hello-world:latest [2023-04-17T23:36:21.576Z] Loaded image: arm32v7/hello-world:latest [2023-04-17T23:36:33.765Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (14.22s) [2023-04-17T23:36:33.765Z] PASS [2023-04-17T23:36:33.765Z] [2023-04-17T23:36:33.765Z] === Skipped [2023-04-17T23:36:33.765Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2023-04-17T23:36:33.765Z] build_session_test.go:25: TODO: BuildKit [2023-04-17T23:36:33.765Z] [2023-04-17T23:36:33.765Z] DONE 33 tests, 1 skipped in 92.641s [2023-04-17T23:36:33.765Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2023-04-17T23:36:33.765Z] INFO: Testing against a local daemon [2023-04-17T23:36:33.765Z] === RUN TestConfigInspect [2023-04-17T23:36:35.663Z] --- PASS: TestConfigInspect (2.35s) [2023-04-17T23:36:35.663Z] === RUN TestConfigList [2023-04-17T23:36:36.073Z] INFO [linters context/goanalysis] analyzers took 4m48.783910426s with top 10 stages: buildir: 1m57.442437389s, goimports: 22.347380871s, the_only_name: 17.983370433s, unconvert: 16.264247241s, gosec: 11.441205565s, S1038: 11.010050302s, misspell: 5.58027229s, unused: 4.317864612s, S1039: 4.134561665s, printf: 3.504057785s [2023-04-17T23:36:36.073Z] INFO [runner] Issues before processing: 1862, after processing: 0 [2023-04-17T23:36:36.073Z] INFO [runner] Processors filtering stat (out/in): nolint: 0/58, filename_unadjuster: 1781/1781, skip_files: 1781/1781, autogenerated_exclude: 1753/1781, identifier_marker: 1753/1753, exclude: 1753/1753, cgo: 1781/1862, path_prettifier: 1781/1781, exclude-rules: 58/1753, skip_dirs: 1781/1781 [2023-04-17T23:36:36.073Z] INFO [runner] processing took 130.729916ms with stages: nolint: 49.585155ms, identifier_marker: 41.549981ms, exclude-rules: 13.769763ms, path_prettifier: 11.924046ms, autogenerated_exclude: 10.399142ms, skip_dirs: 2.615737ms, cgo: 497.409µs, filename_unadjuster: 381.675µs, max_same_issues: 1.815µs, exclude: 1.154µs, max_from_linter: 820ns, uniq_by_line: 556ns, skip_files: 475ns, diff: 417ns, source_code: 393ns, path_shortener: 379ns, max_per_file_from_linter: 302ns, severity-rules: 287ns, sort_results: 258ns, path_prefixer: 152ns [2023-04-17T23:36:36.073Z] INFO [runner] linters took 1m25.917722403s with stages: goanalysis_metalinter: 1m25.786632738s [2023-04-17T23:36:36.073Z] INFO File cache stats: 1458 entries of total size 6.9MiB [2023-04-17T23:36:36.073Z] INFO Memory: 2353 samples, avg is 284.4MB, max is 1083.0MB [2023-04-17T23:36:36.073Z] INFO Execution took 3m55.438093223s [2023-04-17T23:36:36.073Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2023-04-17T23:36:36.419Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45349/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ad45ece6fe93c6870080341daa12fe8da6271fa9 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:ad45ece6fe93c6870080341daa12fe8da6271fa9 hack/make.sh dynbinary-daemon test-docker-py [2023-04-17T23:36:36.989Z] [2023-04-17T23:36:36.989Z] Removing bundles/ [2023-04-17T23:36:36.989Z] [2023-04-17T23:36:36.989Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2023-04-17T23:36:36.989Z] Building: bundles/dynbinary-daemon/dockerd-dev [2023-04-17T23:36:36.989Z] GOOS="" GOARCH="" GOARM="" [2023-04-17T23:36:37.560Z] --- PASS: TestConfigList (2.11s) [2023-04-17T23:36:37.560Z] === RUN TestConfigsCreateAndDelete [2023-04-17T23:36:40.087Z] --- PASS: TestConfigsCreateAndDelete (2.10s) [2023-04-17T23:36:40.087Z] === RUN TestConfigsUpdate [2023-04-17T23:36:41.984Z] --- PASS: TestConfigsUpdate (2.10s) [2023-04-17T23:36:41.984Z] === RUN TestTemplatedConfig [2023-04-17T23:36:44.509Z] --- PASS: TestTemplatedConfig (2.56s) [2023-04-17T23:36:44.509Z] === RUN TestConfigCreateResolve [2023-04-17T23:36:47.034Z] --- PASS: TestConfigCreateResolve (2.12s) [2023-04-17T23:36:47.034Z] === RUN TestConfigDaemonLibtrustID [2023-04-17T23:36:47.034Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2023-04-17T23:36:47.034Z] PASS [2023-04-17T23:36:47.034Z] [2023-04-17T23:36:47.034Z] DONE 7 tests in 13.911s [2023-04-17T23:36:47.034Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2023-04-17T23:36:47.034Z] INFO: Testing against a local daemon [2023-04-17T23:36:47.034Z] === RUN TestCheckpoint [2023-04-17T23:36:47.034Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2023-04-17T23:36:47.034Z] --- SKIP: TestCheckpoint (0.00s) [2023-04-17T23:36:47.034Z] === RUN TestContainerInvalidJSON [2023-04-17T23:36:47.034Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2023-04-17T23:36:47.034Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2023-04-17T23:36:47.034Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2023-04-17T23:36:47.034Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2023-04-17T23:36:47.034Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2023-04-17T23:36:47.034Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2023-04-17T23:36:47.034Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2023-04-17T23:36:47.034Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2023-04-17T23:36:47.034Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2023-04-17T23:36:47.034Z] --- PASS: TestContainerInvalidJSON (0.01s) [2023-04-17T23:36:47.034Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2023-04-17T23:36:47.034Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2023-04-17T23:36:47.034Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2023-04-17T23:36:47.034Z] === RUN TestCopyFromContainerPathDoesNotExist [2023-04-17T23:36:47.292Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2023-04-17T23:36:47.292Z] === RUN TestCopyFromContainerPathIsNotDir [2023-04-17T23:36:47.292Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2023-04-17T23:36:47.292Z] === RUN TestCopyToContainerPathDoesNotExist [2023-04-17T23:36:47.292Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2023-04-17T23:36:47.292Z] === RUN TestCopyToContainerPathIsNotDir [2023-04-17T23:36:47.292Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2023-04-17T23:36:47.292Z] === RUN TestCopyFromContainer [2023-04-17T23:36:48.667Z] === RUN TestCopyFromContainer// [2023-04-17T23:36:48.667Z] === RUN TestCopyFromContainer//bar/root [2023-04-17T23:36:48.667Z] === RUN TestCopyFromContainer//bar/root/ [2023-04-17T23:36:48.667Z] === RUN TestCopyFromContainer/bar/quux [2023-04-17T23:36:48.667Z] === RUN TestCopyFromContainer/bar/quux/ [2023-04-17T23:36:48.924Z] === RUN TestCopyFromContainer/bar/quux/baz [2023-04-17T23:36:48.924Z] === RUN TestCopyFromContainer/bar/filesymlink [2023-04-17T23:36:48.924Z] === RUN TestCopyFromContainer/bar/dirsymlink [2023-04-17T23:36:48.924Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2023-04-17T23:36:48.924Z] === RUN TestCopyFromContainer/bar/notarget [2023-04-17T23:36:49.182Z] --- PASS: TestCopyFromContainer (1.75s) [2023-04-17T23:36:49.182Z] --- PASS: TestCopyFromContainer// (0.06s) [2023-04-17T23:36:49.182Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2023-04-17T23:36:49.182Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2023-04-17T23:36:49.182Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2023-04-17T23:36:49.182Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2023-04-17T23:36:49.182Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2023-04-17T23:36:49.182Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2023-04-17T23:36:49.182Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2023-04-17T23:36:49.182Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2023-04-17T23:36:49.182Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2023-04-17T23:36:49.182Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2023-04-17T23:36:49.182Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-04-17T23:36:49.182Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-04-17T23:36:49.182Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-04-17T23:36:49.182Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-04-17T23:36:49.182Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-04-17T23:36:49.182Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-04-17T23:36:49.182Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-04-17T23:36:49.182Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-04-17T23:36:49.182Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-04-17T23:36:49.182Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2023-04-17T23:36:49.182Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2023-04-17T23:36:49.182Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2023-04-17T23:36:49.182Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2023-04-17T23:36:49.182Z] === RUN TestCreateLinkToNonExistingContainer [2023-04-17T23:36:49.182Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2023-04-17T23:36:49.182Z] === RUN TestCreateWithInvalidEnv [2023-04-17T23:36:49.182Z] === RUN TestCreateWithInvalidEnv/0 [2023-04-17T23:36:49.182Z] === PAUSE TestCreateWithInvalidEnv/0 [2023-04-17T23:36:49.182Z] === RUN TestCreateWithInvalidEnv/1 [2023-04-17T23:36:49.182Z] === PAUSE TestCreateWithInvalidEnv/1 [2023-04-17T23:36:49.182Z] === RUN TestCreateWithInvalidEnv/2 [2023-04-17T23:36:49.182Z] === PAUSE TestCreateWithInvalidEnv/2 [2023-04-17T23:36:49.182Z] === CONT TestCreateWithInvalidEnv/0 [2023-04-17T23:36:49.182Z] === CONT TestCreateWithInvalidEnv/2 [2023-04-17T23:36:49.182Z] === CONT TestCreateWithInvalidEnv/1 [2023-04-17T23:36:49.182Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2023-04-17T23:36:49.182Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2023-04-17T23:36:49.182Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2023-04-17T23:36:49.183Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2023-04-17T23:36:49.183Z] === RUN TestCreateTmpfsMountsTarget [2023-04-17T23:36:49.183Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2023-04-17T23:36:49.183Z] === RUN TestCreateWithCustomMaskedPaths [2023-04-17T23:36:51.081Z] --- PASS: TestCreateWithCustomMaskedPaths (1.56s) [2023-04-17T23:36:51.081Z] === RUN TestCreateWithCustomReadonlyPaths [2023-04-17T23:36:52.454Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.59s) [2023-04-17T23:36:52.454Z] === RUN TestCreateWithInvalidHealthcheckParams [2023-04-17T23:36:52.454Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-04-17T23:36:52.454Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-04-17T23:36:52.454Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-04-17T23:36:52.454Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-04-17T23:36:52.454Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-04-17T23:36:52.454Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-04-17T23:36:52.454Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-04-17T23:36:52.454Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-04-17T23:36:52.454Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-04-17T23:36:52.454Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-04-17T23:36:52.454Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-04-17T23:36:52.454Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-04-17T23:36:52.454Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-04-17T23:36:52.454Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-04-17T23:36:52.454Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-04-17T23:36:52.454Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2023-04-17T23:36:52.454Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2023-04-17T23:36:52.454Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2023-04-17T23:36:52.454Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2023-04-17T23:36:52.454Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2023-04-17T23:36:52.454Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2023-04-17T23:36:52.454Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2023-04-17T23:36:53.023Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.59s) [2023-04-17T23:36:53.023Z] === RUN TestCreateDifferentPlatform [2023-04-17T23:36:53.023Z] === RUN TestCreateDifferentPlatform/different_os [2023-04-17T23:36:53.023Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2023-04-17T23:36:53.023Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2023-04-17T23:36:53.023Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2023-04-17T23:36:53.023Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2023-04-17T23:36:53.023Z] === RUN TestCreateVolumesFromNonExistingContainer [2023-04-17T23:36:53.023Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2023-04-17T23:36:53.023Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2023-04-17T23:36:53.023Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2023-04-17T23:36:53.023Z] === RUN TestContainerStartOnDaemonRestart [2023-04-17T23:36:53.023Z] === PAUSE TestContainerStartOnDaemonRestart [2023-04-17T23:36:53.023Z] === RUN TestDaemonRestartIpcMode [2023-04-17T23:36:53.023Z] === PAUSE TestDaemonRestartIpcMode [2023-04-17T23:36:53.023Z] === RUN TestDaemonHostGatewayIP [2023-04-17T23:36:53.023Z] === PAUSE TestDaemonHostGatewayIP [2023-04-17T23:36:53.023Z] === RUN TestRestartDaemonWithRestartingContainer [2023-04-17T23:36:53.023Z] === PAUSE TestRestartDaemonWithRestartingContainer [2023-04-17T23:36:53.023Z] === RUN TestContainerKillOnDaemonStart [2023-04-17T23:36:53.023Z] === PAUSE TestContainerKillOnDaemonStart [2023-04-17T23:36:53.023Z] === RUN TestDiff [2023-04-17T23:36:53.957Z] --- PASS: TestDiff (0.73s) [2023-04-17T23:36:53.957Z] === RUN TestExecWithCloseStdin [2023-04-17T23:36:54.521Z] --- PASS: TestExecWithCloseStdin (0.64s) [2023-04-17T23:36:54.521Z] === RUN TestExec [2023-04-17T23:36:55.085Z] --- PASS: TestExec (0.61s) [2023-04-17T23:36:55.085Z] === RUN TestExecUser [2023-04-17T23:36:55.650Z] --- PASS: TestExecUser (0.64s) [2023-04-17T23:36:55.650Z] === RUN TestExportContainerAndImportImage [2023-04-17T23:36:56.223Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2023-04-17T23:36:56.223Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2023-04-17T23:36:56.582Z] --- PASS: TestExportContainerAndImportImage (0.80s) [2023-04-17T23:36:56.582Z] === RUN TestExportContainerAfterDaemonRestart [2023-04-17T23:36:57.954Z] --- PASS: TestExportContainerAfterDaemonRestart (1.26s) [2023-04-17T23:36:57.954Z] === RUN TestHealthCheckWorkdir [2023-04-17T23:36:58.519Z] --- PASS: TestHealthCheckWorkdir (0.70s) [2023-04-17T23:36:58.519Z] === RUN TestHealthKillContainer [2023-04-17T23:36:58.555Z] --- PASS: TestBuildWithHugeFile (35.03s) [2023-04-17T23:36:58.555Z] === RUN TestBuildWithEmptyDockerfile [2023-04-17T23:36:58.555Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2023-04-17T23:36:58.556Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2023-04-17T23:36:58.556Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-04-17T23:36:58.556Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-04-17T23:36:58.556Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-04-17T23:36:58.556Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-04-17T23:36:58.556Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2023-04-17T23:36:58.556Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-04-17T23:36:58.556Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-04-17T23:36:58.556Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2023-04-17T23:36:58.556Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.06s) [2023-04-17T23:36:58.556Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.06s) [2023-04-17T23:36:58.556Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2023-04-17T23:36:58.556Z] === RUN TestBuildPreserveOwnership [2023-04-17T23:36:58.556Z] === RUN TestBuildPreserveOwnership/copy_from [2023-04-17T23:36:58.556Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2023-04-17T23:36:58.556Z] --- PASS: TestBuildPreserveOwnership (2.82s) [2023-04-17T23:36:58.556Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.94s) [2023-04-17T23:36:58.556Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.88s) [2023-04-17T23:36:58.556Z] === RUN TestBuildPlatformInvalid [2023-04-17T23:36:58.556Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2023-04-17T23:36:58.556Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2023-04-17T23:36:58.556Z] Loaded image: busybox:latest [2023-04-17T23:36:58.556Z] Loaded image: busybox:glibc [2023-04-17T23:36:58.839Z] a2008f031039: Pull complete [2023-04-17T23:36:58.839Z] Digest: sha256:b65dbde86b756beb973029c88e545457aa469a7e082c2d99bf984ba17d0a898c [2023-04-17T23:36:58.839Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2023-04-17T23:36:58.839Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2023-04-17T23:36:58.839Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2023-04-17T23:36:58.839Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.4252' [2023-04-17T23:36:58.839Z] WARN: Skipping validation tests [2023-04-17T23:36:58.839Z] INFO: Running unit tests at 04/17/2023 23:36:49... [2023-04-17T23:36:58.839Z] INFO: make.ps1 starting at 04/17/2023 23:36:54 [2023-04-17T23:36:58.839Z] INFO: Git commit (ad45ece6fe) assumed from DOCKER_GITCOMMIT environment variable [2023-04-17T23:36:58.839Z] INFO: Invoking autogen... [2023-04-17T23:36:58.839Z] INFO: Running unit tests... [2023-04-17T23:36:59.939Z] Loaded image: debian:bullseye-slim [2023-04-17T23:36:59.939Z] Loaded image: hello-world:latest [2023-04-17T23:36:59.939Z] Loaded image: arm32v7/hello-world:latest [2023-04-17T23:37:01.789Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/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 [2023-04-17T23:37:06.617Z] --- PASS: TestHealthKillContainer (8.21s) [2023-04-17T23:37:06.617Z] === RUN TestHealthCheckProcessKilled [2023-04-17T23:37:07.551Z] --- PASS: TestHealthCheckProcessKilled (0.84s) [2023-04-17T23:37:07.551Z] === RUN TestInspectCpusetInConfigPre120 [2023-04-17T23:37:08.068Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.21s) [2023-04-17T23:37:08.068Z] PASS [2023-04-17T23:37:08.068Z] [2023-04-17T23:37:08.068Z] === Skipped [2023-04-17T23:37:08.068Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2023-04-17T23:37:08.068Z] build_session_test.go:25: TODO: BuildKit [2023-04-17T23:37:08.068Z] [2023-04-17T23:37:08.068Z] DONE 33 tests, 1 skipped in 67.051s [2023-04-17T23:37:08.068Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2023-04-17T23:37:08.068Z] ++ 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 [2023-04-17T23:37:08.068Z] ++ set -e [2023-04-17T23:37:08.068Z] ++ '[' -n 0 ']' [2023-04-17T23:37:08.068Z] ++ set -x [2023-04-17T23:37:08.068Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2023-04-17T23:37:08.068Z] INFO: Testing against a local daemon [2023-04-17T23:37:08.068Z] === RUN TestConfigInspect [2023-04-17T23:37:08.115Z] --- PASS: TestInspectCpusetInConfigPre120 (0.53s) [2023-04-17T23:37:08.115Z] === RUN TestIpcModeNone [2023-04-17T23:37:08.679Z] --- PASS: TestIpcModeNone (0.61s) [2023-04-17T23:37:08.680Z] === RUN TestIpcModePrivate [2023-04-17T23:37:08.937Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false [2023-04-17T23:37:09.194Z] --- PASS: TestIpcModePrivate (0.64s) [2023-04-17T23:37:09.194Z] === RUN TestIpcModeShareable [2023-04-17T23:37:09.449Z] --- PASS: TestConfigInspect (2.37s) [2023-04-17T23:37:09.449Z] === RUN TestConfigList [2023-04-17T23:37:09.758Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true [2023-04-17T23:37:10.016Z] --- PASS: TestIpcModeShareable (0.63s) [2023-04-17T23:37:10.016Z] === RUN TestAPIIpcModeShareableAndContainer [2023-04-17T23:37:10.456Z] ? github.com/docker/docker/api [no test files] [2023-04-17T23:37:11.915Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.79s) [2023-04-17T23:37:11.916Z] === RUN TestAPIIpcModeHost [2023-04-17T23:37:11.987Z] --- PASS: TestConfigList (2.10s) [2023-04-17T23:37:11.987Z] === RUN TestConfigsCreateAndDelete [2023-04-17T23:37:12.173Z] --- PASS: TestAPIIpcModeHost (0.45s) [2023-04-17T23:37:12.173Z] === RUN TestDaemonIpcModeShareable [2023-04-17T23:37:13.107Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2023-04-17T23:37:13.365Z] --- PASS: TestDaemonIpcModeShareable (1.20s) [2023-04-17T23:37:13.365Z] === RUN TestDaemonIpcModePrivate [2023-04-17T23:37:13.896Z] --- PASS: TestConfigsCreateAndDelete (2.07s) [2023-04-17T23:37:13.896Z] === RUN TestConfigsUpdate [2023-04-17T23:37:14.299Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2023-04-17T23:37:14.556Z] --- PASS: TestDaemonIpcModePrivate (1.16s) [2023-04-17T23:37:14.556Z] === RUN TestDaemonIpcModePrivateFromConfig [2023-04-17T23:37:15.495Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2023-04-17T23:37:15.768Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.19s) [2023-04-17T23:37:15.768Z] === RUN TestDaemonIpcModeShareableFromConfig [2023-04-17T23:37:15.804Z] --- PASS: TestConfigsUpdate (2.09s) [2023-04-17T23:37:15.804Z] === RUN TestTemplatedConfig [2023-04-17T23:37:16.717Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2023-04-17T23:37:16.977Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.25s) [2023-04-17T23:37:16.977Z] === RUN TestIpcModeOlderClient [2023-04-17T23:37:16.977Z] === PAUSE TestIpcModeOlderClient [2023-04-17T23:37:16.977Z] === RUN TestKillContainerInvalidSignal [2023-04-17T23:37:17.541Z] --- PASS: TestKillContainerInvalidSignal (0.47s) [2023-04-17T23:37:17.541Z] === RUN TestKillContainer [2023-04-17T23:37:17.541Z] === RUN TestKillContainer/no_signal [2023-04-17T23:37:17.799Z] === RUN TestKillContainer/non_killing_signal [2023-04-17T23:37:18.056Z] === RUN TestKillContainer/killing_signal [2023-04-17T23:37:18.343Z] --- PASS: TestTemplatedConfig (2.40s) [2023-04-17T23:37:18.343Z] === RUN TestConfigCreateResolve [2023-04-17T23:37:18.621Z] --- PASS: TestKillContainer (1.30s) [2023-04-17T23:37:18.621Z] --- PASS: TestKillContainer/no_signal (0.42s) [2023-04-17T23:37:18.621Z] --- PASS: TestKillContainer/non_killing_signal (0.27s) [2023-04-17T23:37:18.621Z] --- PASS: TestKillContainer/killing_signal (0.43s) [2023-04-17T23:37:18.621Z] === RUN TestKillWithStopSignalAndRestartPolicies [2023-04-17T23:37:18.621Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2023-04-17T23:37:19.187Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2023-04-17T23:37:20.124Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.26s) [2023-04-17T23:37:20.124Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.43s) [2023-04-17T23:37:20.124Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.66s) [2023-04-17T23:37:20.124Z] === RUN TestKillStoppedContainer [2023-04-17T23:37:20.124Z] --- PASS: TestKillStoppedContainer (0.06s) [2023-04-17T23:37:20.124Z] === RUN TestKillStoppedContainerAPIPre120 [2023-04-17T23:37:20.124Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2023-04-17T23:37:20.124Z] === RUN TestKillDifferentUserContainer [2023-04-17T23:37:20.251Z] --- PASS: TestConfigCreateResolve (2.13s) [2023-04-17T23:37:20.251Z] === RUN TestConfigDaemonLibtrustID [2023-04-17T23:37:20.688Z] --- PASS: TestKillDifferentUserContainer (0.46s) [2023-04-17T23:37:20.688Z] === RUN TestInspectOomKilledTrue [2023-04-17T23:37:20.688Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2023-04-17T23:37:20.688Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2023-04-17T23:37:20.688Z] === RUN TestInspectOomKilledFalse [2023-04-17T23:37:20.824Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2023-04-17T23:37:20.824Z] PASS [2023-04-17T23:37:20.824Z] [2023-04-17T23:37:20.824Z] DONE 7 tests in 13.788s [2023-04-17T23:37:20.824Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2023-04-17T23:37:20.824Z] ++ 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 [2023-04-17T23:37:20.824Z] ++ set -e [2023-04-17T23:37:20.824Z] ++ '[' -n 0 ']' [2023-04-17T23:37:20.824Z] ++ set -x [2023-04-17T23:37:20.824Z] ++ 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 [2023-04-17T23:37:20.946Z] --- PASS: TestInspectOomKilledFalse (0.43s) [2023-04-17T23:37:20.946Z] === RUN TestLinksEtcHostsContentMatch [2023-04-17T23:37:21.083Z] INFO: Testing against a local daemon [2023-04-17T23:37:21.083Z] === RUN TestCheckpoint [2023-04-17T23:37:21.083Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2023-04-17T23:37:21.083Z] --- SKIP: TestCheckpoint (0.00s) [2023-04-17T23:37:21.083Z] === RUN TestContainerInvalidJSON [2023-04-17T23:37:21.083Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2023-04-17T23:37:21.083Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2023-04-17T23:37:21.083Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2023-04-17T23:37:21.083Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2023-04-17T23:37:21.083Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2023-04-17T23:37:21.083Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2023-04-17T23:37:21.083Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2023-04-17T23:37:21.083Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2023-04-17T23:37:21.084Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2023-04-17T23:37:21.084Z] --- PASS: TestContainerInvalidJSON (0.01s) [2023-04-17T23:37:21.084Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2023-04-17T23:37:21.084Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2023-04-17T23:37:21.084Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2023-04-17T23:37:21.084Z] === RUN TestCopyFromContainerPathDoesNotExist [2023-04-17T23:37:21.084Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2023-04-17T23:37:21.084Z] === RUN TestCopyFromContainerPathIsNotDir [2023-04-17T23:37:21.084Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2023-04-17T23:37:21.084Z] === RUN TestCopyToContainerPathDoesNotExist [2023-04-17T23:37:21.084Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2023-04-17T23:37:21.084Z] === RUN TestCopyToContainerPathIsNotDir [2023-04-17T23:37:21.084Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2023-04-17T23:37:21.084Z] === RUN TestCopyFromContainer [2023-04-17T23:37:21.205Z] --- PASS: TestLinksEtcHostsContentMatch (0.32s) [2023-04-17T23:37:21.205Z] === RUN TestLinksContainerNames [2023-04-17T23:37:22.022Z] === RUN TestCopyFromContainer// [2023-04-17T23:37:22.137Z] --- PASS: TestLinksContainerNames (0.92s) [2023-04-17T23:37:22.137Z] === RUN TestLogsFollowTailEmpty [2023-04-17T23:37:22.282Z] === RUN TestCopyFromContainer//bar/root [2023-04-17T23:37:22.282Z] === RUN TestCopyFromContainer//bar/root/ [2023-04-17T23:37:22.282Z] === RUN TestCopyFromContainer/bar/quux [2023-04-17T23:37:22.282Z] === RUN TestCopyFromContainer/bar/quux/ [2023-04-17T23:37:22.282Z] === RUN TestCopyFromContainer/bar/quux/baz [2023-04-17T23:37:22.542Z] === RUN TestCopyFromContainer/bar/filesymlink [2023-04-17T23:37:22.542Z] === RUN TestCopyFromContainer/bar/dirsymlink [2023-04-17T23:37:22.542Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2023-04-17T23:37:22.542Z] === RUN TestCopyFromContainer/bar/notarget [2023-04-17T23:37:22.542Z] --- PASS: TestCopyFromContainer (1.43s) [2023-04-17T23:37:22.542Z] --- PASS: TestCopyFromContainer// (0.05s) [2023-04-17T23:37:22.542Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2023-04-17T23:37:22.542Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2023-04-17T23:37:22.542Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2023-04-17T23:37:22.542Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2023-04-17T23:37:22.542Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2023-04-17T23:37:22.542Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2023-04-17T23:37:22.542Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2023-04-17T23:37:22.542Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2023-04-17T23:37:22.542Z] --- PASS: TestCopyFromContainer/bar/notarget (0.04s) [2023-04-17T23:37:22.542Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2023-04-17T23:37:22.542Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-04-17T23:37:22.542Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-04-17T23:37:22.542Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-04-17T23:37:22.542Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-04-17T23:37:22.542Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-04-17T23:37:22.542Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-04-17T23:37:22.542Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-04-17T23:37:22.542Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-04-17T23:37:22.542Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-04-17T23:37:22.542Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2023-04-17T23:37:22.542Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2023-04-17T23:37:22.542Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2023-04-17T23:37:22.542Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2023-04-17T23:37:22.542Z] === RUN TestCreateLinkToNonExistingContainer [2023-04-17T23:37:22.703Z] --- PASS: TestLogsFollowTailEmpty (0.45s) [2023-04-17T23:37:22.703Z] === RUN TestContainerNetworkMountsNoChown [2023-04-17T23:37:22.801Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2023-04-17T23:37:22.801Z] === RUN TestCreateWithInvalidEnv [2023-04-17T23:37:22.801Z] === RUN TestCreateWithInvalidEnv/0 [2023-04-17T23:37:22.801Z] === PAUSE TestCreateWithInvalidEnv/0 [2023-04-17T23:37:22.801Z] === RUN TestCreateWithInvalidEnv/1 [2023-04-17T23:37:22.801Z] === PAUSE TestCreateWithInvalidEnv/1 [2023-04-17T23:37:22.801Z] === RUN TestCreateWithInvalidEnv/2 [2023-04-17T23:37:22.801Z] === PAUSE TestCreateWithInvalidEnv/2 [2023-04-17T23:37:22.801Z] === CONT TestCreateWithInvalidEnv/0 [2023-04-17T23:37:22.801Z] === CONT TestCreateWithInvalidEnv/2 [2023-04-17T23:37:22.801Z] === CONT TestCreateWithInvalidEnv/1 [2023-04-17T23:37:22.801Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2023-04-17T23:37:22.801Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2023-04-17T23:37:22.801Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2023-04-17T23:37:22.801Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2023-04-17T23:37:22.801Z] === RUN TestCreateTmpfsMountsTarget [2023-04-17T23:37:22.801Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2023-04-17T23:37:22.801Z] === RUN TestCreateWithCustomMaskedPaths [2023-04-17T23:37:23.268Z] --- PASS: TestContainerNetworkMountsNoChown (0.45s) [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot/default [2023-04-17T23:37:23.268Z] === PAUSE TestMountDaemonRoot/default [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot/private [2023-04-17T23:37:23.268Z] === PAUSE TestMountDaemonRoot/private [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot/rprivate [2023-04-17T23:37:23.268Z] === PAUSE TestMountDaemonRoot/rprivate [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot/slave [2023-04-17T23:37:23.268Z] === PAUSE TestMountDaemonRoot/slave [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot/rslave [2023-04-17T23:37:23.268Z] === PAUSE TestMountDaemonRoot/rslave [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot/shared [2023-04-17T23:37:23.268Z] === PAUSE TestMountDaemonRoot/shared [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot/rshared [2023-04-17T23:37:23.268Z] === PAUSE TestMountDaemonRoot/rshared [2023-04-17T23:37:23.268Z] === CONT TestMountDaemonRoot/default [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot/default/bind_root [2023-04-17T23:37:23.268Z] === PAUSE TestMountDaemonRoot/default/bind_root [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot/default/bind_subpath [2023-04-17T23:37:23.268Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot/default/mount_root [2023-04-17T23:37:23.268Z] === PAUSE TestMountDaemonRoot/default/mount_root [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot/default/mount_subpath [2023-04-17T23:37:23.268Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2023-04-17T23:37:23.268Z] === CONT TestMountDaemonRoot/default/bind_root [2023-04-17T23:37:23.268Z] === CONT TestMountDaemonRoot/rshared [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot/rshared/mount_root [2023-04-17T23:37:23.268Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2023-04-17T23:37:23.268Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot/rshared/bind_root [2023-04-17T23:37:23.268Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2023-04-17T23:37:23.268Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2023-04-17T23:37:23.268Z] === CONT TestMountDaemonRoot/rshared/mount_root [2023-04-17T23:37:23.268Z] === CONT TestMountDaemonRoot/shared [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot/shared/bind_root [2023-04-17T23:37:23.268Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2023-04-17T23:37:23.268Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot/shared/mount_root [2023-04-17T23:37:23.268Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2023-04-17T23:37:23.268Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2023-04-17T23:37:23.268Z] === CONT TestMountDaemonRoot/rslave [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2023-04-17T23:37:23.268Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot/rslave/mount_root [2023-04-17T23:37:23.268Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2023-04-17T23:37:23.268Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot/rslave/bind_root [2023-04-17T23:37:23.268Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2023-04-17T23:37:23.268Z] === CONT TestMountDaemonRoot/slave [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2023-04-17T23:37:23.268Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot/slave/mount_root [2023-04-17T23:37:23.268Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2023-04-17T23:37:23.268Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot/slave/bind_root [2023-04-17T23:37:23.268Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2023-04-17T23:37:23.268Z] === CONT TestMountDaemonRoot/rprivate [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2023-04-17T23:37:23.268Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2023-04-17T23:37:23.268Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2023-04-17T23:37:23.268Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2023-04-17T23:37:23.268Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2023-04-17T23:37:23.268Z] === CONT TestMountDaemonRoot/private [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot/private/bind_root [2023-04-17T23:37:23.268Z] === PAUSE TestMountDaemonRoot/private/bind_root [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot/private/bind_subpath [2023-04-17T23:37:23.268Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot/private/mount_root [2023-04-17T23:37:23.268Z] === PAUSE TestMountDaemonRoot/private/mount_root [2023-04-17T23:37:23.268Z] === RUN TestMountDaemonRoot/private/mount_subpath [2023-04-17T23:37:23.268Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2023-04-17T23:37:23.268Z] === CONT TestMountDaemonRoot/default/mount_subpath [2023-04-17T23:37:23.268Z] === CONT TestMountDaemonRoot/default/mount_root [2023-04-17T23:37:23.268Z] === CONT TestMountDaemonRoot/default/bind_subpath [2023-04-17T23:37:23.268Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2023-04-17T23:37:23.268Z] === CONT TestMountDaemonRoot/rshared/bind_root [2023-04-17T23:37:23.268Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2023-04-17T23:37:23.268Z] === CONT TestMountDaemonRoot/shared/bind_root [2023-04-17T23:37:23.526Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2023-04-17T23:37:23.526Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2023-04-17T23:37:23.526Z] === CONT TestMountDaemonRoot/shared/mount_root [2023-04-17T23:37:23.526Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2023-04-17T23:37:23.526Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2023-04-17T23:37:23.526Z] === CONT TestMountDaemonRoot/rslave/bind_root [2023-04-17T23:37:23.526Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2023-04-17T23:37:23.526Z] === CONT TestMountDaemonRoot/rslave/mount_root [2023-04-17T23:37:23.526Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2023-04-17T23:37:23.526Z] === CONT TestMountDaemonRoot/slave/bind_root [2023-04-17T23:37:23.526Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2023-04-17T23:37:23.526Z] === CONT TestMountDaemonRoot/slave/mount_root [2023-04-17T23:37:23.526Z] === CONT TestMountDaemonRoot/private/bind_root [2023-04-17T23:37:23.784Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2023-04-17T23:37:23.784Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2023-04-17T23:37:23.784Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2023-04-17T23:37:23.784Z] === CONT TestMountDaemonRoot/private/mount_subpath [2023-04-17T23:37:23.784Z] === CONT TestMountDaemonRoot/private/mount_root [2023-04-17T23:37:23.784Z] === CONT TestMountDaemonRoot/private/bind_subpath [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot (0.02s) [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2023-04-17T23:37:23.784Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2023-04-17T23:37:23.784Z] === RUN TestContainerBindMountNonRecursive [2023-04-17T23:37:24.211Z] --- PASS: TestCreateWithCustomMaskedPaths (1.18s) [2023-04-17T23:37:24.211Z] === RUN TestCreateWithCustomReadonlyPaths [2023-04-17T23:37:25.155Z] --- PASS: TestContainerBindMountNonRecursive (1.26s) [2023-04-17T23:37:25.155Z] === RUN TestContainerVolumesMountedAsShared [2023-04-17T23:37:25.180Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.19s) [2023-04-17T23:37:25.180Z] === RUN TestCreateWithInvalidHealthcheckParams [2023-04-17T23:37:25.180Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-04-17T23:37:25.180Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-04-17T23:37:25.180Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-04-17T23:37:25.180Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-04-17T23:37:25.180Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-04-17T23:37:25.180Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-04-17T23:37:25.180Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-04-17T23:37:25.180Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-04-17T23:37:25.180Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-04-17T23:37:25.180Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-04-17T23:37:25.180Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-04-17T23:37:25.180Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-04-17T23:37:25.180Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-04-17T23:37:25.180Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-04-17T23:37:25.180Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-04-17T23:37:25.180Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2023-04-17T23:37:25.180Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2023-04-17T23:37:25.180Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2023-04-17T23:37:25.180Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2023-04-17T23:37:25.180Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2023-04-17T23:37:25.180Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2023-04-17T23:37:25.180Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2023-04-17T23:37:25.413Z] --- PASS: TestContainerVolumesMountedAsShared (0.42s) [2023-04-17T23:37:25.413Z] === RUN TestContainerVolumesMountedAsSlave [2023-04-17T23:37:25.445Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.41s) [2023-04-17T23:37:25.445Z] === RUN TestCreateDifferentPlatform [2023-04-17T23:37:25.445Z] === RUN TestCreateDifferentPlatform/different_os [2023-04-17T23:37:25.445Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2023-04-17T23:37:25.445Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2023-04-17T23:37:25.445Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2023-04-17T23:37:25.445Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2023-04-17T23:37:25.445Z] === RUN TestCreateVolumesFromNonExistingContainer [2023-04-17T23:37:25.445Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2023-04-17T23:37:25.445Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2023-04-17T23:37:25.704Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2023-04-17T23:37:25.704Z] === RUN TestContainerStartOnDaemonRestart [2023-04-17T23:37:25.704Z] === PAUSE TestContainerStartOnDaemonRestart [2023-04-17T23:37:25.704Z] === RUN TestDaemonRestartIpcMode [2023-04-17T23:37:25.704Z] === PAUSE TestDaemonRestartIpcMode [2023-04-17T23:37:25.704Z] === RUN TestDaemonHostGatewayIP [2023-04-17T23:37:25.704Z] === PAUSE TestDaemonHostGatewayIP [2023-04-17T23:37:25.704Z] === RUN TestRestartDaemonWithRestartingContainer [2023-04-17T23:37:25.704Z] === PAUSE TestRestartDaemonWithRestartingContainer [2023-04-17T23:37:25.704Z] === RUN TestContainerKillOnDaemonStart [2023-04-17T23:37:25.704Z] === PAUSE TestContainerKillOnDaemonStart [2023-04-17T23:37:25.704Z] === RUN TestDiff [2023-04-17T23:37:25.964Z] --- PASS: TestDiff (0.41s) [2023-04-17T23:37:25.964Z] === RUN TestExecWithCloseStdin [2023-04-17T23:37:25.977Z] --- PASS: TestContainerVolumesMountedAsSlave (0.34s) [2023-04-17T23:37:25.977Z] === RUN TestNetworkNat [2023-04-17T23:37:26.235Z] --- PASS: TestNetworkNat (0.47s) [2023-04-17T23:37:26.235Z] === RUN TestNetworkLocalhostTCPNat [2023-04-17T23:37:26.534Z] --- PASS: TestExecWithCloseStdin (0.47s) [2023-04-17T23:37:26.534Z] === RUN TestExec [2023-04-17T23:37:26.801Z] --- PASS: TestNetworkLocalhostTCPNat (0.46s) [2023-04-17T23:37:26.801Z] === RUN TestNetworkLoopbackNat [2023-04-17T23:37:27.104Z] --- PASS: TestExec (0.45s) [2023-04-17T23:37:27.105Z] === RUN TestExecUser [2023-04-17T23:37:27.365Z] --- PASS: TestExecUser (0.48s) [2023-04-17T23:37:27.365Z] === RUN TestExportContainerAndImportImage [2023-04-17T23:37:27.934Z] --- PASS: TestExportContainerAndImportImage (0.51s) [2023-04-17T23:37:27.934Z] === RUN TestExportContainerAfterDaemonRestart [2023-04-17T23:37:28.260Z] === RUN TestMiddlewares [2023-04-17T23:37:28.260Z] --- PASS: TestMiddlewares (0.00s) [2023-04-17T23:37:28.260Z] PASS [2023-04-17T23:37:28.260Z] coverage: 7.9% of statements [2023-04-17T23:37:28.260Z] ok github.com/docker/docker/api/server 0.043s coverage: 7.9% of statements [2023-04-17T23:37:29.314Z] --- PASS: TestExportContainerAfterDaemonRestart (1.24s) [2023-04-17T23:37:29.314Z] === RUN TestHealthCheckWorkdir [2023-04-17T23:37:29.328Z] --- PASS: TestNetworkLoopbackNat (2.61s) [2023-04-17T23:37:29.329Z] === RUN TestPause [2023-04-17T23:37:29.573Z] --- PASS: TestHealthCheckWorkdir (0.52s) [2023-04-17T23:37:29.573Z] === RUN TestHealthKillContainer [2023-04-17T23:37:29.892Z] --- PASS: TestPause (0.44s) [2023-04-17T23:37:29.892Z] === RUN TestPauseFailsOnWindowsServerContainers [2023-04-17T23:37:29.892Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2023-04-17T23:37:29.892Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2023-04-17T23:37:29.892Z] === RUN TestPauseStopPausedContainer [2023-04-17T23:37:30.152Z] --- PASS: TestPauseStopPausedContainer (0.45s) [2023-04-17T23:37:30.152Z] === RUN TestPsFilter [2023-04-17T23:37:30.410Z] --- PASS: TestPsFilter (0.13s) [2023-04-17T23:37:30.410Z] === RUN TestRemoveContainerWithRemovedVolume [2023-04-17T23:37:30.976Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.43s) [2023-04-17T23:37:30.976Z] === RUN TestRemoveContainerWithVolume [2023-04-17T23:37:31.233Z] --- PASS: TestRemoveContainerWithVolume (0.45s) [2023-04-17T23:37:31.233Z] === RUN TestRemoveContainerRunning [2023-04-17T23:37:31.798Z] --- PASS: TestRemoveContainerRunning (0.44s) [2023-04-17T23:37:31.798Z] === RUN TestRemoveContainerForceRemoveRunning [2023-04-17T23:37:32.055Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s) [2023-04-17T23:37:32.055Z] === RUN TestRemoveInvalidContainer [2023-04-17T23:37:32.055Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2023-04-17T23:37:32.055Z] === RUN TestRenameLinkedContainer [2023-04-17T23:37:33.953Z] --- PASS: TestRenameLinkedContainer (1.78s) [2023-04-17T23:37:33.953Z] === RUN TestRenameStoppedContainer [2023-04-17T23:37:34.517Z] --- PASS: TestRenameStoppedContainer (0.46s) [2023-04-17T23:37:34.517Z] === RUN TestRenameRunningContainerAndReuse [2023-04-17T23:37:35.449Z] --- PASS: TestRenameRunningContainerAndReuse (0.92s) [2023-04-17T23:37:35.449Z] === RUN TestRenameInvalidName [2023-04-17T23:37:35.706Z] --- PASS: TestRenameInvalidName (0.47s) [2023-04-17T23:37:35.706Z] === RUN TestRenameAnonymousContainer [2023-04-17T23:37:37.608Z] --- PASS: TestRenameAnonymousContainer (1.55s) [2023-04-17T23:37:37.608Z] === RUN TestRenameContainerWithSameName [2023-04-17T23:37:37.699Z] --- PASS: TestHealthKillContainer (7.85s) [2023-04-17T23:37:37.699Z] === RUN TestHealthCheckProcessKilled [2023-04-17T23:37:37.865Z] --- PASS: TestRenameContainerWithSameName (0.43s) [2023-04-17T23:37:37.865Z] === RUN TestRenameContainerWithLinkedContainer [2023-04-17T23:37:38.268Z] --- PASS: TestHealthCheckProcessKilled (0.64s) [2023-04-17T23:37:38.268Z] === RUN TestInspectCpusetInConfigPre120 [2023-04-17T23:37:38.528Z] --- PASS: TestInspectCpusetInConfigPre120 (0.36s) [2023-04-17T23:37:38.528Z] === RUN TestIpcModeNone [2023-04-17T23:37:38.796Z] --- PASS: TestRenameContainerWithLinkedContainer (0.91s) [2023-04-17T23:37:38.796Z] === RUN TestResize [2023-04-17T23:37:39.053Z] --- PASS: TestResize (0.43s) [2023-04-17T23:37:39.053Z] === RUN TestResizeWithInvalidSize [2023-04-17T23:37:39.097Z] --- PASS: TestIpcModeNone (0.47s) [2023-04-17T23:37:39.097Z] === RUN TestIpcModePrivate [2023-04-17T23:37:39.357Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:74, shared: false, mustBeShared: false [2023-04-17T23:37:39.357Z] --- PASS: TestIpcModePrivate (0.44s) [2023-04-17T23:37:39.357Z] === RUN TestIpcModeShareable [2023-04-17T23:37:39.618Z] --- PASS: TestResizeWithInvalidSize (0.41s) [2023-04-17T23:37:39.618Z] === RUN TestResizeWhenContainerNotStarted [2023-04-17T23:37:39.876Z] --- PASS: TestResizeWhenContainerNotStarted (0.39s) [2023-04-17T23:37:39.876Z] === RUN TestDaemonRestartKillContainers [2023-04-17T23:37:39.876Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2023-04-17T23:37:39.876Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2023-04-17T23:37:39.876Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2023-04-17T23:37:39.876Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2023-04-17T23:37:39.876Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2023-04-17T23:37:39.876Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2023-04-17T23:37:39.876Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2023-04-17T23:37:39.876Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2023-04-17T23:37:39.876Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2023-04-17T23:37:39.876Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2023-04-17T23:37:39.876Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2023-04-17T23:37:39.876Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2023-04-17T23:37:39.876Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2023-04-17T23:37:39.876Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2023-04-17T23:37:39.876Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2023-04-17T23:37:39.876Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2023-04-17T23:37:39.876Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2023-04-17T23:37:39.876Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2023-04-17T23:37:39.876Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2023-04-17T23:37:39.876Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2023-04-17T23:37:39.876Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2023-04-17T23:37:39.876Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2023-04-17T23:37:39.876Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2023-04-17T23:37:39.876Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2023-04-17T23:37:39.876Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2023-04-17T23:37:39.876Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2023-04-17T23:37:39.926Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:68, shared: true, mustBeShared: true [2023-04-17T23:37:39.926Z] --- PASS: TestIpcModeShareable (0.44s) [2023-04-17T23:37:39.926Z] === RUN TestAPIIpcModeShareableAndContainer [2023-04-17T23:37:41.307Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.45s) [2023-04-17T23:37:41.307Z] === RUN TestAPIIpcModeHost [2023-04-17T23:37:41.777Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2023-04-17T23:37:41.777Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2023-04-17T23:37:41.875Z] --- PASS: TestAPIIpcModeHost (0.37s) [2023-04-17T23:37:41.875Z] === RUN TestDaemonIpcModeShareable [2023-04-17T23:37:42.816Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2023-04-17T23:37:42.816Z] --- PASS: TestDaemonIpcModeShareable (1.13s) [2023-04-17T23:37:42.816Z] === RUN TestDaemonIpcModePrivate [2023-04-17T23:37:43.148Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2023-04-17T23:37:43.148Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2023-04-17T23:37:43.754Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2023-04-17T23:37:44.014Z] --- PASS: TestDaemonIpcModePrivate (1.11s) [2023-04-17T23:37:44.014Z] === RUN TestDaemonIpcModePrivateFromConfig [2023-04-17T23:37:44.082Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2023-04-17T23:37:44.339Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2023-04-17T23:37:44.952Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2023-04-17T23:37:45.212Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.21s) [2023-04-17T23:37:45.212Z] === RUN TestDaemonIpcModeShareableFromConfig [2023-04-17T23:37:46.150Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2023-04-17T23:37:46.238Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2023-04-17T23:37:46.239Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2023-04-17T23:37:46.410Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.14s) [2023-04-17T23:37:46.410Z] === RUN TestIpcModeOlderClient [2023-04-17T23:37:46.410Z] === PAUSE TestIpcModeOlderClient [2023-04-17T23:37:46.410Z] === RUN TestKillContainerInvalidSignal [2023-04-17T23:37:46.670Z] --- PASS: TestKillContainerInvalidSignal (0.39s) [2023-04-17T23:37:46.670Z] === RUN TestKillContainer [2023-04-17T23:37:46.670Z] === RUN TestKillContainer/no_signal [2023-04-17T23:37:47.240Z] === RUN TestKillContainer/non_killing_signal [2023-04-17T23:37:47.500Z] === RUN TestKillContainer/killing_signal [2023-04-17T23:37:48.074Z] --- PASS: TestKillContainer (1.28s) [2023-04-17T23:37:48.074Z] --- PASS: TestKillContainer/no_signal (0.40s) [2023-04-17T23:37:48.074Z] --- PASS: TestKillContainer/non_killing_signal (0.28s) [2023-04-17T23:37:48.074Z] --- PASS: TestKillContainer/killing_signal (0.42s) [2023-04-17T23:37:48.074Z] === RUN TestKillWithStopSignalAndRestartPolicies [2023-04-17T23:37:48.074Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2023-04-17T23:37:48.137Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2023-04-17T23:37:48.334Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2023-04-17T23:37:48.394Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2023-04-17T23:37:49.274Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.24s) [2023-04-17T23:37:49.274Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.41s) [2023-04-17T23:37:49.274Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.66s) [2023-04-17T23:37:49.274Z] === RUN TestKillStoppedContainer [2023-04-17T23:37:49.274Z] --- PASS: TestKillStoppedContainer (0.05s) [2023-04-17T23:37:49.274Z] === RUN TestKillStoppedContainerAPIPre120 [2023-04-17T23:37:49.274Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2023-04-17T23:37:49.274Z] === RUN TestKillDifferentUserContainer [2023-04-17T23:37:49.846Z] --- PASS: TestKillDifferentUserContainer (0.41s) [2023-04-17T23:37:49.846Z] === RUN TestInspectOomKilledTrue [2023-04-17T23:37:50.106Z] --- PASS: TestInspectOomKilledTrue (0.46s) [2023-04-17T23:37:50.106Z] === RUN TestInspectOomKilledFalse [2023-04-17T23:37:50.292Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2023-04-17T23:37:50.292Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.80s) [2023-04-17T23:37:50.292Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.97s) [2023-04-17T23:37:50.292Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.25s) [2023-04-17T23:37:50.292Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.32s) [2023-04-17T23:37:50.292Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.23s) [2023-04-17T23:37:50.292Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.28s) [2023-04-17T23:37:50.292Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.77s) [2023-04-17T23:37:50.292Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.78s) [2023-04-17T23:37:50.292Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.00s) [2023-04-17T23:37:50.292Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.10s) [2023-04-17T23:37:50.292Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.74s) [2023-04-17T23:37:50.292Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.87s) [2023-04-17T23:37:50.292Z] === RUN TestCgroupNamespacesRun [2023-04-17T23:37:50.676Z] --- PASS: TestInspectOomKilledFalse (0.42s) [2023-04-17T23:37:50.676Z] === RUN TestLinksEtcHostsContentMatch [2023-04-17T23:37:50.936Z] --- PASS: TestLinksEtcHostsContentMatch (0.31s) [2023-04-17T23:37:50.936Z] === RUN TestLinksContainerNames [2023-04-17T23:37:51.663Z] --- PASS: TestCgroupNamespacesRun (1.21s) [2023-04-17T23:37:51.663Z] === RUN TestCgroupNamespacesRunPrivileged [2023-04-17T23:37:51.663Z] run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2023-04-17T23:37:51.663Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2023-04-17T23:37:51.663Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2023-04-17T23:37:51.877Z] --- PASS: TestLinksContainerNames (0.83s) [2023-04-17T23:37:51.877Z] === RUN TestLogsFollowTailEmpty [2023-04-17T23:37:52.136Z] --- PASS: TestLogsFollowTailEmpty (0.39s) [2023-04-17T23:37:52.136Z] === RUN TestContainerNetworkMountsNoChown [2023-04-17T23:37:52.597Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.17s) [2023-04-17T23:37:52.597Z] === RUN TestCgroupNamespacesRunHostMode [2023-04-17T23:37:52.706Z] --- PASS: TestContainerNetworkMountsNoChown (0.38s) [2023-04-17T23:37:52.706Z] === RUN TestMountDaemonRoot [2023-04-17T23:37:52.706Z] === RUN TestMountDaemonRoot/default [2023-04-17T23:37:52.706Z] === PAUSE TestMountDaemonRoot/default [2023-04-17T23:37:52.706Z] === RUN TestMountDaemonRoot/private [2023-04-17T23:37:52.706Z] === PAUSE TestMountDaemonRoot/private [2023-04-17T23:37:52.706Z] === RUN TestMountDaemonRoot/rprivate [2023-04-17T23:37:52.706Z] === PAUSE TestMountDaemonRoot/rprivate [2023-04-17T23:37:52.706Z] === RUN TestMountDaemonRoot/slave [2023-04-17T23:37:52.706Z] === PAUSE TestMountDaemonRoot/slave [2023-04-17T23:37:52.706Z] === RUN TestMountDaemonRoot/rslave [2023-04-17T23:37:52.706Z] === PAUSE TestMountDaemonRoot/rslave [2023-04-17T23:37:52.706Z] === RUN TestMountDaemonRoot/shared [2023-04-17T23:37:52.706Z] === PAUSE TestMountDaemonRoot/shared [2023-04-17T23:37:52.706Z] === RUN TestMountDaemonRoot/rshared [2023-04-17T23:37:52.706Z] === PAUSE TestMountDaemonRoot/rshared [2023-04-17T23:37:52.706Z] === CONT TestMountDaemonRoot/default [2023-04-17T23:37:52.706Z] === RUN TestMountDaemonRoot/default/mount_root [2023-04-17T23:37:52.706Z] === PAUSE TestMountDaemonRoot/default/mount_root [2023-04-17T23:37:52.706Z] === RUN TestMountDaemonRoot/default/mount_subpath [2023-04-17T23:37:52.706Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2023-04-17T23:37:52.706Z] === RUN TestMountDaemonRoot/default/bind_root [2023-04-17T23:37:52.706Z] === PAUSE TestMountDaemonRoot/default/bind_root [2023-04-17T23:37:52.706Z] === RUN TestMountDaemonRoot/default/bind_subpath [2023-04-17T23:37:52.706Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2023-04-17T23:37:52.706Z] === CONT TestMountDaemonRoot/default/mount_root [2023-04-17T23:37:52.706Z] === CONT TestMountDaemonRoot/rshared [2023-04-17T23:37:52.706Z] === RUN TestMountDaemonRoot/rshared/bind_root [2023-04-17T23:37:52.706Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2023-04-17T23:37:52.706Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2023-04-17T23:37:52.706Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2023-04-17T23:37:52.706Z] === RUN TestMountDaemonRoot/rshared/mount_root [2023-04-17T23:37:52.706Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2023-04-17T23:37:52.707Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2023-04-17T23:37:52.707Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2023-04-17T23:37:52.707Z] === CONT TestMountDaemonRoot/rshared/bind_root [2023-04-17T23:37:52.707Z] === CONT TestMountDaemonRoot/shared [2023-04-17T23:37:52.707Z] === RUN TestMountDaemonRoot/shared/bind_root [2023-04-17T23:37:52.707Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2023-04-17T23:37:52.707Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2023-04-17T23:37:52.707Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2023-04-17T23:37:52.707Z] === RUN TestMountDaemonRoot/shared/mount_root [2023-04-17T23:37:52.707Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2023-04-17T23:37:52.707Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2023-04-17T23:37:52.707Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2023-04-17T23:37:52.707Z] === CONT TestMountDaemonRoot/rslave [2023-04-17T23:37:52.707Z] === RUN TestMountDaemonRoot/rslave/bind_root [2023-04-17T23:37:52.707Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2023-04-17T23:37:52.707Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2023-04-17T23:37:52.707Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2023-04-17T23:37:52.707Z] === RUN TestMountDaemonRoot/rslave/mount_root [2023-04-17T23:37:52.707Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2023-04-17T23:37:52.707Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2023-04-17T23:37:52.707Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2023-04-17T23:37:52.707Z] === CONT TestMountDaemonRoot/slave [2023-04-17T23:37:52.707Z] === RUN TestMountDaemonRoot/slave/mount_root [2023-04-17T23:37:52.707Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2023-04-17T23:37:52.707Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2023-04-17T23:37:52.707Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2023-04-17T23:37:52.707Z] === RUN TestMountDaemonRoot/slave/bind_root [2023-04-17T23:37:52.707Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2023-04-17T23:37:52.707Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2023-04-17T23:37:52.707Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2023-04-17T23:37:52.707Z] === CONT TestMountDaemonRoot/rprivate [2023-04-17T23:37:52.707Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2023-04-17T23:37:52.707Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2023-04-17T23:37:52.707Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2023-04-17T23:37:52.707Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2023-04-17T23:37:52.707Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2023-04-17T23:37:52.707Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2023-04-17T23:37:52.707Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2023-04-17T23:37:52.707Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2023-04-17T23:37:52.707Z] === CONT TestMountDaemonRoot/private [2023-04-17T23:37:52.707Z] === RUN TestMountDaemonRoot/private/bind_root [2023-04-17T23:37:52.707Z] === PAUSE TestMountDaemonRoot/private/bind_root [2023-04-17T23:37:52.707Z] === RUN TestMountDaemonRoot/private/bind_subpath [2023-04-17T23:37:52.707Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2023-04-17T23:37:52.707Z] === RUN TestMountDaemonRoot/private/mount_root [2023-04-17T23:37:52.707Z] === PAUSE TestMountDaemonRoot/private/mount_root [2023-04-17T23:37:52.707Z] === RUN TestMountDaemonRoot/private/mount_subpath [2023-04-17T23:37:52.707Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2023-04-17T23:37:52.707Z] === CONT TestMountDaemonRoot/default/bind_subpath [2023-04-17T23:37:52.707Z] === CONT TestMountDaemonRoot/default/bind_root [2023-04-17T23:37:52.707Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2023-04-17T23:37:52.707Z] === CONT TestMountDaemonRoot/default/mount_subpath [2023-04-17T23:37:52.707Z] === CONT TestMountDaemonRoot/rshared/mount_root [2023-04-17T23:37:52.707Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2023-04-17T23:37:52.707Z] === CONT TestMountDaemonRoot/shared/bind_root [2023-04-17T23:37:52.707Z] === CONT TestMountDaemonRoot/rslave/bind_root [2023-04-17T23:37:52.707Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2023-04-17T23:37:52.707Z] === CONT TestMountDaemonRoot/shared/mount_root [2023-04-17T23:37:52.707Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2023-04-17T23:37:52.967Z] === CONT TestMountDaemonRoot/slave/mount_root [2023-04-17T23:37:52.967Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2023-04-17T23:37:52.967Z] === CONT TestMountDaemonRoot/rslave/mount_root [2023-04-17T23:37:52.967Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2023-04-17T23:37:52.967Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2023-04-17T23:37:52.967Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2023-04-17T23:37:52.967Z] === CONT TestMountDaemonRoot/slave/bind_root [2023-04-17T23:37:52.967Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2023-04-17T23:37:52.967Z] === CONT TestMountDaemonRoot/private/bind_root [2023-04-17T23:37:52.967Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2023-04-17T23:37:52.967Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2023-04-17T23:37:52.967Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2023-04-17T23:37:52.967Z] === CONT TestMountDaemonRoot/private/mount_subpath [2023-04-17T23:37:52.967Z] === CONT TestMountDaemonRoot/private/mount_root [2023-04-17T23:37:52.967Z] === CONT TestMountDaemonRoot/private/bind_subpath [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot (0.02s) [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2023-04-17T23:37:53.227Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2023-04-17T23:37:53.227Z] === RUN TestContainerBindMountNonRecursive [2023-04-17T23:37:53.969Z] --- PASS: TestCgroupNamespacesRunHostMode (1.16s) [2023-04-17T23:37:53.969Z] === RUN TestCgroupNamespacesRunPrivateMode [2023-04-17T23:37:54.608Z] --- PASS: TestContainerBindMountNonRecursive (1.27s) [2023-04-17T23:37:54.608Z] === RUN TestContainerVolumesMountedAsShared [2023-04-17T23:37:54.868Z] --- PASS: TestContainerVolumesMountedAsShared (0.40s) [2023-04-17T23:37:54.868Z] === RUN TestContainerVolumesMountedAsSlave [2023-04-17T23:37:54.901Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.15s) [2023-04-17T23:37:54.901Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2023-04-17T23:37:55.128Z] --- PASS: TestContainerVolumesMountedAsSlave (0.31s) [2023-04-17T23:37:55.128Z] === RUN TestNetworkNat [2023-04-17T23:37:55.697Z] --- PASS: TestNetworkNat (0.46s) [2023-04-17T23:37:55.697Z] === RUN TestNetworkLocalhostTCPNat [2023-04-17T23:37:55.958Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s) [2023-04-17T23:37:55.958Z] === RUN TestNetworkLoopbackNat [2023-04-17T23:37:56.272Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.15s) [2023-04-17T23:37:56.272Z] === RUN TestCgroupNamespacesRunInvalidMode [2023-04-17T23:37:56.837Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2023-04-17T23:37:56.837Z] === RUN TestCgroupNamespacesRunOlderClient [2023-04-17T23:37:57.772Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.16s) [2023-04-17T23:37:57.772Z] === RUN TestNISDomainname [2023-04-17T23:37:58.338Z] --- PASS: TestNISDomainname (0.55s) [2023-04-17T23:37:58.338Z] === RUN TestHostnameDnsResolution [2023-04-17T23:37:58.497Z] --- PASS: TestNetworkLoopbackNat (2.64s) [2023-04-17T23:37:58.497Z] === RUN TestPause [2023-04-17T23:37:59.066Z] --- PASS: TestPause (0.45s) [2023-04-17T23:37:59.066Z] === RUN TestPauseFailsOnWindowsServerContainers [2023-04-17T23:37:59.066Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2023-04-17T23:37:59.066Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2023-04-17T23:37:59.066Z] === RUN TestPauseStopPausedContainer [2023-04-17T23:37:59.280Z] --- PASS: TestHostnameDnsResolution (0.70s) [2023-04-17T23:37:59.280Z] === RUN TestUnprivilegedPortsAndPing [2023-04-17T23:37:59.635Z] --- PASS: TestPauseStopPausedContainer (0.45s) [2023-04-17T23:37:59.635Z] === RUN TestPsFilter [2023-04-17T23:37:59.635Z] --- PASS: TestPsFilter (0.12s) [2023-04-17T23:37:59.635Z] === RUN TestRemoveContainerWithRemovedVolume [2023-04-17T23:37:59.864Z] --- PASS: TestUnprivilegedPortsAndPing (0.58s) [2023-04-17T23:37:59.864Z] === RUN TestStats [2023-04-17T23:38:00.012Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s) [2023-04-17T23:38:00.012Z] === RUN TestRemoveContainerWithVolume [2023-04-17T23:38:00.581Z] --- PASS: TestRemoveContainerWithVolume (0.40s) [2023-04-17T23:38:00.581Z] === RUN TestRemoveContainerRunning [2023-04-17T23:38:00.841Z] --- PASS: TestRemoveContainerRunning (0.42s) [2023-04-17T23:38:00.841Z] === RUN TestRemoveContainerForceRemoveRunning [2023-04-17T23:38:01.412Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.40s) [2023-04-17T23:38:01.412Z] === RUN TestRemoveInvalidContainer [2023-04-17T23:38:01.412Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2023-04-17T23:38:01.412Z] === RUN TestRenameLinkedContainer [2023-04-17T23:38:02.402Z] --- PASS: TestStats (2.51s) [2023-04-17T23:38:02.402Z] === RUN TestStopContainerWithTimeout [2023-04-17T23:38:02.402Z] === RUN TestStopContainerWithTimeout/0 [2023-04-17T23:38:02.402Z] === PAUSE TestStopContainerWithTimeout/0 [2023-04-17T23:38:02.402Z] === RUN TestStopContainerWithTimeout/1 [2023-04-17T23:38:02.402Z] === PAUSE TestStopContainerWithTimeout/1 [2023-04-17T23:38:02.402Z] === RUN TestStopContainerWithTimeout/3 [2023-04-17T23:38:02.402Z] === PAUSE TestStopContainerWithTimeout/3 [2023-04-17T23:38:02.402Z] === RUN TestStopContainerWithTimeout/-1 [2023-04-17T23:38:02.402Z] === PAUSE TestStopContainerWithTimeout/-1 [2023-04-17T23:38:02.402Z] === CONT TestStopContainerWithTimeout/0 [2023-04-17T23:38:02.402Z] === CONT TestStopContainerWithTimeout/3 [2023-04-17T23:38:02.968Z] === CONT TestStopContainerWithTimeout/-1 [2023-04-17T23:38:03.321Z] --- PASS: TestRenameLinkedContainer (1.72s) [2023-04-17T23:38:03.321Z] === RUN TestRenameStoppedContainer [2023-04-17T23:38:03.321Z] --- PASS: TestRenameStoppedContainer (0.41s) [2023-04-17T23:38:03.321Z] === RUN TestRenameRunningContainerAndReuse [2023-04-17T23:38:04.261Z] --- PASS: TestRenameRunningContainerAndReuse (0.83s) [2023-04-17T23:38:04.261Z] === RUN TestRenameInvalidName [2023-04-17T23:38:04.832Z] --- PASS: TestRenameInvalidName (0.43s) [2023-04-17T23:38:04.832Z] === RUN TestRenameAnonymousContainer [2023-04-17T23:38:04.864Z] === CONT TestStopContainerWithTimeout/1 [2023-04-17T23:38:06.223Z] --- PASS: TestRenameAnonymousContainer (1.53s) [2023-04-17T23:38:06.223Z] === RUN TestRenameContainerWithSameName [2023-04-17T23:38:06.760Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2023-04-17T23:38:06.760Z] --- PASS: TestStopContainerWithTimeout/0 (0.66s) [2023-04-17T23:38:06.760Z] --- PASS: TestStopContainerWithTimeout/3 (2.74s) [2023-04-17T23:38:06.760Z] --- PASS: TestStopContainerWithTimeout/-1 (2.42s) [2023-04-17T23:38:06.760Z] --- PASS: TestStopContainerWithTimeout/1 (1.51s) [2023-04-17T23:38:06.760Z] === RUN TestDeleteDevicemapper [2023-04-17T23:38:06.760Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2023-04-17T23:38:06.760Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2023-04-17T23:38:06.760Z] === RUN TestStopContainerWithRestartPolicyAlways [2023-04-17T23:38:06.796Z] --- PASS: TestRenameContainerWithSameName (0.43s) [2023-04-17T23:38:06.796Z] === RUN TestRenameContainerWithLinkedContainer [2023-04-17T23:38:07.368Z] --- PASS: TestRenameContainerWithLinkedContainer (0.83s) [2023-04-17T23:38:07.368Z] === RUN TestResize [2023-04-17T23:38:07.938Z] --- PASS: TestResize (0.42s) [2023-04-17T23:38:07.938Z] === RUN TestResizeWithInvalidSize [2023-04-17T23:38:08.198Z] --- PASS: TestResizeWithInvalidSize (0.43s) [2023-04-17T23:38:08.198Z] === RUN TestResizeWhenContainerNotStarted [2023-04-17T23:38:08.661Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.92s) [2023-04-17T23:38:08.661Z] === RUN TestUpdateMemory [2023-04-17T23:38:08.774Z] --- PASS: TestResizeWhenContainerNotStarted (0.43s) [2023-04-17T23:38:08.774Z] === RUN TestDaemonRestartKillContainers [2023-04-17T23:38:08.774Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2023-04-17T23:38:08.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2023-04-17T23:38:08.774Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2023-04-17T23:38:08.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2023-04-17T23:38:08.774Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2023-04-17T23:38:08.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2023-04-17T23:38:08.774Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2023-04-17T23:38:08.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2023-04-17T23:38:08.774Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2023-04-17T23:38:08.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2023-04-17T23:38:08.774Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2023-04-17T23:38:08.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2023-04-17T23:38:08.774Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2023-04-17T23:38:08.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2023-04-17T23:38:08.774Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2023-04-17T23:38:08.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2023-04-17T23:38:08.774Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2023-04-17T23:38:08.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2023-04-17T23:38:08.774Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2023-04-17T23:38:08.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2023-04-17T23:38:08.774Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2023-04-17T23:38:08.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2023-04-17T23:38:08.774Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2023-04-17T23:38:08.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2023-04-17T23:38:08.774Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2023-04-17T23:38:08.774Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2023-04-17T23:38:08.918Z] --- PASS: TestUpdateMemory (0.57s) [2023-04-17T23:38:08.918Z] === RUN TestUpdateCPUQuota [2023-04-17T23:38:09.851Z] --- PASS: TestUpdateCPUQuota (0.95s) [2023-04-17T23:38:09.851Z] === RUN TestUpdatePidsLimit [2023-04-17T23:38:09.851Z] === RUN TestUpdatePidsLimit/update_from_none [2023-04-17T23:38:10.108Z] === RUN TestUpdatePidsLimit/no_change [2023-04-17T23:38:10.366Z] === RUN TestUpdatePidsLimit/update_lower [2023-04-17T23:38:10.624Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2023-04-17T23:38:10.710Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2023-04-17T23:38:10.710Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2023-04-17T23:38:10.882Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2023-04-17T23:38:11.140Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2023-04-17T23:38:11.140Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2023-04-17T23:38:11.649Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2023-04-17T23:38:11.908Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2023-04-17T23:38:12.072Z] --- PASS: TestUpdatePidsLimit (2.10s) [2023-04-17T23:38:12.072Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.21s) [2023-04-17T23:38:12.072Z] --- PASS: TestUpdatePidsLimit/no_change (0.20s) [2023-04-17T23:38:12.072Z] --- PASS: TestUpdatePidsLimit/update_lower (0.24s) [2023-04-17T23:38:12.072Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.23s) [2023-04-17T23:38:12.072Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.21s) [2023-04-17T23:38:12.072Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.23s) [2023-04-17T23:38:12.072Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s) [2023-04-17T23:38:12.072Z] === RUN TestUpdateRestartPolicy [2023-04-17T23:38:12.847Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2023-04-17T23:38:13.107Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2023-04-17T23:38:14.489Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2023-04-17T23:38:14.749Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2023-04-17T23:38:16.658Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2023-04-17T23:38:16.658Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2023-04-17T23:38:17.651Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2023-04-17T23:38:17.652Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2023-04-17T23:38:18.569Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2023-04-17T23:38:18.569Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.61s) [2023-04-17T23:38:18.569Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.80s) [2023-04-17T23:38:18.569Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.22s) [2023-04-17T23:38:18.569Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.35s) [2023-04-17T23:38:18.569Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.22s) [2023-04-17T23:38:18.569Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.27s) [2023-04-17T23:38:18.569Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.76s) [2023-04-17T23:38:18.569Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.67s) [2023-04-17T23:38:18.569Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.89s) [2023-04-17T23:38:18.569Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.86s) [2023-04-17T23:38:18.569Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.68s) [2023-04-17T23:38:18.569Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.69s) [2023-04-17T23:38:18.569Z] === RUN TestCgroupNamespacesRun [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2023-04-17T23:38:19.123Z] === RUN TestBoolValue [2023-04-17T23:38:19.123Z] --- PASS: TestBoolValue (0.00s) [2023-04-17T23:38:19.123Z] === RUN TestBoolValueOrDefault [2023-04-17T23:38:19.123Z] --- PASS: TestBoolValueOrDefault (0.00s) [2023-04-17T23:38:19.123Z] === RUN TestInt64ValueOrZero [2023-04-17T23:38:19.123Z] --- PASS: TestInt64ValueOrZero (0.00s) [2023-04-17T23:38:19.123Z] === RUN TestInt64ValueOrDefault [2023-04-17T23:38:19.123Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2023-04-17T23:38:19.123Z] === RUN TestInt64ValueOrDefaultWithError [2023-04-17T23:38:19.123Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2023-04-17T23:38:19.123Z] === RUN TestJsonContentType [2023-04-17T23:38:19.123Z] --- PASS: TestJsonContentType (0.00s) [2023-04-17T23:38:19.123Z] PASS [2023-04-17T23:38:19.123Z] coverage: 16.2% of statements [2023-04-17T23:38:19.123Z] ok github.com/docker/docker/api/server/httputils 0.039s coverage: 16.2% of statements [2023-04-17T23:38:19.123Z] === RUN TestMaskSecretKeys [2023-04-17T23:38:19.123Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2023-04-17T23:38:19.123Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2023-04-17T23:38:19.123Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2023-04-17T23:38:19.123Z] --- PASS: TestMaskSecretKeys (0.00s) [2023-04-17T23:38:19.123Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2023-04-17T23:38:19.123Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2023-04-17T23:38:19.123Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2023-04-17T23:38:19.123Z] === RUN TestVersionMiddlewareVersion [2023-04-17T23:38:19.123Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2023-04-17T23:38:19.123Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2023-04-17T23:38:19.123Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2023-04-17T23:38:19.123Z] PASS [2023-04-17T23:38:19.123Z] coverage: 37.7% of statements [2023-04-17T23:38:19.123Z] ok github.com/docker/docker/api/server/middleware 0.046s coverage: 37.7% of statements [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/api/server/router [no test files] [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/api/server/router/build [no test files] [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/api/server/router/container [no test files] [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/api/server/router/image [no test files] [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/api/server/router/network [no test files] [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/api/server/router/session [no test files] [2023-04-17T23:38:19.123Z] === RUN TestStrSliceMarshalJSON [2023-04-17T23:38:19.123Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2023-04-17T23:38:19.123Z] === RUN TestStrSliceUnmarshalJSON [2023-04-17T23:38:19.123Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2023-04-17T23:38:19.123Z] === RUN TestStrSliceUnmarshalString [2023-04-17T23:38:19.123Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2023-04-17T23:38:19.123Z] === RUN TestStrSliceUnmarshalSlice [2023-04-17T23:38:19.123Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2023-04-17T23:38:19.123Z] PASS [2023-04-17T23:38:19.123Z] coverage: 90.0% of statements [2023-04-17T23:38:19.123Z] ok github.com/docker/docker/api/types/strslice 0.040s coverage: 90.0% of statements [2023-04-17T23:38:19.123Z] === RUN TestMarshalJSON [2023-04-17T23:38:19.123Z] --- PASS: TestMarshalJSON (0.00s) [2023-04-17T23:38:19.123Z] === RUN TestMarshalJSONWithEmpty [2023-04-17T23:38:19.123Z] --- PASS: TestMarshalJSONWithEmpty (0.00s) [2023-04-17T23:38:19.123Z] === RUN TestToJSON [2023-04-17T23:38:19.123Z] --- PASS: TestToJSON (0.00s) [2023-04-17T23:38:19.123Z] === RUN TestToParamWithVersion [2023-04-17T23:38:19.123Z] --- PASS: TestToParamWithVersion (0.00s) [2023-04-17T23:38:19.123Z] === RUN TestFromJSON [2023-04-17T23:38:19.123Z] --- PASS: TestFromJSON (0.00s) [2023-04-17T23:38:19.123Z] === RUN TestEmpty [2023-04-17T23:38:19.123Z] --- PASS: TestEmpty (0.00s) [2023-04-17T23:38:19.123Z] === RUN TestArgsMatchKVListEmptySources [2023-04-17T23:38:19.123Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2023-04-17T23:38:19.123Z] === RUN TestArgsMatchKVList [2023-04-17T23:38:19.123Z] --- PASS: TestArgsMatchKVList (0.00s) [2023-04-17T23:38:19.123Z] === RUN TestArgsMatch [2023-04-17T23:38:19.123Z] --- PASS: TestArgsMatch (0.00s) [2023-04-17T23:38:19.123Z] === RUN TestAdd [2023-04-17T23:38:19.123Z] --- PASS: TestAdd (0.00s) [2023-04-17T23:38:19.123Z] === RUN TestDel [2023-04-17T23:38:19.123Z] --- PASS: TestDel (0.00s) [2023-04-17T23:38:19.123Z] === RUN TestLen [2023-04-17T23:38:19.123Z] --- PASS: TestLen (0.00s) [2023-04-17T23:38:19.123Z] === RUN TestExactMatch [2023-04-17T23:38:19.123Z] --- PASS: TestExactMatch (0.00s) [2023-04-17T23:38:19.123Z] === RUN TestOnlyOneExactMatch [2023-04-17T23:38:19.123Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2023-04-17T23:38:19.123Z] === RUN TestContains [2023-04-17T23:38:19.123Z] --- PASS: TestContains (0.00s) [2023-04-17T23:38:19.123Z] === RUN TestValidate [2023-04-17T23:38:19.123Z] --- PASS: TestValidate (0.00s) [2023-04-17T23:38:19.123Z] === RUN TestWalkValues [2023-04-17T23:38:19.123Z] --- PASS: TestWalkValues (0.00s) [2023-04-17T23:38:19.123Z] === RUN TestFuzzyMatch [2023-04-17T23:38:19.123Z] --- PASS: TestFuzzyMatch (0.00s) [2023-04-17T23:38:19.123Z] === RUN TestClone [2023-04-17T23:38:19.123Z] --- PASS: TestClone (0.00s) [2023-04-17T23:38:19.123Z] PASS [2023-04-17T23:38:19.123Z] coverage: 93.7% of statements [2023-04-17T23:38:19.123Z] ok github.com/docker/docker/api/types/filters 0.035s coverage: 93.7% of statements [2023-04-17T23:38:19.123Z] === RUN TestAdjustForAPIVersion [2023-04-17T23:38:19.123Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2023-04-17T23:38:19.123Z] PASS [2023-04-17T23:38:19.123Z] coverage: 5.7% of statements [2023-04-17T23:38:19.123Z] ok github.com/docker/docker/api/server/router/swarm 0.042s coverage: 5.7% of statements [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/api/server/router/system [no test files] [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/api/types [no test files] [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/api/types/backend [no test files] [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/api/types/container [no test files] [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/api/types/events [no test files] [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/api/types/image [no test files] [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/api/types/mount [no test files] [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/api/types/network [no test files] [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/api/types/registry [no test files] [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/api/types/swarm [no test files] [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2023-04-17T23:38:19.123Z] === RUN TestDurationToSecondsString [2023-04-17T23:38:19.123Z] --- PASS: TestDurationToSecondsString (0.00s) [2023-04-17T23:38:19.123Z] === RUN TestGetTimestamp [2023-04-17T23:38:19.123Z] --- PASS: TestGetTimestamp (0.12s) [2023-04-17T23:38:19.123Z] === RUN TestParseTimestamps [2023-04-17T23:38:19.123Z] --- PASS: TestParseTimestamps (0.00s) [2023-04-17T23:38:19.123Z] PASS [2023-04-17T23:38:19.123Z] coverage: 100.0% of statements [2023-04-17T23:38:19.123Z] ok github.com/docker/docker/api/types/time 0.157s coverage: 100.0% of statements [2023-04-17T23:38:19.123Z] === RUN TestCompareVersion [2023-04-17T23:38:19.123Z] --- PASS: TestCompareVersion (0.00s) [2023-04-17T23:38:19.123Z] PASS [2023-04-17T23:38:19.123Z] coverage: 75.0% of statements [2023-04-17T23:38:19.123Z] ok github.com/docker/docker/api/types/versions 0.051s coverage: 75.0% of statements [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/api/types/volume [no test files] [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/builder [no test files] [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/builder/builder-next [no test files] [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2023-04-17T23:38:19.123Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2023-04-17T23:38:19.509Z] --- PASS: TestCgroupNamespacesRun (1.16s) [2023-04-17T23:38:19.509Z] === RUN TestCgroupNamespacesRunPrivileged [2023-04-17T23:38:20.110Z] === RUN TestParseRemoteURL [2023-04-17T23:38:20.110Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2023-04-17T23:38:20.110Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2023-04-17T23:38:20.110Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2023-04-17T23:38:20.110Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2023-04-17T23:38:20.110Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2023-04-17T23:38:20.110Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2023-04-17T23:38:20.110Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2023-04-17T23:38:20.110Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2023-04-17T23:38:20.110Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2023-04-17T23:38:20.110Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2023-04-17T23:38:20.110Z] --- PASS: TestParseRemoteURL (0.00s) [2023-04-17T23:38:20.110Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2023-04-17T23:38:20.110Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2023-04-17T23:38:20.110Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2023-04-17T23:38:20.110Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2023-04-17T23:38:20.110Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2023-04-17T23:38:20.110Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2023-04-17T23:38:20.110Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2023-04-17T23:38:20.110Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2023-04-17T23:38:20.110Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2023-04-17T23:38:20.110Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2023-04-17T23:38:20.110Z] === RUN TestCloneArgsSmartHttp [2023-04-17T23:38:20.110Z] --- PASS: TestCloneArgsSmartHttp (0.06s) [2023-04-17T23:38:20.110Z] === RUN TestCloneArgsDumbHttp [2023-04-17T23:38:20.110Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2023-04-17T23:38:20.110Z] === RUN TestCloneArgsGit [2023-04-17T23:38:20.110Z] --- PASS: TestCloneArgsGit (0.00s) [2023-04-17T23:38:20.110Z] === RUN TestCheckoutGit [2023-04-17T23:38:20.110Z] gitutils_test.go:180: git version 2.11.1.windows.1 [2023-04-17T23:38:20.578Z] gitutils_test.go:239: Initialized empty Git repository in C:/Users/ContainerAdministrator/AppData/Local/Temp/TestCheckoutGit753061278/001/repo/.git/ [2023-04-17T23:38:20.578Z] gitutils_test.go:253: warning: LF will be replaced by CRLF in subdir/Dockerfile. [2023-04-17T23:38:20.578Z] The file will have its original line endings in your working directory. [2023-04-17T23:38:20.578Z] gitutils_test.go:254: [master (root-commit) f5fe343] First commit [2023-04-17T23:38:20.578Z] 2 files changed, 3 insertions(+) [2023-04-17T23:38:20.578Z] create mode 100644 Dockerfile [2023-04-17T23:38:20.578Z] create mode 100644 subdir/Dockerfile [2023-04-17T23:38:20.578Z] warning: LF will be replaced by CRLF in subdir/Dockerfile. [2023-04-17T23:38:20.578Z] The file will have its original line endings in your working directory. [2023-04-17T23:38:20.578Z] gitutils_test.go:255: Switched to a new branch 'test' [2023-04-17T23:38:20.890Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.09s) [2023-04-17T23:38:20.890Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2023-04-17T23:38:21.046Z] gitutils_test.go:260: warning: LF will be replaced by CRLF in Dockerfile. [2023-04-17T23:38:21.046Z] The file will have its original line endings in your working directory. [2023-04-17T23:38:21.046Z] warning: LF will be replaced by CRLF in subdir/Dockerfile. [2023-04-17T23:38:21.046Z] The file will have its original line endings in your working directory. [2023-04-17T23:38:21.046Z] gitutils_test.go:261: warning: LF will be replaced by CRLF in Dockerfile. [2023-04-17T23:38:21.046Z] The file will have its original line endings in your working directory. [2023-04-17T23:38:21.046Z] [test d127ab2] Branch commit [2023-04-17T23:38:21.046Z] 2 files changed, 3 insertions(+), 2 deletions(-) [2023-04-17T23:38:21.046Z] warning: LF will be replaced by CRLF in subdir/Dockerfile. [2023-04-17T23:38:21.046Z] The file will have its original line endings in your working directory. [2023-04-17T23:38:21.046Z] gitutils_test.go:262: Switched to branch 'master' [2023-04-17T23:38:21.046Z] gitutils_test.go:266: Initialized empty Git repository in C:/Users/ContainerAdministrator/AppData/Local/Temp/TestCheckoutGit753061278/001/subrepo/.git/ [2023-04-17T23:38:21.514Z] gitutils_test.go:273: [master (root-commit) 6e8f212] Subrepo initial [2023-04-17T23:38:21.514Z] 1 file changed, 1 insertion(+) [2023-04-17T23:38:21.514Z] create mode 100644 subfile [2023-04-17T23:38:21.514Z] === RUN TestEnable [2023-04-17T23:38:21.514Z] --- PASS: TestEnable (0.00s) [2023-04-17T23:38:21.514Z] === RUN TestDisable [2023-04-17T23:38:21.514Z] --- PASS: TestDisable (0.00s) [2023-04-17T23:38:21.514Z] === RUN TestEnabled [2023-04-17T23:38:21.514Z] --- PASS: TestEnabled (0.00s) [2023-04-17T23:38:21.514Z] PASS [2023-04-17T23:38:21.514Z] coverage: 100.0% of statements [2023-04-17T23:38:21.514Z] ok github.com/docker/docker/cli/debug 0.033s coverage: 100.0% of statements [2023-04-17T23:38:21.514Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2023-04-17T23:38:21.514Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2023-04-17T23:38:21.514Z] === RUN TestProcessNoDockerignore [2023-04-17T23:38:21.514Z] --- PASS: TestProcessNoDockerignore (0.00s) [2023-04-17T23:38:21.514Z] === RUN TestProcessShouldLeaveAllFiles [2023-04-17T23:38:21.514Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2023-04-17T23:38:21.514Z] === RUN TestDetectContentType [2023-04-17T23:38:21.514Z] --- PASS: TestDetectContentType (0.00s) [2023-04-17T23:38:21.514Z] === RUN TestSelectAcceptableMIME [2023-04-17T23:38:21.514Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2023-04-17T23:38:21.514Z] === RUN TestInspectEmptyResponse [2023-04-17T23:38:21.514Z] --- PASS: TestInspectEmptyResponse (0.00s) [2023-04-17T23:38:21.514Z] === RUN TestInspectResponseBinary [2023-04-17T23:38:21.514Z] --- PASS: TestInspectResponseBinary (0.00s) [2023-04-17T23:38:21.514Z] === RUN TestResponseUnsupportedContentType [2023-04-17T23:38:21.514Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2023-04-17T23:38:21.514Z] === RUN TestInspectResponseTextSimple [2023-04-17T23:38:21.514Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2023-04-17T23:38:21.514Z] === RUN TestInspectResponseEmptyContentType [2023-04-17T23:38:21.514Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2023-04-17T23:38:21.514Z] === RUN TestUnknownContentLength [2023-04-17T23:38:21.514Z] --- PASS: TestUnknownContentLength (0.00s) [2023-04-17T23:38:21.514Z] === RUN TestDownloadRemote [2023-04-17T23:38:21.828Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.09s) [2023-04-17T23:38:21.828Z] === RUN TestCgroupNamespacesRunHostMode [2023-04-17T23:38:21.981Z] --- PASS: TestDownloadRemote (0.07s) [2023-04-17T23:38:21.981Z] === RUN TestGetWithStatusError [2023-04-17T23:38:21.981Z] --- PASS: TestGetWithStatusError (0.01s) [2023-04-17T23:38:21.981Z] === RUN TestCloseRootDirectory [2023-04-17T23:38:21.981Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2023-04-17T23:38:21.981Z] --- SKIP: TestCloseRootDirectory (0.00s) [2023-04-17T23:38:21.981Z] === RUN TestHashFile [2023-04-17T23:38:21.981Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2023-04-17T23:38:21.981Z] --- SKIP: TestHashFile (0.01s) [2023-04-17T23:38:21.981Z] === RUN TestHashSubdir [2023-04-17T23:38:21.981Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2023-04-17T23:38:21.981Z] --- SKIP: TestHashSubdir (0.01s) [2023-04-17T23:38:21.981Z] === RUN TestRemoveDirectory [2023-04-17T23:38:21.981Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2023-04-17T23:38:21.981Z] --- SKIP: TestRemoveDirectory (0.00s) [2023-04-17T23:38:21.981Z] PASS [2023-04-17T23:38:21.981Z] coverage: 9.3% of statements [2023-04-17T23:38:21.981Z] ok github.com/docker/docker/builder/remotecontext 0.298s coverage: 9.3% of statements [2023-04-17T23:38:21.981Z] === RUN TestGetAllAllowed [2023-04-17T23:38:21.981Z] --- PASS: TestGetAllAllowed (0.00s) [2023-04-17T23:38:21.981Z] === RUN TestGetAllMeta [2023-04-17T23:38:21.981Z] --- PASS: TestGetAllMeta (0.00s) [2023-04-17T23:38:21.981Z] === RUN TestWarnOnUnusedBuildArgs [2023-04-17T23:38:21.981Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2023-04-17T23:38:21.981Z] === RUN TestIsUnreferencedBuiltin [2023-04-17T23:38:21.981Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2023-04-17T23:38:21.981Z] === RUN TestIsExistingDirectory [2023-04-17T23:38:21.981Z] --- PASS: TestIsExistingDirectory (0.00s) [2023-04-17T23:38:21.981Z] === RUN TestGetFilenameForDownload [2023-04-17T23:38:21.981Z] --- PASS: TestGetFilenameForDownload (0.00s) [2023-04-17T23:38:21.981Z] === RUN TestEnv2Variables [2023-04-17T23:38:21.981Z] --- PASS: TestEnv2Variables (0.00s) [2023-04-17T23:38:21.981Z] === RUN TestEnvValueWithExistingRunConfigEnv [2023-04-17T23:38:21.981Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2023-04-17T23:38:21.981Z] === RUN TestMaintainer [2023-04-17T23:38:21.981Z] --- PASS: TestMaintainer (0.00s) [2023-04-17T23:38:21.981Z] === RUN TestLabel [2023-04-17T23:38:21.981Z] --- PASS: TestLabel (0.00s) [2023-04-17T23:38:21.981Z] === RUN TestFromScratch [2023-04-17T23:38:21.981Z] --- PASS: TestFromScratch (0.00s) [2023-04-17T23:38:21.981Z] === RUN TestFromWithArg [2023-04-17T23:38:21.981Z] --- PASS: TestFromWithArg (0.00s) [2023-04-17T23:38:21.981Z] === RUN TestFromWithArgButBuildArgsNotGiven [2023-04-17T23:38:21.981Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2023-04-17T23:38:21.981Z] === RUN TestFromWithUndefinedArg [2023-04-17T23:38:21.981Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2023-04-17T23:38:21.981Z] === RUN TestFromMultiStageWithNamedStage [2023-04-17T23:38:21.981Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2023-04-17T23:38:21.981Z] === RUN TestOnbuild [2023-04-17T23:38:21.981Z] --- PASS: TestOnbuild (0.00s) [2023-04-17T23:38:21.981Z] === RUN TestWorkdir [2023-04-17T23:38:21.981Z] --- PASS: TestWorkdir (0.00s) [2023-04-17T23:38:21.981Z] === RUN TestCmd [2023-04-17T23:38:21.981Z] --- PASS: TestCmd (0.00s) [2023-04-17T23:38:21.981Z] === RUN TestHealthcheckNone [2023-04-17T23:38:21.981Z] --- PASS: TestHealthcheckNone (0.00s) [2023-04-17T23:38:21.981Z] === RUN TestHealthcheckCmd [2023-04-17T23:38:21.981Z] --- PASS: TestHealthcheckCmd (0.00s) [2023-04-17T23:38:21.981Z] === RUN TestEntrypoint [2023-04-17T23:38:21.981Z] --- PASS: TestEntrypoint (0.00s) [2023-04-17T23:38:21.981Z] === RUN TestExpose [2023-04-17T23:38:21.981Z] --- PASS: TestExpose (0.00s) [2023-04-17T23:38:21.981Z] === RUN TestUser [2023-04-17T23:38:21.981Z] --- PASS: TestUser (0.00s) [2023-04-17T23:38:21.981Z] === RUN TestVolume [2023-04-17T23:38:21.981Z] --- PASS: TestVolume (0.00s) [2023-04-17T23:38:21.981Z] === RUN TestStopSignal [2023-04-17T23:38:21.981Z] dispatchers_test.go:377: Windows does not support stopsignal [2023-04-17T23:38:21.981Z] --- SKIP: TestStopSignal (0.00s) [2023-04-17T23:38:21.981Z] === RUN TestArg [2023-04-17T23:38:21.981Z] --- PASS: TestArg (0.00s) [2023-04-17T23:38:21.981Z] === RUN TestShell [2023-04-17T23:38:21.981Z] --- PASS: TestShell (0.00s) [2023-04-17T23:38:21.981Z] === RUN TestPrependEnvOnCmd [2023-04-17T23:38:21.981Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2023-04-17T23:38:21.981Z] === RUN TestRunWithBuildArgs [2023-04-17T23:38:21.981Z] --- PASS: TestRunWithBuildArgs (0.00s) [2023-04-17T23:38:22.449Z] === RUN TestRunIgnoresHealthcheck [2023-04-17T23:38:22.449Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2023-04-17T23:38:22.449Z] === RUN TestDispatchUnsupportedOptions [2023-04-17T23:38:22.449Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2023-04-17T23:38:22.449Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2023-04-17T23:38:22.449Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2023-04-17T23:38:22.449Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2023-04-17T23:38:22.449Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2023-04-17T23:38:22.449Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2023-04-17T23:38:22.449Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2023-04-17T23:38:22.449Z] === RUN TestNormalizeWorkdir [2023-04-17T23:38:22.449Z] --- PASS: TestNormalizeWorkdir (0.00s) [2023-04-17T23:38:22.449Z] === RUN TestDispatch [2023-04-17T23:38:22.449Z] === RUN TestDispatch/ADD_multiple_files_to_file [2023-04-17T23:38:22.449Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2023-04-17T23:38:22.449Z] === RUN TestDispatch/COPY_multiple_files_to_file [2023-04-17T23:38:22.449Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2023-04-17T23:38:22.449Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2023-04-17T23:38:22.449Z] === RUN TestDispatch/COPY_wildcard_no_files [2023-04-17T23:38:22.449Z] === RUN TestDispatch/COPY_url [2023-04-17T23:38:22.449Z] --- PASS: TestDispatch (0.09s) [2023-04-17T23:38:22.449Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.04s) [2023-04-17T23:38:22.449Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.02s) [2023-04-17T23:38:22.449Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2023-04-17T23:38:22.449Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.00s) [2023-04-17T23:38:22.449Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.00s) [2023-04-17T23:38:22.449Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2023-04-17T23:38:22.449Z] --- PASS: TestDispatch/COPY_url (0.00s) [2023-04-17T23:38:22.449Z] === RUN TestAddScratchImageAddsToMounts [2023-04-17T23:38:22.449Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2023-04-17T23:38:22.449Z] === RUN TestAddFromScratchPopulatesPlatform [2023-04-17T23:38:22.449Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2023-04-17T23:38:22.449Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2023-04-17T23:38:22.449Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2023-04-17T23:38:22.449Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2023-04-17T23:38:22.449Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2023-04-17T23:38:22.449Z] === RUN TestImageSourceGetAddsToMounts [2023-04-17T23:38:22.449Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2023-04-17T23:38:22.449Z] === RUN TestEmptyDockerfile [2023-04-17T23:38:22.449Z] --- PASS: TestEmptyDockerfile (0.00s) [2023-04-17T23:38:22.449Z] === RUN TestSymlinkDockerfile [2023-04-17T23:38:22.449Z] --- PASS: TestSymlinkDockerfile (0.03s) [2023-04-17T23:38:22.449Z] === RUN TestDockerfileOutsideTheBuildContext [2023-04-17T23:38:22.449Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.02s) [2023-04-17T23:38:22.449Z] === RUN TestNonExistingDockerfile [2023-04-17T23:38:22.449Z] --- PASS: TestNonExistingDockerfile (0.01s) [2023-04-17T23:38:22.449Z] === RUN TestCopyRunConfig [2023-04-17T23:38:22.449Z] --- PASS: TestCopyRunConfig (0.00s) [2023-04-17T23:38:22.449Z] === RUN TestDeepCopyRunConfig [2023-04-17T23:38:22.449Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2023-04-17T23:38:22.449Z] === RUN TestExportImage [2023-04-17T23:38:22.449Z] --- PASS: TestExportImage (0.00s) [2023-04-17T23:38:22.449Z] === RUN TestNormalizeDest [2023-04-17T23:38:22.449Z] --- PASS: TestNormalizeDest (0.00s) [2023-04-17T23:38:22.449Z] PASS [2023-04-17T23:38:22.449Z] coverage: 46.8% of statements [2023-04-17T23:38:22.449Z] ok github.com/docker/docker/builder/dockerfile 0.291s coverage: 46.8% of statements [2023-04-17T23:38:22.449Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2023-04-17T23:38:22.769Z] --- PASS: TestCgroupNamespacesRunHostMode (1.12s) [2023-04-17T23:38:22.769Z] === RUN TestCgroupNamespacesRunPrivateMode [2023-04-17T23:38:24.012Z] gitutils_test.go:275: Cloning into 'C:/Users/ContainerAdministrator/AppData/Local/Temp/TestCheckoutGit753061278/001/repo/sub'... [2023-04-17T23:38:24.012Z] warning: LF will be replaced by CRLF in .gitmodules. [2023-04-17T23:38:24.012Z] The file will have its original line endings in your working directory. [2023-04-17T23:38:24.150Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.10s) [2023-04-17T23:38:24.150Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2023-04-17T23:38:24.260Z] --- PASS: TestUpdateRestartPolicy (11.01s) [2023-04-17T23:38:24.260Z] === RUN TestUpdateRestartWithAutoRemove [2023-04-17T23:38:24.260Z] --- PASS: TestUpdateRestartWithAutoRemove (0.45s) [2023-04-17T23:38:24.260Z] === RUN TestWaitNonBlocked [2023-04-17T23:38:24.260Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-04-17T23:38:24.260Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-04-17T23:38:24.260Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2023-04-17T23:38:24.260Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2023-04-17T23:38:24.260Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-04-17T23:38:24.260Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2023-04-17T23:38:24.260Z] --- PASS: TestWaitNonBlocked (0.01s) [2023-04-17T23:38:24.260Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.74s) [2023-04-17T23:38:24.260Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.75s) [2023-04-17T23:38:24.260Z] === RUN TestWaitBlocked [2023-04-17T23:38:24.260Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2023-04-17T23:38:24.260Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2023-04-17T23:38:24.260Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2023-04-17T23:38:24.260Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2023-04-17T23:38:24.260Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2023-04-17T23:38:24.260Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2023-04-17T23:38:24.480Z] gitutils_test.go:276: warning: LF will be replaced by CRLF in .gitmodules. [2023-04-17T23:38:24.480Z] The file will have its original line endings in your working directory. [2023-04-17T23:38:24.480Z] gitutils_test.go:277: [master 23b701c] With submodule [2023-04-17T23:38:24.480Z] 2 files changed, 4 insertions(+) [2023-04-17T23:38:24.480Z] create mode 100644 .gitmodules [2023-04-17T23:38:24.480Z] create mode 160000 sub [2023-04-17T23:38:24.480Z] warning: LF will be replaced by CRLF in .gitmodules. [2023-04-17T23:38:24.480Z] The file will have its original line endings in your working directory. [2023-04-17T23:38:24.480Z] === RUN TestCheckoutGit/#00 [2023-04-17T23:38:25.089Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.09s) [2023-04-17T23:38:25.089Z] === RUN TestCgroupNamespacesRunInvalidMode [2023-04-17T23:38:25.192Z] --- PASS: TestWaitBlocked (0.02s) [2023-04-17T23:38:25.192Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.67s) [2023-04-17T23:38:25.192Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.72s) [2023-04-17T23:38:25.192Z] === CONT TestContainerStartOnDaemonRestart [2023-04-17T23:38:25.192Z] === CONT TestContainerKillOnDaemonStart [2023-04-17T23:38:25.465Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2023-04-17T23:38:25.465Z] [2023-04-17T23:38:25.465Z] gitutils_test.go:211: git-http-backend: [2023-04-17T23:38:25.658Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.66s) [2023-04-17T23:38:25.658Z] === RUN TestCgroupNamespacesRunOlderClient [2023-04-17T23:38:27.038Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.11s) [2023-04-17T23:38:27.038Z] === RUN TestNISDomainname [2023-04-17T23:38:27.090Z] --- PASS: TestContainerStartOnDaemonRestart (2.19s) [2023-04-17T23:38:27.090Z] === CONT TestIpcModeOlderClient [2023-04-17T23:38:27.299Z] --- PASS: TestNISDomainname (0.53s) [2023-04-17T23:38:27.299Z] === RUN TestHostnameDnsResolution [2023-04-17T23:38:27.347Z] --- PASS: TestIpcModeOlderClient (0.07s) [2023-04-17T23:38:27.347Z] === CONT TestDaemonHostGatewayIP [2023-04-17T23:38:27.678Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2023-04-17T23:38:27.678Z] [2023-04-17T23:38:27.678Z] gitutils_test.go:211: git-http-backend: [2023-04-17T23:38:27.869Z] --- PASS: TestHostnameDnsResolution (0.63s) [2023-04-17T23:38:27.869Z] === RUN TestUnprivilegedPortsAndPing [2023-04-17T23:38:28.438Z] --- PASS: TestUnprivilegedPortsAndPing (0.50s) [2023-04-17T23:38:28.438Z] === RUN TestStats [2023-04-17T23:38:28.491Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2023-04-17T23:38:28.491Z] [2023-04-17T23:38:28.491Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2023-04-17T23:38:28.491Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2023-04-17T23:38:28.491Z] Using test binary docker [2023-04-17T23:38:28.491Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2023-04-17T23:38:28.491Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2023-04-17T23:38:28.491Z] INFO: Waiting for daemon to start... [2023-04-17T23:38:28.491Z] Starting dockerd [2023-04-17T23:38:29.240Z] === RUN TestCheckoutGit/master [2023-04-17T23:38:29.872Z] --- PASS: TestDaemonHostGatewayIP (2.31s) [2023-04-17T23:38:29.872Z] === CONT TestRestartDaemonWithRestartingContainer [2023-04-17T23:38:29.893Z] . [2023-04-17T23:38:29.893Z] INFO: Building docker-sdk-python3:4.4.1... [2023-04-17T23:38:30.226Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2023-04-17T23:38:30.226Z] [2023-04-17T23:38:30.226Z] gitutils_test.go:211: git-http-backend: [2023-04-17T23:38:30.976Z] --- PASS: TestStats (2.42s) [2023-04-17T23:38:30.976Z] === RUN TestStopContainerWithTimeout [2023-04-17T23:38:30.976Z] === RUN TestStopContainerWithTimeout/0 [2023-04-17T23:38:30.976Z] === PAUSE TestStopContainerWithTimeout/0 [2023-04-17T23:38:30.976Z] === RUN TestStopContainerWithTimeout/1 [2023-04-17T23:38:30.976Z] === PAUSE TestStopContainerWithTimeout/1 [2023-04-17T23:38:30.976Z] === RUN TestStopContainerWithTimeout/3 [2023-04-17T23:38:30.976Z] === PAUSE TestStopContainerWithTimeout/3 [2023-04-17T23:38:30.976Z] === RUN TestStopContainerWithTimeout/-1 [2023-04-17T23:38:30.976Z] === PAUSE TestStopContainerWithTimeout/-1 [2023-04-17T23:38:30.976Z] === CONT TestStopContainerWithTimeout/0 [2023-04-17T23:38:30.976Z] === CONT TestStopContainerWithTimeout/3 [2023-04-17T23:38:31.245Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.72s) [2023-04-17T23:38:31.245Z] === CONT TestDaemonRestartIpcMode [2023-04-17T23:38:31.546Z] === CONT TestStopContainerWithTimeout/-1 [2023-04-17T23:38:33.173Z] === RUN TestCheckpointCreateError [2023-04-17T23:38:33.173Z] --- PASS: TestCheckpointCreateError (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestCheckpointCreate [2023-04-17T23:38:33.173Z] --- PASS: TestCheckpointCreate (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestCheckpointDeleteError [2023-04-17T23:38:33.173Z] --- PASS: TestCheckpointDeleteError (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestCheckpointDelete [2023-04-17T23:38:33.173Z] --- PASS: TestCheckpointDelete (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestCheckpointListError [2023-04-17T23:38:33.173Z] --- PASS: TestCheckpointListError (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestCheckpointList [2023-04-17T23:38:33.173Z] --- PASS: TestCheckpointList (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestCheckpointListContainerNotFound [2023-04-17T23:38:33.173Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestNewClientWithOpsFromEnv [2023-04-17T23:38:33.173Z] client_test.go:23: runtime.GOOS == "windows" [2023-04-17T23:38:33.173Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestGetAPIPath [2023-04-17T23:38:33.173Z] --- PASS: TestGetAPIPath (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestParseHostURL [2023-04-17T23:38:33.173Z] --- PASS: TestParseHostURL (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2023-04-17T23:38:33.173Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestNegotiateAPIVersionEmpty [2023-04-17T23:38:33.173Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestNegotiateAPIVersion [2023-04-17T23:38:33.173Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestNegotiateAPVersionOverride [2023-04-17T23:38:33.173Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestNegotiateAPIVersionAutomatic [2023-04-17T23:38:33.173Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2023-04-17T23:38:33.173Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2023-04-17T23:38:33.173Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestClientRedirect [2023-04-17T23:38:33.173Z] --- PASS: TestClientRedirect (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestConfigCreateUnsupported [2023-04-17T23:38:33.173Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestConfigCreateError [2023-04-17T23:38:33.173Z] --- PASS: TestConfigCreateError (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestConfigCreate [2023-04-17T23:38:33.173Z] --- PASS: TestConfigCreate (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestConfigInspectNotFound [2023-04-17T23:38:33.173Z] --- PASS: TestConfigInspectNotFound (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestConfigInspectWithEmptyID [2023-04-17T23:38:33.173Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestConfigInspectUnsupported [2023-04-17T23:38:33.173Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestConfigInspectError [2023-04-17T23:38:33.173Z] --- PASS: TestConfigInspectError (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestConfigInspectConfigNotFound [2023-04-17T23:38:33.173Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestConfigInspect [2023-04-17T23:38:33.173Z] --- PASS: TestConfigInspect (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestConfigListUnsupported [2023-04-17T23:38:33.173Z] --- PASS: TestConfigListUnsupported (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestConfigListError [2023-04-17T23:38:33.173Z] --- PASS: TestConfigListError (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestConfigList [2023-04-17T23:38:33.173Z] --- PASS: TestConfigList (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestConfigRemoveUnsupported [2023-04-17T23:38:33.173Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestConfigRemoveError [2023-04-17T23:38:33.173Z] --- PASS: TestConfigRemoveError (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestConfigRemove [2023-04-17T23:38:33.173Z] --- PASS: TestConfigRemove (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestConfigUpdateUnsupported [2023-04-17T23:38:33.173Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestConfigUpdateError [2023-04-17T23:38:33.173Z] --- PASS: TestConfigUpdateError (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestConfigUpdate [2023-04-17T23:38:33.173Z] --- PASS: TestConfigUpdate (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestContainerCommitError [2023-04-17T23:38:33.173Z] --- PASS: TestContainerCommitError (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestContainerCommit [2023-04-17T23:38:33.173Z] --- PASS: TestContainerCommit (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestContainerStatPathError [2023-04-17T23:38:33.173Z] --- PASS: TestContainerStatPathError (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestContainerStatPathNotFoundError [2023-04-17T23:38:33.173Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestContainerStatPathNoHeaderError [2023-04-17T23:38:33.173Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestContainerStatPath [2023-04-17T23:38:33.173Z] --- PASS: TestContainerStatPath (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestCopyToContainerError [2023-04-17T23:38:33.173Z] --- PASS: TestCopyToContainerError (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestCopyToContainerNotFoundError [2023-04-17T23:38:33.173Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestCopyToContainerNotStatusOKError [2023-04-17T23:38:33.173Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestCopyToContainer [2023-04-17T23:38:33.173Z] --- PASS: TestCopyToContainer (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestCopyFromContainerError [2023-04-17T23:38:33.173Z] --- PASS: TestCopyFromContainerError (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestCopyFromContainerNotFoundError [2023-04-17T23:38:33.173Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestCopyFromContainerNotStatusOKError [2023-04-17T23:38:33.173Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestCopyFromContainerNoHeaderError [2023-04-17T23:38:33.173Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestCopyFromContainer [2023-04-17T23:38:33.173Z] --- PASS: TestCopyFromContainer (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestContainerCreateError [2023-04-17T23:38:33.173Z] --- PASS: TestContainerCreateError (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestContainerCreateImageNotFound [2023-04-17T23:38:33.173Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestContainerCreateWithName [2023-04-17T23:38:33.173Z] --- PASS: TestContainerCreateWithName (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestContainerCreateAutoRemove [2023-04-17T23:38:33.173Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2023-04-17T23:38:33.173Z] === RUN TestContainerDiffError [2023-04-17T23:38:33.173Z] --- PASS: TestContainerDiffError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerDiff [2023-04-17T23:38:33.174Z] --- PASS: TestContainerDiff (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerExecCreateError [2023-04-17T23:38:33.174Z] --- PASS: TestContainerExecCreateError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerExecCreate [2023-04-17T23:38:33.174Z] --- PASS: TestContainerExecCreate (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerExecStartError [2023-04-17T23:38:33.174Z] --- PASS: TestContainerExecStartError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerExecStart [2023-04-17T23:38:33.174Z] --- PASS: TestContainerExecStart (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerExecInspectError [2023-04-17T23:38:33.174Z] --- PASS: TestContainerExecInspectError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerExecInspect [2023-04-17T23:38:33.174Z] --- PASS: TestContainerExecInspect (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerExportError [2023-04-17T23:38:33.174Z] --- PASS: TestContainerExportError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerExport [2023-04-17T23:38:33.174Z] --- PASS: TestContainerExport (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerInspectError [2023-04-17T23:38:33.174Z] --- PASS: TestContainerInspectError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerInspectContainerNotFound [2023-04-17T23:38:33.174Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerInspectWithEmptyID [2023-04-17T23:38:33.174Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerInspect [2023-04-17T23:38:33.174Z] --- PASS: TestContainerInspect (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerInspectNode [2023-04-17T23:38:33.174Z] --- PASS: TestContainerInspectNode (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerKillError [2023-04-17T23:38:33.174Z] --- PASS: TestContainerKillError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerKill [2023-04-17T23:38:33.174Z] --- PASS: TestContainerKill (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerListError [2023-04-17T23:38:33.174Z] --- PASS: TestContainerListError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerList [2023-04-17T23:38:33.174Z] --- PASS: TestContainerList (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerLogsNotFoundError [2023-04-17T23:38:33.174Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerLogsError [2023-04-17T23:38:33.174Z] --- PASS: TestContainerLogsError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerLogs [2023-04-17T23:38:33.174Z] --- PASS: TestContainerLogs (0.14s) [2023-04-17T23:38:33.174Z] === RUN TestContainerPauseError [2023-04-17T23:38:33.174Z] --- PASS: TestContainerPauseError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerPause [2023-04-17T23:38:33.174Z] --- PASS: TestContainerPause (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainersPruneError [2023-04-17T23:38:33.174Z] --- PASS: TestContainersPruneError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainersPrune [2023-04-17T23:38:33.174Z] --- PASS: TestContainersPrune (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerRemoveError [2023-04-17T23:38:33.174Z] --- PASS: TestContainerRemoveError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerRemoveNotFoundError [2023-04-17T23:38:33.174Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerRemove [2023-04-17T23:38:33.174Z] --- PASS: TestContainerRemove (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerRenameError [2023-04-17T23:38:33.174Z] --- PASS: TestContainerRenameError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerRename [2023-04-17T23:38:33.174Z] --- PASS: TestContainerRename (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerResizeError [2023-04-17T23:38:33.174Z] --- PASS: TestContainerResizeError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerExecResizeError [2023-04-17T23:38:33.174Z] --- PASS: TestContainerExecResizeError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerResize [2023-04-17T23:38:33.174Z] --- PASS: TestContainerResize (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerExecResize [2023-04-17T23:38:33.174Z] --- PASS: TestContainerExecResize (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerRestartError [2023-04-17T23:38:33.174Z] --- PASS: TestContainerRestartError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerRestart [2023-04-17T23:38:33.174Z] --- PASS: TestContainerRestart (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerStartError [2023-04-17T23:38:33.174Z] --- PASS: TestContainerStartError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerStart [2023-04-17T23:38:33.174Z] --- PASS: TestContainerStart (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerStatsError [2023-04-17T23:38:33.174Z] --- PASS: TestContainerStatsError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerStats [2023-04-17T23:38:33.174Z] --- PASS: TestContainerStats (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerStopError [2023-04-17T23:38:33.174Z] --- PASS: TestContainerStopError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerStop [2023-04-17T23:38:33.174Z] --- PASS: TestContainerStop (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerTopError [2023-04-17T23:38:33.174Z] --- PASS: TestContainerTopError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerTop [2023-04-17T23:38:33.174Z] --- PASS: TestContainerTop (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerUnpauseError [2023-04-17T23:38:33.174Z] --- PASS: TestContainerUnpauseError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerUnpause [2023-04-17T23:38:33.174Z] --- PASS: TestContainerUnpause (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerUpdateError [2023-04-17T23:38:33.174Z] --- PASS: TestContainerUpdateError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerUpdate [2023-04-17T23:38:33.174Z] --- PASS: TestContainerUpdate (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerWaitError [2023-04-17T23:38:33.174Z] --- PASS: TestContainerWaitError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestContainerWait [2023-04-17T23:38:33.174Z] --- PASS: TestContainerWait (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestDiskUsageError [2023-04-17T23:38:33.174Z] --- PASS: TestDiskUsageError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestDiskUsage [2023-04-17T23:38:33.174Z] --- PASS: TestDiskUsage (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestDistributionInspectUnsupported [2023-04-17T23:38:33.174Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestDistributionInspectWithEmptyID [2023-04-17T23:38:33.174Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestEventsErrorInOptions [2023-04-17T23:38:33.174Z] --- PASS: TestEventsErrorInOptions (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestEventsErrorFromServer [2023-04-17T23:38:33.174Z] --- PASS: TestEventsErrorFromServer (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestEvents [2023-04-17T23:38:33.174Z] --- PASS: TestEvents (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestTLSCloseWriter [2023-04-17T23:38:33.174Z] === PAUSE TestTLSCloseWriter [2023-04-17T23:38:33.174Z] === RUN TestImageBuildError [2023-04-17T23:38:33.174Z] --- PASS: TestImageBuildError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImageBuild [2023-04-17T23:38:33.174Z] --- PASS: TestImageBuild (0.01s) [2023-04-17T23:38:33.174Z] === RUN TestGetDockerOS [2023-04-17T23:38:33.174Z] --- PASS: TestGetDockerOS (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImageCreateError [2023-04-17T23:38:33.174Z] --- PASS: TestImageCreateError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImageCreate [2023-04-17T23:38:33.174Z] --- PASS: TestImageCreate (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImageHistoryError [2023-04-17T23:38:33.174Z] --- PASS: TestImageHistoryError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImageHistory [2023-04-17T23:38:33.174Z] --- PASS: TestImageHistory (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImageImportError [2023-04-17T23:38:33.174Z] --- PASS: TestImageImportError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImageImport [2023-04-17T23:38:33.174Z] --- PASS: TestImageImport (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImageInspectError [2023-04-17T23:38:33.174Z] --- PASS: TestImageInspectError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImageInspectImageNotFound [2023-04-17T23:38:33.174Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImageInspectWithEmptyID [2023-04-17T23:38:33.174Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImageInspect [2023-04-17T23:38:33.174Z] --- PASS: TestImageInspect (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImageListError [2023-04-17T23:38:33.174Z] --- PASS: TestImageListError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImageList [2023-04-17T23:38:33.174Z] --- PASS: TestImageList (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImageListApiBefore125 [2023-04-17T23:38:33.174Z] --- PASS: TestImageListApiBefore125 (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImageLoadError [2023-04-17T23:38:33.174Z] --- PASS: TestImageLoadError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImageLoad [2023-04-17T23:38:33.174Z] --- PASS: TestImageLoad (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImagesPruneError [2023-04-17T23:38:33.174Z] --- PASS: TestImagesPruneError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImagesPrune [2023-04-17T23:38:33.174Z] --- PASS: TestImagesPrune (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImagePullReferenceParseError [2023-04-17T23:38:33.174Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImagePullAnyError [2023-04-17T23:38:33.174Z] --- PASS: TestImagePullAnyError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImagePullStatusUnauthorizedError [2023-04-17T23:38:33.174Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2023-04-17T23:38:33.174Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2023-04-17T23:38:33.174Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImagePullWithPrivilegedFuncNoError [2023-04-17T23:38:33.174Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImagePullWithoutErrors [2023-04-17T23:38:33.174Z] --- PASS: TestImagePullWithoutErrors (0.01s) [2023-04-17T23:38:33.174Z] === RUN TestImagePushReferenceError [2023-04-17T23:38:33.174Z] --- PASS: TestImagePushReferenceError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImagePushAnyError [2023-04-17T23:38:33.174Z] --- PASS: TestImagePushAnyError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImagePushStatusUnauthorizedError [2023-04-17T23:38:33.174Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2023-04-17T23:38:33.174Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2023-04-17T23:38:33.174Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImagePushWithPrivilegedFuncNoError [2023-04-17T23:38:33.174Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImagePushWithoutErrors [2023-04-17T23:38:33.174Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2023-04-17T23:38:33.174Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2023-04-17T23:38:33.174Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2023-04-17T23:38:33.174Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2023-04-17T23:38:33.174Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2023-04-17T23:38:33.174Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2023-04-17T23:38:33.174Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2023-04-17T23:38:33.174Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2023-04-17T23:38:33.174Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImageRemoveError [2023-04-17T23:38:33.174Z] --- PASS: TestImageRemoveError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImageRemoveImageNotFound [2023-04-17T23:38:33.174Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImageRemove [2023-04-17T23:38:33.174Z] --- PASS: TestImageRemove (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImageSaveError [2023-04-17T23:38:33.174Z] --- PASS: TestImageSaveError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImageSave [2023-04-17T23:38:33.174Z] --- PASS: TestImageSave (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImageSearchAnyError [2023-04-17T23:38:33.174Z] --- PASS: TestImageSearchAnyError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImageSearchStatusUnauthorizedError [2023-04-17T23:38:33.174Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2023-04-17T23:38:33.174Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2023-04-17T23:38:33.174Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2023-04-17T23:38:33.174Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImageSearchWithoutErrors [2023-04-17T23:38:33.174Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImageTagError [2023-04-17T23:38:33.174Z] --- PASS: TestImageTagError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImageTagInvalidReference [2023-04-17T23:38:33.174Z] --- PASS: TestImageTagInvalidReference (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImageTagInvalidSourceImageName [2023-04-17T23:38:33.174Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImageTagHexSource [2023-04-17T23:38:33.174Z] --- PASS: TestImageTagHexSource (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestImageTag [2023-04-17T23:38:33.174Z] --- PASS: TestImageTag (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestInfoServerError [2023-04-17T23:38:33.174Z] --- PASS: TestInfoServerError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestInfoInvalidResponseJSONError [2023-04-17T23:38:33.174Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestInfo [2023-04-17T23:38:33.174Z] --- PASS: TestInfo (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestNetworkConnectError [2023-04-17T23:38:33.174Z] --- PASS: TestNetworkConnectError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2023-04-17T23:38:33.174Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestNetworkConnect [2023-04-17T23:38:33.174Z] --- PASS: TestNetworkConnect (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestNetworkCreateError [2023-04-17T23:38:33.174Z] --- PASS: TestNetworkCreateError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestNetworkCreate [2023-04-17T23:38:33.174Z] --- PASS: TestNetworkCreate (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestNetworkDisconnectError [2023-04-17T23:38:33.174Z] --- PASS: TestNetworkDisconnectError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestNetworkDisconnect [2023-04-17T23:38:33.174Z] --- PASS: TestNetworkDisconnect (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestNetworkInspectError [2023-04-17T23:38:33.174Z] --- PASS: TestNetworkInspectError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestNetworkInspectNotFoundError [2023-04-17T23:38:33.174Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestNetworkInspectWithEmptyID [2023-04-17T23:38:33.174Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestNetworkInspect [2023-04-17T23:38:33.174Z] --- PASS: TestNetworkInspect (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestNetworkListError [2023-04-17T23:38:33.174Z] --- PASS: TestNetworkListError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestNetworkList [2023-04-17T23:38:33.174Z] --- PASS: TestNetworkList (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestNetworksPruneError [2023-04-17T23:38:33.174Z] --- PASS: TestNetworksPruneError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestNetworksPrune [2023-04-17T23:38:33.174Z] --- PASS: TestNetworksPrune (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestNetworkRemoveError [2023-04-17T23:38:33.174Z] --- PASS: TestNetworkRemoveError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestNetworkRemove [2023-04-17T23:38:33.174Z] --- PASS: TestNetworkRemove (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestNodeInspectError [2023-04-17T23:38:33.174Z] --- PASS: TestNodeInspectError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestNodeInspectNodeNotFound [2023-04-17T23:38:33.174Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestNodeInspectWithEmptyID [2023-04-17T23:38:33.174Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestNodeInspect [2023-04-17T23:38:33.174Z] --- PASS: TestNodeInspect (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestNodeListError [2023-04-17T23:38:33.174Z] --- PASS: TestNodeListError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestNodeList [2023-04-17T23:38:33.174Z] --- PASS: TestNodeList (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestNodeRemoveError [2023-04-17T23:38:33.174Z] --- PASS: TestNodeRemoveError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestNodeRemove [2023-04-17T23:38:33.174Z] --- PASS: TestNodeRemove (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestNodeUpdateError [2023-04-17T23:38:33.174Z] --- PASS: TestNodeUpdateError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestNodeUpdate [2023-04-17T23:38:33.174Z] --- PASS: TestNodeUpdate (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestOptionWithTimeout [2023-04-17T23:38:33.174Z] --- PASS: TestOptionWithTimeout (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestPingFail [2023-04-17T23:38:33.174Z] --- PASS: TestPingFail (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestPingWithError [2023-04-17T23:38:33.174Z] 2023/04/17 23:38:32 RoundTripper returned a response & error; ignoring response [2023-04-17T23:38:33.174Z] 2023/04/17 23:38:32 RoundTripper returned a response & error; ignoring response [2023-04-17T23:38:33.174Z] --- PASS: TestPingWithError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestPingSuccess [2023-04-17T23:38:33.174Z] --- PASS: TestPingSuccess (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestPingHeadFallback [2023-04-17T23:38:33.174Z] === RUN TestPingHeadFallback/OK [2023-04-17T23:38:33.174Z] === RUN TestPingHeadFallback/Internal_Server_Error [2023-04-17T23:38:33.174Z] === RUN TestPingHeadFallback/Not_Found [2023-04-17T23:38:33.174Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2023-04-17T23:38:33.174Z] --- PASS: TestPingHeadFallback (0.00s) [2023-04-17T23:38:33.174Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2023-04-17T23:38:33.174Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2023-04-17T23:38:33.174Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2023-04-17T23:38:33.174Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestPluginDisableError [2023-04-17T23:38:33.174Z] --- PASS: TestPluginDisableError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestPluginDisable [2023-04-17T23:38:33.174Z] --- PASS: TestPluginDisable (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestPluginEnableError [2023-04-17T23:38:33.174Z] --- PASS: TestPluginEnableError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestPluginEnable [2023-04-17T23:38:33.174Z] --- PASS: TestPluginEnable (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestPluginInspectError [2023-04-17T23:38:33.174Z] --- PASS: TestPluginInspectError (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestPluginInspectWithEmptyID [2023-04-17T23:38:33.174Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2023-04-17T23:38:33.174Z] === RUN TestPluginInspect [2023-04-17T23:38:33.175Z] --- PASS: TestPluginInspect (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestPluginListError [2023-04-17T23:38:33.175Z] --- PASS: TestPluginListError (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestPluginList [2023-04-17T23:38:33.175Z] --- PASS: TestPluginList (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestPluginPushError [2023-04-17T23:38:33.175Z] --- PASS: TestPluginPushError (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestPluginPush [2023-04-17T23:38:33.175Z] --- PASS: TestPluginPush (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestPluginRemoveError [2023-04-17T23:38:33.175Z] --- PASS: TestPluginRemoveError (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestPluginRemove [2023-04-17T23:38:33.175Z] --- PASS: TestPluginRemove (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestPluginSetError [2023-04-17T23:38:33.175Z] --- PASS: TestPluginSetError (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestPluginSet [2023-04-17T23:38:33.175Z] --- PASS: TestPluginSet (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestSetHostHeader [2023-04-17T23:38:33.175Z] --- PASS: TestSetHostHeader (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestPlainTextError [2023-04-17T23:38:33.175Z] --- PASS: TestPlainTextError (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestInfiniteError [2023-04-17T23:38:33.175Z] --- PASS: TestInfiniteError (0.04s) [2023-04-17T23:38:33.175Z] === RUN TestSecretCreateUnsupported [2023-04-17T23:38:33.175Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestSecretCreateError [2023-04-17T23:38:33.175Z] --- PASS: TestSecretCreateError (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestSecretCreate [2023-04-17T23:38:33.175Z] --- PASS: TestSecretCreate (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestSecretInspectUnsupported [2023-04-17T23:38:33.175Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestSecretInspectError [2023-04-17T23:38:33.175Z] --- PASS: TestSecretInspectError (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestSecretInspectSecretNotFound [2023-04-17T23:38:33.175Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestSecretInspectWithEmptyID [2023-04-17T23:38:33.175Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestSecretInspect [2023-04-17T23:38:33.175Z] --- PASS: TestSecretInspect (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestSecretListUnsupported [2023-04-17T23:38:33.175Z] --- PASS: TestSecretListUnsupported (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestSecretListError [2023-04-17T23:38:33.175Z] --- PASS: TestSecretListError (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestSecretList [2023-04-17T23:38:33.175Z] --- PASS: TestSecretList (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestSecretRemoveUnsupported [2023-04-17T23:38:33.175Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestSecretRemoveError [2023-04-17T23:38:33.175Z] --- PASS: TestSecretRemoveError (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestSecretRemove [2023-04-17T23:38:33.175Z] --- PASS: TestSecretRemove (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestSecretUpdateUnsupported [2023-04-17T23:38:33.175Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestSecretUpdateError [2023-04-17T23:38:33.175Z] --- PASS: TestSecretUpdateError (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestSecretUpdate [2023-04-17T23:38:33.175Z] --- PASS: TestSecretUpdate (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestServiceCreateError [2023-04-17T23:38:33.175Z] --- PASS: TestServiceCreateError (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestServiceCreate [2023-04-17T23:38:33.175Z] --- PASS: TestServiceCreate (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestServiceCreateCompatiblePlatforms [2023-04-17T23:38:33.175Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestServiceCreateDigestPinning [2023-04-17T23:38:33.175Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestServiceInspectError [2023-04-17T23:38:33.175Z] --- PASS: TestServiceInspectError (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestServiceInspectServiceNotFound [2023-04-17T23:38:33.175Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestServiceInspectWithEmptyID [2023-04-17T23:38:33.175Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestServiceInspect [2023-04-17T23:38:33.175Z] --- PASS: TestServiceInspect (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestServiceListError [2023-04-17T23:38:33.175Z] --- PASS: TestServiceListError (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestServiceList [2023-04-17T23:38:33.175Z] --- PASS: TestServiceList (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestServiceLogsError [2023-04-17T23:38:33.175Z] --- PASS: TestServiceLogsError (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestServiceLogs [2023-04-17T23:38:33.175Z] --- PASS: TestServiceLogs (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestServiceRemoveError [2023-04-17T23:38:33.175Z] --- PASS: TestServiceRemoveError (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestServiceRemoveNotFoundError [2023-04-17T23:38:33.175Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestServiceRemove [2023-04-17T23:38:33.175Z] --- PASS: TestServiceRemove (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestServiceUpdateError [2023-04-17T23:38:33.175Z] --- PASS: TestServiceUpdateError (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestServiceUpdate [2023-04-17T23:38:33.175Z] --- PASS: TestServiceUpdate (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestSwarmGetUnlockKeyError [2023-04-17T23:38:33.175Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestSwarmGetUnlockKey [2023-04-17T23:38:33.175Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestSwarmInitError [2023-04-17T23:38:33.175Z] --- PASS: TestSwarmInitError (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestSwarmInit [2023-04-17T23:38:33.175Z] --- PASS: TestSwarmInit (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestSwarmInspectError [2023-04-17T23:38:33.175Z] --- PASS: TestSwarmInspectError (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestSwarmInspect [2023-04-17T23:38:33.175Z] --- PASS: TestSwarmInspect (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestSwarmJoinError [2023-04-17T23:38:33.175Z] --- PASS: TestSwarmJoinError (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestSwarmJoin [2023-04-17T23:38:33.175Z] --- PASS: TestSwarmJoin (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestSwarmLeaveError [2023-04-17T23:38:33.175Z] --- PASS: TestSwarmLeaveError (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestSwarmLeave [2023-04-17T23:38:33.175Z] --- PASS: TestSwarmLeave (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestSwarmUnlockError [2023-04-17T23:38:33.175Z] --- PASS: TestSwarmUnlockError (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestSwarmUnlock [2023-04-17T23:38:33.175Z] --- PASS: TestSwarmUnlock (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestSwarmUpdateError [2023-04-17T23:38:33.175Z] --- PASS: TestSwarmUpdateError (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestSwarmUpdate [2023-04-17T23:38:33.175Z] --- PASS: TestSwarmUpdate (0.01s) [2023-04-17T23:38:33.175Z] === RUN TestTaskInspectError [2023-04-17T23:38:33.175Z] --- PASS: TestTaskInspectError (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestTaskInspectWithEmptyID [2023-04-17T23:38:33.175Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestTaskInspect [2023-04-17T23:38:33.175Z] --- PASS: TestTaskInspect (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestTaskListError [2023-04-17T23:38:33.175Z] --- PASS: TestTaskListError (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestTaskList [2023-04-17T23:38:33.175Z] --- PASS: TestTaskList (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestVolumeCreateError [2023-04-17T23:38:33.175Z] --- PASS: TestVolumeCreateError (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestVolumeCreate [2023-04-17T23:38:33.175Z] --- PASS: TestVolumeCreate (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestVolumeInspectError [2023-04-17T23:38:33.175Z] --- PASS: TestVolumeInspectError (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestVolumeInspectNotFound [2023-04-17T23:38:33.175Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestVolumeInspectWithEmptyID [2023-04-17T23:38:33.175Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestVolumeInspect [2023-04-17T23:38:33.175Z] --- PASS: TestVolumeInspect (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestVolumeListError [2023-04-17T23:38:33.175Z] --- PASS: TestVolumeListError (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestVolumeList [2023-04-17T23:38:33.175Z] --- PASS: TestVolumeList (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestVolumeRemoveError [2023-04-17T23:38:33.175Z] --- PASS: TestVolumeRemoveError (0.00s) [2023-04-17T23:38:33.175Z] === RUN TestVolumeRemove [2023-04-17T23:38:33.175Z] --- PASS: TestVolumeRemove (0.00s) [2023-04-17T23:38:33.175Z] === CONT TestTLSCloseWriter [2023-04-17T23:38:33.175Z] --- PASS: TestTLSCloseWriter (0.01s) [2023-04-17T23:38:33.175Z] PASS [2023-04-17T23:38:33.175Z] coverage: 74.9% of statements [2023-04-17T23:38:33.175Z] ok github.com/docker/docker/client 0.380s coverage: 74.9% of statements [2023-04-17T23:38:33.175Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2023-04-17T23:38:33.175Z] [2023-04-17T23:38:33.175Z] gitutils_test.go:211: git-http-backend: [2023-04-17T23:38:33.454Z] === CONT TestStopContainerWithTimeout/1 [2023-04-17T23:38:33.769Z] --- PASS: TestDaemonRestartIpcMode (2.23s) [2023-04-17T23:38:34.834Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2023-04-17T23:38:34.834Z] --- PASS: TestStopContainerWithTimeout/0 (0.66s) [2023-04-17T23:38:34.834Z] --- PASS: TestStopContainerWithTimeout/3 (2.57s) [2023-04-17T23:38:34.834Z] --- PASS: TestStopContainerWithTimeout/-1 (2.38s) [2023-04-17T23:38:34.834Z] --- PASS: TestStopContainerWithTimeout/1 (1.41s) [2023-04-17T23:38:34.834Z] === RUN TestDeleteDevicemapper [2023-04-17T23:38:34.834Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2023-04-17T23:38:34.834Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2023-04-17T23:38:34.834Z] === RUN TestStopContainerWithRestartPolicyAlways [2023-04-17T23:38:35.388Z] === RUN TestCheckoutGit/:subdir [2023-04-17T23:38:35.856Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2023-04-17T23:38:35.856Z] [2023-04-17T23:38:35.856Z] gitutils_test.go:211: git-http-backend: [2023-04-17T23:38:36.214Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.37s) [2023-04-17T23:38:36.214Z] === RUN TestUpdateMemory [2023-04-17T23:38:36.783Z] --- PASS: TestUpdateMemory (0.54s) [2023-04-17T23:38:36.783Z] === RUN TestUpdateCPUQuota [2023-04-17T23:38:37.045Z] --- PASS: TestContainerKillOnDaemonStart (11.77s) [2023-04-17T23:38:37.045Z] PASS [2023-04-17T23:38:37.045Z] [2023-04-17T23:38:37.045Z] === Skipped [2023-04-17T23:38:37.045Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2023-04-17T23:38:37.045Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2023-04-17T23:38:37.045Z] [2023-04-17T23:38:37.045Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2023-04-17T23:38:37.045Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2023-04-17T23:38:37.045Z] [2023-04-17T23:38:37.045Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2023-04-17T23:38:37.045Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2023-04-17T23:38:37.045Z] [2023-04-17T23:38:37.045Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2023-04-17T23:38:37.045Z] run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2023-04-17T23:38:37.045Z] [2023-04-17T23:38:37.045Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2023-04-17T23:38:37.045Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2023-04-17T23:38:37.045Z] [2023-04-17T23:38:37.045Z] DONE 197 tests, 5 skipped in 109.666s [2023-04-17T23:38:37.045Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2023-04-17T23:38:37.045Z] INFO: Testing against a local daemon [2023-04-17T23:38:37.045Z] === RUN TestLiveRestore [2023-04-17T23:38:37.045Z] === RUN TestLiveRestore/volume_references [2023-04-17T23:38:37.045Z] === PAUSE TestLiveRestore/volume_references [2023-04-17T23:38:37.045Z] === CONT TestLiveRestore/volume_references [2023-04-17T23:38:37.354Z] --- PASS: TestUpdateCPUQuota (0.69s) [2023-04-17T23:38:37.354Z] === RUN TestUpdatePidsLimit [2023-04-17T23:38:37.354Z] === RUN TestUpdatePidsLimit/update_from_none [2023-04-17T23:38:37.613Z] === RUN TestLiveRestore/volume_references/restartPolicy [2023-04-17T23:38:37.613Z] === RUN TestLiveRestore/volume_references/restartPolicy/always [2023-04-17T23:38:37.614Z] === RUN TestUpdatePidsLimit/no_change [2023-04-17T23:38:37.874Z] === RUN TestUpdatePidsLimit/update_lower [2023-04-17T23:38:38.069Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2023-04-17T23:38:38.069Z] [2023-04-17T23:38:38.069Z] gitutils_test.go:211: git-http-backend: [2023-04-17T23:38:38.134Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2023-04-17T23:38:38.134Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2023-04-17T23:38:38.393Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2023-04-17T23:38:38.545Z] === RUN TestLiveRestore/volume_references/restartPolicy/unless-stopped [2023-04-17T23:38:38.653Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2023-04-17T23:38:39.223Z] --- PASS: TestUpdatePidsLimit (1.82s) [2023-04-17T23:38:39.223Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.19s) [2023-04-17T23:38:39.223Z] --- PASS: TestUpdatePidsLimit/no_change (0.19s) [2023-04-17T23:38:39.223Z] --- PASS: TestUpdatePidsLimit/update_lower (0.20s) [2023-04-17T23:38:39.223Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.18s) [2023-04-17T23:38:39.223Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.19s) [2023-04-17T23:38:39.223Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.20s) [2023-04-17T23:38:39.223Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.20s) [2023-04-17T23:38:39.223Z] === RUN TestUpdateRestartPolicy [2023-04-17T23:38:39.481Z] === RUN TestLiveRestore/volume_references/restartPolicy/on-failure [2023-04-17T23:38:40.281Z] === RUN TestCheckoutGit/:nosubdir [2023-04-17T23:38:40.416Z] === RUN TestLiveRestore/volume_references/restartPolicy/no [2023-04-17T23:38:40.748Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2023-04-17T23:38:40.748Z] [2023-04-17T23:38:40.748Z] gitutils_test.go:211: git-http-backend: [2023-04-17T23:38:41.216Z] === RUN TestCheckoutGit/:Dockerfile [2023-04-17T23:38:41.348Z] --- PASS: TestLiveRestore (0.00s) [2023-04-17T23:38:41.348Z] --- PASS: TestLiveRestore/volume_references (4.49s) [2023-04-17T23:38:41.348Z] --- PASS: TestLiveRestore/volume_references/restartPolicy (3.82s) [2023-04-17T23:38:41.348Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/always (0.97s) [2023-04-17T23:38:41.348Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.94s) [2023-04-17T23:38:41.348Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.95s) [2023-04-17T23:38:41.348Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.96s) [2023-04-17T23:38:41.348Z] PASS [2023-04-17T23:38:41.348Z] [2023-04-17T23:38:41.348Z] DONE 7 tests in 4.528s [2023-04-17T23:38:41.348Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2023-04-17T23:38:41.348Z] INFO: Testing against a local daemon [2023-04-17T23:38:41.348Z] === RUN TestCommitInheritsEnv [2023-04-17T23:38:41.606Z] --- PASS: TestCommitInheritsEnv (0.28s) [2023-04-17T23:38:41.606Z] === RUN TestImportExtremelyLargeImageWorks [2023-04-17T23:38:41.606Z] === PAUSE TestImportExtremelyLargeImageWorks [2023-04-17T23:38:41.606Z] === RUN TestImagesFilterMultiReference [2023-04-17T23:38:41.606Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2023-04-17T23:38:41.606Z] === RUN TestImagePullPlatformInvalid [2023-04-17T23:38:41.606Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2023-04-17T23:38:41.606Z] === RUN TestImagePullStoredfDigestForOtherRepo [2023-04-17T23:38:41.866Z] time="2023-04-17T23:38:41Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.19.8 instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c version="v2.1.0+unknown" [2023-04-17T23:38:41.866Z] time="2023-04-17T23:38:41Z" level=info msg="redis not configured" go.version=go1.19.8 instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c version="v2.1.0+unknown" [2023-04-17T23:38:41.866Z] time="2023-04-17T23:38:41Z" level=info msg="Starting upload purge in 0s" go.version=go1.19.8 instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c version="v2.1.0+unknown" [2023-04-17T23:38:41.866Z] time="2023-04-17T23:38:41Z" level=info msg="PurgeUploads starting: olderThan=2023-04-10 23:38:41.699906481 +0000 UTC m=-604799.943362395, actuallyDelete=true" [2023-04-17T23:38:41.866Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.List(\"/docker/registry/v2/repositories\")" go.version=go1.19.8 instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=42.436µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).List" trace.id=07b44a7e-26cd-4980-b8d5-9b903bf225a9 trace.line=154 version="v2.1.0+unknown" [2023-04-17T23:38:41.866Z] time="2023-04-17T23:38:41Z" level=info msg="Purge uploads finished. Num deleted=0, num errors=1" [2023-04-17T23:38:41.866Z] time="2023-04-17T23:38:41Z" level=info msg="Starting upload purge in 24h0m0s" go.version=go1.19.8 instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c version="v2.1.0+unknown" [2023-04-17T23:38:41.866Z] time="2023-04-17T23:38:41Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.19.8 instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c version="v2.1.0+unknown" [2023-04-17T23:38:41.866Z] time="2023-04-17T23:38:41Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=9cfda2ec-d9ec-4bf9-84cb-6378856ea835 http.request.method=GET http.request.remoteaddr="127.0.0.1:46500" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c version="v2.1.0+unknown" [2023-04-17T23:38:41.866Z] time="2023-04-17T23:38:41Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=9cfda2ec-d9ec-4bf9-84cb-6378856ea835 http.request.method=GET http.request.remoteaddr="127.0.0.1:46500" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.359397ms http.response.status=200 http.response.written=2 instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c version="v2.1.0+unknown" [2023-04-17T23:38:41.866Z] 127.0.0.1 - - [17/Apr/2023:23:38:41 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" [2023-04-17T23:38:41.866Z] time="2023-04-17T23:38:41Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=b74cb322-b69f-4302-973d-5a27032be756 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.866Z] time="2023-04-17T23:38:41Z" level=debug msg=GetBlob go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=b74cb322-b69f-4302-973d-5a27032be756 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.866Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=b74cb322-b69f-4302-973d-5a27032be756 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=27.116µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=b2a435ee-2ade-4e61-b024-8a821157db7f trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.866Z] time="2023-04-17T23:38:41Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 err.message="blob unknown to registry" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=b74cb322-b69f-4302-973d-5a27032be756 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=4.337034ms http.response.status=404 http.response.written=157 instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.866Z] 127.0.0.1 - - [17/Apr/2023:23:38:41 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.4.0+unknown" [2023-04-17T23:38:41.866Z] time="2023-04-17T23:38:41Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=266e90f8-26b4-4a83-bbde-13bfd76c70f4 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46504" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.866Z] time="2023-04-17T23:38:41Z" level=debug msg=GetBlob go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=266e90f8-26b4-4a83-bbde-13bfd76c70f4 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46504" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.867Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=266e90f8-26b4-4a83-bbde-13bfd76c70f4 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46504" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=553.865µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=8260d23f-9d58-4f00-95f8-07fa94f12f8b trace.line=82 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.867Z] time="2023-04-17T23:38:41Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46 err.message="blob unknown to registry" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=266e90f8-26b4-4a83-bbde-13bfd76c70f4 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46504" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=6.338425ms http.response.status=404 http.response.written=157 instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.867Z] 127.0.0.1 - - [17/Apr/2023:23:38:41 +0000] "HEAD /v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46 HTTP/1.1" 404 157 "" "containerd/1.4.0+unknown" [2023-04-17T23:38:41.867Z] time="2023-04-17T23:38:41Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=1f7a959f-0bc7-4cdc-8849-55d738e5dece http.request.method=POST http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.867Z] time="2023-04-17T23:38:41Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=1f7a959f-0bc7-4cdc-8849-55d738e5dece http.request.method=POST http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.867Z] time="2023-04-17T23:38:41Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=ad0359a9-e8ac-4411-9126-3a9c69a06ac1 http.request.method=POST http.request.remoteaddr="127.0.0.1:46504" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.867Z] time="2023-04-17T23:38:41Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=ad0359a9-e8ac-4411-9126-3a9c69a06ac1 http.request.method=POST http.request.remoteaddr="127.0.0.1:46504" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.867Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/3507d8d6-2ac7-4099-bb1b-59e0c0fb0131/startedat\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=1f7a959f-0bc7-4cdc-8849-55d738e5dece http.request.method=POST http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=945.299µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=dddc4c33-51ad-4379-93db-5be5cf07fc8a trace.line=95 vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.867Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/3507d8d6-2ac7-4099-bb1b-59e0c0fb0131/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=1f7a959f-0bc7-4cdc-8849-55d738e5dece http.request.method=POST http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=73.527µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=56286ec0-d9a2-4ca9-a782-c7abfde0fbdb trace.line=141 vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.867Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/5794abca-4633-4ec7-a499-1df792997236/startedat\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=ad0359a9-e8ac-4411-9126-3a9c69a06ac1 http.request.method=POST http.request.remoteaddr="127.0.0.1:46504" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=1.388616ms trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=5dd645af-9764-4d08-a0bc-773acbd10b94 trace.line=95 vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.867Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/5794abca-4633-4ec7-a499-1df792997236/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=ad0359a9-e8ac-4411-9126-3a9c69a06ac1 http.request.method=POST http.request.remoteaddr="127.0.0.1:46504" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=68.233µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=37e88dbb-1325-4874-af66-6387911004b0 trace.line=141 vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.867Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/3507d8d6-2ac7-4099-bb1b-59e0c0fb0131/hashstates/sha256/0\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=1f7a959f-0bc7-4cdc-8849-55d738e5dece http.request.method=POST http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=182.637µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=abc9ce0c-5edf-481e-8545-21366822cf54 trace.line=95 vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.867Z] time="2023-04-17T23:38:41Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=1f7a959f-0bc7-4cdc-8849-55d738e5dece http.request.method=POST http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=8.003964ms http.response.status=202 http.response.written=0 instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c version="v2.1.0+unknown" [2023-04-17T23:38:41.867Z] 127.0.0.1 - - [17/Apr/2023:23:38:41 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.4.0+unknown" [2023-04-17T23:38:41.867Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/5794abca-4633-4ec7-a499-1df792997236/hashstates/sha256/0\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=ad0359a9-e8ac-4411-9126-3a9c69a06ac1 http.request.method=POST http.request.remoteaddr="127.0.0.1:46504" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=199.149µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=b3bf9622-e920-444f-9d88-2721b37cf6f3 trace.line=95 vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.867Z] time="2023-04-17T23:38:41Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=ad0359a9-e8ac-4411-9126-3a9c69a06ac1 http.request.method=POST http.request.remoteaddr="127.0.0.1:46504" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=15.321115ms http.response.status=202 http.response.written=0 instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c version="v2.1.0+unknown" [2023-04-17T23:38:41.867Z] 127.0.0.1 - - [17/Apr/2023:23:38:41 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.4.0+unknown" [2023-04-17T23:38:41.867Z] time="2023-04-17T23:38:41Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2e02bf44-f195-49e3-842d-fbece6dc1e3c http.request.method=PUT http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/blobs/uploads/3507d8d6-2ac7-4099-bb1b-59e0c0fb0131?_state=CyaOITJWjvexdkOi3KgHAHjklVqGYvXE9Ix5LlHZp4p7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM1MDdkOGQ2LTJhYzctNDA5OS1iYjFiLTU5ZTBjMGZiMDEzMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozODo0MS43NDgwNjg1ODFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.name=test vars.uuid=3507d8d6-2ac7-4099-bb1b-59e0c0fb0131 version="v2.1.0+unknown" [2023-04-17T23:38:41.867Z] time="2023-04-17T23:38:41Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2e02bf44-f195-49e3-842d-fbece6dc1e3c http.request.method=PUT http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/blobs/uploads/3507d8d6-2ac7-4099-bb1b-59e0c0fb0131?_state=CyaOITJWjvexdkOi3KgHAHjklVqGYvXE9Ix5LlHZp4p7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM1MDdkOGQ2LTJhYzctNDA5OS1iYjFiLTU5ZTBjMGZiMDEzMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozODo0MS43NDgwNjg1ODFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.name=test vars.uuid=3507d8d6-2ac7-4099-bb1b-59e0c0fb0131 version="v2.1.0+unknown" [2023-04-17T23:38:41.867Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/3507d8d6-2ac7-4099-bb1b-59e0c0fb0131/startedat\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2e02bf44-f195-49e3-842d-fbece6dc1e3c http.request.method=PUT http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/blobs/uploads/3507d8d6-2ac7-4099-bb1b-59e0c0fb0131?_state=CyaOITJWjvexdkOi3KgHAHjklVqGYvXE9Ix5LlHZp4p7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM1MDdkOGQ2LTJhYzctNDA5OS1iYjFiLTU5ZTBjMGZiMDEzMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozODo0MS43NDgwNjg1ODFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=111.39µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=ffcb883e-cf1d-4e90-8bb6-acda69c720e8 trace.line=82 vars.name=test vars.uuid=3507d8d6-2ac7-4099-bb1b-59e0c0fb0131 version="v2.1.0+unknown" [2023-04-17T23:38:41.867Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/3507d8d6-2ac7-4099-bb1b-59e0c0fb0131/data\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2e02bf44-f195-49e3-842d-fbece6dc1e3c http.request.method=PUT http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/blobs/uploads/3507d8d6-2ac7-4099-bb1b-59e0c0fb0131?_state=CyaOITJWjvexdkOi3KgHAHjklVqGYvXE9Ix5LlHZp4p7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM1MDdkOGQ2LTJhYzctNDA5OS1iYjFiLTU5ZTBjMGZiMDEzMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozODo0MS43NDgwNjg1ODFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=21.51µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=58fdaa92-8180-4230-83e5-1e646ec4918e trace.line=141 vars.name=test vars.uuid=3507d8d6-2ac7-4099-bb1b-59e0c0fb0131 version="v2.1.0+unknown" [2023-04-17T23:38:41.867Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/3507d8d6-2ac7-4099-bb1b-59e0c0fb0131/data\", 0)" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2e02bf44-f195-49e3-842d-fbece6dc1e3c http.request.method=PUT http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/blobs/uploads/3507d8d6-2ac7-4099-bb1b-59e0c0fb0131?_state=CyaOITJWjvexdkOi3KgHAHjklVqGYvXE9Ix5LlHZp4p7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM1MDdkOGQ2LTJhYzctNDA5OS1iYjFiLTU5ZTBjMGZiMDEzMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozODo0MS43NDgwNjg1ODFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=100.541µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).WriteStream" trace.id=79a62477-a620-4696-8479-39d91455f57c trace.line=124 vars.name=test vars.uuid=3507d8d6-2ac7-4099-bb1b-59e0c0fb0131 version="v2.1.0+unknown" [2023-04-17T23:38:41.867Z] time="2023-04-17T23:38:41Z" level=debug msg="(*blobWriter).Commit" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2e02bf44-f195-49e3-842d-fbece6dc1e3c http.request.method=PUT http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/blobs/uploads/3507d8d6-2ac7-4099-bb1b-59e0c0fb0131?_state=CyaOITJWjvexdkOi3KgHAHjklVqGYvXE9Ix5LlHZp4p7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM1MDdkOGQ2LTJhYzctNDA5OS1iYjFiLTU5ZTBjMGZiMDEzMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozODo0MS43NDgwNjg1ODFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.name=test vars.uuid=3507d8d6-2ac7-4099-bb1b-59e0c0fb0131 version="v2.1.0+unknown" [2023-04-17T23:38:41.867Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/3507d8d6-2ac7-4099-bb1b-59e0c0fb0131/data\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2e02bf44-f195-49e3-842d-fbece6dc1e3c http.request.method=PUT http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/blobs/uploads/3507d8d6-2ac7-4099-bb1b-59e0c0fb0131?_state=CyaOITJWjvexdkOi3KgHAHjklVqGYvXE9Ix5LlHZp4p7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM1MDdkOGQ2LTJhYzctNDA5OS1iYjFiLTU5ZTBjMGZiMDEzMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozODo0MS43NDgwNjg1ODFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=20.871µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=f09ce116-6571-4cc1-9951-1966d7a93f3d trace.line=141 vars.name=test vars.uuid=3507d8d6-2ac7-4099-bb1b-59e0c0fb0131 version="v2.1.0+unknown" [2023-04-17T23:38:41.867Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2e02bf44-f195-49e3-842d-fbece6dc1e3c http.request.method=PUT http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/blobs/uploads/3507d8d6-2ac7-4099-bb1b-59e0c0fb0131?_state=CyaOITJWjvexdkOi3KgHAHjklVqGYvXE9Ix5LlHZp4p7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM1MDdkOGQ2LTJhYzctNDA5OS1iYjFiLTU5ZTBjMGZiMDEzMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozODo0MS43NDgwNjg1ODFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=28.191µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=37ab505e-5ce0-418f-b538-62a471218fe9 trace.line=141 vars.name=test vars.uuid=3507d8d6-2ac7-4099-bb1b-59e0c0fb0131 version="v2.1.0+unknown" [2023-04-17T23:38:41.867Z] time="2023-04-17T23:38:41Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=47459b4a-7ed8-4870-aa31-8a887ce1c1b1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46504" http.request.uri="/v2/test/blobs/uploads/5794abca-4633-4ec7-a499-1df792997236?_state=SmDmiNudRmTHFN7AYr6fQZcddgHzoRKfAExY8-Ophx57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU3OTRhYmNhLTQ2MzMtNGVjNy1hNDk5LTFkZjc5Mjk5NzIzNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozODo0MS43NDg0MDk2NjhaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.name=test vars.uuid=5794abca-4633-4ec7-a499-1df792997236 version="v2.1.0+unknown" [2023-04-17T23:38:41.867Z] time="2023-04-17T23:38:41Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=47459b4a-7ed8-4870-aa31-8a887ce1c1b1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46504" http.request.uri="/v2/test/blobs/uploads/5794abca-4633-4ec7-a499-1df792997236?_state=SmDmiNudRmTHFN7AYr6fQZcddgHzoRKfAExY8-Ophx57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU3OTRhYmNhLTQ2MzMtNGVjNy1hNDk5LTFkZjc5Mjk5NzIzNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozODo0MS43NDg0MDk2NjhaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.name=test vars.uuid=5794abca-4633-4ec7-a499-1df792997236 version="v2.1.0+unknown" [2023-04-17T23:38:41.867Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/5794abca-4633-4ec7-a499-1df792997236/startedat\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=47459b4a-7ed8-4870-aa31-8a887ce1c1b1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46504" http.request.uri="/v2/test/blobs/uploads/5794abca-4633-4ec7-a499-1df792997236?_state=SmDmiNudRmTHFN7AYr6fQZcddgHzoRKfAExY8-Ophx57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU3OTRhYmNhLTQ2MzMtNGVjNy1hNDk5LTFkZjc5Mjk5NzIzNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozODo0MS43NDg0MDk2NjhaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=115.628µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=cd5763fa-0aa1-4f33-b786-9cd8ab99ce75 trace.line=82 vars.name=test vars.uuid=5794abca-4633-4ec7-a499-1df792997236 version="v2.1.0+unknown" [2023-04-17T23:38:41.867Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/5794abca-4633-4ec7-a499-1df792997236/data\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=47459b4a-7ed8-4870-aa31-8a887ce1c1b1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46504" http.request.uri="/v2/test/blobs/uploads/5794abca-4633-4ec7-a499-1df792997236?_state=SmDmiNudRmTHFN7AYr6fQZcddgHzoRKfAExY8-Ophx57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU3OTRhYmNhLTQ2MzMtNGVjNy1hNDk5LTFkZjc5Mjk5NzIzNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozODo0MS43NDg0MDk2NjhaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=27.333µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=61d22ee8-9eb8-4713-9e01-14705d2b4fa8 trace.line=141 vars.name=test vars.uuid=5794abca-4633-4ec7-a499-1df792997236 version="v2.1.0+unknown" [2023-04-17T23:38:41.867Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/3507d8d6-2ac7-4099-bb1b-59e0c0fb0131/data\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2e02bf44-f195-49e3-842d-fbece6dc1e3c http.request.method=PUT http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/blobs/uploads/3507d8d6-2ac7-4099-bb1b-59e0c0fb0131?_state=CyaOITJWjvexdkOi3KgHAHjklVqGYvXE9Ix5LlHZp4p7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM1MDdkOGQ2LTJhYzctNDA5OS1iYjFiLTU5ZTBjMGZiMDEzMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozODo0MS43NDgwNjg1ODFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=20.037µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=3b120be9-4777-4a94-9050-4c4258c96d3e trace.line=141 vars.name=test vars.uuid=3507d8d6-2ac7-4099-bb1b-59e0c0fb0131 version="v2.1.0+unknown" [2023-04-17T23:38:41.868Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/5794abca-4633-4ec7-a499-1df792997236/data\", 0)" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=47459b4a-7ed8-4870-aa31-8a887ce1c1b1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46504" http.request.uri="/v2/test/blobs/uploads/5794abca-4633-4ec7-a499-1df792997236?_state=SmDmiNudRmTHFN7AYr6fQZcddgHzoRKfAExY8-Ophx57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU3OTRhYmNhLTQ2MzMtNGVjNy1hNDk5LTFkZjc5Mjk5NzIzNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozODo0MS43NDg0MDk2NjhaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=154.017µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).WriteStream" trace.id=1c6490c9-6fd4-4a2e-bdfc-8c4f045d1c9e trace.line=124 vars.name=test vars.uuid=5794abca-4633-4ec7-a499-1df792997236 version="v2.1.0+unknown" [2023-04-17T23:38:41.868Z] time="2023-04-17T23:38:41Z" level=debug msg="(*blobWriter).Commit" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=47459b4a-7ed8-4870-aa31-8a887ce1c1b1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46504" http.request.uri="/v2/test/blobs/uploads/5794abca-4633-4ec7-a499-1df792997236?_state=SmDmiNudRmTHFN7AYr6fQZcddgHzoRKfAExY8-Ophx57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU3OTRhYmNhLTQ2MzMtNGVjNy1hNDk5LTFkZjc5Mjk5NzIzNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozODo0MS43NDg0MDk2NjhaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.name=test vars.uuid=5794abca-4633-4ec7-a499-1df792997236 version="v2.1.0+unknown" [2023-04-17T23:38:41.868Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/5794abca-4633-4ec7-a499-1df792997236/data\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=47459b4a-7ed8-4870-aa31-8a887ce1c1b1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46504" http.request.uri="/v2/test/blobs/uploads/5794abca-4633-4ec7-a499-1df792997236?_state=SmDmiNudRmTHFN7AYr6fQZcddgHzoRKfAExY8-Ophx57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU3OTRhYmNhLTQ2MzMtNGVjNy1hNDk5LTFkZjc5Mjk5NzIzNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozODo0MS43NDg0MDk2NjhaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=16.924µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=5e94d6d3-5c6f-471e-a774-90ee14515429 trace.line=141 vars.name=test vars.uuid=5794abca-4633-4ec7-a499-1df792997236 version="v2.1.0+unknown" [2023-04-17T23:38:41.868Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=47459b4a-7ed8-4870-aa31-8a887ce1c1b1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46504" http.request.uri="/v2/test/blobs/uploads/5794abca-4633-4ec7-a499-1df792997236?_state=SmDmiNudRmTHFN7AYr6fQZcddgHzoRKfAExY8-Ophx57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU3OTRhYmNhLTQ2MzMtNGVjNy1hNDk5LTFkZjc5Mjk5NzIzNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozODo0MS43NDg0MDk2NjhaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=36.173µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=779fb69f-807c-4ca0-a9f4-a0a1b3187b43 trace.line=141 vars.name=test vars.uuid=5794abca-4633-4ec7-a499-1df792997236 version="v2.1.0+unknown" [2023-04-17T23:38:41.868Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/5794abca-4633-4ec7-a499-1df792997236/data\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=47459b4a-7ed8-4870-aa31-8a887ce1c1b1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46504" http.request.uri="/v2/test/blobs/uploads/5794abca-4633-4ec7-a499-1df792997236?_state=SmDmiNudRmTHFN7AYr6fQZcddgHzoRKfAExY8-Ophx57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU3OTRhYmNhLTQ2MzMtNGVjNy1hNDk5LTFkZjc5Mjk5NzIzNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozODo0MS43NDg0MDk2NjhaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=19.637µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=099780b1-5c1c-4aae-968d-7a9806dfad6b trace.line=141 vars.name=test vars.uuid=5794abca-4633-4ec7-a499-1df792997236 version="v2.1.0+unknown" [2023-04-17T23:38:41.868Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/5794abca-4633-4ec7-a499-1df792997236/data\", \"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\"" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=47459b4a-7ed8-4870-aa31-8a887ce1c1b1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46504" http.request.uri="/v2/test/blobs/uploads/5794abca-4633-4ec7-a499-1df792997236?_state=SmDmiNudRmTHFN7AYr6fQZcddgHzoRKfAExY8-Ophx57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU3OTRhYmNhLTQ2MzMtNGVjNy1hNDk5LTFkZjc5Mjk5NzIzNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozODo0MS43NDg0MDk2NjhaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=441.095µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=bd5b6655-c90a-4fab-a97f-9d2a32810cbd trace.line=167 vars.name=test vars.uuid=5794abca-4633-4ec7-a499-1df792997236 version="v2.1.0+unknown" [2023-04-17T23:38:41.868Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=47459b4a-7ed8-4870-aa31-8a887ce1c1b1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46504" http.request.uri="/v2/test/blobs/uploads/5794abca-4633-4ec7-a499-1df792997236?_state=SmDmiNudRmTHFN7AYr6fQZcddgHzoRKfAExY8-Ophx57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU3OTRhYmNhLTQ2MzMtNGVjNy1hNDk5LTFkZjc5Mjk5NzIzNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozODo0MS43NDg0MDk2NjhaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=357.033µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=0f63091e-8375-4acb-b7a2-b7eb29a8d76e trace.line=95 vars.name=test vars.uuid=5794abca-4633-4ec7-a499-1df792997236 version="v2.1.0+unknown" [2023-04-17T23:38:41.868Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/5794abca-4633-4ec7-a499-1df792997236\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=47459b4a-7ed8-4870-aa31-8a887ce1c1b1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46504" http.request.uri="/v2/test/blobs/uploads/5794abca-4633-4ec7-a499-1df792997236?_state=SmDmiNudRmTHFN7AYr6fQZcddgHzoRKfAExY8-Ophx57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU3OTRhYmNhLTQ2MzMtNGVjNy1hNDk5LTFkZjc5Mjk5NzIzNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozODo0MS43NDg0MDk2NjhaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=473.013µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=5e58b8d4-4306-4463-9e99-2acdc163b32b trace.line=181 vars.name=test vars.uuid=5794abca-4633-4ec7-a499-1df792997236 version="v2.1.0+unknown" [2023-04-17T23:38:41.868Z] time="2023-04-17T23:38:41Z" level=info msg="response completed" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=47459b4a-7ed8-4870-aa31-8a887ce1c1b1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46504" http.request.uri="/v2/test/blobs/uploads/5794abca-4633-4ec7-a499-1df792997236?_state=SmDmiNudRmTHFN7AYr6fQZcddgHzoRKfAExY8-Ophx57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU3OTRhYmNhLTQ2MzMtNGVjNy1hNDk5LTFkZjc5Mjk5NzIzNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozODo0MS43NDg0MDk2NjhaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=7.062308ms http.response.status=201 http.response.written=0 instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c version="v2.1.0+unknown" [2023-04-17T23:38:41.868Z] 127.0.0.1 - - [17/Apr/2023:23:38:41 +0000] "PUT /v2/test/blobs/uploads/5794abca-4633-4ec7-a499-1df792997236?_state=SmDmiNudRmTHFN7AYr6fQZcddgHzoRKfAExY8-Ophx57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU3OTRhYmNhLTQ2MzMtNGVjNy1hNDk5LTFkZjc5Mjk5NzIzNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozODo0MS43NDg0MDk2NjhaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46 HTTP/1.1" 201 0 "" "containerd/1.4.0+unknown" [2023-04-17T23:38:41.868Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/3507d8d6-2ac7-4099-bb1b-59e0c0fb0131/data\", \"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\"" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2e02bf44-f195-49e3-842d-fbece6dc1e3c http.request.method=PUT http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/blobs/uploads/3507d8d6-2ac7-4099-bb1b-59e0c0fb0131?_state=CyaOITJWjvexdkOi3KgHAHjklVqGYvXE9Ix5LlHZp4p7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM1MDdkOGQ2LTJhYzctNDA5OS1iYjFiLTU5ZTBjMGZiMDEzMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozODo0MS43NDgwNjg1ODFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=3.740291ms trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=a19dd448-4135-4e9a-a792-ab92b9e92f0b trace.line=167 vars.name=test vars.uuid=3507d8d6-2ac7-4099-bb1b-59e0c0fb0131 version="v2.1.0+unknown" [2023-04-17T23:38:41.868Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2e02bf44-f195-49e3-842d-fbece6dc1e3c http.request.method=PUT http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/blobs/uploads/3507d8d6-2ac7-4099-bb1b-59e0c0fb0131?_state=CyaOITJWjvexdkOi3KgHAHjklVqGYvXE9Ix5LlHZp4p7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM1MDdkOGQ2LTJhYzctNDA5OS1iYjFiLTU5ZTBjMGZiMDEzMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozODo0MS43NDgwNjg1ODFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=124.724µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=8d10f78b-d6f6-4037-9c0e-59d09a4bfa8f trace.line=95 vars.name=test vars.uuid=3507d8d6-2ac7-4099-bb1b-59e0c0fb0131 version="v2.1.0+unknown" [2023-04-17T23:38:41.868Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/3507d8d6-2ac7-4099-bb1b-59e0c0fb0131\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2e02bf44-f195-49e3-842d-fbece6dc1e3c http.request.method=PUT http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/blobs/uploads/3507d8d6-2ac7-4099-bb1b-59e0c0fb0131?_state=CyaOITJWjvexdkOi3KgHAHjklVqGYvXE9Ix5LlHZp4p7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM1MDdkOGQ2LTJhYzctNDA5OS1iYjFiLTU5ZTBjMGZiMDEzMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozODo0MS43NDgwNjg1ODFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=185.911µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=519ae45a-5c87-4641-bc8a-7a69788bcc2a trace.line=181 vars.name=test vars.uuid=3507d8d6-2ac7-4099-bb1b-59e0c0fb0131 version="v2.1.0+unknown" [2023-04-17T23:38:41.868Z] time="2023-04-17T23:38:41Z" level=info msg="response completed" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2e02bf44-f195-49e3-842d-fbece6dc1e3c http.request.method=PUT http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/blobs/uploads/3507d8d6-2ac7-4099-bb1b-59e0c0fb0131?_state=CyaOITJWjvexdkOi3KgHAHjklVqGYvXE9Ix5LlHZp4p7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM1MDdkOGQ2LTJhYzctNDA5OS1iYjFiLTU5ZTBjMGZiMDEzMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozODo0MS43NDgwNjg1ODFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=11.309984ms http.response.status=201 http.response.written=0 instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c version="v2.1.0+unknown" [2023-04-17T23:38:41.868Z] 127.0.0.1 - - [17/Apr/2023:23:38:41 +0000] "PUT /v2/test/blobs/uploads/3507d8d6-2ac7-4099-bb1b-59e0c0fb0131?_state=CyaOITJWjvexdkOi3KgHAHjklVqGYvXE9Ix5LlHZp4p7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM1MDdkOGQ2LTJhYzctNDA5OS1iYjFiLTU5ZTBjMGZiMDEzMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozODo0MS43NDgwNjg1ODFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.4.0+unknown" [2023-04-17T23:38:41.868Z] time="2023-04-17T23:38:41Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=4532bb5a-70ab-4963-bb1a-697958e6f8d8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:38:41.868Z] time="2023-04-17T23:38:41Z" level=debug msg=GetImageManifest go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=4532bb5a-70ab-4963-bb1a-697958e6f8d8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:38:41.868Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=4532bb5a-70ab-4963-bb1a-697958e6f8d8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=58.627µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=66ba41da-f631-4b51-aadb-68dfd371d414 trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:38:41.868Z] time="2023-04-17T23:38:41Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=4532bb5a-70ab-4963-bb1a-697958e6f8d8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.568954ms http.response.status=404 http.response.written=96 instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:38:41.868Z] 127.0.0.1 - - [17/Apr/2023:23:38:41 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.4.0+unknown" [2023-04-17T23:38:41.868Z] time="2023-04-17T23:38:41Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8d169b13-4cca-4202-8620-72c1de6bcae6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:38:41.868Z] time="2023-04-17T23:38:41Z" level=debug msg=PutImageManifest go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8d169b13-4cca-4202-8620-72c1de6bcae6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:38:41.868Z] time="2023-04-17T23:38:41Z" level=debug msg="(*manifestStore).Put" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8d169b13-4cca-4202-8620-72c1de6bcae6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:38:41.868Z] time="2023-04-17T23:38:41Z" level=debug msg="(*schema2ManifestHandler).Put" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8d169b13-4cca-4202-8620-72c1de6bcae6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:38:41.868Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8d169b13-4cca-4202-8620-72c1de6bcae6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=74.286µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=b973439b-0a25-40e0-96bd-8731b7ac7423 trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:38:41.868Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8d169b13-4cca-4202-8620-72c1de6bcae6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=40.64µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=a82c33bb-6ec5-46bf-af87-49746ac2eeaf trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:38:41.868Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8d169b13-4cca-4202-8620-72c1de6bcae6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=60.373µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=f4afabd4-bc8c-4089-89d7-b5252c574110 trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:38:41.869Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8d169b13-4cca-4202-8620-72c1de6bcae6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=18.797µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=1cafd125-b805-449d-92b5-7e6e3975b1ef trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:38:41.869Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8d169b13-4cca-4202-8620-72c1de6bcae6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=83.48µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=6bc4eb7d-11e0-442e-b437-aa5033d015ef trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:38:41.869Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8d169b13-4cca-4202-8620-72c1de6bcae6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=300.588µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=23512039-4b22-42d2-babb-b1e47bc8ddb2 trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:38:41.869Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8d169b13-4cca-4202-8620-72c1de6bcae6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=362.561µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=47ba3fa2-3301-4c59-8e37-11262d8abe03 trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:38:41.869Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8d169b13-4cca-4202-8620-72c1de6bcae6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=223.351µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=a9ddd421-1fa5-447f-acb8-77a6b33fb111 trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:38:41.869Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/index/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8d169b13-4cca-4202-8620-72c1de6bcae6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=206.811µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=b570b996-6827-425c-8e0d-5daf9f109f79 trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:38:41.869Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8d169b13-4cca-4202-8620-72c1de6bcae6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=289.995µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=26cc1218-70ce-4a83-8dbd-cacc0b02b4bb trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:38:41.869Z] time="2023-04-17T23:38:41Z" level=info msg="response completed" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8d169b13-4cca-4202-8620-72c1de6bcae6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46508" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=4.640711ms http.response.status=201 http.response.written=0 instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c version="v2.1.0+unknown" [2023-04-17T23:38:41.869Z] 127.0.0.1 - - [17/Apr/2023:23:38:41 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.4.0+unknown" [2023-04-17T23:38:41.869Z] time="2023-04-17T23:38:41Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=dc0064cb-a05a-430e-8004-76bb6d6bda15 http.request.method=GET http.request.remoteaddr="127.0.0.1:46530" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c version="v2.1.0+unknown" [2023-04-17T23:38:41.869Z] time="2023-04-17T23:38:41Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=dc0064cb-a05a-430e-8004-76bb6d6bda15 http.request.method=GET http.request.remoteaddr="127.0.0.1:46530" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="753.843µs" http.response.status=200 http.response.written=2 instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c version="v2.1.0+unknown" [2023-04-17T23:38:41.869Z] 127.0.0.1 - - [17/Apr/2023:23:38:41 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2023-04-17T23:38:41.869Z] time="2023-04-17T23:38:41Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=371074dd-fd5c-44b1-977e-31036bdecbbc http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46540" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:38:41.869Z] time="2023-04-17T23:38:41Z" level=debug msg=GetImageManifest go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=371074dd-fd5c-44b1-977e-31036bdecbbc http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46540" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:38:41.869Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=371074dd-fd5c-44b1-977e-31036bdecbbc http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46540" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=141.224µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=662f6ff6-6cb0-488d-a613-f8e49ff1fad6 trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:38:41.869Z] time="2023-04-17T23:38:41Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=371074dd-fd5c-44b1-977e-31036bdecbbc http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46540" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:38:41.869Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=371074dd-fd5c-44b1-977e-31036bdecbbc http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46540" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=46.813µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=963cdadb-1e6e-4870-9156-cfa22942c751 trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:38:41.869Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=371074dd-fd5c-44b1-977e-31036bdecbbc http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46540" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=19.506µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=dcade12f-dbe5-4b90-9479-512e5aaf4422 trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:38:41.869Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=371074dd-fd5c-44b1-977e-31036bdecbbc http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46540" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=73.194µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=9307935c-0854-4107-a9aa-bd2cac3b386e trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:38:41.869Z] time="2023-04-17T23:38:41Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=371074dd-fd5c-44b1-977e-31036bdecbbc http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46540" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:38:41.869Z] time="2023-04-17T23:38:41Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=371074dd-fd5c-44b1-977e-31036bdecbbc http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46540" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=2.387801ms http.response.status=200 http.response.written=417 instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c version="v2.1.0+unknown" [2023-04-17T23:38:41.869Z] 127.0.0.1 - - [17/Apr/2023:23:38:41 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2023-04-17T23:38:41.869Z] time="2023-04-17T23:38:41Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=d7fe03e9-555e-4407-9f1f-dcd9f65ffc72 http.request.method=GET http.request.remoteaddr="127.0.0.1:46554" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:38:41.869Z] time="2023-04-17T23:38:41Z" level=debug msg=GetImageManifest go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=d7fe03e9-555e-4407-9f1f-dcd9f65ffc72 http.request.method=GET http.request.remoteaddr="127.0.0.1:46554" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:38:41.869Z] time="2023-04-17T23:38:41Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=d7fe03e9-555e-4407-9f1f-dcd9f65ffc72 http.request.method=GET http.request.remoteaddr="127.0.0.1:46554" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:38:41.869Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=d7fe03e9-555e-4407-9f1f-dcd9f65ffc72 http.request.method=GET http.request.remoteaddr="127.0.0.1:46554" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=46.565µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=54f26cd2-9e02-4ac4-b013-3644f69ae60f trace.line=82 vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:38:41.869Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=d7fe03e9-555e-4407-9f1f-dcd9f65ffc72 http.request.method=GET http.request.remoteaddr="127.0.0.1:46554" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=20.247µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=25704db4-3727-4a12-8f98-ac7090190f01 trace.line=141 vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:38:41.869Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=d7fe03e9-555e-4407-9f1f-dcd9f65ffc72 http.request.method=GET http.request.remoteaddr="127.0.0.1:46554" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=95.389µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=7fec1a70-76bd-4fbb-9d76-459b9f772140 trace.line=82 vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:38:41.870Z] time="2023-04-17T23:38:41Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=d7fe03e9-555e-4407-9f1f-dcd9f65ffc72 http.request.method=GET http.request.remoteaddr="127.0.0.1:46554" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:38:41.870Z] time="2023-04-17T23:38:41Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=d7fe03e9-555e-4407-9f1f-dcd9f65ffc72 http.request.method=GET http.request.remoteaddr="127.0.0.1:46554" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=2.251083ms http.response.status=200 http.response.written=417 instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c version="v2.1.0+unknown" [2023-04-17T23:38:41.870Z] 127.0.0.1 - - [17/Apr/2023:23:38:41 +0000] "GET /v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc HTTP/1.1" 200 417 "" "docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2023-04-17T23:38:41.870Z] time="2023-04-17T23:38:41Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=4f2d0f5f-0aad-44c5-92a1-9758046778a3 http.request.method=GET http.request.remoteaddr="127.0.0.1:46568" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.870Z] time="2023-04-17T23:38:41Z" level=debug msg=GetBlob go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=4f2d0f5f-0aad-44c5-92a1-9758046778a3 http.request.method=GET http.request.remoteaddr="127.0.0.1:46568" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.870Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=4f2d0f5f-0aad-44c5-92a1-9758046778a3 http.request.method=GET http.request.remoteaddr="127.0.0.1:46568" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=62.671µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=be0a3ace-8684-4042-97ca-a53148f0a024 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.870Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=4f2d0f5f-0aad-44c5-92a1-9758046778a3 http.request.method=GET http.request.remoteaddr="127.0.0.1:46568" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=19.369µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=f2ea1e11-d8f3-4dc1-90b9-8a7fe584be50 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.870Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=4f2d0f5f-0aad-44c5-92a1-9758046778a3 http.request.method=GET http.request.remoteaddr="127.0.0.1:46568" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=130.915µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=b4519732-870a-421f-af26-4c21fead79ba trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.870Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=4f2d0f5f-0aad-44c5-92a1-9758046778a3 http.request.method=GET http.request.remoteaddr="127.0.0.1:46568" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=17.224µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=7ecd0e31-0b27-4b53-ac63-5297bb70172a trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.870Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=4f2d0f5f-0aad-44c5-92a1-9758046778a3 http.request.method=GET http.request.remoteaddr="127.0.0.1:46568" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=114.792µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=0ed448a5-890d-44d0-af0f-488b716e4c0b trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.870Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=4f2d0f5f-0aad-44c5-92a1-9758046778a3 http.request.method=GET http.request.remoteaddr="127.0.0.1:46568" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=12.53µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=de14ed2f-aee2-4add-8898-e065cc00fdd2 trace.line=193 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.870Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\", 0)" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=4f2d0f5f-0aad-44c5-92a1-9758046778a3 http.request.method=GET http.request.remoteaddr="127.0.0.1:46568" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=31.335µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).ReadStream" trace.id=9c856b0f-592a-4204-9392-dc8e6a3ee1f4 trace.line=107 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.870Z] time="2023-04-17T23:38:41Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=def16656-6415-4816-ae94-45975e0d6a5a http.request.method=GET http.request.remoteaddr="127.0.0.1:46558" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.870Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=4f2d0f5f-0aad-44c5-92a1-9758046778a3 http.request.method=GET http.request.remoteaddr="127.0.0.1:46568" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=54.461µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=7953c3f4-915e-47cd-9670-b5322d270769 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.870Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=4f2d0f5f-0aad-44c5-92a1-9758046778a3 http.request.method=GET http.request.remoteaddr="127.0.0.1:46568" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=21.139µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=5ed40164-3ab2-40ad-92f1-ffa984ae0571 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.870Z] time="2023-04-17T23:38:41Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=4f2d0f5f-0aad-44c5-92a1-9758046778a3 http.request.method=GET http.request.remoteaddr="127.0.0.1:46568" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=10.832415ms http.response.status=200 http.response.written=68 instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c version="v2.1.0+unknown" [2023-04-17T23:38:41.870Z] 127.0.0.1 - - [17/Apr/2023:23:38:41 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2023-04-17T23:38:41.870Z] time="2023-04-17T23:38:41Z" level=debug msg=GetBlob go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=def16656-6415-4816-ae94-45975e0d6a5a http.request.method=GET http.request.remoteaddr="127.0.0.1:46558" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.870Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=def16656-6415-4816-ae94-45975e0d6a5a http.request.method=GET http.request.remoteaddr="127.0.0.1:46558" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=36.551µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=05871f85-8bd4-49d0-93ae-d7580967427c trace.line=82 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.870Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=def16656-6415-4816-ae94-45975e0d6a5a http.request.method=GET http.request.remoteaddr="127.0.0.1:46558" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=21.427µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=54b33103-05e9-4203-a7d6-fd1b4e52e6b7 trace.line=141 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.870Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=def16656-6415-4816-ae94-45975e0d6a5a http.request.method=GET http.request.remoteaddr="127.0.0.1:46558" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=52.339µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=c49cb173-9e79-4634-9c86-e51963c52e38 trace.line=82 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.870Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=def16656-6415-4816-ae94-45975e0d6a5a http.request.method=GET http.request.remoteaddr="127.0.0.1:46558" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=19.619µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=67056b87-01c1-4339-81fe-8a994c0cb92a trace.line=141 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.870Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=def16656-6415-4816-ae94-45975e0d6a5a http.request.method=GET http.request.remoteaddr="127.0.0.1:46558" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=71.405µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=bf66894c-079c-4736-ba0e-a8af61b66548 trace.line=141 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.870Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=def16656-6415-4816-ae94-45975e0d6a5a http.request.method=GET http.request.remoteaddr="127.0.0.1:46558" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=34.835µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=0a133864-3cd6-4b76-99d4-e0831e1c9960 trace.line=193 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.870Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\", 0)" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=def16656-6415-4816-ae94-45975e0d6a5a http.request.method=GET http.request.remoteaddr="127.0.0.1:46558" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=27.865µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).ReadStream" trace.id=2ba7d61b-6c51-4bef-9d8c-6bd04899c368 trace.line=107 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.870Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=def16656-6415-4816-ae94-45975e0d6a5a http.request.method=GET http.request.remoteaddr="127.0.0.1:46558" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=39.833µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=67d05d0e-5f15-4fb5-bd73-e64f8a0612e7 trace.line=82 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.871Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=def16656-6415-4816-ae94-45975e0d6a5a http.request.method=GET http.request.remoteaddr="127.0.0.1:46558" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=25.75µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=9249dc5a-b462-44f2-84cb-f4450db23c6c trace.line=141 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:38:41.871Z] time="2023-04-17T23:38:41Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=def16656-6415-4816-ae94-45975e0d6a5a http.request.method=GET http.request.remoteaddr="127.0.0.1:46558" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=12.943285ms http.response.status=200 http.response.written=179 instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c version="v2.1.0+unknown" [2023-04-17T23:38:41.871Z] 127.0.0.1 - - [17/Apr/2023:23:38:41 +0000] "GET /v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46 HTTP/1.1" 200 179 "" "docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2023-04-17T23:38:42.128Z] time="2023-04-17T23:38:41Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=122f27a5-f874-4af7-ad41-168d807e7998 http.request.method=GET http.request.remoteaddr="127.0.0.1:46590" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c version="v2.1.0+unknown" [2023-04-17T23:38:42.128Z] time="2023-04-17T23:38:41Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=122f27a5-f874-4af7-ad41-168d807e7998 http.request.method=GET http.request.remoteaddr="127.0.0.1:46590" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="907.537µs" http.response.status=200 http.response.written=2 instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c version="v2.1.0+unknown" [2023-04-17T23:38:42.128Z] 127.0.0.1 - - [17/Apr/2023:23:38:41 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2023-04-17T23:38:42.128Z] time="2023-04-17T23:38:41Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=142e791e-bf39-4921-8e7a-dbd131c887b9 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46600" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:38:42.128Z] time="2023-04-17T23:38:41Z" level=debug msg=GetImageManifest go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=142e791e-bf39-4921-8e7a-dbd131c887b9 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46600" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:38:42.128Z] time="2023-04-17T23:38:41Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=142e791e-bf39-4921-8e7a-dbd131c887b9 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46600" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:38:42.128Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=142e791e-bf39-4921-8e7a-dbd131c887b9 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46600" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=40.026µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=4bca708c-67e3-4027-ad3a-4cb389666b02 trace.line=82 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:38:42.129Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=142e791e-bf39-4921-8e7a-dbd131c887b9 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46600" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=90.294µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=6b1edcbd-ba18-42c3-b426-e5f70d557cd2 trace.line=82 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:38:42.129Z] time="2023-04-17T23:38:41Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" err.message="manifest unknown" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=142e791e-bf39-4921-8e7a-dbd131c887b9 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46600" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.995236ms http.response.status=404 http.response.written=181 instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:38:42.129Z] 127.0.0.1 - - [17/Apr/2023:23:38:41 +0000] "HEAD /v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc HTTP/1.1" 404 181 "" "docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2023-04-17T23:38:42.129Z] time="2023-04-17T23:38:41Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=ce962c92-3e04-4ffd-b769-2a61b2a7cec0 http.request.method=GET http.request.remoteaddr="127.0.0.1:46612" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:38:42.129Z] time="2023-04-17T23:38:41Z" level=debug msg=GetImageManifest go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=ce962c92-3e04-4ffd-b769-2a61b2a7cec0 http.request.method=GET http.request.remoteaddr="127.0.0.1:46612" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:38:42.129Z] time="2023-04-17T23:38:41Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=ce962c92-3e04-4ffd-b769-2a61b2a7cec0 http.request.method=GET http.request.remoteaddr="127.0.0.1:46612" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:38:42.129Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=ce962c92-3e04-4ffd-b769-2a61b2a7cec0 http.request.method=GET http.request.remoteaddr="127.0.0.1:46612" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=24.716µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=6487a67a-1a3e-44de-8f48-e3751634b6cc trace.line=82 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:38:42.129Z] time="2023-04-17T23:38:41Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=ce962c92-3e04-4ffd-b769-2a61b2a7cec0 http.request.method=GET http.request.remoteaddr="127.0.0.1:46612" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c trace.duration=23.668µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=f26ed2ca-0c47-4705-bd0e-2913f2f0c5fd trace.line=82 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:38:42.129Z] time="2023-04-17T23:38:41Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" err.message="manifest unknown" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=ce962c92-3e04-4ffd-b769-2a61b2a7cec0 http.request.method=GET http.request.remoteaddr="127.0.0.1:46612" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.317688ms http.response.status=404 http.response.written=181 instance.id=987352ad-cb73-4689-bb3b-c7a4bab2dc9c vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:38:42.129Z] 127.0.0.1 - - [17/Apr/2023:23:38:41 +0000] "GET /v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc HTTP/1.1" 404 181 "" "docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2023-04-17T23:38:42.129Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.31s) [2023-04-17T23:38:42.129Z] === RUN TestRemoveImageOrphaning [2023-04-17T23:38:42.202Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2023-04-17T23:38:42.202Z] [2023-04-17T23:38:42.202Z] gitutils_test.go:211: git-http-backend: [2023-04-17T23:38:42.387Z] --- PASS: TestRemoveImageOrphaning (0.25s) [2023-04-17T23:38:42.387Z] === RUN TestRemoveImageGarbageCollector [2023-04-17T23:38:42.670Z] === RUN TestCheckoutGit/master:nosubdir [2023-04-17T23:38:43.654Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2023-04-17T23:38:43.654Z] [2023-04-17T23:38:43.654Z] gitutils_test.go:211: git-http-backend: [2023-04-17T23:38:44.122Z] === RUN TestCheckoutGit/master:subdir [2023-04-17T23:38:44.284Z] --- PASS: TestRemoveImageGarbageCollector (1.84s) [2023-04-17T23:38:44.284Z] === RUN TestTagUnprefixedRepoByNameOrName [2023-04-17T23:38:44.284Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2023-04-17T23:38:44.284Z] === RUN TestTagInvalidReference [2023-04-17T23:38:44.284Z] --- PASS: TestTagInvalidReference (0.01s) [2023-04-17T23:38:44.284Z] === RUN TestTagValidPrefixedRepo [2023-04-17T23:38:44.284Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2023-04-17T23:38:44.284Z] === RUN TestTagExistedNameWithoutForce [2023-04-17T23:38:44.284Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2023-04-17T23:38:44.284Z] === RUN TestTagOfficialNames [2023-04-17T23:38:44.284Z] --- PASS: TestTagOfficialNames (0.05s) [2023-04-17T23:38:44.284Z] === RUN TestTagMatchesDigest [2023-04-17T23:38:44.284Z] --- PASS: TestTagMatchesDigest (0.01s) [2023-04-17T23:38:44.284Z] === CONT TestImportExtremelyLargeImageWorks [2023-04-17T23:38:45.107Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2023-04-17T23:38:45.107Z] [2023-04-17T23:38:45.107Z] gitutils_test.go:211: git-http-backend: [2023-04-17T23:38:47.319Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2023-04-17T23:38:47.319Z] [2023-04-17T23:38:47.319Z] gitutils_test.go:211: git-http-backend: [2023-04-17T23:38:48.883Z] === RUN TestCheckoutGit/master:../subdir [2023-04-17T23:38:49.351Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2023-04-17T23:38:49.351Z] [2023-04-17T23:38:49.351Z] gitutils_test.go:211: git-http-backend: [2023-04-17T23:38:49.818Z] === RUN TestCheckoutGit/test [2023-04-17T23:38:50.286Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2023-04-17T23:38:50.286Z] [2023-04-17T23:38:50.286Z] gitutils_test.go:211: git-http-backend: [2023-04-17T23:38:51.454Z] --- PASS: TestUpdateRestartPolicy (10.94s) [2023-04-17T23:38:51.455Z] === RUN TestUpdateRestartWithAutoRemove [2023-04-17T23:38:51.455Z] --- PASS: TestUpdateRestartWithAutoRemove (0.43s) [2023-04-17T23:38:51.455Z] === RUN TestWaitNonBlocked [2023-04-17T23:38:51.455Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-04-17T23:38:51.455Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-04-17T23:38:51.455Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2023-04-17T23:38:51.455Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2023-04-17T23:38:51.455Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-04-17T23:38:51.455Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2023-04-17T23:38:51.455Z] --- PASS: TestWaitNonBlocked (0.01s) [2023-04-17T23:38:51.455Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.70s) [2023-04-17T23:38:51.455Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.75s) [2023-04-17T23:38:51.455Z] === RUN TestWaitBlocked [2023-04-17T23:38:51.455Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2023-04-17T23:38:51.455Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2023-04-17T23:38:51.455Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2023-04-17T23:38:51.455Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2023-04-17T23:38:51.455Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2023-04-17T23:38:51.455Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2023-04-17T23:38:51.848Z] === RUN TestCheckoutGit/test: [2023-04-17T23:38:52.024Z] --- PASS: TestWaitBlocked (0.01s) [2023-04-17T23:38:52.024Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.64s) [2023-04-17T23:38:52.024Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.67s) [2023-04-17T23:38:52.024Z] === CONT TestContainerStartOnDaemonRestart [2023-04-17T23:38:52.024Z] === CONT TestRestartDaemonWithRestartingContainer [2023-04-17T23:38:52.316Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2023-04-17T23:38:52.316Z] [2023-04-17T23:38:52.316Z] gitutils_test.go:211: git-http-backend: [2023-04-17T23:38:53.879Z] === RUN TestCheckoutGit/test:subdir [2023-04-17T23:38:54.347Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2023-04-17T23:38:54.347Z] [2023-04-17T23:38:54.347Z] gitutils_test.go:211: git-http-backend: [2023-04-17T23:38:54.567Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.04s) [2023-04-17T23:38:54.567Z] === CONT TestIpcModeOlderClient [2023-04-17T23:38:54.567Z] --- PASS: TestContainerStartOnDaemonRestart (2.10s) [2023-04-17T23:38:54.567Z] === CONT TestContainerKillOnDaemonStart [2023-04-17T23:38:54.567Z] --- PASS: TestIpcModeOlderClient (0.10s) [2023-04-17T23:38:54.567Z] === CONT TestDaemonHostGatewayIP [2023-04-17T23:38:55.910Z] --- PASS: TestCheckoutGit (35.53s) [2023-04-17T23:38:55.910Z] --- PASS: TestCheckoutGit/#00 (4.71s) [2023-04-17T23:38:55.910Z] --- PASS: TestCheckoutGit/master (5.96s) [2023-04-17T23:38:55.910Z] --- PASS: TestCheckoutGit/:subdir (4.79s) [2023-04-17T23:38:55.910Z] --- PASS: TestCheckoutGit/:nosubdir (1.44s) [2023-04-17T23:38:55.910Z] --- PASS: TestCheckoutGit/:Dockerfile (1.59s) [2023-04-17T23:38:55.910Z] --- PASS: TestCheckoutGit/master:nosubdir (1.31s) [2023-04-17T23:38:55.910Z] --- PASS: TestCheckoutGit/master:subdir (4.42s) [2023-04-17T23:38:55.910Z] --- PASS: TestCheckoutGit/master:../subdir (1.10s) [2023-04-17T23:38:55.910Z] --- PASS: TestCheckoutGit/test (1.89s) [2023-04-17T23:38:55.910Z] --- PASS: TestCheckoutGit/test: (2.04s) [2023-04-17T23:38:55.910Z] --- PASS: TestCheckoutGit/test:subdir (1.96s) [2023-04-17T23:38:55.910Z] === RUN TestValidGitTransport [2023-04-17T23:38:55.910Z] --- PASS: TestValidGitTransport (0.00s) [2023-04-17T23:38:55.910Z] === RUN TestGitInvalidRef [2023-04-17T23:38:55.910Z] --- PASS: TestGitInvalidRef (0.19s) [2023-04-17T23:38:55.910Z] PASS [2023-04-17T23:38:55.910Z] coverage: 83.5% of statements [2023-04-17T23:38:55.910Z] ok github.com/docker/docker/builder/remotecontext/git 35.869s coverage: 83.5% of statements [2023-04-17T23:38:56.896Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2023-04-17T23:38:56.896Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2023-04-17T23:38:56.896Z] === RUN TestLoadDaemonCliConfigWithTLS [2023-04-17T23:38:56.896Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2023-04-17T23:38:56.896Z] === RUN TestLoadDaemonCliConfigWithConflicts [2023-04-17T23:38:56.896Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2023-04-17T23:38:56.896Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2023-04-17T23:38:56.896Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2023-04-17T23:38:56.896Z] === RUN TestLoadDaemonCliWithConflictingLabels [2023-04-17T23:38:56.896Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2023-04-17T23:38:56.896Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2023-04-17T23:38:56.896Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2023-04-17T23:38:56.896Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2023-04-17T23:38:56.896Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2023-04-17T23:38:56.896Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2023-04-17T23:38:56.896Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2023-04-17T23:38:56.896Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2023-04-17T23:38:56.896Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2023-04-17T23:38:56.896Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2023-04-17T23:38:56.896Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2023-04-17T23:38:56.896Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2023-04-17T23:38:56.896Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2023-04-17T23:38:56.896Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2023-04-17T23:38:56.896Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2023-04-17T23:38:56.896Z] === RUN TestConfigureDaemonLogs [2023-04-17T23:38:56.896Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2023-04-17T23:38:56.896Z] === RUN TestCommonOptionsInstallFlags [2023-04-17T23:38:56.896Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2023-04-17T23:38:56.896Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2023-04-17T23:38:56.896Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2023-04-17T23:38:56.896Z] PASS [2023-04-17T23:38:56.896Z] coverage: 18.4% of statements [2023-04-17T23:38:56.896Z] ok github.com/docker/docker/cmd/dockerd 0.177s coverage: 18.4% of statements [2023-04-17T23:38:56.896Z] ? github.com/docker/docker/cli [no test files] [2023-04-17T23:38:56.896Z] ? github.com/docker/docker/cli/config [no test files] [2023-04-17T23:38:57.108Z] --- PASS: TestDaemonHostGatewayIP (2.38s) [2023-04-17T23:38:57.108Z] === CONT TestDaemonRestartIpcMode [2023-04-17T23:38:58.579Z] === RUN TestContainerStopSignal [2023-04-17T23:38:58.579Z] --- PASS: TestContainerStopSignal (0.00s) [2023-04-17T23:38:58.579Z] === RUN TestContainerStopTimeout [2023-04-17T23:38:58.579Z] --- PASS: TestContainerStopTimeout (0.00s) [2023-04-17T23:38:58.579Z] === RUN TestContainerSecretReferenceDestTarget [2023-04-17T23:38:58.579Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2023-04-17T23:38:58.579Z] === RUN TestContainerLogPathSetForJSONFileLogger [2023-04-17T23:38:58.579Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2023-04-17T23:38:58.579Z] === RUN TestContainerLogPathSetForRingLogger [2023-04-17T23:38:58.579Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2023-04-17T23:38:58.579Z] === RUN TestReplaceAndAppendEnvVars [2023-04-17T23:38:58.579Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2023-04-17T23:38:58.579Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2023-04-17T23:38:58.579Z] === RUN TestNewMemoryStore [2023-04-17T23:38:58.579Z] --- PASS: TestNewMemoryStore (0.00s) [2023-04-17T23:38:58.579Z] === RUN TestAddContainers [2023-04-17T23:38:58.579Z] --- PASS: TestAddContainers (0.00s) [2023-04-17T23:38:58.579Z] === RUN TestGetContainer [2023-04-17T23:38:58.579Z] --- PASS: TestGetContainer (0.00s) [2023-04-17T23:38:58.579Z] === RUN TestDeleteContainer [2023-04-17T23:38:58.579Z] --- PASS: TestDeleteContainer (0.00s) [2023-04-17T23:38:58.579Z] === RUN TestListContainers [2023-04-17T23:38:58.579Z] --- PASS: TestListContainers (0.00s) [2023-04-17T23:38:58.579Z] === RUN TestFirstContainer [2023-04-17T23:38:58.579Z] --- PASS: TestFirstContainer (0.00s) [2023-04-17T23:38:58.579Z] === RUN TestApplyAllContainer [2023-04-17T23:38:58.579Z] --- PASS: TestApplyAllContainer (0.00s) [2023-04-17T23:38:58.579Z] === RUN TestIsValidHealthString [2023-04-17T23:38:58.579Z] --- PASS: TestIsValidHealthString (0.00s) [2023-04-17T23:38:58.579Z] === RUN TestStateRunStop [2023-04-17T23:38:58.579Z] --- PASS: TestStateRunStop (0.00s) [2023-04-17T23:38:58.579Z] === RUN TestStateTimeoutWait [2023-04-17T23:38:58.579Z] state_test.go:141: Stop callback fired [2023-04-17T23:38:58.579Z] state_test.go:165: Stop callback fired [2023-04-17T23:38:58.579Z] --- PASS: TestStateTimeoutWait (0.10s) [2023-04-17T23:38:58.579Z] === RUN TestIsValidStateString [2023-04-17T23:38:58.579Z] --- PASS: TestIsValidStateString (0.00s) [2023-04-17T23:38:58.579Z] === RUN TestViewSaveDelete [2023-04-17T23:38:58.579Z] --- PASS: TestViewSaveDelete (0.02s) [2023-04-17T23:38:58.579Z] === RUN TestViewAll [2023-04-17T23:38:58.579Z] --- PASS: TestViewAll (0.01s) [2023-04-17T23:38:58.579Z] === RUN TestViewGet [2023-04-17T23:38:58.579Z] --- PASS: TestViewGet (0.01s) [2023-04-17T23:38:58.579Z] === RUN TestNames [2023-04-17T23:38:58.579Z] --- PASS: TestNames (0.00s) [2023-04-17T23:38:58.579Z] === RUN TestViewWithHealthCheck [2023-04-17T23:38:58.579Z] --- PASS: TestViewWithHealthCheck (0.01s) [2023-04-17T23:38:58.579Z] PASS [2023-04-17T23:38:58.579Z] coverage: 41.4% of statements [2023-04-17T23:38:58.579Z] ok github.com/docker/docker/container 0.424s coverage: 41.4% of statements [2023-04-17T23:38:58.579Z] ? github.com/docker/docker/container/stream [no test files] [2023-04-17T23:38:58.579Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2023-04-17T23:38:58.579Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2023-04-17T23:38:58.579Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2023-04-17T23:38:59.018Z] --- PASS: TestDaemonRestartIpcMode (2.15s) [2023-04-17T23:38:59.047Z] === RUN TestPrepare [2023-04-17T23:38:59.047Z] --- PASS: TestPrepare (0.00s) [2023-04-17T23:38:59.047Z] === RUN TestStart [2023-04-17T23:38:59.047Z] --- PASS: TestStart (0.00s) [2023-04-17T23:38:59.047Z] === RUN TestWaitCancel [2023-04-17T23:38:59.047Z] --- PASS: TestWaitCancel (0.00s) [2023-04-17T23:38:59.047Z] === RUN TestWaitDisabled [2023-04-17T23:38:59.047Z] --- PASS: TestWaitDisabled (0.00s) [2023-04-17T23:38:59.047Z] === RUN TestWaitEnabled [2023-04-17T23:38:59.047Z] --- PASS: TestWaitEnabled (0.00s) [2023-04-17T23:38:59.047Z] === RUN TestRemove [2023-04-17T23:38:59.047Z] --- PASS: TestRemove (0.00s) [2023-04-17T23:38:59.047Z] PASS [2023-04-17T23:38:59.047Z] coverage: 65.3% of statements [2023-04-17T23:38:59.047Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.090s coverage: 65.3% of statements [2023-04-17T23:39:01.997Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2023-04-17T23:39:01.997Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.11s) [2023-04-17T23:39:01.997Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2023-04-17T23:39:01.997Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2023-04-17T23:39:01.997Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2023-04-17T23:39:01.997Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2023-04-17T23:39:01.997Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertToGRPCContainerRuntime [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertToGRPCIsolation [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertToGRPCIsolation/empty [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertToGRPCIsolation/default [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertToGRPCIsolation/process [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertFromGRPCIsolation [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertFromGRPCIsolation/default [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertFromGRPCIsolation/process [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertToGRPCCredentialSpec [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2023-04-17T23:39:01.998Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2023-04-17T23:39:01.998Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertFromGRPCConfigs [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertFromGRPCConfigs/file [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertToGRPCConfigs [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertToGRPCConfigs/file [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2023-04-17T23:39:01.998Z] === RUN TestServiceConvertToGRPCConfigs/none [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2023-04-17T23:39:01.998Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2023-04-17T23:39:01.998Z] PASS [2023-04-17T23:39:01.998Z] coverage: 35.9% of statements [2023-04-17T23:39:01.998Z] ok github.com/docker/docker/daemon/cluster/convert 0.199s coverage: 35.9% of statements [2023-04-17T23:39:01.998Z] === RUN TestNewListSecretsFilters [2023-04-17T23:39:01.998Z] --- PASS: TestNewListSecretsFilters (0.00s) [2023-04-17T23:39:01.998Z] === RUN TestNewListConfigsFilters [2023-04-17T23:39:01.998Z] --- PASS: TestNewListConfigsFilters (0.00s) [2023-04-17T23:39:01.998Z] PASS [2023-04-17T23:39:01.998Z] coverage: 0.5% of statements [2023-04-17T23:39:01.998Z] ok github.com/docker/docker/daemon/cluster 0.168s coverage: 0.5% of statements [2023-04-17T23:39:04.216Z] === RUN TestWaitNodeAttachment [2023-04-17T23:39:04.216Z] === RUN TestDiscoveryOptsErrors [2023-04-17T23:39:04.216Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2023-04-17T23:39:04.216Z] === RUN TestDiscoveryOpts [2023-04-17T23:39:04.216Z] --- PASS: TestDiscoveryOpts (0.00s) [2023-04-17T23:39:04.216Z] PASS [2023-04-17T23:39:04.216Z] coverage: 30.0% of statements [2023-04-17T23:39:04.216Z] ok github.com/docker/docker/daemon/discovery 0.042s coverage: 30.0% of statements [2023-04-17T23:39:04.216Z] --- PASS: TestWaitNodeAttachment (0.40s) [2023-04-17T23:39:04.216Z] === RUN TestIsolationConversion [2023-04-17T23:39:04.216Z] === RUN TestIsolationConversion/default [2023-04-17T23:39:04.216Z] === RUN TestIsolationConversion/process [2023-04-17T23:39:04.216Z] === RUN TestIsolationConversion/hyperv [2023-04-17T23:39:04.216Z] --- PASS: TestIsolationConversion (0.00s) [2023-04-17T23:39:04.216Z] --- PASS: TestIsolationConversion/default (0.00s) [2023-04-17T23:39:04.216Z] --- PASS: TestIsolationConversion/process (0.00s) [2023-04-17T23:39:04.216Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2023-04-17T23:39:04.216Z] === RUN TestContainerLabels [2023-04-17T23:39:04.216Z] --- PASS: TestContainerLabels (0.00s) [2023-04-17T23:39:04.216Z] === RUN TestCredentialSpecConversion [2023-04-17T23:39:04.216Z] === RUN TestCredentialSpecConversion/none [2023-04-17T23:39:04.216Z] === RUN TestCredentialSpecConversion/config [2023-04-17T23:39:04.216Z] === RUN TestCredentialSpecConversion/file [2023-04-17T23:39:04.216Z] === RUN TestCredentialSpecConversion/registry [2023-04-17T23:39:04.216Z] --- PASS: TestCredentialSpecConversion (0.00s) [2023-04-17T23:39:04.216Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2023-04-17T23:39:04.216Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2023-04-17T23:39:04.216Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2023-04-17T23:39:04.216Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2023-04-17T23:39:04.216Z] === RUN TestControllerValidateMountBind [2023-04-17T23:39:04.216Z] --- PASS: TestControllerValidateMountBind (0.00s) [2023-04-17T23:39:04.216Z] === RUN TestControllerValidateMountVolume [2023-04-17T23:39:04.216Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2023-04-17T23:39:04.216Z] === RUN TestControllerValidateMountTarget [2023-04-17T23:39:04.216Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2023-04-17T23:39:04.216Z] === RUN TestControllerValidateMountTmpfs [2023-04-17T23:39:04.216Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2023-04-17T23:39:04.216Z] === RUN TestControllerValidateMountInvalidType [2023-04-17T23:39:04.216Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2023-04-17T23:39:04.216Z] === RUN TestControllerValidateMountNamedPipe [2023-04-17T23:39:04.216Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2023-04-17T23:39:04.216Z] PASS [2023-04-17T23:39:04.216Z] coverage: 11.0% of statements [2023-04-17T23:39:04.216Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.646s coverage: 11.0% of statements [2023-04-17T23:39:04.216Z] === RUN TestBuilderGC [2023-04-17T23:39:04.216Z] --- PASS: TestBuilderGC (0.00s) [2023-04-17T23:39:04.216Z] === RUN TestDaemonConfigurationNotFound [2023-04-17T23:39:04.216Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2023-04-17T23:39:04.216Z] === RUN TestDaemonBrokenConfiguration [2023-04-17T23:39:04.684Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2023-04-17T23:39:04.684Z] === RUN TestParseClusterAdvertiseSettings [2023-04-17T23:39:04.684Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2023-04-17T23:39:04.684Z] === RUN TestFindConfigurationConflicts [2023-04-17T23:39:04.684Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2023-04-17T23:39:04.684Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2023-04-17T23:39:04.684Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2023-04-17T23:39:04.684Z] === RUN TestDaemonConfigurationMergeConflicts [2023-04-17T23:39:04.684Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2023-04-17T23:39:04.684Z] === RUN TestDaemonConfigurationMergeConcurrent [2023-04-17T23:39:04.684Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2023-04-17T23:39:04.684Z] === RUN TestDaemonConfigurationMergeConcurrentError [2023-04-17T23:39:04.684Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2023-04-17T23:39:04.684Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2023-04-17T23:39:04.684Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2023-04-17T23:39:04.684Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2023-04-17T23:39:04.684Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2023-04-17T23:39:04.684Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2023-04-17T23:39:04.684Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2023-04-17T23:39:04.684Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.01s) [2023-04-17T23:39:04.684Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2023-04-17T23:39:04.684Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2023-04-17T23:39:04.684Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2023-04-17T23:39:04.684Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2023-04-17T23:39:04.684Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2023-04-17T23:39:04.684Z] === RUN TestFindConfigurationConflictsWithMergedValues [2023-04-17T23:39:04.684Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2023-04-17T23:39:04.684Z] === RUN TestValidateConfigurationErrors [2023-04-17T23:39:04.684Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2023-04-17T23:39:04.684Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2023-04-17T23:39:04.684Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2023-04-17T23:39:04.684Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2023-04-17T23:39:04.684Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2023-04-17T23:39:04.684Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2023-04-17T23:39:04.684Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2023-04-17T23:39:04.684Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2023-04-17T23:39:04.684Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2023-04-17T23:39:04.684Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2023-04-17T23:39:04.684Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2023-04-17T23:39:04.684Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2023-04-17T23:39:04.684Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2023-04-17T23:39:04.684Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2023-04-17T23:39:04.684Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2023-04-17T23:39:04.684Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2023-04-17T23:39:04.684Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2023-04-17T23:39:04.684Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2023-04-17T23:39:04.684Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2023-04-17T23:39:04.684Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2023-04-17T23:39:04.684Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2023-04-17T23:39:04.684Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2023-04-17T23:39:04.684Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2023-04-17T23:39:04.684Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2023-04-17T23:39:04.684Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2023-04-17T23:39:04.684Z] === RUN TestValidateConfiguration [2023-04-17T23:39:04.684Z] === RUN TestValidateConfiguration/with_label [2023-04-17T23:39:04.684Z] === RUN TestValidateConfiguration/with_dns [2023-04-17T23:39:04.684Z] === RUN TestValidateConfiguration/with_dns-search [2023-04-17T23:39:04.684Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2023-04-17T23:39:04.684Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2023-04-17T23:39:04.684Z] === RUN TestValidateConfiguration/with_max-download-attempts [2023-04-17T23:39:04.684Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2023-04-17T23:39:04.684Z] === RUN TestValidateConfiguration/with_node_generic_resources [2023-04-17T23:39:04.684Z] --- PASS: TestValidateConfiguration (0.00s) [2023-04-17T23:39:04.684Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2023-04-17T23:39:04.684Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2023-04-17T23:39:04.684Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2023-04-17T23:39:04.684Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2023-04-17T23:39:04.684Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2023-04-17T23:39:04.684Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2023-04-17T23:39:04.684Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2023-04-17T23:39:04.684Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2023-04-17T23:39:04.684Z] === RUN TestModifiedDiscoverySettings [2023-04-17T23:39:04.684Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2023-04-17T23:39:04.684Z] === RUN TestReloadSetConfigFileNotExist [2023-04-17T23:39:04.684Z] time="2023-04-17T23:39:04Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2023-04-17T23:39:04.684Z] --- PASS: TestReloadSetConfigFileNotExist (0.13s) [2023-04-17T23:39:04.684Z] === RUN TestReloadDefaultConfigNotExist [2023-04-17T23:39:04.684Z] config_test.go:526: os.Getuid() != 0: skipping test that requires root [2023-04-17T23:39:04.684Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2023-04-17T23:39:04.684Z] === RUN TestReloadBadDefaultConfig [2023-04-17T23:39:04.684Z] time="2023-04-17T23:39:04Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-2785272119" [2023-04-17T23:39:04.684Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2023-04-17T23:39:04.684Z] === RUN TestReloadWithConflictingLabels [2023-04-17T23:39:04.684Z] time="2023-04-17T23:39:04Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1834777274" [2023-04-17T23:39:04.684Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2023-04-17T23:39:04.684Z] === RUN TestReloadWithDuplicateLabels [2023-04-17T23:39:04.684Z] time="2023-04-17T23:39:04Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1598900689" [2023-04-17T23:39:04.684Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2023-04-17T23:39:04.684Z] === RUN TestDaemonConfigurationMerge [2023-04-17T23:39:04.684Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2023-04-17T23:39:04.684Z] PASS [2023-04-17T23:39:04.684Z] coverage: 79.7% of statements [2023-04-17T23:39:04.684Z] ok github.com/docker/docker/daemon/config 0.230s coverage: 79.7% of statements [2023-04-17T23:39:05.152Z] === RUN TestEventsLog [2023-04-17T23:39:05.152Z] --- PASS: TestEventsLog (0.00s) [2023-04-17T23:39:05.152Z] === RUN TestEventsLogTimeout [2023-04-17T23:39:05.152Z] --- PASS: TestEventsLogTimeout (0.00s) [2023-04-17T23:39:05.152Z] === RUN TestLogEvents [2023-04-17T23:39:05.152Z] --- PASS: TestLogEvents (0.05s) [2023-04-17T23:39:05.619Z] === RUN TestLoadBufferedEvents [2023-04-17T23:39:05.619Z] --- PASS: TestLoadBufferedEvents (0.12s) [2023-04-17T23:39:05.619Z] === RUN TestLoadBufferedEventsOnlyFromPast [2023-04-17T23:39:05.619Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2023-04-17T23:39:05.619Z] === RUN TestIgnoreBufferedWhenNoTimes [2023-04-17T23:39:05.619Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2023-04-17T23:39:05.619Z] PASS [2023-04-17T23:39:05.619Z] coverage: 50.0% of statements [2023-04-17T23:39:05.619Z] ok github.com/docker/docker/daemon/events 0.271s coverage: 50.0% of statements [2023-04-17T23:39:06.087Z] === RUN TestIsEmptyDir [2023-04-17T23:39:06.087Z] --- PASS: TestIsEmptyDir (0.00s) [2023-04-17T23:39:06.087Z] PASS [2023-04-17T23:39:06.087Z] coverage: 2.3% of statements [2023-04-17T23:39:06.087Z] ok github.com/docker/docker/daemon/graphdriver 0.057s coverage: 2.3% of statements [2023-04-17T23:39:06.555Z] === RUN TestLinkNaming [2023-04-17T23:39:06.555Z] --- PASS: TestLinkNaming (0.00s) [2023-04-17T23:39:06.555Z] === RUN TestLinkNew [2023-04-17T23:39:06.555Z] --- PASS: TestLinkNew (0.00s) [2023-04-17T23:39:06.555Z] === RUN TestLinkEnv [2023-04-17T23:39:06.555Z] --- PASS: TestLinkEnv (0.00s) [2023-04-17T23:39:06.555Z] === RUN TestLinkMultipleEnv [2023-04-17T23:39:06.555Z] --- PASS: TestLinkMultipleEnv (0.00s) [2023-04-17T23:39:06.555Z] === RUN TestLinkPortRangeEnv [2023-04-17T23:39:06.555Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2023-04-17T23:39:06.555Z] PASS [2023-04-17T23:39:06.555Z] coverage: 93.0% of statements [2023-04-17T23:39:06.555Z] ok github.com/docker/docker/daemon/links 0.039s coverage: 93.0% of statements [2023-04-17T23:39:07.144Z] --- PASS: TestContainerKillOnDaemonStart (11.70s) [2023-04-17T23:39:07.144Z] PASS [2023-04-17T23:39:07.144Z] [2023-04-17T23:39:07.144Z] === Skipped [2023-04-17T23:39:07.144Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2023-04-17T23:39:07.144Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2023-04-17T23:39:07.144Z] [2023-04-17T23:39:07.144Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2023-04-17T23:39:07.144Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2023-04-17T23:39:07.144Z] [2023-04-17T23:39:07.144Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2023-04-17T23:39:07.144Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2023-04-17T23:39:07.144Z] [2023-04-17T23:39:07.144Z] DONE 197 tests, 3 skipped in 105.061s [2023-04-17T23:39:07.144Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2023-04-17T23:39:07.144Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2023-04-17T23:39:07.144Z] ++ set -e [2023-04-17T23:39:07.144Z] ++ '[' -n 0 ']' [2023-04-17T23:39:07.144Z] ++ set -x [2023-04-17T23:39:07.144Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2023-04-17T23:39:07.144Z] INFO: Testing against a local daemon [2023-04-17T23:39:07.144Z] === RUN TestLiveRestore [2023-04-17T23:39:07.144Z] === RUN TestLiveRestore/volume_references [2023-04-17T23:39:07.144Z] === PAUSE TestLiveRestore/volume_references [2023-04-17T23:39:07.144Z] === CONT TestLiveRestore/volume_references [2023-04-17T23:39:07.144Z] === RUN TestLiveRestore/volume_references/restartPolicy [2023-04-17T23:39:07.144Z] === RUN TestLiveRestore/volume_references/restartPolicy/always [2023-04-17T23:39:07.714Z] === RUN TestLiveRestore/volume_references/restartPolicy/unless-stopped [2023-04-17T23:39:08.118Z] === RUN TestVerifyNetworkingConfig [2023-04-17T23:39:08.118Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2023-04-17T23:39:08.118Z] === RUN TestGetContainer [2023-04-17T23:39:08.118Z] --- PASS: TestGetContainer (0.00s) [2023-04-17T23:39:08.118Z] === RUN TestValidContainerNames [2023-04-17T23:39:08.118Z] --- PASS: TestValidContainerNames (0.00s) [2023-04-17T23:39:08.118Z] === RUN TestContainerInitDNS [2023-04-17T23:39:08.118Z] daemon_test.go:146: root required [2023-04-17T23:39:08.118Z] --- SKIP: TestContainerInitDNS (0.00s) [2023-04-17T23:39:08.118Z] === RUN TestMerge [2023-04-17T23:39:08.118Z] --- PASS: TestMerge (0.00s) [2023-04-17T23:39:08.118Z] === RUN TestValidateContainerIsolation [2023-04-17T23:39:08.118Z] --- PASS: TestValidateContainerIsolation (0.00s) [2023-04-17T23:39:08.118Z] === RUN TestFindNetworkErrorType [2023-04-17T23:39:08.118Z] --- PASS: TestFindNetworkErrorType (0.00s) [2023-04-17T23:39:08.118Z] === RUN TestEnsureServicesExist [2023-04-17T23:39:08.118Z] --- PASS: TestEnsureServicesExist (0.00s) [2023-04-17T23:39:08.118Z] === RUN TestEnsureServicesExistErrors [2023-04-17T23:39:08.118Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2023-04-17T23:39:08.118Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2023-04-17T23:39:08.118Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2023-04-17T23:39:08.118Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2023-04-17T23:39:08.118Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2023-04-17T23:39:08.118Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2023-04-17T23:39:08.118Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2023-04-17T23:39:08.118Z] === RUN TestContainerDelete [2023-04-17T23:39:08.118Z] --- PASS: TestContainerDelete (0.00s) [2023-04-17T23:39:08.118Z] === RUN TestContainerDoubleDelete [2023-04-17T23:39:08.118Z] --- PASS: TestContainerDoubleDelete (0.00s) [2023-04-17T23:39:08.118Z] === RUN TestLogContainerEventCopyLabels [2023-04-17T23:39:08.118Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2023-04-17T23:39:08.118Z] === RUN TestLogContainerEventWithAttributes [2023-04-17T23:39:08.118Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2023-04-17T23:39:08.118Z] === RUN TestNoneHealthcheck [2023-04-17T23:39:08.118Z] --- PASS: TestNoneHealthcheck (0.00s) [2023-04-17T23:39:08.118Z] === RUN TestHealthStates [2023-04-17T23:39:08.118Z] time="2023-04-17T23:39:07Z" 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" [2023-04-17T23:39:08.118Z] time="2023-04-17T23:39:08Z" 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" [2023-04-17T23:39:08.118Z] time="2023-04-17T23:39:08Z" 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" [2023-04-17T23:39:08.118Z] time="2023-04-17T23:39:08Z" 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" [2023-04-17T23:39:08.118Z] time="2023-04-17T23:39:08Z" 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" [2023-04-17T23:39:08.118Z] time="2023-04-17T23:39:08Z" 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" [2023-04-17T23:39:08.118Z] time="2023-04-17T23:39:08Z" 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" [2023-04-17T23:39:08.118Z] time="2023-04-17T23:39:08Z" 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" [2023-04-17T23:39:08.118Z] time="2023-04-17T23:39:08Z" 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" [2023-04-17T23:39:08.118Z] time="2023-04-17T23:39:08Z" 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" [2023-04-17T23:39:08.118Z] --- PASS: TestHealthStates (0.11s) [2023-04-17T23:39:08.118Z] === RUN TestMaskURLCredentials [2023-04-17T23:39:08.118Z] --- PASS: TestMaskURLCredentials (0.00s) [2023-04-17T23:39:08.118Z] === RUN TestGetInspectData [2023-04-17T23:39:08.118Z] --- PASS: TestGetInspectData (0.00s) [2023-04-17T23:39:08.118Z] === RUN TestFillLicense [2023-04-17T23:39:08.118Z] --- PASS: TestFillLicense (0.00s) [2023-04-17T23:39:08.118Z] === RUN TestListInvalidFilter [2023-04-17T23:39:08.118Z] --- PASS: TestListInvalidFilter (0.00s) [2023-04-17T23:39:08.118Z] === RUN TestNameFilter [2023-04-17T23:39:08.118Z] --- PASS: TestNameFilter (0.00s) [2023-04-17T23:39:08.118Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2023-04-17T23:39:08.118Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2023-04-17T23:39:08.118Z] === RUN TestSetWindowsCredentialSpecInSpec [2023-04-17T23:39:08.118Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2023-04-17T23:39:08.118Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2023-04-17T23:39:08.118Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2023-04-17T23:39:08.118Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2023-04-17T23:39:08.118Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2023-04-17T23:39:08.118Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2023-04-17T23:39:08.118Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2023-04-17T23:39:08.118Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2023-04-17T23:39:08.118Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2023-04-17T23:39:08.118Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2023-04-17T23:39:08.118Z] === 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 [2023-04-17T23:39:08.118Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2023-04-17T23:39:08.118Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2023-04-17T23:39:08.118Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2023-04-17T23:39:08.118Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2023-04-17T23:39:08.118Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2023-04-17T23:39:08.118Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2023-04-17T23:39:08.118Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2023-04-17T23:39:08.118Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2023-04-17T23:39:08.118Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.00s) [2023-04-17T23:39:08.118Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2023-04-17T23:39:08.118Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2023-04-17T23:39:08.118Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2023-04-17T23:39:08.118Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2023-04-17T23:39:08.118Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2023-04-17T23:39:08.118Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2023-04-17T23:39:08.118Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2023-04-17T23:39:08.118Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2023-04-17T23:39:08.118Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2023-04-17T23:39:08.118Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2023-04-17T23:39:08.118Z] --- 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) [2023-04-17T23:39:08.118Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2023-04-17T23:39:08.118Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2023-04-17T23:39:08.118Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2023-04-17T23:39:08.119Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2023-04-17T23:39:08.119Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2023-04-17T23:39:08.119Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2023-04-17T23:39:08.119Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2023-04-17T23:39:08.119Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2023-04-17T23:39:08.119Z] === RUN TestDaemonReloadLabels [2023-04-17T23:39:08.119Z] --- PASS: TestDaemonReloadLabels (0.00s) [2023-04-17T23:39:08.119Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2023-04-17T23:39:08.119Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2023-04-17T23:39:08.119Z] === RUN TestDaemonReloadMirrors [2023-04-17T23:39:08.119Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2023-04-17T23:39:08.119Z] === RUN TestDaemonReloadInsecureRegistries [2023-04-17T23:39:08.119Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2023-04-17T23:39:08.119Z] === RUN TestDaemonReloadNotAffectOthers [2023-04-17T23:39:08.119Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2023-04-17T23:39:08.119Z] === RUN TestDaemonDiscoveryReload [2023-04-17T23:39:08.119Z] === RUN TestAdapterReadLogs [2023-04-17T23:39:08.119Z] --- PASS: TestAdapterReadLogs (0.00s) [2023-04-17T23:39:08.119Z] === RUN TestCopier [2023-04-17T23:39:08.587Z] --- PASS: TestCopier (0.00s) [2023-04-17T23:39:08.587Z] === RUN TestCopierLongLines [2023-04-17T23:39:08.587Z] --- PASS: TestCopierLongLines (0.00s) [2023-04-17T23:39:08.587Z] === RUN TestCopierSlow [2023-04-17T23:39:08.587Z] --- PASS: TestCopierSlow (0.20s) [2023-04-17T23:39:08.587Z] === RUN TestCopierWithSized [2023-04-17T23:39:08.587Z] === RUN TestCopierWithSized/as_is [2023-04-17T23:39:08.587Z] === RUN TestCopierWithSized/With_RingLogger [2023-04-17T23:39:08.587Z] --- PASS: TestCopierWithSized (0.01s) [2023-04-17T23:39:08.587Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2023-04-17T23:39:08.587Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2023-04-17T23:39:08.587Z] === RUN TestCopierWithPartial [2023-04-17T23:39:08.587Z] --- PASS: TestCopierWithPartial (0.00s) [2023-04-17T23:39:08.587Z] === RUN TestRingLogger [2023-04-17T23:39:08.587Z] --- PASS: TestRingLogger (0.00s) [2023-04-17T23:39:08.587Z] === RUN TestRingCap [2023-04-17T23:39:08.587Z] --- PASS: TestRingCap (0.00s) [2023-04-17T23:39:08.587Z] === RUN TestRingClose [2023-04-17T23:39:08.587Z] --- PASS: TestRingClose (0.00s) [2023-04-17T23:39:08.587Z] === RUN TestRingDrain [2023-04-17T23:39:08.587Z] --- PASS: TestRingDrain (0.00s) [2023-04-17T23:39:08.587Z] PASS [2023-04-17T23:39:08.587Z] coverage: 43.5% of statements [2023-04-17T23:39:08.587Z] ok github.com/docker/docker/daemon/logger 0.270s coverage: 43.5% of statements [2023-04-17T23:39:08.653Z] === RUN TestLiveRestore/volume_references/restartPolicy/on-failure [2023-04-17T23:39:09.055Z] === RUN TestSearchRegistryForImagesErrors [2023-04-17T23:39:09.055Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2023-04-17T23:39:09.055Z] === RUN TestSearchRegistryForImages [2023-04-17T23:39:09.055Z] --- PASS: TestSearchRegistryForImages (0.00s) [2023-04-17T23:39:09.055Z] === RUN TestOnlyPlatformWithFallback [2023-04-17T23:39:09.055Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2023-04-17T23:39:09.055Z] === RUN TestImageDelete [2023-04-17T23:39:09.055Z] === RUN TestImageDelete/no_lease [2023-04-17T23:39:09.055Z] === RUN TestImageDelete/lease_exists [2023-04-17T23:39:09.522Z] --- PASS: TestImageDelete (0.04s) [2023-04-17T23:39:09.522Z] --- PASS: TestImageDelete/no_lease (0.01s) [2023-04-17T23:39:09.522Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2023-04-17T23:39:09.522Z] === RUN TestContentStoreForPull [2023-04-17T23:39:09.522Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2023-04-17T23:39:09.522Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2023-04-17T23:39:09.522Z] === RUN TestNewStreamConfig [2023-04-17T23:39:09.522Z] === RUN TestNewStreamConfig/defaults [2023-04-17T23:39:09.522Z] === RUN TestNewStreamConfig/invalid_create_group [2023-04-17T23:39:09.522Z] === RUN TestNewStreamConfig/invalid_flush_interval [2023-04-17T23:39:09.522Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2023-04-17T23:39:09.522Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2023-04-17T23:39:09.522Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2023-04-17T23:39:09.522Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2023-04-17T23:39:09.522Z] --- PASS: TestNewStreamConfig (0.00s) [2023-04-17T23:39:09.522Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2023-04-17T23:39:09.522Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2023-04-17T23:39:09.522Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2023-04-17T23:39:09.522Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2023-04-17T23:39:09.522Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2023-04-17T23:39:09.522Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2023-04-17T23:39:09.522Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2023-04-17T23:39:09.522Z] === RUN TestNewAWSLogsClientUserAgentHandler [2023-04-17T23:39:09.522Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2023-04-17T23:39:09.522Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2023-04-17T23:39:09.522Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2023-04-17T23:39:09.522Z] === RUN TestNewAWSLogsClientRegionDetect [2023-04-17T23:39:09.522Z] --- PASS: TestContentStoreForPull (0.17s) [2023-04-17T23:39:09.522Z] PASS [2023-04-17T23:39:09.522Z] coverage: 6.6% of statements [2023-04-17T23:39:09.522Z] ok github.com/docker/docker/daemon/images 0.292s coverage: 6.6% of statements [2023-04-17T23:39:09.522Z] time="2023-04-17T23:39:09Z" level=info msg="Trying to get region from EC2 Metadata" [2023-04-17T23:39:09.522Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.13s) [2023-04-17T23:39:09.522Z] === RUN TestCreateSuccess [2023-04-17T23:39:09.522Z] --- PASS: TestCreateSuccess (0.00s) [2023-04-17T23:39:09.522Z] === RUN TestCreateLogGroupSuccess [2023-04-17T23:39:09.522Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2023-04-17T23:39:09.522Z] === RUN TestCreateError [2023-04-17T23:39:09.522Z] --- PASS: TestCreateError (0.00s) [2023-04-17T23:39:09.522Z] === RUN TestCreateAlreadyExists [2023-04-17T23:39:09.522Z] time="2023-04-17T23:39:09Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2023-04-17T23:39:09.522Z] --- PASS: TestCreateAlreadyExists (0.00s) [2023-04-17T23:39:09.522Z] === RUN TestLogClosed [2023-04-17T23:39:09.522Z] --- PASS: TestLogClosed (0.00s) [2023-04-17T23:39:09.522Z] === RUN TestLogBlocking [2023-04-17T23:39:09.522Z] --- PASS: TestLogBlocking (0.00s) [2023-04-17T23:39:09.522Z] === RUN TestLogBufferEmpty [2023-04-17T23:39:09.522Z] --- PASS: TestLogBufferEmpty (0.00s) [2023-04-17T23:39:09.522Z] === RUN TestPublishBatchSuccess [2023-04-17T23:39:09.522Z] --- PASS: TestPublishBatchSuccess (0.00s) [2023-04-17T23:39:09.522Z] === RUN TestPublishBatchError [2023-04-17T23:39:09.522Z] time="2023-04-17T23:39:09Z" level=error msg=Error [2023-04-17T23:39:09.522Z] --- PASS: TestPublishBatchError (0.00s) [2023-04-17T23:39:09.522Z] === RUN TestPublishBatchInvalidSeqSuccess [2023-04-17T23:39:09.522Z] time="2023-04-17T23:39:09Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2023-04-17T23:39:09.522Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2023-04-17T23:39:09.522Z] === RUN TestPublishBatchAlreadyAccepted [2023-04-17T23:39:09.522Z] time="2023-04-17T23:39:09Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2023-04-17T23:39:09.522Z] time="2023-04-17T23:39:09Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2023-04-17T23:39:09.522Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2023-04-17T23:39:09.522Z] === RUN TestCollectBatchSimple [2023-04-17T23:39:09.522Z] --- PASS: TestCollectBatchSimple (0.00s) [2023-04-17T23:39:09.522Z] === RUN TestCollectBatchTicker [2023-04-17T23:39:09.522Z] --- PASS: TestCollectBatchTicker (0.00s) [2023-04-17T23:39:09.522Z] === RUN TestCollectBatchMultilinePattern [2023-04-17T23:39:09.522Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2023-04-17T23:39:09.522Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2023-04-17T23:39:09.522Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2023-04-17T23:39:09.522Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2023-04-17T23:39:09.522Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2023-04-17T23:39:09.522Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2023-04-17T23:39:09.522Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2023-04-17T23:39:09.522Z] === RUN TestCollectBatchClose [2023-04-17T23:39:09.522Z] --- PASS: TestCollectBatchClose (0.00s) [2023-04-17T23:39:09.522Z] === RUN TestEffectiveLen [2023-04-17T23:39:09.522Z] === RUN TestEffectiveLen/0/Hello [2023-04-17T23:39:09.522Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2023-04-17T23:39:09.523Z] === RUN TestEffectiveLen/2/🙃 [2023-04-17T23:39:09.523Z] === RUN TestEffectiveLen/3/���� [2023-04-17T23:39:09.523Z] === RUN TestEffectiveLen/4/He��o [2023-04-17T23:39:09.523Z] === RUN TestEffectiveLen/5/ [2023-04-17T23:39:09.523Z] --- PASS: TestEffectiveLen (0.00s) [2023-04-17T23:39:09.523Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2023-04-17T23:39:09.523Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2023-04-17T23:39:09.523Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2023-04-17T23:39:09.523Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2023-04-17T23:39:09.523Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2023-04-17T23:39:09.523Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2023-04-17T23:39:09.523Z] === RUN TestFindValidSplit [2023-04-17T23:39:09.523Z] === RUN TestFindValidSplit/0/ [2023-04-17T23:39:09.523Z] cloudwatchlogs_test.go:1017: [2023-04-17T23:39:09.523Z] cloudwatchlogs_test.go:1018: [2023-04-17T23:39:09.523Z] === RUN TestFindValidSplit/1/Hello [2023-04-17T23:39:09.523Z] cloudwatchlogs_test.go:1017: Hello [2023-04-17T23:39:09.523Z] cloudwatchlogs_test.go:1018: [2023-04-17T23:39:09.523Z] === RUN TestFindValidSplit/2/Hello [2023-04-17T23:39:09.523Z] cloudwatchlogs_test.go:1017: He [2023-04-17T23:39:09.523Z] cloudwatchlogs_test.go:1018: llo [2023-04-17T23:39:09.523Z] === RUN TestFindValidSplit/3/Hello [2023-04-17T23:39:09.523Z] cloudwatchlogs_test.go:1017: [2023-04-17T23:39:09.523Z] cloudwatchlogs_test.go:1018: Hello [2023-04-17T23:39:09.523Z] === RUN TestFindValidSplit/4/🙃 [2023-04-17T23:39:09.523Z] cloudwatchlogs_test.go:1017: [2023-04-17T23:39:09.523Z] cloudwatchlogs_test.go:1018: 🙃 [2023-04-17T23:39:09.523Z] === RUN TestFindValidSplit/5/🙃 [2023-04-17T23:39:09.523Z] cloudwatchlogs_test.go:1017: 🙃 [2023-04-17T23:39:09.523Z] cloudwatchlogs_test.go:1018: [2023-04-17T23:39:09.523Z] === RUN TestFindValidSplit/6/a� [2023-04-17T23:39:09.523Z] cloudwatchlogs_test.go:1017: a [2023-04-17T23:39:09.523Z] cloudwatchlogs_test.go:1018: � [2023-04-17T23:39:09.523Z] === RUN TestFindValidSplit/7/a� [2023-04-17T23:39:09.523Z] cloudwatchlogs_test.go:1017: a� [2023-04-17T23:39:09.523Z] cloudwatchlogs_test.go:1018: [2023-04-17T23:39:09.523Z] --- PASS: TestFindValidSplit (0.00s) [2023-04-17T23:39:09.523Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2023-04-17T23:39:09.523Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2023-04-17T23:39:09.523Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2023-04-17T23:39:09.523Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2023-04-17T23:39:09.523Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2023-04-17T23:39:09.523Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2023-04-17T23:39:09.523Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2023-04-17T23:39:09.523Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2023-04-17T23:39:09.523Z] === RUN TestProcessEventEmoji [2023-04-17T23:39:09.523Z] --- PASS: TestProcessEventEmoji (0.00s) [2023-04-17T23:39:09.523Z] === RUN TestCollectBatchLineSplit [2023-04-17T23:39:09.523Z] --- PASS: TestCollectBatchLineSplit (0.01s) [2023-04-17T23:39:09.523Z] === RUN TestCollectBatchLineSplitWithBinary [2023-04-17T23:39:09.523Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2023-04-17T23:39:09.523Z] === RUN TestCollectBatchMaxEvents [2023-04-17T23:39:09.523Z] --- PASS: TestCollectBatchMaxEvents (0.02s) [2023-04-17T23:39:09.523Z] === RUN TestCollectBatchMaxTotalBytes [2023-04-17T23:39:09.523Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2023-04-17T23:39:09.523Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2023-04-17T23:39:09.523Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2023-04-17T23:39:09.523Z] === RUN TestCollectBatchWithDuplicateTimestamps [2023-04-17T23:39:09.523Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.03s) [2023-04-17T23:39:09.523Z] === RUN TestParseLogOptionsMultilinePattern [2023-04-17T23:39:09.523Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2023-04-17T23:39:09.523Z] === RUN TestParseLogOptionsDatetimeFormat [2023-04-17T23:39:09.523Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2023-04-17T23:39:09.523Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2023-04-17T23:39:09.523Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2023-04-17T23:39:09.523Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2023-04-17T23:39:09.523Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2023-04-17T23:39:09.523Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2023-04-17T23:39:09.523Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2023-04-17T23:39:09.523Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2023-04-17T23:39:09.523Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2023-04-17T23:39:09.523Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2023-04-17T23:39:09.523Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2023-04-17T23:39:09.523Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2023-04-17T23:39:09.523Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2023-04-17T23:39:09.523Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2023-04-17T23:39:09.523Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2023-04-17T23:39:09.523Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2023-04-17T23:39:09.523Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2023-04-17T23:39:09.523Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2023-04-17T23:39:09.523Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2023-04-17T23:39:09.523Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2023-04-17T23:39:09.523Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2023-04-17T23:39:09.523Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2023-04-17T23:39:09.523Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2023-04-17T23:39:09.523Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2023-04-17T23:39:09.523Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2023-04-17T23:39:09.523Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2023-04-17T23:39:09.523Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2023-04-17T23:39:09.523Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2023-04-17T23:39:09.523Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2023-04-17T23:39:09.523Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2023-04-17T23:39:09.523Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2023-04-17T23:39:09.523Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2023-04-17T23:39:09.523Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2023-04-17T23:39:09.523Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2023-04-17T23:39:09.523Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2023-04-17T23:39:09.523Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2023-04-17T23:39:09.523Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2023-04-17T23:39:09.523Z] === RUN TestCreateTagSuccess [2023-04-17T23:39:09.523Z] --- PASS: TestCreateTagSuccess (0.00s) [2023-04-17T23:39:09.523Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2023-04-17T23:39:09.523Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2023-04-17T23:39:09.523Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2023-04-17T23:39:09.523Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2023-04-17T23:39:09.523Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2023-04-17T23:39:09.523Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2023-04-17T23:39:09.523Z] PASS [2023-04-17T23:39:09.523Z] coverage: 76.5% of statements [2023-04-17T23:39:09.523Z] ok github.com/docker/docker/daemon/logger/awslogs 0.314s coverage: 76.5% of statements [2023-04-17T23:39:09.592Z] === RUN TestLiveRestore/volume_references/restartPolicy/no [2023-04-17T23:39:09.990Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2023-04-17T23:39:09.990Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2023-04-17T23:39:09.990Z] === RUN TestJSONFileLogger [2023-04-17T23:39:09.990Z] --- PASS: TestJSONFileLogger (0.00s) [2023-04-17T23:39:09.990Z] === RUN TestJSONFileLoggerWithTags [2023-04-17T23:39:09.990Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2023-04-17T23:39:09.990Z] === RUN TestJSONFileLoggerWithOpts [2023-04-17T23:39:09.990Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2023-04-17T23:39:09.990Z] === RUN TestJSONFileLoggerWithLabelsEnv [2023-04-17T23:39:09.990Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2023-04-17T23:39:09.990Z] === RUN TestEncodeDecode [2023-04-17T23:39:09.990Z] === PAUSE TestEncodeDecode [2023-04-17T23:39:09.990Z] === RUN TestUnexpectedEOF [2023-04-17T23:39:09.990Z] time="2023-04-17T23:39:09Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2023-04-17T23:39:09.990Z] time="2023-04-17T23:39:09Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2023-04-17T23:39:09.990Z] --- PASS: TestUnexpectedEOF (0.12s) [2023-04-17T23:39:09.990Z] === CONT TestEncodeDecode [2023-04-17T23:39:09.990Z] --- PASS: TestEncodeDecode (0.00s) [2023-04-17T23:39:09.990Z] PASS [2023-04-17T23:39:09.991Z] coverage: 69.9% of statements [2023-04-17T23:39:10.458Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.180s coverage: 69.9% of statements [2023-04-17T23:39:10.458Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2023-04-17T23:39:10.458Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2023-04-17T23:39:10.458Z] reload_test.go:520: root required [2023-04-17T23:39:10.458Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2023-04-17T23:39:10.458Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2023-04-17T23:39:10.458Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2023-04-17T23:39:10.458Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2023-04-17T23:39:10.458Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2023-04-17T23:39:10.458Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2023-04-17T23:39:10.458Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2023-04-17T23:39:10.458Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2023-04-17T23:39:10.458Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.00s) [2023-04-17T23:39:10.458Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2023-04-17T23:39:10.458Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2023-04-17T23:39:10.458Z] === RUN TestParseVolumesFrom [2023-04-17T23:39:10.458Z] --- PASS: TestParseVolumesFrom (0.00s) [2023-04-17T23:39:10.458Z] PASS [2023-04-17T23:39:10.458Z] coverage: 9.0% of statements [2023-04-17T23:39:10.458Z] === RUN TestJSONLogsMarshalJSONBuf [2023-04-17T23:39:10.458Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2023-04-17T23:39:10.458Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2023-04-17T23:39:10.458Z] ok github.com/docker/docker/daemon 2.351s coverage: 9.0% of statements [2023-04-17T23:39:10.458Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2023-04-17T23:39:10.458Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2023-04-17T23:39:10.458Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2023-04-17T23:39:10.458Z] ? github.com/docker/docker/daemon/exec [no test files] [2023-04-17T23:39:10.458Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2023-04-17T23:39:10.458Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2023-04-17T23:39:10.458Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2023-04-17T23:39:10.458Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2023-04-17T23:39:10.458Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2023-04-17T23:39:10.458Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2023-04-17T23:39:10.458Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2023-04-17T23:39:10.458Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2023-04-17T23:39:10.458Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2023-04-17T23:39:10.458Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2023-04-17T23:39:10.458Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2023-04-17T23:39:10.458Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2023-04-17T23:39:10.458Z] ? github.com/docker/docker/daemon/listeners [no test files] [2023-04-17T23:39:10.458Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2023-04-17T23:39:10.458Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2023-04-17T23:39:10.458Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2023-04-17T23:39:10.458Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2023-04-17T23:39:10.458Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2023-04-17T23:39:10.458Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.12s) [2023-04-17T23:39:10.459Z] === RUN TestFastTimeMarshalJSON [2023-04-17T23:39:10.459Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2023-04-17T23:39:10.459Z] PASS [2023-04-17T23:39:10.459Z] coverage: 87.2% of statements [2023-04-17T23:39:10.459Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.166s coverage: 87.2% of statements [2023-04-17T23:39:10.533Z] --- PASS: TestLiveRestore (0.00s) [2023-04-17T23:39:10.533Z] --- PASS: TestLiveRestore/volume_references (4.41s) [2023-04-17T23:39:10.533Z] --- PASS: TestLiveRestore/volume_references/restartPolicy (3.72s) [2023-04-17T23:39:10.533Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/always (0.95s) [2023-04-17T23:39:10.533Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.93s) [2023-04-17T23:39:10.533Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.92s) [2023-04-17T23:39:10.533Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.93s) [2023-04-17T23:39:10.533Z] PASS [2023-04-17T23:39:10.533Z] [2023-04-17T23:39:10.533Z] DONE 7 tests in 4.510s [2023-04-17T23:39:10.533Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2023-04-17T23:39:10.533Z] ++ 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 [2023-04-17T23:39:10.533Z] ++ set -e [2023-04-17T23:39:10.533Z] ++ '[' -n 0 ']' [2023-04-17T23:39:10.533Z] ++ set -x [2023-04-17T23:39:10.533Z] ++ 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 [2023-04-17T23:39:10.533Z] INFO: Testing against a local daemon [2023-04-17T23:39:10.533Z] === RUN TestCommitInheritsEnv [2023-04-17T23:39:10.793Z] --- PASS: TestCommitInheritsEnv (0.28s) [2023-04-17T23:39:10.793Z] === RUN TestImportExtremelyLargeImageWorks [2023-04-17T23:39:10.793Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2023-04-17T23:39:10.793Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2023-04-17T23:39:10.793Z] === RUN TestImagesFilterMultiReference [2023-04-17T23:39:10.925Z] === RUN TestWriteLog [2023-04-17T23:39:10.926Z] === PAUSE TestWriteLog [2023-04-17T23:39:10.926Z] === RUN TestReadLog [2023-04-17T23:39:10.926Z] === PAUSE TestReadLog [2023-04-17T23:39:10.926Z] === RUN TestDecode [2023-04-17T23:39:10.926Z] --- PASS: TestDecode (0.01s) [2023-04-17T23:39:10.926Z] === CONT TestWriteLog [2023-04-17T23:39:10.926Z] --- PASS: TestWriteLog (0.00s) [2023-04-17T23:39:10.926Z] === CONT TestReadLog [2023-04-17T23:39:10.926Z] === RUN TestReadLog/tail_exact [2023-04-17T23:39:11.055Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2023-04-17T23:39:11.056Z] === RUN TestImagePullPlatformInvalid [2023-04-17T23:39:11.056Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2023-04-17T23:39:11.056Z] === RUN TestImagePullStoredfDigestForOtherRepo [2023-04-17T23:39:11.056Z] time="2023-04-17T23:39:10Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.19.8 instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf version="v2.1.0+unknown" [2023-04-17T23:39:11.056Z] time="2023-04-17T23:39:10Z" level=info msg="Starting upload purge in 59m0s" go.version=go1.19.8 instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf version="v2.1.0+unknown" [2023-04-17T23:39:11.056Z] time="2023-04-17T23:39:10Z" level=info msg="redis not configured" go.version=go1.19.8 instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf version="v2.1.0+unknown" [2023-04-17T23:39:11.056Z] time="2023-04-17T23:39:10Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.19.8 instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf version="v2.1.0+unknown" [2023-04-17T23:39:11.056Z] time="2023-04-17T23:39:10Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=188dd3dc-4275-44cc-9412-21e76284c5ad http.request.method=GET http.request.remoteaddr="127.0.0.1:36802" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf version="v2.1.0+unknown" [2023-04-17T23:39:11.056Z] time="2023-04-17T23:39:10Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=188dd3dc-4275-44cc-9412-21e76284c5ad http.request.method=GET http.request.remoteaddr="127.0.0.1:36802" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.282967ms http.response.status=200 http.response.written=2 instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf version="v2.1.0+unknown" [2023-04-17T23:39:11.056Z] 127.0.0.1 - - [17/Apr/2023:23:39:10 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" [2023-04-17T23:39:11.056Z] time="2023-04-17T23:39:10Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=d51bf4b6-a1c6-459c-86b4-419a7809aa7d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.056Z] time="2023-04-17T23:39:10Z" level=debug msg=GetBlob go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=d51bf4b6-a1c6-459c-86b4-419a7809aa7d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.056Z] time="2023-04-17T23:39:10Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=d51bf4b6-a1c6-459c-86b4-419a7809aa7d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=57.271µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=81c5de93-5534-4906-893f-5879ad8f60f2 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.056Z] time="2023-04-17T23:39:10Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 err.message="blob unknown to registry" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=d51bf4b6-a1c6-459c-86b4-419a7809aa7d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.985829ms http.response.status=404 http.response.written=157 instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.056Z] 127.0.0.1 - - [17/Apr/2023:23:39:10 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.4.0+unknown" [2023-04-17T23:39:11.056Z] time="2023-04-17T23:39:10Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=4c344be3-9100-4ee6-a228-dd4575d0b324 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:36816" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.056Z] time="2023-04-17T23:39:10Z" level=debug msg=GetBlob go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=4c344be3-9100-4ee6-a228-dd4575d0b324 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:36816" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.056Z] time="2023-04-17T23:39:10Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=4c344be3-9100-4ee6-a228-dd4575d0b324 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:36816" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=41.739µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=d0f1a458-78db-4892-95a0-f77303eed4bc trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.056Z] time="2023-04-17T23:39:10Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe err.message="blob unknown to registry" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=4c344be3-9100-4ee6-a228-dd4575d0b324 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:36816" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=4.217744ms http.response.status=404 http.response.written=157 instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.056Z] 127.0.0.1 - - [17/Apr/2023:23:39:10 +0000] "HEAD /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 404 157 "" "containerd/1.4.0+unknown" [2023-04-17T23:39:11.056Z] time="2023-04-17T23:39:10Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=39af404d-d125-46b1-b040-ea95c342a646 http.request.method=POST http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.056Z] time="2023-04-17T23:39:10Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=39af404d-d125-46b1-b040-ea95c342a646 http.request.method=POST http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.056Z] time="2023-04-17T23:39:10Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=f204017d-ec37-4d24-9a6a-8e4eb169ee67 http.request.method=POST http.request.remoteaddr="127.0.0.1:36816" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.056Z] time="2023-04-17T23:39:10Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=f204017d-ec37-4d24-9a6a-8e4eb169ee67 http.request.method=POST http.request.remoteaddr="127.0.0.1:36816" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.056Z] time="2023-04-17T23:39:10Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/77e96253-b2ea-49c8-9af9-e9308d3c554b/startedat\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=f204017d-ec37-4d24-9a6a-8e4eb169ee67 http.request.method=POST http.request.remoteaddr="127.0.0.1:36816" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=218.345µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=d5a2d29a-eb78-4ba6-8df2-c7eea60c32f4 trace.line=95 vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.056Z] time="2023-04-17T23:39:10Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/77e96253-b2ea-49c8-9af9-e9308d3c554b/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=f204017d-ec37-4d24-9a6a-8e4eb169ee67 http.request.method=POST http.request.remoteaddr="127.0.0.1:36816" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=24.566µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=0d1f886c-7f74-42fc-84ec-79716e64701c trace.line=141 vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.056Z] time="2023-04-17T23:39:10Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/886364d0-0305-4427-8e12-133aaa4bc739/startedat\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=39af404d-d125-46b1-b040-ea95c342a646 http.request.method=POST http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=1.083814ms trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=3b5ab69d-2fd1-474c-8053-54febd263dd9 trace.line=95 vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.056Z] time="2023-04-17T23:39:10Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/77e96253-b2ea-49c8-9af9-e9308d3c554b/hashstates/sha256/0\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=f204017d-ec37-4d24-9a6a-8e4eb169ee67 http.request.method=POST http.request.remoteaddr="127.0.0.1:36816" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=77.776µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=1142cd10-1ac9-4c84-b0bf-3d9f609493c5 trace.line=95 vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.056Z] time="2023-04-17T23:39:10Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=f204017d-ec37-4d24-9a6a-8e4eb169ee67 http.request.method=POST http.request.remoteaddr="127.0.0.1:36816" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=4.252197ms http.response.status=202 http.response.written=0 instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf version="v2.1.0+unknown" [2023-04-17T23:39:11.056Z] 127.0.0.1 - - [17/Apr/2023:23:39:10 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.4.0+unknown" [2023-04-17T23:39:11.056Z] time="2023-04-17T23:39:10Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=4642643a-3394-47d9-b8cb-5bab49998175 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36816" http.request.uri="/v2/test/blobs/uploads/77e96253-b2ea-49c8-9af9-e9308d3c554b?_state=seiqguQyPUk6JL6D6mZjX0A7h4zaGsYAbF_6lmyXzB97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc3ZTk2MjUzLWIyZWEtNDljOC05YWY5LWU5MzA4ZDNjNTU0YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozOToxMC45ODM4MTYyMloifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.name=test vars.uuid=77e96253-b2ea-49c8-9af9-e9308d3c554b version="v2.1.0+unknown" [2023-04-17T23:39:11.056Z] time="2023-04-17T23:39:10Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=4642643a-3394-47d9-b8cb-5bab49998175 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36816" http.request.uri="/v2/test/blobs/uploads/77e96253-b2ea-49c8-9af9-e9308d3c554b?_state=seiqguQyPUk6JL6D6mZjX0A7h4zaGsYAbF_6lmyXzB97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc3ZTk2MjUzLWIyZWEtNDljOC05YWY5LWU5MzA4ZDNjNTU0YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozOToxMC45ODM4MTYyMloifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.name=test vars.uuid=77e96253-b2ea-49c8-9af9-e9308d3c554b version="v2.1.0+unknown" [2023-04-17T23:39:11.056Z] time="2023-04-17T23:39:10Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/77e96253-b2ea-49c8-9af9-e9308d3c554b/startedat\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=4642643a-3394-47d9-b8cb-5bab49998175 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36816" http.request.uri="/v2/test/blobs/uploads/77e96253-b2ea-49c8-9af9-e9308d3c554b?_state=seiqguQyPUk6JL6D6mZjX0A7h4zaGsYAbF_6lmyXzB97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc3ZTk2MjUzLWIyZWEtNDljOC05YWY5LWU5MzA4ZDNjNTU0YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozOToxMC45ODM4MTYyMloifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=34.15µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=f39dc1d2-7455-4054-81f2-40d70de14b6a trace.line=82 vars.name=test vars.uuid=77e96253-b2ea-49c8-9af9-e9308d3c554b version="v2.1.0+unknown" [2023-04-17T23:39:11.056Z] time="2023-04-17T23:39:10Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/77e96253-b2ea-49c8-9af9-e9308d3c554b/data\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=4642643a-3394-47d9-b8cb-5bab49998175 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36816" http.request.uri="/v2/test/blobs/uploads/77e96253-b2ea-49c8-9af9-e9308d3c554b?_state=seiqguQyPUk6JL6D6mZjX0A7h4zaGsYAbF_6lmyXzB97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc3ZTk2MjUzLWIyZWEtNDljOC05YWY5LWU5MzA4ZDNjNTU0YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozOToxMC45ODM4MTYyMloifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=14.843µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=8af760bf-3960-4ff5-b778-226e89f53dae trace.line=141 vars.name=test vars.uuid=77e96253-b2ea-49c8-9af9-e9308d3c554b version="v2.1.0+unknown" [2023-04-17T23:39:11.056Z] time="2023-04-17T23:39:10Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/886364d0-0305-4427-8e12-133aaa4bc739/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=39af404d-d125-46b1-b040-ea95c342a646 http.request.method=POST http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=28.004µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=d127ed70-3513-4031-8e76-f6aa17e1f1f8 trace.line=141 vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.056Z] time="2023-04-17T23:39:10Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/77e96253-b2ea-49c8-9af9-e9308d3c554b/data\", 0)" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=4642643a-3394-47d9-b8cb-5bab49998175 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36816" http.request.uri="/v2/test/blobs/uploads/77e96253-b2ea-49c8-9af9-e9308d3c554b?_state=seiqguQyPUk6JL6D6mZjX0A7h4zaGsYAbF_6lmyXzB97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc3ZTk2MjUzLWIyZWEtNDljOC05YWY5LWU5MzA4ZDNjNTU0YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozOToxMC45ODM4MTYyMloifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=71.228µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).WriteStream" trace.id=c5319664-08be-476e-9dec-dca75a26d5fc trace.line=124 vars.name=test vars.uuid=77e96253-b2ea-49c8-9af9-e9308d3c554b version="v2.1.0+unknown" [2023-04-17T23:39:11.056Z] time="2023-04-17T23:39:10Z" level=debug msg="(*blobWriter).Commit" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=4642643a-3394-47d9-b8cb-5bab49998175 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36816" http.request.uri="/v2/test/blobs/uploads/77e96253-b2ea-49c8-9af9-e9308d3c554b?_state=seiqguQyPUk6JL6D6mZjX0A7h4zaGsYAbF_6lmyXzB97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc3ZTk2MjUzLWIyZWEtNDljOC05YWY5LWU5MzA4ZDNjNTU0YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozOToxMC45ODM4MTYyMloifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.name=test vars.uuid=77e96253-b2ea-49c8-9af9-e9308d3c554b version="v2.1.0+unknown" [2023-04-17T23:39:11.056Z] time="2023-04-17T23:39:10Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/886364d0-0305-4427-8e12-133aaa4bc739/hashstates/sha256/0\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=39af404d-d125-46b1-b040-ea95c342a646 http.request.method=POST http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=63.359µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=f39ea2c9-99d7-4f4e-8753-8e5fa137b25b trace.line=95 vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.056Z] time="2023-04-17T23:39:10Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/77e96253-b2ea-49c8-9af9-e9308d3c554b/data\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=4642643a-3394-47d9-b8cb-5bab49998175 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36816" http.request.uri="/v2/test/blobs/uploads/77e96253-b2ea-49c8-9af9-e9308d3c554b?_state=seiqguQyPUk6JL6D6mZjX0A7h4zaGsYAbF_6lmyXzB97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc3ZTk2MjUzLWIyZWEtNDljOC05YWY5LWU5MzA4ZDNjNTU0YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozOToxMC45ODM4MTYyMloifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=10.437µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=cadfe4dc-5ac9-4bae-948c-dfde3178cae1 trace.line=141 vars.name=test vars.uuid=77e96253-b2ea-49c8-9af9-e9308d3c554b version="v2.1.0+unknown" [2023-04-17T23:39:11.057Z] time="2023-04-17T23:39:10Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=39af404d-d125-46b1-b040-ea95c342a646 http.request.method=POST http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=9.006592ms http.response.status=202 http.response.written=0 instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf version="v2.1.0+unknown" [2023-04-17T23:39:11.057Z] 127.0.0.1 - - [17/Apr/2023:23:39:10 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.4.0+unknown" [2023-04-17T23:39:11.057Z] time="2023-04-17T23:39:10Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=4642643a-3394-47d9-b8cb-5bab49998175 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36816" http.request.uri="/v2/test/blobs/uploads/77e96253-b2ea-49c8-9af9-e9308d3c554b?_state=seiqguQyPUk6JL6D6mZjX0A7h4zaGsYAbF_6lmyXzB97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc3ZTk2MjUzLWIyZWEtNDljOC05YWY5LWU5MzA4ZDNjNTU0YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozOToxMC45ODM4MTYyMloifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=11.553µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=50d761a4-026e-4ec2-bded-2456a0a33838 trace.line=141 vars.name=test vars.uuid=77e96253-b2ea-49c8-9af9-e9308d3c554b version="v2.1.0+unknown" [2023-04-17T23:39:11.057Z] time="2023-04-17T23:39:10Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/77e96253-b2ea-49c8-9af9-e9308d3c554b/data\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=4642643a-3394-47d9-b8cb-5bab49998175 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36816" http.request.uri="/v2/test/blobs/uploads/77e96253-b2ea-49c8-9af9-e9308d3c554b?_state=seiqguQyPUk6JL6D6mZjX0A7h4zaGsYAbF_6lmyXzB97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc3ZTk2MjUzLWIyZWEtNDljOC05YWY5LWU5MzA4ZDNjNTU0YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozOToxMC45ODM4MTYyMloifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=7.631µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=5029b31b-087c-4b4d-8cba-6578b350a3a0 trace.line=141 vars.name=test vars.uuid=77e96253-b2ea-49c8-9af9-e9308d3c554b version="v2.1.0+unknown" [2023-04-17T23:39:11.057Z] time="2023-04-17T23:39:10Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/77e96253-b2ea-49c8-9af9-e9308d3c554b/data\", \"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\"" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=4642643a-3394-47d9-b8cb-5bab49998175 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36816" http.request.uri="/v2/test/blobs/uploads/77e96253-b2ea-49c8-9af9-e9308d3c554b?_state=seiqguQyPUk6JL6D6mZjX0A7h4zaGsYAbF_6lmyXzB97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc3ZTk2MjUzLWIyZWEtNDljOC05YWY5LWU5MzA4ZDNjNTU0YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozOToxMC45ODM4MTYyMloifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=45.3µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=63ff9094-2ee2-4a31-816f-a50642235119 trace.line=167 vars.name=test vars.uuid=77e96253-b2ea-49c8-9af9-e9308d3c554b version="v2.1.0+unknown" [2023-04-17T23:39:11.057Z] time="2023-04-17T23:39:10Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=4642643a-3394-47d9-b8cb-5bab49998175 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36816" http.request.uri="/v2/test/blobs/uploads/77e96253-b2ea-49c8-9af9-e9308d3c554b?_state=seiqguQyPUk6JL6D6mZjX0A7h4zaGsYAbF_6lmyXzB97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc3ZTk2MjUzLWIyZWEtNDljOC05YWY5LWU5MzA4ZDNjNTU0YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozOToxMC45ODM4MTYyMloifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=44.709µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=b806865f-ea74-43d9-a945-c0d83e9cf95d trace.line=95 vars.name=test vars.uuid=77e96253-b2ea-49c8-9af9-e9308d3c554b version="v2.1.0+unknown" [2023-04-17T23:39:11.057Z] time="2023-04-17T23:39:10Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/77e96253-b2ea-49c8-9af9-e9308d3c554b\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=4642643a-3394-47d9-b8cb-5bab49998175 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36816" http.request.uri="/v2/test/blobs/uploads/77e96253-b2ea-49c8-9af9-e9308d3c554b?_state=seiqguQyPUk6JL6D6mZjX0A7h4zaGsYAbF_6lmyXzB97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc3ZTk2MjUzLWIyZWEtNDljOC05YWY5LWU5MzA4ZDNjNTU0YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozOToxMC45ODM4MTYyMloifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=74.576µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=7d8963d4-2a5b-4670-af2d-4787fbb1ef9b trace.line=181 vars.name=test vars.uuid=77e96253-b2ea-49c8-9af9-e9308d3c554b version="v2.1.0+unknown" [2023-04-17T23:39:11.057Z] time="2023-04-17T23:39:10Z" level=info msg="response completed" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=4642643a-3394-47d9-b8cb-5bab49998175 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36816" http.request.uri="/v2/test/blobs/uploads/77e96253-b2ea-49c8-9af9-e9308d3c554b?_state=seiqguQyPUk6JL6D6mZjX0A7h4zaGsYAbF_6lmyXzB97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc3ZTk2MjUzLWIyZWEtNDljOC05YWY5LWU5MzA4ZDNjNTU0YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozOToxMC45ODM4MTYyMloifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=4.324147ms http.response.status=201 http.response.written=0 instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf version="v2.1.0+unknown" [2023-04-17T23:39:11.057Z] 127.0.0.1 - - [17/Apr/2023:23:39:10 +0000] "PUT /v2/test/blobs/uploads/77e96253-b2ea-49c8-9af9-e9308d3c554b?_state=seiqguQyPUk6JL6D6mZjX0A7h4zaGsYAbF_6lmyXzB97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc3ZTk2MjUzLWIyZWEtNDljOC05YWY5LWU5MzA4ZDNjNTU0YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozOToxMC45ODM4MTYyMloifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 201 0 "" "containerd/1.4.0+unknown" [2023-04-17T23:39:11.057Z] time="2023-04-17T23:39:11Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=309e457b-ffe2-43e7-b3fa-5644564efdf8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/blobs/uploads/886364d0-0305-4427-8e12-133aaa4bc739?_state=WOoM41EAMmvzuTpCmY1UVQ70nJvvyCJAZ5SdgmW3HMt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg4NjM2NGQwLTAzMDUtNDQyNy04ZTEyLTEzM2FhYTRiYzczOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozOToxMC45ODMzNjk2NjhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.name=test vars.uuid=886364d0-0305-4427-8e12-133aaa4bc739 version="v2.1.0+unknown" [2023-04-17T23:39:11.057Z] time="2023-04-17T23:39:11Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=309e457b-ffe2-43e7-b3fa-5644564efdf8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/blobs/uploads/886364d0-0305-4427-8e12-133aaa4bc739?_state=WOoM41EAMmvzuTpCmY1UVQ70nJvvyCJAZ5SdgmW3HMt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg4NjM2NGQwLTAzMDUtNDQyNy04ZTEyLTEzM2FhYTRiYzczOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozOToxMC45ODMzNjk2NjhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.name=test vars.uuid=886364d0-0305-4427-8e12-133aaa4bc739 version="v2.1.0+unknown" [2023-04-17T23:39:11.057Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/886364d0-0305-4427-8e12-133aaa4bc739/startedat\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=309e457b-ffe2-43e7-b3fa-5644564efdf8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/blobs/uploads/886364d0-0305-4427-8e12-133aaa4bc739?_state=WOoM41EAMmvzuTpCmY1UVQ70nJvvyCJAZ5SdgmW3HMt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg4NjM2NGQwLTAzMDUtNDQyNy04ZTEyLTEzM2FhYTRiYzczOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozOToxMC45ODMzNjk2NjhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=54.531µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=7f739fcd-7d42-4479-a719-a5f846d6bdc7 trace.line=82 vars.name=test vars.uuid=886364d0-0305-4427-8e12-133aaa4bc739 version="v2.1.0+unknown" [2023-04-17T23:39:11.057Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/886364d0-0305-4427-8e12-133aaa4bc739/data\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=309e457b-ffe2-43e7-b3fa-5644564efdf8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/blobs/uploads/886364d0-0305-4427-8e12-133aaa4bc739?_state=WOoM41EAMmvzuTpCmY1UVQ70nJvvyCJAZ5SdgmW3HMt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg4NjM2NGQwLTAzMDUtNDQyNy04ZTEyLTEzM2FhYTRiYzczOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozOToxMC45ODMzNjk2NjhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=18.001µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=dc7b070d-6570-4cd9-bdbf-d677e05da404 trace.line=141 vars.name=test vars.uuid=886364d0-0305-4427-8e12-133aaa4bc739 version="v2.1.0+unknown" [2023-04-17T23:39:11.057Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/886364d0-0305-4427-8e12-133aaa4bc739/data\", 0)" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=309e457b-ffe2-43e7-b3fa-5644564efdf8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/blobs/uploads/886364d0-0305-4427-8e12-133aaa4bc739?_state=WOoM41EAMmvzuTpCmY1UVQ70nJvvyCJAZ5SdgmW3HMt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg4NjM2NGQwLTAzMDUtNDQyNy04ZTEyLTEzM2FhYTRiYzczOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozOToxMC45ODMzNjk2NjhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=81.534µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).WriteStream" trace.id=4affdb06-9941-4057-9d5f-6e22f41ad6a7 trace.line=124 vars.name=test vars.uuid=886364d0-0305-4427-8e12-133aaa4bc739 version="v2.1.0+unknown" [2023-04-17T23:39:11.057Z] time="2023-04-17T23:39:11Z" level=debug msg="(*blobWriter).Commit" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=309e457b-ffe2-43e7-b3fa-5644564efdf8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/blobs/uploads/886364d0-0305-4427-8e12-133aaa4bc739?_state=WOoM41EAMmvzuTpCmY1UVQ70nJvvyCJAZ5SdgmW3HMt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg4NjM2NGQwLTAzMDUtNDQyNy04ZTEyLTEzM2FhYTRiYzczOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozOToxMC45ODMzNjk2NjhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.name=test vars.uuid=886364d0-0305-4427-8e12-133aaa4bc739 version="v2.1.0+unknown" [2023-04-17T23:39:11.057Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/886364d0-0305-4427-8e12-133aaa4bc739/data\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=309e457b-ffe2-43e7-b3fa-5644564efdf8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/blobs/uploads/886364d0-0305-4427-8e12-133aaa4bc739?_state=WOoM41EAMmvzuTpCmY1UVQ70nJvvyCJAZ5SdgmW3HMt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg4NjM2NGQwLTAzMDUtNDQyNy04ZTEyLTEzM2FhYTRiYzczOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozOToxMC45ODMzNjk2NjhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=12.069µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=8e4f9a90-3b2c-495e-9985-057be4785a34 trace.line=141 vars.name=test vars.uuid=886364d0-0305-4427-8e12-133aaa4bc739 version="v2.1.0+unknown" [2023-04-17T23:39:11.057Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=309e457b-ffe2-43e7-b3fa-5644564efdf8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/blobs/uploads/886364d0-0305-4427-8e12-133aaa4bc739?_state=WOoM41EAMmvzuTpCmY1UVQ70nJvvyCJAZ5SdgmW3HMt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg4NjM2NGQwLTAzMDUtNDQyNy04ZTEyLTEzM2FhYTRiYzczOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozOToxMC45ODMzNjk2NjhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=588.901µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=ce315cd6-5e14-40b4-a03a-1775e202ff56 trace.line=141 vars.name=test vars.uuid=886364d0-0305-4427-8e12-133aaa4bc739 version="v2.1.0+unknown" [2023-04-17T23:39:11.057Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/886364d0-0305-4427-8e12-133aaa4bc739/data\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=309e457b-ffe2-43e7-b3fa-5644564efdf8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/blobs/uploads/886364d0-0305-4427-8e12-133aaa4bc739?_state=WOoM41EAMmvzuTpCmY1UVQ70nJvvyCJAZ5SdgmW3HMt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg4NjM2NGQwLTAzMDUtNDQyNy04ZTEyLTEzM2FhYTRiYzczOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozOToxMC45ODMzNjk2NjhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=30.424µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=a520c432-b0f8-422c-afc3-1a047b624165 trace.line=141 vars.name=test vars.uuid=886364d0-0305-4427-8e12-133aaa4bc739 version="v2.1.0+unknown" [2023-04-17T23:39:11.057Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/886364d0-0305-4427-8e12-133aaa4bc739/data\", \"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\"" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=309e457b-ffe2-43e7-b3fa-5644564efdf8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/blobs/uploads/886364d0-0305-4427-8e12-133aaa4bc739?_state=WOoM41EAMmvzuTpCmY1UVQ70nJvvyCJAZ5SdgmW3HMt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg4NjM2NGQwLTAzMDUtNDQyNy04ZTEyLTEzM2FhYTRiYzczOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozOToxMC45ODMzNjk2NjhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=72.984µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=d1179e09-f87a-4193-a645-c44ab95ce32d trace.line=167 vars.name=test vars.uuid=886364d0-0305-4427-8e12-133aaa4bc739 version="v2.1.0+unknown" [2023-04-17T23:39:11.057Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=309e457b-ffe2-43e7-b3fa-5644564efdf8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/blobs/uploads/886364d0-0305-4427-8e12-133aaa4bc739?_state=WOoM41EAMmvzuTpCmY1UVQ70nJvvyCJAZ5SdgmW3HMt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg4NjM2NGQwLTAzMDUtNDQyNy04ZTEyLTEzM2FhYTRiYzczOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozOToxMC45ODMzNjk2NjhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=108.249µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=cf50ce2c-be92-4f1b-bb6e-2138d80a0a49 trace.line=95 vars.name=test vars.uuid=886364d0-0305-4427-8e12-133aaa4bc739 version="v2.1.0+unknown" [2023-04-17T23:39:11.057Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/886364d0-0305-4427-8e12-133aaa4bc739\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=309e457b-ffe2-43e7-b3fa-5644564efdf8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/blobs/uploads/886364d0-0305-4427-8e12-133aaa4bc739?_state=WOoM41EAMmvzuTpCmY1UVQ70nJvvyCJAZ5SdgmW3HMt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg4NjM2NGQwLTAzMDUtNDQyNy04ZTEyLTEzM2FhYTRiYzczOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozOToxMC45ODMzNjk2NjhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=428.353µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=6e04db40-030d-47af-8d4c-0f9bba33268c trace.line=181 vars.name=test vars.uuid=886364d0-0305-4427-8e12-133aaa4bc739 version="v2.1.0+unknown" [2023-04-17T23:39:11.057Z] time="2023-04-17T23:39:11Z" level=info msg="response completed" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=309e457b-ffe2-43e7-b3fa-5644564efdf8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/blobs/uploads/886364d0-0305-4427-8e12-133aaa4bc739?_state=WOoM41EAMmvzuTpCmY1UVQ70nJvvyCJAZ5SdgmW3HMt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg4NjM2NGQwLTAzMDUtNDQyNy04ZTEyLTEzM2FhYTRiYzczOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozOToxMC45ODMzNjk2NjhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=15.489219ms http.response.status=201 http.response.written=0 instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf version="v2.1.0+unknown" [2023-04-17T23:39:11.057Z] 127.0.0.1 - - [17/Apr/2023:23:39:10 +0000] "PUT /v2/test/blobs/uploads/886364d0-0305-4427-8e12-133aaa4bc739?_state=WOoM41EAMmvzuTpCmY1UVQ70nJvvyCJAZ5SdgmW3HMt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg4NjM2NGQwLTAzMDUtNDQyNy04ZTEyLTEzM2FhYTRiYzczOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzozOToxMC45ODMzNjk2NjhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.4.0+unknown" [2023-04-17T23:39:11.057Z] time="2023-04-17T23:39:11Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=78049c73-ec98-4b9f-83ef-2c4703d0edfe http.request.method=HEAD http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:39:11.058Z] time="2023-04-17T23:39:11Z" level=debug msg=GetImageManifest go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=78049c73-ec98-4b9f-83ef-2c4703d0edfe http.request.method=HEAD http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:39:11.058Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=78049c73-ec98-4b9f-83ef-2c4703d0edfe http.request.method=HEAD http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=43.889µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=f8ef0652-5959-4c82-b623-1179b5427bd6 trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:39:11.058Z] time="2023-04-17T23:39:11Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=78049c73-ec98-4b9f-83ef-2c4703d0edfe http.request.method=HEAD http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.495216ms http.response.status=404 http.response.written=96 instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:39:11.058Z] 127.0.0.1 - - [17/Apr/2023:23:39:11 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.4.0+unknown" [2023-04-17T23:39:11.058Z] time="2023-04-17T23:39:11Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=2ecb2b71-8b9d-4fc9-ad19-73a20030197e http.request.method=PUT http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:39:11.058Z] time="2023-04-17T23:39:11Z" level=debug msg=PutImageManifest go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=2ecb2b71-8b9d-4fc9-ad19-73a20030197e http.request.method=PUT http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:39:11.058Z] time="2023-04-17T23:39:11Z" level=debug msg="(*manifestStore).Put" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=2ecb2b71-8b9d-4fc9-ad19-73a20030197e http.request.method=PUT http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:39:11.058Z] time="2023-04-17T23:39:11Z" level=debug msg="(*schema2ManifestHandler).Put" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=2ecb2b71-8b9d-4fc9-ad19-73a20030197e http.request.method=PUT http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:39:11.058Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=2ecb2b71-8b9d-4fc9-ad19-73a20030197e http.request.method=PUT http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=229.84µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=172971a8-c171-4eeb-ae66-3bd4d6d8226a trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:39:11.058Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=2ecb2b71-8b9d-4fc9-ad19-73a20030197e http.request.method=PUT http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=107.814µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=72dd9df4-2ce2-40a7-95b4-69f95a87df6f trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:39:11.058Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=2ecb2b71-8b9d-4fc9-ad19-73a20030197e http.request.method=PUT http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=133.48µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=987dc71f-e851-47d1-aec5-843478beac39 trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:39:11.058Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=2ecb2b71-8b9d-4fc9-ad19-73a20030197e http.request.method=PUT http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=15.762µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=f6da97a2-b5ea-4ca5-97e8-21952a1c10cb trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:39:11.058Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=2ecb2b71-8b9d-4fc9-ad19-73a20030197e http.request.method=PUT http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=20.037µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=2244a953-3178-4ae2-b24a-fa6bce4102f1 trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:39:11.058Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=2ecb2b71-8b9d-4fc9-ad19-73a20030197e http.request.method=PUT http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=155.141µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=3a5f416f-d9b1-4571-abcd-d1e1d14cae5e trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:39:11.058Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=2ecb2b71-8b9d-4fc9-ad19-73a20030197e http.request.method=PUT http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=254.397µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=23188e05-0539-463d-bf9f-be032940fdb3 trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:39:11.058Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=2ecb2b71-8b9d-4fc9-ad19-73a20030197e http.request.method=PUT http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=219.001µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=b6eb1e97-440d-4102-8fdf-56f4a90270e0 trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:39:11.058Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/index/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=2ecb2b71-8b9d-4fc9-ad19-73a20030197e http.request.method=PUT http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=173.57µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=41e69065-3d2b-4484-ae5c-9af5ca6b5fc0 trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:39:11.058Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=2ecb2b71-8b9d-4fc9-ad19-73a20030197e http.request.method=PUT http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=147.216µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=d9e9d007-22f3-444f-8d99-f61711d45883 trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:39:11.058Z] time="2023-04-17T23:39:11Z" level=info msg="response completed" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=2ecb2b71-8b9d-4fc9-ad19-73a20030197e http.request.method=PUT http.request.remoteaddr="127.0.0.1:36812" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=4.409234ms http.response.status=201 http.response.written=0 instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf version="v2.1.0+unknown" [2023-04-17T23:39:11.058Z] 127.0.0.1 - - [17/Apr/2023:23:39:11 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.4.0+unknown" [2023-04-17T23:39:11.058Z] time="2023-04-17T23:39:11Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=1a35c2d7-dcd8-4ab0-a109-ffd9f987843d http.request.method=GET http.request.remoteaddr="127.0.0.1:36832" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf version="v2.1.0+unknown" [2023-04-17T23:39:11.058Z] time="2023-04-17T23:39:11Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=1a35c2d7-dcd8-4ab0-a109-ffd9f987843d http.request.method=GET http.request.remoteaddr="127.0.0.1:36832" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.008992ms http.response.status=200 http.response.written=2 instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf version="v2.1.0+unknown" [2023-04-17T23:39:11.058Z] 127.0.0.1 - - [17/Apr/2023:23:39:11 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2023-04-17T23:39:11.058Z] time="2023-04-17T23:39:11Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=eb0696f5-fdb5-4b0b-b525-59bec398d2b7 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:36842" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:39:11.058Z] time="2023-04-17T23:39:11Z" level=debug msg=GetImageManifest go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=eb0696f5-fdb5-4b0b-b525-59bec398d2b7 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:36842" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:39:11.058Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=eb0696f5-fdb5-4b0b-b525-59bec398d2b7 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:36842" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=40.985µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=7e1bf8db-bb52-48e1-8d8e-e22306d66914 trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:39:11.058Z] time="2023-04-17T23:39:11Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=eb0696f5-fdb5-4b0b-b525-59bec398d2b7 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:36842" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:39:11.058Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=eb0696f5-fdb5-4b0b-b525-59bec398d2b7 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:36842" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=26.018µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=24ecef7a-6859-460d-b07a-f32ca73e15c1 trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:39:11.058Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=eb0696f5-fdb5-4b0b-b525-59bec398d2b7 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:36842" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=21.694µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=0bd2aa0c-0e38-4c08-8d33-f31f3cc04e3e trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:39:11.058Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=eb0696f5-fdb5-4b0b-b525-59bec398d2b7 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:36842" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=28.291µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=5c793492-8e2e-4e47-b65d-8169743ef09b trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:39:11.058Z] time="2023-04-17T23:39:11Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=eb0696f5-fdb5-4b0b-b525-59bec398d2b7 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:36842" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:39:11.059Z] time="2023-04-17T23:39:11Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=eb0696f5-fdb5-4b0b-b525-59bec398d2b7 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:36842" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=2.21004ms http.response.status=200 http.response.written=417 instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf version="v2.1.0+unknown" [2023-04-17T23:39:11.059Z] 127.0.0.1 - - [17/Apr/2023:23:39:11 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2023-04-17T23:39:11.059Z] time="2023-04-17T23:39:11Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=2d0de193-9b37-4c4c-a1b3-73067e9884fa http.request.method=GET http.request.remoteaddr="127.0.0.1:36844" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2023-04-17T23:39:11.059Z] time="2023-04-17T23:39:11Z" level=debug msg=GetImageManifest go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=2d0de193-9b37-4c4c-a1b3-73067e9884fa http.request.method=GET http.request.remoteaddr="127.0.0.1:36844" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2023-04-17T23:39:11.059Z] time="2023-04-17T23:39:11Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=2d0de193-9b37-4c4c-a1b3-73067e9884fa http.request.method=GET http.request.remoteaddr="127.0.0.1:36844" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2023-04-17T23:39:11.059Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=2d0de193-9b37-4c4c-a1b3-73067e9884fa http.request.method=GET http.request.remoteaddr="127.0.0.1:36844" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=102.514µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=b7cca386-62a1-41f6-9d54-105567c18a90 trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2023-04-17T23:39:11.059Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=2d0de193-9b37-4c4c-a1b3-73067e9884fa http.request.method=GET http.request.remoteaddr="127.0.0.1:36844" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=18.945µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=30b9183f-f229-4eb7-aafd-466c885aa08d trace.line=141 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2023-04-17T23:39:11.059Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=2d0de193-9b37-4c4c-a1b3-73067e9884fa http.request.method=GET http.request.remoteaddr="127.0.0.1:36844" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=174.366µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=f9e67fda-227f-408a-9146-aa818c2b3886 trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2023-04-17T23:39:11.059Z] time="2023-04-17T23:39:11Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=2d0de193-9b37-4c4c-a1b3-73067e9884fa http.request.method=GET http.request.remoteaddr="127.0.0.1:36844" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2023-04-17T23:39:11.059Z] time="2023-04-17T23:39:11Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=2d0de193-9b37-4c4c-a1b3-73067e9884fa http.request.method=GET http.request.remoteaddr="127.0.0.1:36844" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=3.497914ms http.response.status=200 http.response.written=417 instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf version="v2.1.0+unknown" [2023-04-17T23:39:11.059Z] 127.0.0.1 - - [17/Apr/2023:23:39:11 +0000] "GET /v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 200 417 "" "docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2023-04-17T23:39:11.059Z] time="2023-04-17T23:39:11Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=e70523c4-48dd-4361-a214-6ef2bb25fe83 http.request.method=GET http.request.remoteaddr="127.0.0.1:36872" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.059Z] time="2023-04-17T23:39:11Z" level=debug msg=GetBlob go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=e70523c4-48dd-4361-a214-6ef2bb25fe83 http.request.method=GET http.request.remoteaddr="127.0.0.1:36872" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.059Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=e70523c4-48dd-4361-a214-6ef2bb25fe83 http.request.method=GET http.request.remoteaddr="127.0.0.1:36872" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=113.057µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=ad2bc585-df1a-48c8-8e79-03e7a21845e0 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.059Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=e70523c4-48dd-4361-a214-6ef2bb25fe83 http.request.method=GET http.request.remoteaddr="127.0.0.1:36872" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=30.334µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=81299023-2a4a-41f8-b444-3180198c77e3 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.059Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=e70523c4-48dd-4361-a214-6ef2bb25fe83 http.request.method=GET http.request.remoteaddr="127.0.0.1:36872" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=33.722µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=791acb76-bd59-4fe2-af2f-c01d89b753fa trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.059Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=e70523c4-48dd-4361-a214-6ef2bb25fe83 http.request.method=GET http.request.remoteaddr="127.0.0.1:36872" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=26.781µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=8c3b82f9-bf3b-4348-a350-4d196546afc3 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.320Z] time="2023-04-17T23:39:11Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=95c87fba-04c2-4a59-86ba-dfef149aa7a8 http.request.method=GET http.request.remoteaddr="127.0.0.1:36856" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.320Z] time="2023-04-17T23:39:11Z" level=debug msg=GetBlob go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=95c87fba-04c2-4a59-86ba-dfef149aa7a8 http.request.method=GET http.request.remoteaddr="127.0.0.1:36856" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.320Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=95c87fba-04c2-4a59-86ba-dfef149aa7a8 http.request.method=GET http.request.remoteaddr="127.0.0.1:36856" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=91.675µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=3c1f4528-be1a-4948-9368-966a7576ac80 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.320Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=e70523c4-48dd-4361-a214-6ef2bb25fe83 http.request.method=GET http.request.remoteaddr="127.0.0.1:36872" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=40.722µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=39096037-cc11-4b45-9760-b78110def9f3 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.320Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=e70523c4-48dd-4361-a214-6ef2bb25fe83 http.request.method=GET http.request.remoteaddr="127.0.0.1:36872" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=8.017µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=0968a715-8be0-472b-af9a-12bb826ae5fe trace.line=193 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.320Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\", 0)" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=e70523c4-48dd-4361-a214-6ef2bb25fe83 http.request.method=GET http.request.remoteaddr="127.0.0.1:36872" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=22.515µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).ReadStream" trace.id=9b8fc2a1-1223-4cc1-bab7-e4c8f4ba0331 trace.line=107 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.320Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=95c87fba-04c2-4a59-86ba-dfef149aa7a8 http.request.method=GET http.request.remoteaddr="127.0.0.1:36856" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=19.396µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=d6c96152-f678-461c-9fba-346d74e0f8f0 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.320Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=95c87fba-04c2-4a59-86ba-dfef149aa7a8 http.request.method=GET http.request.remoteaddr="127.0.0.1:36856" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=60.725µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=332862bb-99ae-4909-a585-483a52ece1ac trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.320Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=e70523c4-48dd-4361-a214-6ef2bb25fe83 http.request.method=GET http.request.remoteaddr="127.0.0.1:36872" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=31.277µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=17746c60-b279-4c91-a1b8-14d13384f9de trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.320Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=95c87fba-04c2-4a59-86ba-dfef149aa7a8 http.request.method=GET http.request.remoteaddr="127.0.0.1:36856" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=20.948µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=bab47851-585c-4448-877f-bea7147d0999 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.320Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=95c87fba-04c2-4a59-86ba-dfef149aa7a8 http.request.method=GET http.request.remoteaddr="127.0.0.1:36856" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=63.401µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=b066580d-3280-40f8-a09b-873d24c3bc71 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.320Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=95c87fba-04c2-4a59-86ba-dfef149aa7a8 http.request.method=GET http.request.remoteaddr="127.0.0.1:36856" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=8.254µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=ec50415e-3d84-4f84-8a10-b1afb17be946 trace.line=193 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.320Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=e70523c4-48dd-4361-a214-6ef2bb25fe83 http.request.method=GET http.request.remoteaddr="127.0.0.1:36872" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=841.428µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=51c52385-6b53-4518-b6f8-683cd5870868 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.320Z] time="2023-04-17T23:39:11Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=e70523c4-48dd-4361-a214-6ef2bb25fe83 http.request.method=GET http.request.remoteaddr="127.0.0.1:36872" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=11.111378ms http.response.status=200 http.response.written=68 instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf version="v2.1.0+unknown" [2023-04-17T23:39:11.320Z] 127.0.0.1 - - [17/Apr/2023:23:39:11 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2023-04-17T23:39:11.320Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\", 0)" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=95c87fba-04c2-4a59-86ba-dfef149aa7a8 http.request.method=GET http.request.remoteaddr="127.0.0.1:36856" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=29.202µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).ReadStream" trace.id=721024c0-65f3-4346-a9ca-6ae8be7f32a7 trace.line=107 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.321Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=95c87fba-04c2-4a59-86ba-dfef149aa7a8 http.request.method=GET http.request.remoteaddr="127.0.0.1:36856" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=56.147µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=d5ac40b8-6d07-4a60-81c4-320be69d5690 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.321Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=95c87fba-04c2-4a59-86ba-dfef149aa7a8 http.request.method=GET http.request.remoteaddr="127.0.0.1:36856" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=21.874µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=1e0cf821-257a-4d56-a531-74b3632ba7f9 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:39:11.321Z] time="2023-04-17T23:39:11Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=95c87fba-04c2-4a59-86ba-dfef149aa7a8 http.request.method=GET http.request.remoteaddr="127.0.0.1:36856" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=15.65561ms http.response.status=200 http.response.written=179 instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf version="v2.1.0+unknown" [2023-04-17T23:39:11.321Z] 127.0.0.1 - - [17/Apr/2023:23:39:11 +0000] "GET /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 200 179 "" "docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2023-04-17T23:39:11.321Z] time="2023-04-17T23:39:11Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=28cafb70-da2a-423b-82cf-68ce27f0545a http.request.method=GET http.request.remoteaddr="127.0.0.1:36892" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf version="v2.1.0+unknown" [2023-04-17T23:39:11.321Z] time="2023-04-17T23:39:11Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=28cafb70-da2a-423b-82cf-68ce27f0545a http.request.method=GET http.request.remoteaddr="127.0.0.1:36892" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="932.66µs" http.response.status=200 http.response.written=2 instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf version="v2.1.0+unknown" [2023-04-17T23:39:11.321Z] 127.0.0.1 - - [17/Apr/2023:23:39:11 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2023-04-17T23:39:11.321Z] time="2023-04-17T23:39:11Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=292db84e-8dcd-42a0-8f4f-aa90b2cf34be http.request.method=GET http.request.remoteaddr="127.0.0.1:36896" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2023-04-17T23:39:11.321Z] time="2023-04-17T23:39:11Z" level=debug msg=GetImageManifest go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=292db84e-8dcd-42a0-8f4f-aa90b2cf34be http.request.method=GET http.request.remoteaddr="127.0.0.1:36896" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2023-04-17T23:39:11.321Z] time="2023-04-17T23:39:11Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=292db84e-8dcd-42a0-8f4f-aa90b2cf34be http.request.method=GET http.request.remoteaddr="127.0.0.1:36896" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2023-04-17T23:39:11.321Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=292db84e-8dcd-42a0-8f4f-aa90b2cf34be http.request.method=GET http.request.remoteaddr="127.0.0.1:36896" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=30.703µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=e70a58d5-82f5-4b10-874b-b71bf825afc4 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2023-04-17T23:39:11.321Z] time="2023-04-17T23:39:11Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=292db84e-8dcd-42a0-8f4f-aa90b2cf34be http.request.method=GET http.request.remoteaddr="127.0.0.1:36896" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf trace.duration=131.749µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=73335b63-af58-4b4a-bf7c-3ecb284ce539 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2023-04-17T23:39:11.321Z] time="2023-04-17T23:39:11Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" err.message="manifest unknown" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=292db84e-8dcd-42a0-8f4f-aa90b2cf34be http.request.method=GET http.request.remoteaddr="127.0.0.1:36896" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.183161ms http.response.status=404 http.response.written=181 instance.id=136e8b68-d809-4936-bfae-c18e5d8711bf vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2023-04-17T23:39:11.321Z] 127.0.0.1 - - [17/Apr/2023:23:39:11 +0000] "GET /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2023-04-17T23:39:11.321Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.29s) [2023-04-17T23:39:11.321Z] === RUN TestRemoveImageOrphaning [2023-04-17T23:39:11.393Z] === RUN TestReadLog/tail_less_than_available [2023-04-17T23:39:11.393Z] === RUN TestReadLog/tail_more_than_available [2023-04-17T23:39:11.393Z] --- PASS: TestReadLog (0.13s) [2023-04-17T23:39:11.393Z] --- PASS: TestReadLog/tail_exact (0.12s) [2023-04-17T23:39:11.393Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2023-04-17T23:39:11.393Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2023-04-17T23:39:11.393Z] PASS [2023-04-17T23:39:11.393Z] coverage: 78.7% of statements [2023-04-17T23:39:11.393Z] ok github.com/docker/docker/daemon/logger/local 0.202s coverage: 78.7% of statements [2023-04-17T23:39:11.393Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2023-04-17T23:39:11.581Z] --- PASS: TestRemoveImageOrphaning (0.24s) [2023-04-17T23:39:11.581Z] === RUN TestRemoveImageGarbageCollector [2023-04-17T23:39:11.581Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2023-04-17T23:39:11.581Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2023-04-17T23:39:11.581Z] === RUN TestTagUnprefixedRepoByNameOrName [2023-04-17T23:39:11.581Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2023-04-17T23:39:11.581Z] === RUN TestTagInvalidReference [2023-04-17T23:39:11.581Z] --- PASS: TestTagInvalidReference (0.01s) [2023-04-17T23:39:11.581Z] === RUN TestTagValidPrefixedRepo [2023-04-17T23:39:11.581Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2023-04-17T23:39:11.581Z] === RUN TestTagExistedNameWithoutForce [2023-04-17T23:39:11.581Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2023-04-17T23:39:11.581Z] === RUN TestTagOfficialNames [2023-04-17T23:39:11.581Z] --- PASS: TestTagOfficialNames (0.05s) [2023-04-17T23:39:11.581Z] === RUN TestTagMatchesDigest [2023-04-17T23:39:11.581Z] --- PASS: TestTagMatchesDigest (0.01s) [2023-04-17T23:39:11.581Z] PASS [2023-04-17T23:39:11.581Z] [2023-04-17T23:39:11.581Z] === Skipped [2023-04-17T23:39:11.581Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2023-04-17T23:39:11.581Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2023-04-17T23:39:11.581Z] [2023-04-17T23:39:11.581Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2023-04-17T23:39:11.581Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2023-04-17T23:39:11.581Z] [2023-04-17T23:39:11.581Z] DONE 13 tests, 2 skipped in 1.250s [2023-04-17T23:39:11.841Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2023-04-17T23:39:11.841Z] ++ 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 [2023-04-17T23:39:11.841Z] ++ set -e [2023-04-17T23:39:11.841Z] ++ '[' -n 0 ']' [2023-04-17T23:39:11.841Z] ++ set -x [2023-04-17T23:39:11.841Z] ++ 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 [2023-04-17T23:39:11.841Z] INFO: Testing against a local daemon [2023-04-17T23:39:11.841Z] === RUN TestNetworkCreateDelete [2023-04-17T23:39:11.841Z] --- PASS: TestNetworkCreateDelete (0.14s) [2023-04-17T23:39:11.841Z] === RUN TestDockerNetworkDeletePreferID [2023-04-17T23:39:11.860Z] === RUN TestLog [2023-04-17T23:39:11.860Z] --- PASS: TestLog (0.00s) [2023-04-17T23:39:11.860Z] PASS [2023-04-17T23:39:11.860Z] coverage: 31.5% of statements [2023-04-17T23:39:11.860Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.091s coverage: 31.5% of statements [2023-04-17T23:39:11.860Z] === RUN TestOpenFileDelete [2023-04-17T23:39:11.860Z] --- PASS: TestOpenFileDelete (0.00s) [2023-04-17T23:39:11.860Z] === RUN TestOpenFileRename [2023-04-17T23:39:11.860Z] --- PASS: TestOpenFileRename (0.00s) [2023-04-17T23:39:11.860Z] === RUN TestHandleDecoderErr [2023-04-17T23:39:11.860Z] --- PASS: TestHandleDecoderErr (0.00s) [2023-04-17T23:39:11.860Z] === RUN TestParseLogTagDefaultTag [2023-04-17T23:39:11.860Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2023-04-17T23:39:11.860Z] === RUN TestParseLogTag [2023-04-17T23:39:11.860Z] --- PASS: TestParseLogTag (0.00s) [2023-04-17T23:39:11.860Z] === RUN TestParseLogTagEmptyTag [2023-04-17T23:39:11.860Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2023-04-17T23:39:11.860Z] === RUN TestTailFiles [2023-04-17T23:39:11.860Z] --- PASS: TestTailFiles (0.00s) [2023-04-17T23:39:11.860Z] === RUN TestFollowLogsConsumerGone [2023-04-17T23:39:11.860Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2023-04-17T23:39:11.860Z] === RUN TestFollowLogsProducerGone [2023-04-17T23:39:11.860Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2023-04-17T23:39:11.860Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2023-04-17T23:39:11.860Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2023-04-17T23:39:11.860Z] === RUN TestCheckCapacityAndRotate [2023-04-17T23:39:11.860Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2023-04-17T23:39:11.860Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2023-04-17T23:39:12.328Z] --- PASS: TestCheckCapacityAndRotate (0.13s) [2023-04-17T23:39:12.328Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2023-04-17T23:39:12.328Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.12s) [2023-04-17T23:39:12.328Z] PASS [2023-04-17T23:39:12.328Z] coverage: 55.5% of statements [2023-04-17T23:39:12.328Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.191s coverage: 55.5% of statements [2023-04-17T23:39:12.328Z] === RUN TestValidateLogOpt [2023-04-17T23:39:12.328Z] --- PASS: TestValidateLogOpt (0.00s) [2023-04-17T23:39:12.328Z] === RUN TestNewMissedConfig [2023-04-17T23:39:12.328Z] --- PASS: TestNewMissedConfig (0.00s) [2023-04-17T23:39:12.328Z] === RUN TestNewMissedUrl [2023-04-17T23:39:12.328Z] --- PASS: TestNewMissedUrl (0.00s) [2023-04-17T23:39:12.328Z] === RUN TestNewMissedToken [2023-04-17T23:39:12.328Z] --- PASS: TestNewMissedToken (0.00s) [2023-04-17T23:39:12.328Z] === RUN TestNewWithProxy [2023-04-17T23:39:12.328Z] --- PASS: TestNewWithProxy (0.00s) [2023-04-17T23:39:12.328Z] === RUN TestDefault [2023-04-17T23:39:12.328Z] --- PASS: TestDefault (0.01s) [2023-04-17T23:39:12.328Z] === RUN TestInlineFormatWithNonDefaultOptions [2023-04-17T23:39:12.328Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2023-04-17T23:39:12.328Z] === RUN TestJsonFormat [2023-04-17T23:39:12.328Z] --- PASS: TestJsonFormat (0.03s) [2023-04-17T23:39:12.328Z] === RUN TestRawFormat [2023-04-17T23:39:12.328Z] --- PASS: TestRawFormat (0.01s) [2023-04-17T23:39:12.328Z] === RUN TestRawFormatWithLabels [2023-04-17T23:39:12.328Z] --- PASS: TestRawFormatWithLabels (0.00s) [2023-04-17T23:39:12.328Z] === RUN TestRawFormatWithoutTag [2023-04-17T23:39:12.328Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2023-04-17T23:39:12.328Z] === RUN TestBatching [2023-04-17T23:39:12.411Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2023-04-17T23:39:12.411Z] === RUN TestDaemonDNSFallback [2023-04-17T23:39:12.796Z] --- PASS: TestBatching (0.25s) [2023-04-17T23:39:12.796Z] === RUN TestFrequency [2023-04-17T23:39:12.796Z] === RUN TestNewParse [2023-04-17T23:39:12.796Z] --- PASS: TestNewParse (0.00s) [2023-04-17T23:39:12.796Z] PASS [2023-04-17T23:39:12.796Z] coverage: 8.3% of statements [2023-04-17T23:39:12.796Z] ok github.com/docker/docker/daemon/logger/templates 0.041s coverage: 8.3% of statements [2023-04-17T23:39:12.796Z] --- PASS: TestFrequency (0.16s) [2023-04-17T23:39:12.796Z] === RUN TestOneMessagePerRequest [2023-04-17T23:39:12.796Z] === RUN TestParseLogFormat [2023-04-17T23:39:12.796Z] --- PASS: TestParseLogFormat (0.00s) [2023-04-17T23:39:12.796Z] === RUN TestValidateLogOptEmpty [2023-04-17T23:39:12.796Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2023-04-17T23:39:12.796Z] === RUN TestValidateSyslogAddress [2023-04-17T23:39:12.796Z] --- PASS: TestValidateSyslogAddress (0.00s) [2023-04-17T23:39:12.796Z] === RUN TestParseAddressDefaultPort [2023-04-17T23:39:12.796Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2023-04-17T23:39:12.796Z] === RUN TestValidateSyslogFacility [2023-04-17T23:39:12.796Z] --- PASS: TestValidateSyslogFacility (0.00s) [2023-04-17T23:39:12.796Z] === RUN TestValidateLogOptSyslogFormat [2023-04-17T23:39:12.796Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2023-04-17T23:39:12.796Z] === RUN TestValidateLogOpt [2023-04-17T23:39:12.796Z] --- PASS: TestValidateLogOpt (0.00s) [2023-04-17T23:39:12.796Z] PASS [2023-04-17T23:39:12.796Z] coverage: 46.8% of statements [2023-04-17T23:39:12.796Z] --- PASS: TestOneMessagePerRequest (0.00s) [2023-04-17T23:39:12.796Z] === RUN TestVerify [2023-04-17T23:39:12.796Z] --- PASS: TestVerify (0.00s) [2023-04-17T23:39:12.796Z] === RUN TestSkipVerify [2023-04-17T23:39:12.796Z] ok github.com/docker/docker/daemon/logger/syslog 0.042s coverage: 46.8% of statements [2023-04-17T23:39:12.796Z] time="2023-04-17T23:39:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2023-04-17T23:39:12.796Z] time="2023-04-17T23:39:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2023-04-17T23:39:12.796Z] time="2023-04-17T23:39:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2023-04-17T23:39:12.796Z] time="2023-04-17T23:39:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2023-04-17T23:39:13.264Z] --- PASS: TestSkipVerify (0.40s) [2023-04-17T23:39:13.264Z] === RUN TestBufferMaximum [2023-04-17T23:39:13.264Z] time="2023-04-17T23:39:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2023-04-17T23:39:13.264Z] time="2023-04-17T23:39:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2023-04-17T23:39:13.264Z] time="2023-04-17T23:39:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2023-04-17T23:39:13.264Z] time="2023-04-17T23:39:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2023-04-17T23:39:13.264Z] time="2023-04-17T23:39:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2023-04-17T23:39:13.264Z] time="2023-04-17T23:39:12Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1681774752.921583\",\"host\":\"9882107af987\"}'" [2023-04-17T23:39:13.264Z] time="2023-04-17T23:39:12Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1681774752.921583\",\"host\":\"9882107af987\"}'" [2023-04-17T23:39:13.264Z] --- PASS: TestBufferMaximum (0.00s) [2023-04-17T23:39:13.264Z] === RUN TestServerAlwaysDown [2023-04-17T23:39:13.264Z] time="2023-04-17T23:39:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2023-04-17T23:39:13.264Z] time="2023-04-17T23:39:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2023-04-17T23:39:13.264Z] time="2023-04-17T23:39:12Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1681774752.923588\",\"host\":\"9882107af987\"}'" [2023-04-17T23:39:13.264Z] time="2023-04-17T23:39:12Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1681774752.923588\",\"host\":\"9882107af987\"}'" [2023-04-17T23:39:13.264Z] time="2023-04-17T23:39:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2023-04-17T23:39:13.264Z] time="2023-04-17T23:39:12Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1681774752.923588\",\"host\":\"9882107af987\"}'" [2023-04-17T23:39:13.264Z] time="2023-04-17T23:39:12Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1681774752.924578\",\"host\":\"9882107af987\"}'" [2023-04-17T23:39:13.264Z] time="2023-04-17T23:39:12Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1681774752.924578\",\"host\":\"9882107af987\"}'" [2023-04-17T23:39:13.264Z] --- PASS: TestServerAlwaysDown (0.00s) [2023-04-17T23:39:13.264Z] === RUN TestCannotSendAfterClose [2023-04-17T23:39:13.264Z] --- PASS: TestCannotSendAfterClose (0.00s) [2023-04-17T23:39:13.264Z] === RUN TestDeadlockOnBlockedEndpoint [2023-04-17T23:39:13.732Z] === RUN TestV1IDService [2023-04-17T23:39:13.732Z] --- PASS: TestV1IDService (0.02s) [2023-04-17T23:39:13.732Z] === RUN TestV2MetadataService [2023-04-17T23:39:13.873Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2023-04-17T23:39:13.873Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2023-04-17T23:39:13.873Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2023-04-17T23:39:14.200Z] time="2023-04-17T23:39:13Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49220/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2023-04-17T23:39:14.200Z] time="2023-04-17T23:39:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"9882107af987\"}'" [2023-04-17T23:39:14.200Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2023-04-17T23:39:14.200Z] PASS [2023-04-17T23:39:14.200Z] coverage: 82.5% of statements [2023-04-17T23:39:14.200Z] ok github.com/docker/docker/daemon/logger/splunk 1.934s coverage: 82.5% of statements [2023-04-17T23:39:14.200Z] ? github.com/docker/docker/daemon/names [no test files] [2023-04-17T23:39:14.200Z] ? github.com/docker/docker/daemon/network [no test files] [2023-04-17T23:39:14.200Z] ? github.com/docker/docker/daemon/stats [no test files] [2023-04-17T23:39:14.668Z] --- PASS: TestV2MetadataService (0.73s) [2023-04-17T23:39:14.668Z] PASS [2023-04-17T23:39:14.668Z] coverage: 48.2% of statements [2023-04-17T23:39:14.668Z] ok github.com/docker/docker/distribution/metadata 0.807s coverage: 48.2% of statements [2023-04-17T23:39:14.668Z] === RUN TestSuccessfulDownload [2023-04-17T23:39:14.668Z] download_test.go:267: Needs fixing on Windows [2023-04-17T23:39:14.668Z] --- SKIP: TestSuccessfulDownload (0.00s) [2023-04-17T23:39:14.668Z] === RUN TestCancelledDownload [2023-04-17T23:39:14.668Z] --- PASS: TestCancelledDownload (0.00s) [2023-04-17T23:39:14.668Z] === RUN TestMaxDownloadAttempts [2023-04-17T23:39:14.668Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2023-04-17T23:39:14.668Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2023-04-17T23:39:14.668Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2023-04-17T23:39:14.668Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2023-04-17T23:39:14.668Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2023-04-17T23:39:14.668Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2023-04-17T23:39:14.668Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2023-04-17T23:39:14.668Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2023-04-17T23:39:14.668Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2023-04-17T23:39:14.668Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2023-04-17T23:39:14.668Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2023-04-17T23:39:14.668Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2023-04-17T23:39:14.808Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2023-04-17T23:39:15.135Z] === RUN TestContinueOnError_NonMirrorEndpoint [2023-04-17T23:39:15.136Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2023-04-17T23:39:15.136Z] === RUN TestContinueOnError_MirrorEndpoint [2023-04-17T23:39:15.136Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2023-04-17T23:39:15.136Z] === RUN TestContinueOnError_NeverContinue [2023-04-17T23:39:15.136Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2023-04-17T23:39:15.136Z] === RUN TestContinueOnError_UnnestsErrors [2023-04-17T23:39:15.136Z] --- PASS: TestContinueOnError_UnnestsErrors (0.00s) [2023-04-17T23:39:15.136Z] === RUN TestManifestStore [2023-04-17T23:39:15.136Z] === RUN TestManifestStore/no_remote_or_local [2023-04-17T23:39:15.136Z] time="2023-04-17T23:39:14Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local326708596\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2023-04-17T23:39:15.136Z] === RUN TestManifestStore/no_local_cache [2023-04-17T23:39:15.136Z] === RUN TestManifestStore/no_local_cache/digested [2023-04-17T23:39:15.136Z] === RUN TestManifestStore/with_local_cache [2023-04-17T23:39:15.136Z] === RUN TestManifestStore/unknown_media_type [2023-04-17T23:39:15.136Z] === RUN TestManifestStore/unknown_media_type/no_cache [2023-04-17T23:39:15.136Z] time="2023-04-17T23:39:14Z" level=warning msg="reference for unknown type: " [2023-04-17T23:39:15.136Z] time="2023-04-17T23:39:14Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2023-04-17T23:39:15.136Z] time="2023-04-17T23:39:14Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2023-04-17T23:39:15.136Z] time="2023-04-17T23:39:14Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2023-04-17T23:39:15.136Z] time="2023-04-17T23:39:14Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2023-04-17T23:39:15.136Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2023-04-17T23:39:15.136Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.45s) [2023-04-17T23:39:15.136Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.45s) [2023-04-17T23:39:15.136Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.45s) [2023-04-17T23:39:15.136Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.45s) [2023-04-17T23:39:15.136Z] === RUN TestTransfer [2023-04-17T23:39:15.136Z] time="2023-04-17T23:39:14Z" level=warning msg="reference for unknown type: " [2023-04-17T23:39:15.136Z] === RUN TestManifestStore/unknown_media_type/with_cache [2023-04-17T23:39:15.136Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2023-04-17T23:39:15.136Z] time="2023-04-17T23:39:14Z" level=warning msg="reference for unknown type: " [2023-04-17T23:39:15.136Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2023-04-17T23:39:15.136Z] time="2023-04-17T23:39:14Z" level=warning msg="reference for unknown type: " [2023-04-17T23:39:15.136Z] time="2023-04-17T23:39:14Z" level=warning msg="reference for unknown type: " [2023-04-17T23:39:15.136Z] === RUN TestManifestStore/error_persisting_manifest [2023-04-17T23:39:15.136Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2023-04-17T23:39:15.136Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2023-04-17T23:39:15.136Z] time="2023-04-17T23:39:14Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2023-04-17T23:39:15.136Z] --- PASS: TestManifestStore (0.24s) [2023-04-17T23:39:15.136Z] --- PASS: TestManifestStore/no_remote_or_local (0.15s) [2023-04-17T23:39:15.136Z] --- PASS: TestManifestStore/no_local_cache (0.01s) [2023-04-17T23:39:15.136Z] --- PASS: TestManifestStore/no_local_cache/digested (0.00s) [2023-04-17T23:39:15.136Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2023-04-17T23:39:15.136Z] --- PASS: TestManifestStore/unknown_media_type (0.05s) [2023-04-17T23:39:15.136Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2023-04-17T23:39:15.136Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2023-04-17T23:39:15.136Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2023-04-17T23:39:15.136Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.01s) [2023-04-17T23:39:15.136Z] --- PASS: TestManifestStore/error_persisting_manifest (0.01s) [2023-04-17T23:39:15.136Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2023-04-17T23:39:15.136Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2023-04-17T23:39:15.136Z] === RUN TestDetectManifestBlobMediaType [2023-04-17T23:39:15.136Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2023-04-17T23:39:15.136Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2023-04-17T23:39:15.136Z] === RUN TestDetectManifestBlobMediaType/schema1 [2023-04-17T23:39:15.136Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2023-04-17T23:39:15.136Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2023-04-17T23:39:15.136Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2023-04-17T23:39:15.136Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2023-04-17T23:39:15.136Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2023-04-17T23:39:15.136Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2023-04-17T23:39:15.136Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2023-04-17T23:39:15.136Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2023-04-17T23:39:15.136Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2023-04-17T23:39:15.136Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2023-04-17T23:39:15.136Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2023-04-17T23:39:15.136Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2023-04-17T23:39:15.136Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2023-04-17T23:39:15.136Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2023-04-17T23:39:15.136Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2023-04-17T23:39:15.136Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2023-04-17T23:39:15.136Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2023-04-17T23:39:15.136Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2023-04-17T23:39:15.136Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2023-04-17T23:39:15.136Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2023-04-17T23:39:15.136Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2023-04-17T23:39:15.136Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2023-04-17T23:39:15.136Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2023-04-17T23:39:15.136Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2023-04-17T23:39:15.136Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2023-04-17T23:39:15.136Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2023-04-17T23:39:15.136Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2023-04-17T23:39:15.136Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2023-04-17T23:39:15.136Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2023-04-17T23:39:15.136Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2023-04-17T23:39:15.136Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2023-04-17T23:39:15.136Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2023-04-17T23:39:15.136Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2023-04-17T23:39:15.136Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2023-04-17T23:39:15.136Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2023-04-17T23:39:15.136Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2023-04-17T23:39:15.136Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2023-04-17T23:39:15.136Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2023-04-17T23:39:15.136Z] === RUN TestFixManifestLayers [2023-04-17T23:39:15.136Z] --- PASS: TestFixManifestLayers (0.00s) [2023-04-17T23:39:15.136Z] === RUN TestFixManifestLayersBaseLayerParent [2023-04-17T23:39:15.136Z] pull_v2_test.go:81: Needs fixing on Windows [2023-04-17T23:39:15.136Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2023-04-17T23:39:15.136Z] === RUN TestFixManifestLayersBadParent [2023-04-17T23:39:15.136Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2023-04-17T23:39:15.136Z] === RUN TestValidateManifest [2023-04-17T23:39:15.136Z] pull_v2_test.go:126: Needs fixing on Windows [2023-04-17T23:39:15.136Z] --- SKIP: TestValidateManifest (0.00s) [2023-04-17T23:39:15.136Z] === RUN TestFormatPlatform [2023-04-17T23:39:15.136Z] --- PASS: TestFormatPlatform (0.00s) [2023-04-17T23:39:15.136Z] === RUN TestPullSchema2Config [2023-04-17T23:39:15.136Z] === RUN TestPullSchema2Config/success_first_time [2023-04-17T23:39:15.136Z] pull_v2_test.go:283: HTTP GET /v2/ [2023-04-17T23:39:15.136Z] pull_v2_test.go:283: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2023-04-17T23:39:15.136Z] === RUN TestPullSchema2Config/500_status [2023-04-17T23:39:15.136Z] pull_v2_test.go:283: HTTP GET /v2/ [2023-04-17T23:39:15.136Z] pull_v2_test.go:283: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2023-04-17T23:39:15.136Z] --- PASS: TestTransfer (0.15s) [2023-04-17T23:39:15.136Z] === RUN TestConcurrencyLimit [2023-04-17T23:39:15.375Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2023-04-17T23:39:15.603Z] pull_v2_test.go:283: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2023-04-17T23:39:15.603Z] === RUN TestPullSchema2Config/EOF [2023-04-17T23:39:15.603Z] pull_v2_test.go:283: HTTP GET /v2/ [2023-04-17T23:39:15.603Z] pull_v2_test.go:283: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2023-04-17T23:39:15.603Z] 2023/04/17 23:39:15 http: panic serving 127.0.0.1:49231: intentional panic [2023-04-17T23:39:15.603Z] goroutine 112 [running]: [2023-04-17T23:39:15.603Z] net/http.(*conn).serve.func1() [2023-04-17T23:39:15.603Z] c:/go/src/net/http/server.go:1850 +0xbf [2023-04-17T23:39:15.603Z] panic({0x18253e0, 0x19da860}) [2023-04-17T23:39:15.603Z] c:/go/src/runtime/panic.go:890 +0x262 [2023-04-17T23:39:15.603Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc0003b44e0?, {0x19e1d88?, 0xc00029c000?}) [2023-04-17T23:39:15.603Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:261 +0xb4 [2023-04-17T23:39:15.603Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x19e1d88, 0xc00029c000}, 0xc000154000) [2023-04-17T23:39:15.603Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:289 +0x285 [2023-04-17T23:39:15.603Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x19e1d88?, 0xc00029c000?}, 0x130b415?) [2023-04-17T23:39:15.603Z] c:/go/src/net/http/server.go:2109 +0x2f [2023-04-17T23:39:15.603Z] net/http.serverHandler.ServeHTTP({0xc0004fc090?}, {0x19e1d88, 0xc00029c000}, 0xc000154000) [2023-04-17T23:39:15.603Z] c:/go/src/net/http/server.go:2947 +0x30c [2023-04-17T23:39:15.603Z] net/http.(*conn).serve(0xc0001e20a0, {0x19e2700, 0xc00039ac00}) [2023-04-17T23:39:15.603Z] c:/go/src/net/http/server.go:1991 +0x607 [2023-04-17T23:39:15.603Z] created by net/http.(*Server).Serve [2023-04-17T23:39:15.603Z] c:/go/src/net/http/server.go:3102 +0x4db [2023-04-17T23:39:15.603Z] === RUN TestNotFound [2023-04-17T23:39:15.603Z] --- PASS: TestNotFound (0.00s) [2023-04-17T23:39:15.603Z] === RUN TestConflict [2023-04-17T23:39:15.603Z] --- PASS: TestConflict (0.00s) [2023-04-17T23:39:15.603Z] === RUN TestForbidden [2023-04-17T23:39:15.603Z] --- PASS: TestForbidden (0.00s) [2023-04-17T23:39:15.603Z] === RUN TestInvalidParameter [2023-04-17T23:39:15.603Z] --- PASS: TestInvalidParameter (0.00s) [2023-04-17T23:39:15.603Z] === RUN TestNotImplemented [2023-04-17T23:39:15.603Z] --- PASS: TestNotImplemented (0.00s) [2023-04-17T23:39:15.603Z] === RUN TestNotModified [2023-04-17T23:39:15.603Z] --- PASS: TestNotModified (0.00s) [2023-04-17T23:39:15.603Z] === RUN TestUnauthorized [2023-04-17T23:39:15.603Z] --- PASS: TestUnauthorized (0.00s) [2023-04-17T23:39:15.603Z] === RUN TestUnknown [2023-04-17T23:39:15.603Z] --- PASS: TestUnknown (0.00s) [2023-04-17T23:39:15.603Z] === RUN TestCancelled [2023-04-17T23:39:15.604Z] --- PASS: TestCancelled (0.00s) [2023-04-17T23:39:15.604Z] === RUN TestDeadline [2023-04-17T23:39:15.604Z] --- PASS: TestDeadline (0.00s) [2023-04-17T23:39:15.604Z] === RUN TestDataLoss [2023-04-17T23:39:15.604Z] --- PASS: TestDataLoss (0.00s) [2023-04-17T23:39:15.604Z] === RUN TestUnavailable [2023-04-17T23:39:15.604Z] --- PASS: TestUnavailable (0.00s) [2023-04-17T23:39:15.604Z] === RUN TestSystem [2023-04-17T23:39:15.604Z] --- PASS: TestSystem (0.00s) [2023-04-17T23:39:15.604Z] === RUN TestFromStatusCode [2023-04-17T23:39:15.604Z] === RUN TestFromStatusCode/Not_Found [2023-04-17T23:39:15.604Z] === RUN TestFromStatusCode/Bad_Request [2023-04-17T23:39:15.604Z] === RUN TestFromStatusCode/Conflict [2023-04-17T23:39:15.604Z] === RUN TestFromStatusCode/Unauthorized [2023-04-17T23:39:15.604Z] === RUN TestFromStatusCode/Service_Unavailable [2023-04-17T23:39:15.604Z] === RUN TestFromStatusCode/Forbidden [2023-04-17T23:39:15.604Z] === RUN TestFromStatusCode/Not_Modified [2023-04-17T23:39:15.604Z] === RUN TestFromStatusCode/Not_Implemented [2023-04-17T23:39:15.604Z] === RUN TestFromStatusCode/Internal_Server_Error [2023-04-17T23:39:15.604Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2023-04-17T23:39:15.604Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2023-04-17T23:39:15.604Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2023-04-17T23:39:15.604Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2023-04-17T23:39:15.604Z] --- PASS: TestFromStatusCode (0.00s) [2023-04-17T23:39:15.604Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2023-04-17T23:39:15.604Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2023-04-17T23:39:15.604Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2023-04-17T23:39:15.604Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2023-04-17T23:39:15.604Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2023-04-17T23:39:15.604Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2023-04-17T23:39:15.604Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2023-04-17T23:39:15.604Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2023-04-17T23:39:15.604Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2023-04-17T23:39:15.604Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2023-04-17T23:39:15.604Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2023-04-17T23:39:15.604Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2023-04-17T23:39:15.604Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2023-04-17T23:39:15.604Z] PASS [2023-04-17T23:39:15.604Z] coverage: 77.0% of statements [2023-04-17T23:39:15.604Z] ok github.com/docker/docker/errdefs 0.038s coverage: 77.0% of statements [2023-04-17T23:39:15.604Z] --- PASS: TestConcurrencyLimit (0.36s) [2023-04-17T23:39:15.604Z] === RUN TestInactiveJobs [2023-04-17T23:39:15.604Z] pull_v2_test.go:283: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2023-04-17T23:39:15.604Z] === RUN TestPullSchema2Config/unauthorized [2023-04-17T23:39:15.604Z] pull_v2_test.go:283: HTTP GET /v2/ [2023-04-17T23:39:15.604Z] pull_v2_test.go:283: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2023-04-17T23:39:15.604Z] --- PASS: TestPullSchema2Config (0.54s) [2023-04-17T23:39:15.604Z] --- PASS: TestPullSchema2Config/success_first_time (0.02s) [2023-04-17T23:39:15.604Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2023-04-17T23:39:15.604Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2023-04-17T23:39:15.604Z] --- PASS: TestPullSchema2Config/unauthorized (0.00s) [2023-04-17T23:39:15.604Z] === RUN TestGetRepositoryMountCandidates [2023-04-17T23:39:15.604Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2023-04-17T23:39:15.604Z] === RUN TestLayerAlreadyExists [2023-04-17T23:39:15.604Z] 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} [2023-04-17T23:39:15.604Z] 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} [2023-04-17T23:39:15.604Z] 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} [2023-04-17T23:39:15.604Z] 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} [2023-04-17T23:39:15.604Z] 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} [2023-04-17T23:39:15.604Z] 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} [2023-04-17T23:39:15.604Z] --- PASS: TestLayerAlreadyExists (0.00s) [2023-04-17T23:39:15.604Z] === RUN TestWhenEmptyAuthConfig [2023-04-17T23:39:16.072Z] --- PASS: TestInactiveJobs (0.35s) [2023-04-17T23:39:16.072Z] === RUN TestWatchRelease [2023-04-17T23:39:16.072Z] --- PASS: TestWatchRelease (0.06s) [2023-04-17T23:39:16.072Z] === RUN TestWatchFinishedTransfer [2023-04-17T23:39:16.072Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2023-04-17T23:39:16.072Z] === RUN TestDuplicateTransfer [2023-04-17T23:39:16.072Z] --- PASS: TestDuplicateTransfer (0.04s) [2023-04-17T23:39:16.072Z] === RUN TestSuccessfulUpload [2023-04-17T23:39:16.072Z] === RUN TestFSGetInvalidData [2023-04-17T23:39:16.072Z] --- PASS: TestFSGetInvalidData (0.01s) [2023-04-17T23:39:16.072Z] === RUN TestFSInvalidSet [2023-04-17T23:39:16.072Z] --- PASS: TestFSInvalidSet (0.01s) [2023-04-17T23:39:16.072Z] === RUN TestFSInvalidRoot [2023-04-17T23:39:16.072Z] --- PASS: TestFSInvalidRoot (0.01s) [2023-04-17T23:39:16.072Z] === RUN TestFSMetadataGetSet [2023-04-17T23:39:16.072Z] --- PASS: TestFSMetadataGetSet (0.02s) [2023-04-17T23:39:16.072Z] === RUN TestFSInvalidWalker [2023-04-17T23:39:16.072Z] --- PASS: TestFSInvalidWalker (0.01s) [2023-04-17T23:39:16.072Z] === RUN TestFSGetSet [2023-04-17T23:39:16.072Z] --- PASS: TestFSGetSet (0.01s) [2023-04-17T23:39:16.072Z] === RUN TestFSGetUnsetKey [2023-04-17T23:39:16.072Z] --- PASS: TestFSGetUnsetKey (0.00s) [2023-04-17T23:39:16.072Z] === RUN TestFSGetEmptyData [2023-04-17T23:39:16.072Z] --- PASS: TestFSGetEmptyData (0.00s) [2023-04-17T23:39:16.072Z] === RUN TestFSDelete [2023-04-17T23:39:16.072Z] --- PASS: TestFSDelete (0.01s) [2023-04-17T23:39:16.072Z] === RUN TestFSWalker [2023-04-17T23:39:16.072Z] --- PASS: TestFSWalker (0.01s) [2023-04-17T23:39:16.072Z] === RUN TestFSWalkerStopOnError [2023-04-17T23:39:16.072Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2023-04-17T23:39:16.072Z] === RUN TestNewFromJSON [2023-04-17T23:39:16.072Z] --- PASS: TestNewFromJSON (0.00s) [2023-04-17T23:39:16.072Z] === RUN TestNewFromJSONWithInvalidJSON [2023-04-17T23:39:16.072Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2023-04-17T23:39:16.072Z] === RUN TestMarshalKeyOrder [2023-04-17T23:39:16.072Z] --- PASS: TestMarshalKeyOrder (0.00s) [2023-04-17T23:39:16.072Z] === RUN TestImage [2023-04-17T23:39:16.072Z] --- PASS: TestImage (0.00s) [2023-04-17T23:39:16.072Z] === RUN TestImageOSNotEmpty [2023-04-17T23:39:16.072Z] --- PASS: TestImageOSNotEmpty (0.00s) [2023-04-17T23:39:16.072Z] === RUN TestNewChildImageFromImageWithRootFS [2023-04-17T23:39:16.072Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2023-04-17T23:39:16.072Z] === RUN TestCreate [2023-04-17T23:39:16.072Z] --- PASS: TestCreate (0.01s) [2023-04-17T23:39:16.072Z] === RUN TestRestore [2023-04-17T23:39:16.072Z] time="2023-04-17T23:39:16Z" level=error msg="Upload failed, retrying: simulating retry" [2023-04-17T23:39:16.540Z] time="2023-04-17T23:39:15Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2023-04-17T23:39:16.540Z] --- PASS: TestRestore (0.14s) [2023-04-17T23:39:16.540Z] === RUN TestAddDelete [2023-04-17T23:39:16.540Z] --- PASS: TestAddDelete (0.02s) [2023-04-17T23:39:16.540Z] === RUN TestSearchAfterDelete [2023-04-17T23:39:16.540Z] --- PASS: TestSearchAfterDelete (0.01s) [2023-04-17T23:39:16.540Z] === RUN TestParentReset [2023-04-17T23:39:16.540Z] --- PASS: TestParentReset (0.02s) [2023-04-17T23:39:16.540Z] === RUN TestGetAndSetLastUpdated [2023-04-17T23:39:16.540Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2023-04-17T23:39:16.540Z] === RUN TestStoreLen [2023-04-17T23:39:16.540Z] --- PASS: TestSuccessfulUpload (0.37s) [2023-04-17T23:39:16.540Z] === RUN TestCancelledUpload [2023-04-17T23:39:16.540Z] --- PASS: TestCancelledUpload (0.00s) [2023-04-17T23:39:16.540Z] PASS [2023-04-17T23:39:16.540Z] coverage: 76.9% of statements [2023-04-17T23:39:16.540Z] ok github.com/docker/docker/distribution/xfer 1.854s coverage: 76.9% of statements [2023-04-17T23:39:16.540Z] --- PASS: TestStoreLen (0.04s) [2023-04-17T23:39:16.540Z] PASS [2023-04-17T23:39:16.540Z] coverage: 86.8% of statements [2023-04-17T23:39:16.540Z] ok github.com/docker/docker/image 0.395s coverage: 86.8% of statements [2023-04-17T23:39:16.540Z] === RUN TestCompare [2023-04-17T23:39:16.540Z] --- PASS: TestCompare (0.00s) [2023-04-17T23:39:16.540Z] PASS [2023-04-17T23:39:16.540Z] coverage: 19.2% of statements [2023-04-17T23:39:16.540Z] ok github.com/docker/docker/image/cache 0.054s coverage: 19.2% of statements [2023-04-17T23:39:16.540Z] --- PASS: TestWhenEmptyAuthConfig (0.88s) [2023-04-17T23:39:16.540Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2023-04-17T23:39:16.540Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2023-04-17T23:39:16.540Z] === RUN TestTokenPassThru [2023-04-17T23:39:16.540Z] --- PASS: TestTokenPassThru (0.01s) [2023-04-17T23:39:16.540Z] === RUN TestTokenPassThruDifferentHost [2023-04-17T23:39:16.540Z] --- PASS: TestTokenPassThruDifferentHost (0.00s) [2023-04-17T23:39:16.540Z] PASS [2023-04-17T23:39:16.540Z] coverage: 27.4% of statements [2023-04-17T23:39:16.540Z] ok github.com/docker/docker/distribution 1.753s coverage: 27.4% of statements [2023-04-17T23:39:16.540Z] ? github.com/docker/docker/distribution/utils [no test files] [2023-04-17T23:39:16.540Z] ? github.com/docker/docker/dockerversion [no test files] [2023-04-17T23:39:16.540Z] ? github.com/docker/docker/image/tarexport [no test files] [2023-04-17T23:39:16.608Z] sha256:6ba0e126f435a33ef7e0735441acff9036a536a52c27d62ea98eef35d7ea4a14 [2023-04-17T23:39:16.608Z] INFO: Starting docker-py tests... [2023-04-17T23:39:17.178Z] ============================= test session starts ============================== [2023-04-17T23:39:17.178Z] platform linux -- Python 3.7.16, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2023-04-17T23:39:17.178Z] rootdir: /src, inifile: pytest.ini [2023-04-17T23:39:17.178Z] plugins: timeout-1.3.3, cov-2.6.1 [2023-04-17T23:39:17.525Z] === RUN TestMakeV1ConfigFromConfig [2023-04-17T23:39:17.525Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2023-04-17T23:39:17.525Z] PASS [2023-04-17T23:39:17.525Z] coverage: 25.0% of statements [2023-04-17T23:39:17.525Z] ok github.com/docker/docker/image/v1 0.071s coverage: 25.0% of statements [2023-04-17T23:39:17.525Z] ? github.com/docker/docker/internal/test/suite [no test files] [2023-04-17T23:39:17.525Z] === RUN TestSerialization [2023-04-17T23:39:17.525Z] --- PASS: TestSerialization (0.02s) [2023-04-17T23:39:17.525Z] PASS [2023-04-17T23:39:17.525Z] coverage: 100.0% of statements [2023-04-17T23:39:17.525Z] ok github.com/docker/docker/libcontainerd/queue 0.060s coverage: 100.0% of statements [2023-04-17T23:39:18.117Z] collected 389 items / 1 deselected / 388 selected [2023-04-17T23:39:18.117Z] [2023-04-17T23:39:18.510Z] === RUN TestEnvironmentParsing [2023-04-17T23:39:18.510Z] --- PASS: TestEnvironmentParsing (0.00s) [2023-04-17T23:39:18.510Z] PASS [2023-04-17T23:39:18.510Z] coverage: 1.0% of statements [2023-04-17T23:39:18.510Z] ok github.com/docker/docker/libcontainerd/local 0.056s coverage: 1.0% of statements [2023-04-17T23:39:18.664Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2023-04-17T23:39:18.977Z] === RUN TestEmptyLayer [2023-04-17T23:39:18.977Z] --- PASS: TestEmptyLayer (0.00s) [2023-04-17T23:39:18.977Z] === RUN TestCommitFailure [2023-04-17T23:39:18.977Z] --- PASS: TestCommitFailure (0.01s) [2023-04-17T23:39:18.977Z] === RUN TestStartTransactionFailure [2023-04-17T23:39:18.977Z] --- PASS: TestStartTransactionFailure (0.00s) [2023-04-17T23:39:18.977Z] === RUN TestGetOrphan [2023-04-17T23:39:18.977Z] --- PASS: TestGetOrphan (0.00s) [2023-04-17T23:39:18.977Z] === RUN TestMountAndRegister [2023-04-17T23:39:18.977Z] layer_test.go:270: Layer size: 14 [2023-04-17T23:39:18.977Z] --- PASS: TestMountAndRegister (0.05s) [2023-04-17T23:39:18.977Z] === RUN TestLayerRelease [2023-04-17T23:39:18.977Z] layer_test.go:303: Failing on Windows [2023-04-17T23:39:18.977Z] --- SKIP: TestLayerRelease (0.00s) [2023-04-17T23:39:18.977Z] === RUN TestStoreRestore [2023-04-17T23:39:18.977Z] layer_test.go:352: Failing on Windows [2023-04-17T23:39:18.977Z] --- SKIP: TestStoreRestore (0.00s) [2023-04-17T23:39:18.977Z] === RUN TestTarStreamStability [2023-04-17T23:39:18.977Z] layer_test.go:467: Failing on Windows [2023-04-17T23:39:18.977Z] --- SKIP: TestTarStreamStability (0.00s) [2023-04-17T23:39:18.977Z] === RUN TestRegisterExistingLayer [2023-04-17T23:39:18.977Z] --- PASS: TestRegisterExistingLayer (0.16s) [2023-04-17T23:39:18.977Z] === RUN TestTarStreamVerification [2023-04-17T23:39:18.977Z] layer_test.go:696: Failing on Windows [2023-04-17T23:39:18.977Z] --- SKIP: TestTarStreamVerification (0.00s) [2023-04-17T23:39:18.977Z] === RUN TestLayerMigration [2023-04-17T23:39:18.977Z] migration_test.go:45: Failing on Windows [2023-04-17T23:39:18.977Z] --- SKIP: TestLayerMigration (0.00s) [2023-04-17T23:39:18.977Z] === RUN TestLayerMigrationNoTarsplit [2023-04-17T23:39:18.977Z] migration_test.go:181: Failing on Windows [2023-04-17T23:39:18.977Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2023-04-17T23:39:18.977Z] === RUN TestMountInit [2023-04-17T23:39:18.977Z] mount_test.go:17: Failing on Windows [2023-04-17T23:39:18.977Z] --- SKIP: TestMountInit (0.00s) [2023-04-17T23:39:18.977Z] === RUN TestMountSize [2023-04-17T23:39:18.977Z] mount_test.go:76: Failing on Windows [2023-04-17T23:39:18.977Z] --- SKIP: TestMountSize (0.00s) [2023-04-17T23:39:18.977Z] === RUN TestMountChanges [2023-04-17T23:39:18.977Z] mount_test.go:125: Failing on Windows [2023-04-17T23:39:18.977Z] --- SKIP: TestMountChanges (0.00s) [2023-04-17T23:39:18.977Z] === RUN TestMountApply [2023-04-17T23:39:18.977Z] mount_test.go:212: Failing on Windows [2023-04-17T23:39:18.977Z] --- SKIP: TestMountApply (0.00s) [2023-04-17T23:39:18.977Z] PASS [2023-04-17T23:39:18.977Z] coverage: 30.1% of statements [2023-04-17T23:39:18.977Z] ok github.com/docker/docker/layer 0.290s coverage: 30.1% of statements [2023-04-17T23:39:18.977Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2023-04-17T23:39:18.977Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2023-04-17T23:39:18.977Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2023-04-17T23:39:18.977Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2023-04-17T23:39:18.977Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2023-04-17T23:39:18.977Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2023-04-17T23:39:18.977Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2023-04-17T23:39:18.977Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2023-04-17T23:39:18.977Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2023-04-17T23:39:18.977Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2023-04-17T23:39:18.977Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2023-04-17T23:39:18.977Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2023-04-17T23:39:18.977Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2023-04-17T23:39:18.977Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2023-04-17T23:39:18.977Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2023-04-17T23:39:18.977Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2023-04-17T23:39:18.977Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2023-04-17T23:39:18.977Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2023-04-17T23:39:18.977Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2023-04-17T23:39:18.977Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2023-04-17T23:39:18.977Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2023-04-17T23:39:18.977Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2023-04-17T23:39:18.977Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2023-04-17T23:39:18.977Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2023-04-17T23:39:18.977Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2023-04-17T23:39:18.977Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2023-04-17T23:39:18.977Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2023-04-17T23:39:18.977Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2023-04-17T23:39:18.977Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2023-04-17T23:39:18.978Z] PASS [2023-04-17T23:39:18.978Z] coverage: 45.8% of statements [2023-04-17T23:39:18.978Z] ok github.com/docker/docker/oci 0.040s coverage: 45.8% of statements [2023-04-17T23:39:18.978Z] === RUN TestAddressPoolOpt [2023-04-17T23:39:18.978Z] --- PASS: TestAddressPoolOpt (0.00s) [2023-04-17T23:39:18.978Z] === RUN TestValidateEnv [2023-04-17T23:39:18.978Z] === RUN TestValidateEnv/a [2023-04-17T23:39:18.978Z] === RUN TestValidateEnv/something [2023-04-17T23:39:18.978Z] === RUN TestValidateEnv/_=a [2023-04-17T23:39:18.978Z] === RUN TestValidateEnv/env1=value1 [2023-04-17T23:39:18.978Z] === RUN TestValidateEnv/_env1=value1 [2023-04-17T23:39:18.978Z] === RUN TestValidateEnv/env2=value2=value3 [2023-04-17T23:39:18.978Z] === RUN TestValidateEnv/env3=abc!qwe [2023-04-17T23:39:18.978Z] === RUN TestValidateEnv/env_4=value_4 [2023-04-17T23:39:18.978Z] === RUN TestValidateEnv/PATH [2023-04-17T23:39:18.978Z] === RUN TestValidateEnv/=a [2023-04-17T23:39:18.978Z] === RUN TestValidateEnv/PATH= [2023-04-17T23:39:18.978Z] === RUN TestValidateEnv/PATH=something [2023-04-17T23:39:18.978Z] === RUN TestValidateEnv/asd!qwe [2023-04-17T23:39:18.978Z] === RUN TestValidateEnv/1asd [2023-04-17T23:39:18.978Z] === RUN TestValidateEnv/123 [2023-04-17T23:39:18.978Z] === RUN TestValidateEnv/some_space [2023-04-17T23:39:18.978Z] === RUN TestValidateEnv/__some_space_before [2023-04-17T23:39:18.978Z] === RUN TestValidateEnv/some_space_after__ [2023-04-17T23:39:18.978Z] === RUN TestValidateEnv/= [2023-04-17T23:39:18.978Z] === RUN TestValidateEnv/PaTh [2023-04-17T23:39:18.978Z] --- PASS: TestValidateEnv (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestValidateEnv/a (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestValidateEnv/something (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestValidateEnv/_=a (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestValidateEnv/PATH (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestValidateEnv/=a (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestValidateEnv/1asd (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestValidateEnv/123 (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestValidateEnv/some_space (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestValidateEnv/= (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2023-04-17T23:39:18.978Z] === RUN TestParseHost [2023-04-17T23:39:18.978Z] --- PASS: TestParseHost (0.00s) [2023-04-17T23:39:18.978Z] === RUN TestParseDockerDaemonHost [2023-04-17T23:39:18.978Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2023-04-17T23:39:18.978Z] === RUN TestParseTCP [2023-04-17T23:39:18.978Z] --- PASS: TestParseTCP (0.00s) [2023-04-17T23:39:18.978Z] === RUN TestParseInvalidUnixAddrInvalid [2023-04-17T23:39:18.978Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2023-04-17T23:39:18.978Z] === RUN TestValidateExtraHosts [2023-04-17T23:39:18.978Z] --- PASS: TestValidateExtraHosts (0.00s) [2023-04-17T23:39:18.978Z] === RUN TestIpOptString [2023-04-17T23:39:18.978Z] --- PASS: TestIpOptString (0.00s) [2023-04-17T23:39:18.978Z] === RUN TestNewIpOptInvalidDefaultVal [2023-04-17T23:39:18.978Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2023-04-17T23:39:18.978Z] === RUN TestNewIpOptValidDefaultVal [2023-04-17T23:39:18.978Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2023-04-17T23:39:18.978Z] === RUN TestIpOptSetInvalidVal [2023-04-17T23:39:18.978Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2023-04-17T23:39:18.978Z] === RUN TestValidateIPAddress [2023-04-17T23:39:18.978Z] --- PASS: TestValidateIPAddress (0.00s) [2023-04-17T23:39:18.978Z] === RUN TestMapOpts [2023-04-17T23:39:18.978Z] --- PASS: TestMapOpts (0.00s) [2023-04-17T23:39:18.978Z] === RUN TestListOptsWithoutValidator [2023-04-17T23:39:18.978Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2023-04-17T23:39:18.978Z] === RUN TestListOptsWithValidator [2023-04-17T23:39:18.978Z] --- PASS: TestListOptsWithValidator (0.00s) [2023-04-17T23:39:18.978Z] === RUN TestValidateDNSSearch [2023-04-17T23:39:18.978Z] --- PASS: TestValidateDNSSearch (0.00s) [2023-04-17T23:39:18.978Z] === RUN TestValidateLabel [2023-04-17T23:39:18.978Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2023-04-17T23:39:18.978Z] === RUN TestValidateLabel/label_with_general_format [2023-04-17T23:39:18.978Z] === RUN TestValidateLabel/label_with_more_than_one_= [2023-04-17T23:39:18.978Z] === RUN TestValidateLabel/label_with_one_more [2023-04-17T23:39:18.978Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2023-04-17T23:39:18.978Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2023-04-17T23:39:18.978Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2023-04-17T23:39:18.978Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2023-04-17T23:39:18.978Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2023-04-17T23:39:18.978Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2023-04-17T23:39:18.978Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2023-04-17T23:39:18.978Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2023-04-17T23:39:18.978Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2023-04-17T23:39:18.978Z] --- PASS: TestValidateLabel (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2023-04-17T23:39:18.978Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2023-04-17T23:39:18.978Z] === RUN TestNamedListOpts [2023-04-17T23:39:18.978Z] --- PASS: TestNamedListOpts (0.00s) [2023-04-17T23:39:18.978Z] === RUN TestNamedMapOpts [2023-04-17T23:39:18.978Z] --- PASS: TestNamedMapOpts (0.00s) [2023-04-17T23:39:18.978Z] === RUN TestParseLink [2023-04-17T23:39:18.978Z] --- PASS: TestParseLink (0.00s) [2023-04-17T23:39:18.978Z] === RUN TestQuotedStringSetWithQuotes [2023-04-17T23:39:18.978Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2023-04-17T23:39:18.978Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2023-04-17T23:39:18.978Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2023-04-17T23:39:18.978Z] === RUN TestQuotedStringSetWithNoQuotes [2023-04-17T23:39:18.978Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2023-04-17T23:39:18.978Z] === RUN TestUlimitOpt [2023-04-17T23:39:18.978Z] --- PASS: TestUlimitOpt (0.00s) [2023-04-17T23:39:18.978Z] PASS [2023-04-17T23:39:18.978Z] coverage: 67.1% of statements [2023-04-17T23:39:18.978Z] ok github.com/docker/docker/opts 0.071s coverage: 67.1% of statements [2023-04-17T23:39:18.978Z] ? github.com/docker/docker/libcontainerd [no test files] [2023-04-17T23:39:18.978Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2023-04-17T23:39:18.978Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2023-04-17T23:39:18.978Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2023-04-17T23:39:18.978Z] ? github.com/docker/docker/oci/caps [no test files] [2023-04-17T23:39:18.978Z] === RUN TestParseVersion [2023-04-17T23:39:18.978Z] --- PASS: TestParseVersion (0.00s) [2023-04-17T23:39:18.978Z] PASS [2023-04-17T23:39:18.978Z] coverage: 52.9% of statements [2023-04-17T23:39:18.978Z] ok github.com/docker/docker/pkg/aaparser 0.032s coverage: 52.9% of statements [2023-04-17T23:39:18.983Z] --- PASS: TestDaemonDNSFallback (6.25s) [2023-04-17T23:39:18.983Z] === RUN TestInspectNetwork [2023-04-17T23:39:19.967Z] === RUN TestUnbuffered [2023-04-17T23:39:19.967Z] --- PASS: TestUnbuffered (0.00s) [2023-04-17T23:39:19.967Z] === RUN TestRaceUnbuffered [2023-04-17T23:39:19.967Z] --- PASS: TestRaceUnbuffered (0.00s) [2023-04-17T23:39:19.967Z] PASS [2023-04-17T23:39:19.967Z] coverage: 100.0% of statements [2023-04-17T23:39:19.967Z] ok github.com/docker/docker/pkg/broadcaster 0.040s coverage: 100.0% of statements [2023-04-17T23:39:19.967Z] === RUN TestMatch [2023-04-17T23:39:19.967Z] === RUN TestMatch/[[]] [2023-04-17T23:39:19.967Z] === RUN TestMatch/[[foo]] [2023-04-17T23:39:19.967Z] === RUN TestMatch/[[bar]_[foo]] [2023-04-17T23:39:19.967Z] === RUN TestMatch/[[foo_bar]] [2023-04-17T23:39:19.967Z] === RUN TestMatch/[[qux]_[foo]] [2023-04-17T23:39:19.967Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2023-04-17T23:39:19.967Z] === RUN TestMatch/[] [2023-04-17T23:39:19.967Z] === RUN TestMatch/[]#01 [2023-04-17T23:39:19.967Z] === RUN TestMatch/[[qux]] [2023-04-17T23:39:19.967Z] === RUN TestMatch/[[foo_bar_qux]] [2023-04-17T23:39:19.967Z] === RUN TestMatch/[[qux]_[baz]] [2023-04-17T23:39:19.967Z] === RUN TestMatch/[[foo_baz]] [2023-04-17T23:39:19.967Z] --- PASS: TestMatch (0.00s) [2023-04-17T23:39:19.967Z] --- PASS: TestMatch/[[]] (0.00s) [2023-04-17T23:39:19.967Z] --- PASS: TestMatch/[[foo]] (0.00s) [2023-04-17T23:39:19.967Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2023-04-17T23:39:19.967Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2023-04-17T23:39:19.967Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2023-04-17T23:39:19.967Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2023-04-17T23:39:19.967Z] --- PASS: TestMatch/[] (0.00s) [2023-04-17T23:39:19.967Z] --- PASS: TestMatch/[]#01 (0.00s) [2023-04-17T23:39:19.967Z] --- PASS: TestMatch/[[qux]] (0.00s) [2023-04-17T23:39:19.967Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2023-04-17T23:39:19.967Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2023-04-17T23:39:19.967Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2023-04-17T23:39:19.967Z] PASS [2023-04-17T23:39:19.967Z] coverage: 87.5% of statements [2023-04-17T23:39:19.967Z] ok github.com/docker/docker/pkg/capabilities 0.032s coverage: 87.5% of statements [2023-04-17T23:39:20.435Z] === RUN TestPeerCertificateMarshalJSON [2023-04-17T23:39:20.902Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2023-04-17T23:39:20.902Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2023-04-17T23:39:20.902Z] --- PASS: TestPeerCertificateMarshalJSON (0.31s) [2023-04-17T23:39:20.902Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2023-04-17T23:39:20.902Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2023-04-17T23:39:20.902Z] === RUN TestMiddleware [2023-04-17T23:39:20.902Z] --- PASS: TestMiddleware (0.00s) [2023-04-17T23:39:20.902Z] === RUN TestNewResponseModifier [2023-04-17T23:39:20.902Z] --- PASS: TestNewResponseModifier (0.00s) [2023-04-17T23:39:20.902Z] PASS [2023-04-17T23:39:20.902Z] coverage: 26.8% of statements [2023-04-17T23:39:20.902Z] ok github.com/docker/docker/pkg/authorization 0.349s coverage: 26.8% of statements [2023-04-17T23:39:20.902Z] === RUN TestSizeEmpty [2023-04-17T23:39:20.902Z] --- PASS: TestSizeEmpty (0.00s) [2023-04-17T23:39:20.902Z] === RUN TestSizeEmptyFile [2023-04-17T23:39:20.902Z] --- PASS: TestSizeEmptyFile (0.00s) [2023-04-17T23:39:20.902Z] === RUN TestSizeNonemptyFile [2023-04-17T23:39:20.902Z] --- PASS: TestSizeNonemptyFile (0.00s) [2023-04-17T23:39:20.902Z] === RUN TestSizeNestedDirectoryEmpty [2023-04-17T23:39:20.902Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2023-04-17T23:39:20.902Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2023-04-17T23:39:20.902Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2023-04-17T23:39:20.902Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2023-04-17T23:39:20.902Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2023-04-17T23:39:20.902Z] === RUN TestMoveToSubdir [2023-04-17T23:39:20.902Z] --- PASS: TestMoveToSubdir (0.00s) [2023-04-17T23:39:20.902Z] === RUN TestSizeNonExistingDirectory [2023-04-17T23:39:20.902Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2023-04-17T23:39:20.902Z] PASS [2023-04-17T23:39:20.902Z] coverage: 80.0% of statements [2023-04-17T23:39:20.902Z] ok github.com/docker/docker/pkg/directory 0.078s coverage: 80.0% of statements [2023-04-17T23:39:20.902Z] === RUN TestChrootTarUntar [2023-04-17T23:39:20.902Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2023-04-17T23:39:20.902Z] --- SKIP: TestChrootTarUntar (0.00s) [2023-04-17T23:39:20.902Z] === RUN TestChrootUntarWithHugeExcludesList [2023-04-17T23:39:20.902Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2023-04-17T23:39:20.902Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2023-04-17T23:39:20.902Z] === RUN TestChrootUntarEmptyArchive [2023-04-17T23:39:20.902Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2023-04-17T23:39:20.902Z] === RUN TestChrootTarUntarWithSymlink [2023-04-17T23:39:20.902Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2023-04-17T23:39:20.902Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2023-04-17T23:39:20.902Z] === RUN TestChrootCopyWithTar [2023-04-17T23:39:20.902Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2023-04-17T23:39:20.902Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2023-04-17T23:39:20.902Z] === RUN TestChrootCopyFileWithTar [2023-04-17T23:39:20.902Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2023-04-17T23:39:20.902Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2023-04-17T23:39:20.902Z] === RUN TestChrootUntarPath [2023-04-17T23:39:20.902Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2023-04-17T23:39:20.902Z] --- SKIP: TestChrootUntarPath (0.00s) [2023-04-17T23:39:20.902Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2023-04-17T23:39:20.902Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2023-04-17T23:39:20.902Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2023-04-17T23:39:20.903Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2023-04-17T23:39:20.903Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2023-04-17T23:39:20.903Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2023-04-17T23:39:20.903Z] === RUN TestChrootApplyDotDotFile [2023-04-17T23:39:20.903Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2023-04-17T23:39:20.903Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2023-04-17T23:39:20.903Z] PASS [2023-04-17T23:39:20.903Z] coverage: 15.1% of statements [2023-04-17T23:39:20.903Z] ok github.com/docker/docker/pkg/chrootarchive 0.126s coverage: 15.1% of statements [2023-04-17T23:39:21.370Z] === RUN TestIsArchivePathDir [2023-04-17T23:39:21.370Z] --- PASS: TestIsArchivePathDir (0.06s) [2023-04-17T23:39:21.370Z] === RUN TestIsArchivePathInvalidFile [2023-04-17T23:39:21.370Z] --- PASS: TestIsArchivePathInvalidFile (0.12s) [2023-04-17T23:39:21.521Z] === RUN TestInspectNetwork/full_network_id [2023-04-17T23:39:21.521Z] === RUN TestInspectNetwork/partial_network_id [2023-04-17T23:39:21.521Z] === RUN TestInspectNetwork/network_name [2023-04-17T23:39:21.521Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2023-04-17T23:39:21.837Z] === RUN TestIsArchivePathTar [2023-04-17T23:39:21.837Z] --- PASS: TestIsArchivePathTar (0.24s) [2023-04-17T23:39:21.837Z] === RUN TestDecompressStreamGzip [2023-04-17T23:39:21.837Z] === RUN Test [2023-04-17T23:39:21.837Z] === RUN Test/TestContent [2023-04-17T23:39:21.837Z] === RUN Test/TestInitialize [2023-04-17T23:39:21.837Z] === RUN Test/TestNew [2023-04-17T23:39:21.837Z] === RUN Test/TestParsingContentsWithComments [2023-04-17T23:39:21.837Z] === RUN Test/TestRegister [2023-04-17T23:39:21.837Z] === RUN Test/TestWatch [2023-04-17T23:39:21.837Z] --- PASS: Test (0.00s) [2023-04-17T23:39:21.837Z] --- PASS: Test/TestContent (0.00s) [2023-04-17T23:39:21.837Z] --- PASS: Test/TestInitialize (0.00s) [2023-04-17T23:39:21.837Z] --- PASS: Test/TestNew (0.00s) [2023-04-17T23:39:21.837Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2023-04-17T23:39:21.837Z] --- PASS: Test/TestRegister (0.00s) [2023-04-17T23:39:21.837Z] --- PASS: Test/TestWatch (0.00s) [2023-04-17T23:39:21.837Z] PASS [2023-04-17T23:39:21.837Z] coverage: 92.9% of statements [2023-04-17T23:39:21.837Z] ok github.com/docker/docker/pkg/discovery/file 0.042s coverage: 92.9% of statements [2023-04-17T23:39:21.837Z] --- PASS: TestDecompressStreamGzip (0.11s) [2023-04-17T23:39:21.837Z] === RUN TestDecompressStreamBzip2 [2023-04-17T23:39:21.837Z] === RUN Test [2023-04-17T23:39:21.837Z] === RUN Test/TestContainsEntry [2023-04-17T23:39:21.837Z] === RUN Test/TestCreateEntries [2023-04-17T23:39:21.837Z] === RUN Test/TestEntriesDiff [2023-04-17T23:39:21.837Z] === RUN Test/TestEntriesEquality [2023-04-17T23:39:21.837Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2023-04-17T23:39:21.837Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2023-04-17T23:39:21.837Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2023-04-17T23:39:21.837Z] === RUN Test/TestGeneratorNotGenerate [2023-04-17T23:39:21.837Z] === RUN Test/TestGeneratorWithPort [2023-04-17T23:39:21.837Z] === RUN Test/TestGeneratorWithPortNotGenerate [2023-04-17T23:39:21.837Z] === RUN Test/TestNewEntry [2023-04-17T23:39:21.837Z] === RUN Test/TestParse [2023-04-17T23:39:21.837Z] --- PASS: Test (0.00s) [2023-04-17T23:39:21.837Z] --- PASS: Test/TestContainsEntry (0.00s) [2023-04-17T23:39:21.837Z] --- PASS: Test/TestCreateEntries (0.00s) [2023-04-17T23:39:21.837Z] --- PASS: Test/TestEntriesDiff (0.00s) [2023-04-17T23:39:21.837Z] --- PASS: Test/TestEntriesEquality (0.00s) [2023-04-17T23:39:21.837Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2023-04-17T23:39:21.837Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2023-04-17T23:39:21.837Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2023-04-17T23:39:21.837Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2023-04-17T23:39:21.837Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2023-04-17T23:39:21.837Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2023-04-17T23:39:21.837Z] --- PASS: Test/TestNewEntry (0.00s) [2023-04-17T23:39:21.837Z] --- PASS: Test/TestParse (0.00s) [2023-04-17T23:39:21.837Z] PASS [2023-04-17T23:39:21.837Z] coverage: 58.3% of statements [2023-04-17T23:39:21.837Z] ok github.com/docker/docker/pkg/discovery 0.039s coverage: 58.3% of statements [2023-04-17T23:39:21.837Z] --- PASS: TestDecompressStreamBzip2 (0.09s) [2023-04-17T23:39:21.837Z] === RUN TestDecompressStreamXz [2023-04-17T23:39:21.837Z] archive_test.go:133: Xz not present in msys2 [2023-04-17T23:39:21.837Z] --- SKIP: TestDecompressStreamXz (0.00s) [2023-04-17T23:39:21.837Z] === RUN TestCompressStreamXzUnsupported [2023-04-17T23:39:21.837Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2023-04-17T23:39:21.837Z] === RUN TestCompressStreamBzip2Unsupported [2023-04-17T23:39:21.837Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2023-04-17T23:39:21.837Z] === RUN TestCompressStreamInvalid [2023-04-17T23:39:21.837Z] --- PASS: TestCompressStreamInvalid (0.00s) [2023-04-17T23:39:21.837Z] === RUN TestExtensionInvalid [2023-04-17T23:39:21.837Z] --- PASS: TestExtensionInvalid (0.00s) [2023-04-17T23:39:21.837Z] === RUN TestExtensionUncompressed [2023-04-17T23:39:21.837Z] --- PASS: TestExtensionUncompressed (0.00s) [2023-04-17T23:39:21.837Z] === RUN TestExtensionBzip2 [2023-04-17T23:39:21.837Z] --- PASS: TestExtensionBzip2 (0.00s) [2023-04-17T23:39:21.837Z] === RUN TestExtensionGzip [2023-04-17T23:39:21.837Z] --- PASS: TestExtensionGzip (0.00s) [2023-04-17T23:39:21.837Z] === RUN TestExtensionXz [2023-04-17T23:39:21.837Z] --- PASS: TestExtensionXz (0.00s) [2023-04-17T23:39:21.837Z] === RUN TestCmdStreamLargeStderr [2023-04-17T23:39:22.305Z] --- PASS: TestCmdStreamLargeStderr (0.08s) [2023-04-17T23:39:22.305Z] === RUN TestCmdStreamBad [2023-04-17T23:39:22.305Z] archive_test.go:238: Failing on Windows CI machines [2023-04-17T23:39:22.305Z] --- SKIP: TestCmdStreamBad (0.00s) [2023-04-17T23:39:22.305Z] === RUN TestCmdStreamGood [2023-04-17T23:39:22.305Z] --- PASS: TestCmdStreamGood (0.05s) [2023-04-17T23:39:22.305Z] === RUN TestUntarPathWithInvalidDest [2023-04-17T23:39:22.305Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2023-04-17T23:39:22.305Z] === RUN TestUntarPathWithInvalidSrc [2023-04-17T23:39:22.305Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2023-04-17T23:39:22.305Z] === RUN TestUntarPath [2023-04-17T23:39:22.305Z] --- PASS: TestUntarPath (0.05s) [2023-04-17T23:39:22.305Z] === RUN TestUntarPathWithDestinationFile [2023-04-17T23:39:22.305Z] --- PASS: TestUntarPathWithDestinationFile (0.06s) [2023-04-17T23:39:22.305Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2023-04-17T23:39:22.305Z] === RUN Test [2023-04-17T23:39:22.305Z] === RUN Test/TestInitialize [2023-04-17T23:39:22.305Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s) [2023-04-17T23:39:22.305Z] === RUN TestCopyWithTarInvalidSrc [2023-04-17T23:39:22.305Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2023-04-17T23:39:22.305Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2023-04-17T23:39:22.305Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2023-04-17T23:39:22.305Z] === RUN TestCopyWithTarSrcFile [2023-04-17T23:39:22.305Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2023-04-17T23:39:22.305Z] === RUN TestCopyWithTarSrcFolder [2023-04-17T23:39:22.305Z] --- PASS: TestCopyWithTarSrcFolder (0.00s) [2023-04-17T23:39:22.305Z] === RUN TestCopyFileWithTarInvalidSrc [2023-04-17T23:39:22.305Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2023-04-17T23:39:22.305Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2023-04-17T23:39:22.305Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2023-04-17T23:39:22.305Z] === RUN TestCopyFileWithTarSrcFolder [2023-04-17T23:39:22.305Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2023-04-17T23:39:22.305Z] === RUN TestCopyFileWithTarSrcFile [2023-04-17T23:39:22.305Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2023-04-17T23:39:22.305Z] === RUN TestTarFiles [2023-04-17T23:39:22.305Z] time="2023-04-17T23:39:22Z" level=info msg="Initializing discovery without TLS" [2023-04-17T23:39:22.305Z] time="2023-04-17T23:39:22Z" level=info msg="Initializing discovery without TLS" [2023-04-17T23:39:22.305Z] time="2023-04-17T23:39:22Z" level=info msg="Initializing discovery without TLS" [2023-04-17T23:39:22.305Z] === RUN Test/TestInitializeWithCerts [2023-04-17T23:39:22.305Z] time="2023-04-17T23:39:22Z" level=info msg="Initializing discovery with TLS" [2023-04-17T23:39:22.305Z] === RUN Test/TestWatch [2023-04-17T23:39:22.305Z] time="2023-04-17T23:39:22Z" level=info msg="Initializing discovery without TLS" [2023-04-17T23:39:22.773Z] === RUN Test [2023-04-17T23:39:22.773Z] === RUN Test/TestWatch [2023-04-17T23:39:22.773Z] --- PASS: Test (0.00s) [2023-04-17T23:39:22.773Z] --- PASS: Test/TestWatch (0.00s) [2023-04-17T23:39:22.773Z] PASS [2023-04-17T23:39:22.773Z] coverage: 92.3% of statements [2023-04-17T23:39:22.773Z] ok github.com/docker/docker/pkg/discovery/memory 0.048s coverage: 92.3% of statements [2023-04-17T23:39:22.773Z] === RUN Test [2023-04-17T23:39:22.773Z] === RUN Test/TestInitialize [2023-04-17T23:39:22.773Z] === RUN Test/TestInitializeWithPattern [2023-04-17T23:39:22.773Z] === RUN Test/TestRegister [2023-04-17T23:39:22.773Z] === RUN Test/TestWatch [2023-04-17T23:39:22.773Z] --- PASS: Test (0.00s) [2023-04-17T23:39:22.773Z] --- PASS: Test/TestInitialize (0.00s) [2023-04-17T23:39:22.773Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2023-04-17T23:39:22.773Z] --- PASS: Test/TestRegister (0.00s) [2023-04-17T23:39:22.773Z] --- PASS: Test/TestWatch (0.00s) [2023-04-17T23:39:22.773Z] PASS [2023-04-17T23:39:22.773Z] coverage: 93.8% of statements [2023-04-17T23:39:22.773Z] ok github.com/docker/docker/pkg/discovery/nodes 0.043s coverage: 93.8% of statements [2023-04-17T23:39:23.758Z] === RUN TestPollerAddRemove [2023-04-17T23:39:23.758Z] --- PASS: TestPollerAddRemove (0.00s) [2023-04-17T23:39:23.758Z] === RUN TestPollerEvent [2023-04-17T23:39:23.758Z] poller_test.go:40: No chmod on Windows [2023-04-17T23:39:23.758Z] --- SKIP: TestPollerEvent (0.00s) [2023-04-17T23:39:23.758Z] === RUN TestPollerClose [2023-04-17T23:39:23.758Z] --- PASS: TestPollerClose (0.00s) [2023-04-17T23:39:23.758Z] PASS [2023-04-17T23:39:23.758Z] coverage: 39.4% of statements [2023-04-17T23:39:23.758Z] ok github.com/docker/docker/pkg/filenotify 0.036s coverage: 39.4% of statements [2023-04-17T23:39:23.758Z] === RUN TestCopyFileWithInvalidSrc [2023-04-17T23:39:23.758Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2023-04-17T23:39:23.758Z] === RUN TestCopyFileWithInvalidDest [2023-04-17T23:39:23.758Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2023-04-17T23:39:23.758Z] === RUN TestCopyFileWithSameSrcAndDest [2023-04-17T23:39:23.758Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2023-04-17T23:39:23.758Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2023-04-17T23:39:23.758Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2023-04-17T23:39:23.758Z] === RUN TestCopyFile [2023-04-17T23:39:23.758Z] --- PASS: TestCopyFile (0.01s) [2023-04-17T23:39:23.758Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2023-04-17T23:39:23.758Z] fileutils_test.go:133: Needs porting to Windows [2023-04-17T23:39:23.758Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2023-04-17T23:39:23.758Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2023-04-17T23:39:23.758Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2023-04-17T23:39:23.758Z] === RUN TestReadSymlinkedDirectoryToFile [2023-04-17T23:39:23.758Z] fileutils_test.go:179: Needs porting to Windows [2023-04-17T23:39:23.758Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2023-04-17T23:39:23.758Z] === RUN TestWildcardMatches [2023-04-17T23:39:23.758Z] --- PASS: TestWildcardMatches (0.00s) [2023-04-17T23:39:23.758Z] === RUN TestPatternMatches [2023-04-17T23:39:23.758Z] --- PASS: TestPatternMatches (0.00s) [2023-04-17T23:39:23.758Z] === RUN TestExclusionPatternMatchesPatternBefore [2023-04-17T23:39:23.758Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2023-04-17T23:39:23.758Z] === RUN TestPatternMatchesFolderExclusions [2023-04-17T23:39:23.758Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2023-04-17T23:39:23.758Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2023-04-17T23:39:23.758Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2023-04-17T23:39:23.758Z] === RUN TestPatternMatchesFolderWildcardExclusions [2023-04-17T23:39:23.758Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2023-04-17T23:39:23.758Z] === RUN TestExclusionPatternMatchesPatternAfter [2023-04-17T23:39:23.758Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2023-04-17T23:39:23.758Z] === RUN TestExclusionPatternMatchesWholeDirectory [2023-04-17T23:39:23.758Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2023-04-17T23:39:23.758Z] === RUN TestSingleExclamationError [2023-04-17T23:39:23.758Z] --- PASS: TestSingleExclamationError (0.00s) [2023-04-17T23:39:23.758Z] === RUN TestMatchesWithNoPatterns [2023-04-17T23:39:23.758Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2023-04-17T23:39:23.758Z] === RUN TestMatchesWithMalformedPatterns [2023-04-17T23:39:23.758Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2023-04-17T23:39:23.758Z] === RUN TestMatches [2023-04-17T23:39:23.758Z] --- PASS: TestMatches (0.00s) [2023-04-17T23:39:23.758Z] === RUN TestCleanPatterns [2023-04-17T23:39:23.758Z] --- PASS: TestCleanPatterns (0.00s) [2023-04-17T23:39:23.758Z] === RUN TestCleanPatternsStripEmptyPatterns [2023-04-17T23:39:23.758Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2023-04-17T23:39:23.758Z] === RUN TestCleanPatternsExceptionFlag [2023-04-17T23:39:23.758Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2023-04-17T23:39:23.758Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2023-04-17T23:39:23.758Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2023-04-17T23:39:23.758Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2023-04-17T23:39:23.758Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2023-04-17T23:39:23.758Z] === RUN TestCleanPatternsErrorSingleException [2023-04-17T23:39:23.758Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2023-04-17T23:39:23.759Z] === RUN TestCreateIfNotExistsDir [2023-04-17T23:39:23.759Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2023-04-17T23:39:23.759Z] === RUN TestCreateIfNotExistsFile [2023-04-17T23:39:23.759Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2023-04-17T23:39:23.759Z] === RUN TestMatch [2023-04-17T23:39:23.759Z] --- PASS: TestMatch (0.00s) [2023-04-17T23:39:23.759Z] PASS [2023-04-17T23:39:23.759Z] coverage: 85.4% of statements [2023-04-17T23:39:23.759Z] ok github.com/docker/docker/pkg/fileutils 0.076s coverage: 85.4% of statements [2023-04-17T23:39:23.928Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2023-04-17T23:39:24.226Z] === RUN TestGet [2023-04-17T23:39:24.226Z] --- PASS: TestGet (0.00s) [2023-04-17T23:39:24.226Z] === RUN TestGetShortcutString [2023-04-17T23:39:24.226Z] --- PASS: TestGetShortcutString (0.00s) [2023-04-17T23:39:24.226Z] PASS [2023-04-17T23:39:24.226Z] coverage: 42.9% of statements [2023-04-17T23:39:24.226Z] ok github.com/docker/docker/pkg/homedir 0.037s coverage: 42.9% of statements [2023-04-17T23:39:24.694Z] === RUN TestCreateIDMapOrder [2023-04-17T23:39:24.694Z] --- PASS: TestCreateIDMapOrder (0.00s) [2023-04-17T23:39:24.694Z] PASS [2023-04-17T23:39:24.694Z] coverage: 7.2% of statements [2023-04-17T23:39:24.694Z] ok github.com/docker/docker/pkg/idtools 0.043s coverage: 7.2% of statements [2023-04-17T23:39:25.678Z] === RUN TestFixedBufferCap [2023-04-17T23:39:25.678Z] --- PASS: TestFixedBufferCap (0.00s) [2023-04-17T23:39:25.678Z] === RUN TestFixedBufferLen [2023-04-17T23:39:25.678Z] --- PASS: TestFixedBufferLen (0.00s) [2023-04-17T23:39:25.678Z] === RUN TestFixedBufferString [2023-04-17T23:39:25.678Z] --- PASS: TestFixedBufferString (0.00s) [2023-04-17T23:39:25.678Z] === RUN TestFixedBufferWrite [2023-04-17T23:39:25.678Z] --- PASS: TestFixedBufferWrite (0.00s) [2023-04-17T23:39:25.678Z] === RUN TestFixedBufferRead [2023-04-17T23:39:25.678Z] --- PASS: TestFixedBufferRead (0.00s) [2023-04-17T23:39:25.678Z] === RUN TestBytesPipeRead [2023-04-17T23:39:25.678Z] --- PASS: TestBytesPipeRead (0.00s) [2023-04-17T23:39:25.678Z] === RUN TestBytesPipeWrite [2023-04-17T23:39:25.678Z] --- PASS: TestBytesPipeWrite (0.00s) [2023-04-17T23:39:25.678Z] === RUN TestBytesPipeWriteRandomChunks [2023-04-17T23:39:25.678Z] --- PASS: Test (3.13s) [2023-04-17T23:39:25.678Z] --- PASS: Test/TestInitialize (0.12s) [2023-04-17T23:39:25.678Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2023-04-17T23:39:25.678Z] --- PASS: Test/TestWatch (3.01s) [2023-04-17T23:39:25.678Z] PASS [2023-04-17T23:39:25.678Z] coverage: 84.1% of statements [2023-04-17T23:39:25.678Z] ok github.com/docker/docker/pkg/discovery/kv 3.175s coverage: 84.1% of statements [2023-04-17T23:39:25.678Z] === RUN TestError [2023-04-17T23:39:25.678Z] --- PASS: TestError (0.00s) [2023-04-17T23:39:25.678Z] === RUN TestProgressString [2023-04-17T23:39:25.678Z] === RUN TestProgressString/no_progress [2023-04-17T23:39:25.678Z] === RUN TestProgressString/progress_1 [2023-04-17T23:39:25.678Z] === RUN TestProgressString/some_progress_with_a_start_time [2023-04-17T23:39:25.678Z] === RUN TestProgressString/some_progress_without_a_start_time [2023-04-17T23:39:25.678Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2023-04-17T23:39:25.678Z] === RUN TestProgressString/with_units [2023-04-17T23:39:25.678Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2023-04-17T23:39:25.678Z] === RUN TestProgressString/hide_counts [2023-04-17T23:39:25.678Z] --- PASS: TestProgressString (0.00s) [2023-04-17T23:39:25.678Z] --- PASS: TestProgressString/no_progress (0.00s) [2023-04-17T23:39:25.678Z] --- PASS: TestProgressString/progress_1 (0.00s) [2023-04-17T23:39:25.678Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2023-04-17T23:39:25.678Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2023-04-17T23:39:25.678Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2023-04-17T23:39:25.678Z] --- PASS: TestProgressString/with_units (0.00s) [2023-04-17T23:39:25.678Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2023-04-17T23:39:25.678Z] --- PASS: TestProgressString/hide_counts (0.00s) [2023-04-17T23:39:25.678Z] === RUN TestJSONMessageDisplay [2023-04-17T23:39:25.678Z] --- PASS: TestJSONMessageDisplay (0.13s) [2023-04-17T23:39:25.678Z] === RUN TestJSONMessageDisplayWithJSONError [2023-04-17T23:39:25.678Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2023-04-17T23:39:25.678Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2023-04-17T23:39:25.678Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2023-04-17T23:39:25.678Z] === RUN TestDisplayJSONMessagesStream [2023-04-17T23:39:25.678Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2023-04-17T23:39:25.678Z] PASS [2023-04-17T23:39:25.678Z] coverage: 91.7% of statements [2023-04-17T23:39:25.678Z] ok github.com/docker/docker/pkg/jsonmessage 0.172s coverage: 91.7% of statements [2023-04-17T23:39:25.678Z] --- PASS: TestBytesPipeWriteRandomChunks (0.42s) [2023-04-17T23:39:25.678Z] === RUN TestAtomicWriteToFile [2023-04-17T23:39:25.678Z] --- PASS: TestAtomicWriteToFile (0.01s) [2023-04-17T23:39:25.678Z] === RUN TestAtomicWriteSetCommit [2023-04-17T23:39:25.717Z] --- PASS: TestInspectNetwork (6.94s) [2023-04-17T23:39:25.717Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2023-04-17T23:39:25.717Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2023-04-17T23:39:25.717Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2023-04-17T23:39:25.717Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2023-04-17T23:39:25.717Z] === RUN TestRunContainerWithBridgeNone [2023-04-17T23:39:26.146Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2023-04-17T23:39:26.146Z] === RUN TestAtomicWriteSetCancel [2023-04-17T23:39:26.146Z] --- PASS: TestAtomicWriteSetCancel (0.02s) [2023-04-17T23:39:26.146Z] === RUN TestReadCloserWrapperClose [2023-04-17T23:39:26.146Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2023-04-17T23:39:26.146Z] === RUN TestReaderErrWrapperReadOnError [2023-04-17T23:39:26.146Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2023-04-17T23:39:26.146Z] === RUN TestReaderErrWrapperRead [2023-04-17T23:39:26.146Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2023-04-17T23:39:26.146Z] === RUN TestHashData [2023-04-17T23:39:26.146Z] --- PASS: TestHashData (0.00s) [2023-04-17T23:39:26.146Z] === RUN TestCancelReadCloser [2023-04-17T23:39:26.146Z] --- PASS: TestCancelReadCloser (0.11s) [2023-04-17T23:39:26.146Z] === RUN TestWriteCloserWrapperClose [2023-04-17T23:39:26.146Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2023-04-17T23:39:26.146Z] === RUN TestNopWriteCloser [2023-04-17T23:39:26.146Z] --- PASS: TestNopWriteCloser (0.00s) [2023-04-17T23:39:26.146Z] === RUN TestNopWriter [2023-04-17T23:39:26.146Z] --- PASS: TestNopWriter (0.00s) [2023-04-17T23:39:26.146Z] === RUN TestWriteCounter [2023-04-17T23:39:26.146Z] --- PASS: TestWriteCounter (0.00s) [2023-04-17T23:39:26.146Z] PASS [2023-04-17T23:39:26.146Z] coverage: 68.4% of statements [2023-04-17T23:39:26.146Z] ok github.com/docker/docker/pkg/ioutils 0.615s coverage: 68.4% of statements [2023-04-17T23:39:26.146Z] === RUN TestStandardLongPath [2023-04-17T23:39:26.146Z] --- PASS: TestStandardLongPath (0.00s) [2023-04-17T23:39:26.146Z] === RUN TestUNCLongPath [2023-04-17T23:39:26.146Z] --- PASS: TestUNCLongPath (0.00s) [2023-04-17T23:39:26.146Z] PASS [2023-04-17T23:39:26.146Z] coverage: 100.0% of statements [2023-04-17T23:39:26.146Z] ok github.com/docker/docker/pkg/longpath 0.036s coverage: 100.0% of statements [2023-04-17T23:39:26.146Z] --- PASS: TestTarFiles (3.88s) [2023-04-17T23:39:26.146Z] === RUN TestTarUntar [2023-04-17T23:39:26.146Z] --- PASS: TestTarUntar (0.03s) [2023-04-17T23:39:26.146Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2023-04-17T23:39:26.146Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2023-04-17T23:39:26.146Z] === RUN TestTarWithOptions [2023-04-17T23:39:26.146Z] --- PASS: TestTarWithOptions (0.02s) [2023-04-17T23:39:26.146Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2023-04-17T23:39:26.146Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2023-04-17T23:39:26.146Z] === RUN TestUntarUstarGnuConflict [2023-04-17T23:39:26.146Z] --- PASS: TestUntarUstarGnuConflict (0.01s) [2023-04-17T23:39:26.146Z] === RUN TestUntarInvalidFilenames [2023-04-17T23:39:26.458Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2023-04-17T23:39:26.614Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames1040180939\\dest" [2023-04-17T23:39:26.614Z] --- PASS: TestUntarInvalidFilenames (0.12s) [2023-04-17T23:39:26.614Z] === RUN TestUntarHardlinkToSymlink [2023-04-17T23:39:26.614Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2023-04-17T23:39:26.614Z] === RUN TestUntarInvalidHardlink [2023-04-17T23:39:26.614Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4182536923\\victim\\hello" -> "../victim/hello" [2023-04-17T23:39:26.614Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3886601605\\victim\\hello" -> "/../victim/hello" [2023-04-17T23:39:26.614Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink785097489\\victim" -> "../victim" [2023-04-17T23:39:26.614Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4024062501\\victim" -> "../victim" [2023-04-17T23:39:26.614Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1939916384\\victim" -> "../victim" [2023-04-17T23:39:26.614Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2598449984\\victim" -> "../victim" [2023-04-17T23:39:26.614Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2023-04-17T23:39:26.614Z] === RUN TestUntarInvalidSymlink [2023-04-17T23:39:26.614Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink115464895\\dest\\dotdot" -> "../victim/hello" [2023-04-17T23:39:26.614Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2055118678\\dest\\slash-dotdot" -> "/../victim/hello" [2023-04-17T23:39:26.614Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink995821883\\dest\\loophole-victim" -> "../victim" [2023-04-17T23:39:26.614Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3994433163\\dest\\loophole-victim" -> "../victim" [2023-04-17T23:39:26.614Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2118284870\\dest\\loophole-victim" -> "../victim" [2023-04-17T23:39:26.614Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1876352966\\dest\\loophole-victim" -> "../victim" [2023-04-17T23:39:26.614Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2776570742\\dest\\dir\\loophole" -> "../../victim" [2023-04-17T23:39:26.614Z] --- PASS: TestUntarInvalidSymlink (0.02s) [2023-04-17T23:39:26.614Z] === RUN TestTempArchiveCloseMultipleTimes [2023-04-17T23:39:26.614Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2023-04-17T23:39:26.614Z] === RUN TestXGlobalNoParent [2023-04-17T23:39:26.614Z] --- PASS: TestXGlobalNoParent (0.00s) [2023-04-17T23:39:26.614Z] === RUN TestReplaceFileTarWrapper [2023-04-17T23:39:26.614Z] === RUN TestNameFormat [2023-04-17T23:39:26.614Z] --- PASS: TestNameFormat (0.00s) [2023-04-17T23:39:26.614Z] === RUN TestNameRetries [2023-04-17T23:39:26.614Z] --- PASS: TestNameRetries (0.00s) [2023-04-17T23:39:26.614Z] PASS [2023-04-17T23:39:26.614Z] coverage: 85.7% of statements [2023-04-17T23:39:26.614Z] ok github.com/docker/docker/pkg/namesgenerator 0.040s coverage: 85.7% of statements [2023-04-17T23:39:26.614Z] --- PASS: TestReplaceFileTarWrapper (0.12s) [2023-04-17T23:39:26.614Z] === RUN TestPrefixHeaderReadable [2023-04-17T23:39:26.614Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2023-04-17T23:39:26.614Z] === RUN TestDisablePigz [2023-04-17T23:39:26.614Z] archive_test.go:1330: Test will not check full path when Pigz not installed [2023-04-17T23:39:26.614Z] === RUN TestParseKeyValueOpt [2023-04-17T23:39:26.614Z] --- PASS: TestParseKeyValueOpt (0.00s) [2023-04-17T23:39:26.614Z] === RUN TestParseUintList [2023-04-17T23:39:26.614Z] --- PASS: TestParseUintList (0.00s) [2023-04-17T23:39:26.614Z] === RUN TestParseUintListMaximumLimits [2023-04-17T23:39:26.614Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2023-04-17T23:39:26.614Z] PASS [2023-04-17T23:39:26.614Z] coverage: 97.0% of statements [2023-04-17T23:39:26.614Z] ok github.com/docker/docker/pkg/parsers 0.033s coverage: 97.0% of statements [2023-04-17T23:39:26.614Z] --- PASS: TestDisablePigz (0.11s) [2023-04-17T23:39:26.614Z] === RUN TestPigz [2023-04-17T23:39:27.082Z] archive_test.go:1359: Tested whether Pigz is not used, as it not installed [2023-04-17T23:39:27.082Z] --- PASS: TestPigz (0.10s) [2023-04-17T23:39:27.082Z] === RUN TestCopyFileWithInvalidDest [2023-04-17T23:39:27.082Z] archive_windows_test.go:16: Currently fails [2023-04-17T23:39:27.082Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2023-04-17T23:39:27.082Z] === RUN TestCanonicalTarNameForPath [2023-04-17T23:39:27.082Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2023-04-17T23:39:27.082Z] === RUN TestCanonicalTarName [2023-04-17T23:39:27.082Z] --- PASS: TestCanonicalTarName (0.00s) [2023-04-17T23:39:27.082Z] === RUN TestChmodTarEntry [2023-04-17T23:39:27.082Z] --- PASS: TestChmodTarEntry (0.00s) [2023-04-17T23:39:27.082Z] === RUN TestHardLinkOrder [2023-04-17T23:39:27.082Z] --- PASS: TestHardLinkOrder (0.09s) [2023-04-17T23:39:27.082Z] === RUN TestChangeString [2023-04-17T23:39:27.082Z] --- PASS: TestChangeString (0.00s) [2023-04-17T23:39:27.082Z] === RUN TestChangesWithNoChanges [2023-04-17T23:39:27.082Z] === RUN TestNewAndRemove [2023-04-17T23:39:27.082Z] --- PASS: TestNewAndRemove (0.00s) [2023-04-17T23:39:27.082Z] === RUN TestRemoveInvalidPath [2023-04-17T23:39:27.082Z] --- PASS: TestRemoveInvalidPath (0.00s) [2023-04-17T23:39:27.082Z] PASS [2023-04-17T23:39:27.082Z] coverage: 82.6% of statements [2023-04-17T23:39:27.082Z] ok github.com/docker/docker/pkg/pidfile 0.050s coverage: 82.6% of statements [2023-04-17T23:39:27.082Z] --- PASS: TestChangesWithNoChanges (0.03s) [2023-04-17T23:39:27.082Z] === RUN TestChangesWithChanges [2023-04-17T23:39:27.082Z] --- PASS: TestChangesWithChanges (0.03s) [2023-04-17T23:39:27.082Z] === RUN TestChangesWithChangesGH13590 [2023-04-17T23:39:27.082Z] changes_test.go:191: needs more investigation [2023-04-17T23:39:27.082Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2023-04-17T23:39:27.082Z] === RUN TestChangesDirsEmpty [2023-04-17T23:39:27.082Z] --- PASS: TestChangesDirsEmpty (0.12s) [2023-04-17T23:39:27.082Z] === RUN TestChangesDirsMutated [2023-04-17T23:39:27.097Z] --- PASS: TestRunContainerWithBridgeNone (1.43s) [2023-04-17T23:39:27.097Z] === RUN TestNetworkInvalidJSON [2023-04-17T23:39:27.097Z] === RUN TestNetworkInvalidJSON//networks/create [2023-04-17T23:39:27.097Z] === PAUSE TestNetworkInvalidJSON//networks/create [2023-04-17T23:39:27.097Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2023-04-17T23:39:27.097Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2023-04-17T23:39:27.097Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2023-04-17T23:39:27.097Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2023-04-17T23:39:27.097Z] === CONT TestNetworkInvalidJSON//networks/create [2023-04-17T23:39:27.097Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2023-04-17T23:39:27.097Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2023-04-17T23:39:27.097Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2023-04-17T23:39:27.097Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2023-04-17T23:39:27.097Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2023-04-17T23:39:27.097Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2023-04-17T23:39:27.097Z] === RUN TestNetworkList [2023-04-17T23:39:27.097Z] === RUN TestNetworkList//networks [2023-04-17T23:39:27.097Z] === PAUSE TestNetworkList//networks [2023-04-17T23:39:27.097Z] === RUN TestNetworkList//networks/ [2023-04-17T23:39:27.097Z] === PAUSE TestNetworkList//networks/ [2023-04-17T23:39:27.097Z] === CONT TestNetworkList//networks [2023-04-17T23:39:27.097Z] === CONT TestNetworkList//networks/ [2023-04-17T23:39:27.097Z] --- PASS: TestNetworkList (0.02s) [2023-04-17T23:39:27.097Z] --- PASS: TestNetworkList//networks/ (0.00s) [2023-04-17T23:39:27.097Z] --- PASS: TestNetworkList//networks (0.00s) [2023-04-17T23:39:27.097Z] === RUN TestHostIPv4BridgeLabel [2023-04-17T23:39:27.550Z] --- PASS: TestChangesDirsMutated (0.15s) [2023-04-17T23:39:27.550Z] === RUN TestApplyLayer [2023-04-17T23:39:27.550Z] changes_test.go:404: needs further investigation [2023-04-17T23:39:27.550Z] --- SKIP: TestApplyLayer (0.00s) [2023-04-17T23:39:27.550Z] === RUN TestChangesSizeWithHardlinks [2023-04-17T23:39:27.550Z] changes_test.go:440: needs further investigation [2023-04-17T23:39:27.550Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2023-04-17T23:39:27.550Z] === RUN TestChangesSizeWithNoChanges [2023-04-17T23:39:27.550Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2023-04-17T23:39:27.550Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2023-04-17T23:39:27.550Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2023-04-17T23:39:27.550Z] === RUN TestChangesSize [2023-04-17T23:39:27.550Z] --- PASS: TestChangesSize (0.00s) [2023-04-17T23:39:27.550Z] === RUN TestApplyLayerInvalidFilenames [2023-04-17T23:39:27.550Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames3926631736\\dest" [2023-04-17T23:39:27.550Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2023-04-17T23:39:27.550Z] === RUN TestApplyLayerInvalidHardlink [2023-04-17T23:39:27.550Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3694412502\\victim\\hello" -> "../victim/hello" [2023-04-17T23:39:27.550Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1858641323\\victim\\hello" -> "/../victim/hello" [2023-04-17T23:39:27.550Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3179798642\\victim" -> "../victim" [2023-04-17T23:39:27.550Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3679553447\\victim" -> "../victim" [2023-04-17T23:39:27.550Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1177363674\\victim" -> "../victim" [2023-04-17T23:39:27.550Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2448965547\\victim" -> "../victim" [2023-04-17T23:39:27.550Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s) [2023-04-17T23:39:27.550Z] === RUN TestApplyLayerInvalidSymlink [2023-04-17T23:39:27.550Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2828940750\\dest\\dotdot" -> "../victim/hello" [2023-04-17T23:39:27.550Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1692045540\\dest\\slash-dotdot" -> "/../victim/hello" [2023-04-17T23:39:27.550Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2629383129\\dest\\loophole-victim" -> "../victim" [2023-04-17T23:39:27.550Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3922054511\\dest\\loophole-victim" -> "../victim" [2023-04-17T23:39:27.550Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3976000120\\dest\\loophole-victim" -> "../victim" [2023-04-17T23:39:27.550Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3390412506\\dest\\loophole-victim" -> "../victim" [2023-04-17T23:39:27.550Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2023-04-17T23:39:27.550Z] === RUN TestApplyLayerWhiteouts [2023-04-17T23:39:27.550Z] --- PASS: TestApplyLayerWhiteouts (0.05s) [2023-04-17T23:39:27.550Z] === RUN TestGenerateEmptyFile [2023-04-17T23:39:27.550Z] --- PASS: TestGenerateEmptyFile (0.00s) [2023-04-17T23:39:27.550Z] === RUN TestGenerateWithContent [2023-04-17T23:39:27.550Z] --- PASS: TestGenerateWithContent (0.00s) [2023-04-17T23:39:27.550Z] PASS [2023-04-17T23:39:27.550Z] coverage: 62.6% of statements [2023-04-17T23:39:27.550Z] ok github.com/docker/docker/pkg/archive 6.067s coverage: 62.6% of statements [2023-04-17T23:39:27.550Z] === RUN TestParseEmptyInterface [2023-04-17T23:39:27.550Z] --- PASS: TestParseEmptyInterface (0.00s) [2023-04-17T23:39:27.550Z] === RUN TestParseNonInterfaceType [2023-04-17T23:39:27.550Z] --- PASS: TestParseNonInterfaceType (0.00s) [2023-04-17T23:39:27.550Z] === RUN TestParseWithOneFunction [2023-04-17T23:39:27.550Z] --- PASS: TestParseWithOneFunction (0.00s) [2023-04-17T23:39:27.550Z] === RUN TestParseWithMultipleFuncs [2023-04-17T23:39:27.550Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2023-04-17T23:39:27.550Z] === RUN TestParseWithUnnamedReturn [2023-04-17T23:39:27.550Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2023-04-17T23:39:27.550Z] === RUN TestEmbeddedInterface [2023-04-17T23:39:27.550Z] --- PASS: TestEmbeddedInterface (0.00s) [2023-04-17T23:39:27.550Z] === RUN TestParsedImports [2023-04-17T23:39:27.550Z] --- PASS: TestParsedImports (0.00s) [2023-04-17T23:39:27.550Z] === RUN TestAliasedImports [2023-04-17T23:39:27.550Z] --- PASS: TestAliasedImports (0.00s) [2023-04-17T23:39:27.550Z] PASS [2023-04-17T23:39:27.550Z] coverage: 56.8% of statements [2023-04-17T23:39:27.550Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.050s coverage: 56.8% of statements [2023-04-17T23:39:27.667Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2023-04-17T23:39:27.667Z] === RUN TestDaemonRestartWithLiveRestore [2023-04-17T23:39:28.018Z] === RUN TestFailedConnection [2023-04-17T23:39:28.486Z] === RUN TestHTTPTransport [2023-04-17T23:39:28.486Z] --- PASS: TestHTTPTransport (0.00s) [2023-04-17T23:39:28.486Z] PASS [2023-04-17T23:39:28.486Z] coverage: 85.7% of statements [2023-04-17T23:39:28.486Z] ok github.com/docker/docker/pkg/plugins/transport 0.041s coverage: 85.7% of statements [2023-04-17T23:39:28.486Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2023-04-17T23:39:28.486Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2023-04-17T23:39:28.486Z] === RUN TestBufioReaderPoolPutAndGet [2023-04-17T23:39:28.486Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2023-04-17T23:39:28.486Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2023-04-17T23:39:28.486Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2023-04-17T23:39:28.486Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2023-04-17T23:39:28.486Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2023-04-17T23:39:28.486Z] === RUN TestBufioWriterPoolPutAndGet [2023-04-17T23:39:28.486Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2023-04-17T23:39:28.486Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2023-04-17T23:39:28.486Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2023-04-17T23:39:28.486Z] === RUN TestBufferPoolPutAndGet [2023-04-17T23:39:28.486Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2023-04-17T23:39:28.486Z] PASS [2023-04-17T23:39:28.486Z] coverage: 88.2% of statements [2023-04-17T23:39:28.486Z] ok github.com/docker/docker/pkg/pools 0.034s coverage: 88.2% of statements [2023-04-17T23:39:28.605Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2023-04-17T23:39:28.605Z] === RUN TestDaemonDefaultNetworkPools [2023-04-17T23:39:28.953Z] === RUN TestOutputOnPrematureClose [2023-04-17T23:39:28.953Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2023-04-17T23:39:28.953Z] === RUN TestCompleteSilently [2023-04-17T23:39:28.953Z] --- PASS: TestCompleteSilently (0.00s) [2023-04-17T23:39:28.953Z] PASS [2023-04-17T23:39:28.953Z] coverage: 75.9% of statements [2023-04-17T23:39:28.953Z] ok github.com/docker/docker/pkg/progress 0.032s coverage: 75.9% of statements [2023-04-17T23:39:28.953Z] === RUN TestSendToOneSub [2023-04-17T23:39:28.953Z] --- PASS: TestSendToOneSub (0.00s) [2023-04-17T23:39:28.953Z] === RUN TestSendToMultipleSubs [2023-04-17T23:39:28.953Z] --- PASS: TestSendToMultipleSubs (0.00s) [2023-04-17T23:39:28.953Z] === RUN TestEvictOneSub [2023-04-17T23:39:28.953Z] --- PASS: TestEvictOneSub (0.00s) [2023-04-17T23:39:28.953Z] === RUN TestClosePublisher [2023-04-17T23:39:28.953Z] --- PASS: TestClosePublisher (0.00s) [2023-04-17T23:39:28.953Z] === RUN TestPubSubRace [2023-04-17T23:39:28.989Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2023-04-17T23:39:29.174Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2023-04-17T23:39:29.174Z] === RUN TestDaemonRestartWithExistingNetwork [2023-04-17T23:39:29.421Z] --- PASS: TestFailedConnection (1.16s) [2023-04-17T23:39:29.421Z] === RUN TestFailOnce [2023-04-17T23:39:29.421Z] 2023/04/17 23:39:29 http: panic serving 127.0.0.1:49254: Plugin not ready [2023-04-17T23:39:29.421Z] goroutine 22 [running]: [2023-04-17T23:39:29.421Z] net/http.(*conn).serve.func1() [2023-04-17T23:39:29.421Z] c:/go/src/net/http/server.go:1850 +0xbf [2023-04-17T23:39:29.421Z] panic({0xe991a0, 0xfeb9e0}) [2023-04-17T23:39:29.421Z] c:/go/src/runtime/panic.go:890 +0x262 [2023-04-17T23:39:29.421Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0x3b?, 0xffffffffffffffff?}, 0x0?) [2023-04-17T23:39:29.421Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2023-04-17T23:39:29.421Z] net/http.HandlerFunc.ServeHTTP(0xc00018c270?, {0xff1868?, 0xc0001e0000?}, 0xc0001cbb00?) [2023-04-17T23:39:29.421Z] c:/go/src/net/http/server.go:2109 +0x2f [2023-04-17T23:39:29.421Z] net/http.(*ServeMux).ServeHTTP(0x0?, {0xff1868, 0xc0001e0000}, 0xc0001b0200) [2023-04-17T23:39:29.421Z] c:/go/src/net/http/server.go:2487 +0x149 [2023-04-17T23:39:29.421Z] net/http.serverHandler.ServeHTTP({0xfefd18?}, {0xff1868, 0xc0001e0000}, 0xc0001b0200) [2023-04-17T23:39:29.421Z] c:/go/src/net/http/server.go:2947 +0x30c [2023-04-17T23:39:29.421Z] net/http.(*conn).serve(0xc0001be000, {0xff1ee0, 0xc00018a420}) [2023-04-17T23:39:29.421Z] c:/go/src/net/http/server.go:1991 +0x607 [2023-04-17T23:39:29.421Z] created by net/http.(*Server).Serve [2023-04-17T23:39:29.421Z] c:/go/src/net/http/server.go:3102 +0x4db [2023-04-17T23:39:29.421Z] time="2023-04-17T23:39:29Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49253/Test.FailOnce: Post \"http://127.0.0.1:49253/Test.FailOnce\": EOF, retrying in 1s" [2023-04-17T23:39:29.889Z] === RUN TestRegister [2023-04-17T23:39:29.889Z] --- PASS: TestRegister (0.00s) [2023-04-17T23:39:29.889Z] === RUN TestCommand [2023-04-17T23:39:29.889Z] --- PASS: TestCommand (0.03s) [2023-04-17T23:39:29.889Z] === RUN TestNaiveSelf [2023-04-17T23:39:29.889Z] --- PASS: TestNaiveSelf (0.03s) [2023-04-17T23:39:29.889Z] PASS [2023-04-17T23:39:29.889Z] coverage: 82.4% of statements [2023-04-17T23:39:29.889Z] ok github.com/docker/docker/pkg/reexec 0.086s coverage: 82.4% of statements [2023-04-17T23:39:29.889Z] --- PASS: TestPubSubRace (1.07s) [2023-04-17T23:39:29.889Z] PASS [2023-04-17T23:39:29.889Z] coverage: 75.0% of statements [2023-04-17T23:39:29.889Z] ok github.com/docker/docker/pkg/pubsub 1.103s coverage: 75.0% of statements [2023-04-17T23:39:30.357Z] === RUN TestParseSignal [2023-04-17T23:39:30.357Z] --- PASS: TestParseSignal (0.00s) [2023-04-17T23:39:30.357Z] === RUN TestValidSignalForPlatform [2023-04-17T23:39:30.357Z] --- PASS: TestValidSignalForPlatform (0.00s) [2023-04-17T23:39:30.357Z] PASS [2023-04-17T23:39:30.357Z] coverage: 19.7% of statements [2023-04-17T23:39:30.357Z] ok github.com/docker/docker/pkg/signal 0.032s coverage: 19.7% of statements [2023-04-17T23:39:30.357Z] --- PASS: TestFailOnce (1.14s) [2023-04-17T23:39:30.357Z] === RUN TestEchoInputOutput [2023-04-17T23:39:30.357Z] --- PASS: TestEchoInputOutput (0.00s) [2023-04-17T23:39:30.357Z] === RUN TestBackoff [2023-04-17T23:39:30.357Z] --- PASS: TestBackoff (0.00s) [2023-04-17T23:39:30.357Z] === RUN TestAbortRetry [2023-04-17T23:39:30.357Z] --- PASS: TestAbortRetry (0.00s) [2023-04-17T23:39:30.357Z] === RUN TestClientScheme [2023-04-17T23:39:30.357Z] --- PASS: TestClientScheme (0.00s) [2023-04-17T23:39:30.357Z] === RUN TestNewClientWithTimeout [2023-04-17T23:39:30.364Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2023-04-17T23:39:30.554Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2023-04-17T23:39:30.555Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2023-04-17T23:39:30.825Z] === RUN TestNewStdWriter [2023-04-17T23:39:30.825Z] --- PASS: TestNewStdWriter (0.00s) [2023-04-17T23:39:30.825Z] === RUN TestWriteWithUninitializedStdWriter [2023-04-17T23:39:30.825Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2023-04-17T23:39:30.825Z] === RUN TestWriteWithNilBytes [2023-04-17T23:39:30.825Z] --- PASS: TestWriteWithNilBytes (0.00s) [2023-04-17T23:39:30.825Z] === RUN TestWrite [2023-04-17T23:39:30.825Z] --- PASS: TestWrite (0.00s) [2023-04-17T23:39:30.825Z] === RUN TestWriteWithWriterError [2023-04-17T23:39:30.825Z] --- PASS: TestWriteWithWriterError (0.00s) [2023-04-17T23:39:30.825Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2023-04-17T23:39:30.825Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2023-04-17T23:39:30.825Z] === RUN TestStdCopyWriteAndRead [2023-04-17T23:39:30.825Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2023-04-17T23:39:30.825Z] === RUN TestStdCopyReturnsErrorReadingHeader [2023-04-17T23:39:30.825Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2023-04-17T23:39:30.825Z] === RUN TestStdCopyReturnsErrorReadingFrame [2023-04-17T23:39:30.825Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2023-04-17T23:39:30.825Z] === RUN TestStdCopyDetectsCorruptedFrame [2023-04-17T23:39:30.825Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2023-04-17T23:39:30.825Z] === RUN TestStdCopyWithInvalidInputHeader [2023-04-17T23:39:30.825Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2023-04-17T23:39:30.825Z] === RUN TestStdCopyWithCorruptedPrefix [2023-04-17T23:39:30.825Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2023-04-17T23:39:30.825Z] === RUN TestStdCopyReturnsWriteErrors [2023-04-17T23:39:30.825Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2023-04-17T23:39:30.825Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2023-04-17T23:39:30.825Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2023-04-17T23:39:30.825Z] === RUN TestStdCopyReturnsErrorFromSystem [2023-04-17T23:39:30.825Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2023-04-17T23:39:30.825Z] PASS [2023-04-17T23:39:30.825Z] coverage: 100.0% of statements [2023-04-17T23:39:30.825Z] ok github.com/docker/docker/pkg/stdcopy 0.037s coverage: 100.0% of statements [2023-04-17T23:39:30.825Z] time="2023-04-17T23:39:30Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49258/Test.Echo: Post \"http://127.0.0.1:49258/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2023-04-17T23:39:31.294Z] === RUN TestRawProgressFormatterFormatStatus [2023-04-17T23:39:31.294Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2023-04-17T23:39:31.294Z] === RUN TestRawProgressFormatterFormatProgress [2023-04-17T23:39:31.294Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2023-04-17T23:39:31.294Z] === RUN TestFormatStatus [2023-04-17T23:39:31.294Z] --- PASS: TestFormatStatus (0.00s) [2023-04-17T23:39:31.294Z] === RUN TestFormatError [2023-04-17T23:39:31.294Z] --- PASS: TestFormatError (0.00s) [2023-04-17T23:39:31.294Z] === RUN TestFormatJSONError [2023-04-17T23:39:31.294Z] --- PASS: TestFormatJSONError (0.00s) [2023-04-17T23:39:31.294Z] === RUN TestJsonProgressFormatterFormatProgress [2023-04-17T23:39:31.294Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2023-04-17T23:39:31.294Z] === RUN TestJsonProgressFormatterFormatStatus [2023-04-17T23:39:31.294Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2023-04-17T23:39:31.294Z] === RUN TestNewJSONProgressOutput [2023-04-17T23:39:31.294Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2023-04-17T23:39:31.294Z] === RUN TestAuxFormatterEmit [2023-04-17T23:39:31.294Z] --- PASS: TestAuxFormatterEmit (0.00s) [2023-04-17T23:39:31.294Z] === RUN TestStreamWriterStdout [2023-04-17T23:39:31.294Z] --- PASS: TestStreamWriterStdout (0.00s) [2023-04-17T23:39:31.294Z] === RUN TestStreamWriterStderr [2023-04-17T23:39:31.294Z] --- PASS: TestStreamWriterStderr (0.00s) [2023-04-17T23:39:31.294Z] PASS [2023-04-17T23:39:31.294Z] coverage: 66.2% of statements [2023-04-17T23:39:31.294Z] ok github.com/docker/docker/pkg/streamformatter 0.038s coverage: 66.2% of statements [2023-04-17T23:39:31.294Z] === RUN TestGenerateRandomID [2023-04-17T23:39:31.294Z] --- PASS: TestGenerateRandomID (0.00s) [2023-04-17T23:39:31.294Z] === RUN TestShortenId [2023-04-17T23:39:31.294Z] --- PASS: TestShortenId (0.00s) [2023-04-17T23:39:31.294Z] === RUN TestShortenSha256Id [2023-04-17T23:39:31.294Z] --- PASS: TestShortenSha256Id (0.00s) [2023-04-17T23:39:31.294Z] === RUN TestShortenIdEmpty [2023-04-17T23:39:31.294Z] --- PASS: TestShortenIdEmpty (0.00s) [2023-04-17T23:39:31.294Z] === RUN TestShortenIdInvalid [2023-04-17T23:39:31.294Z] --- PASS: TestShortenIdInvalid (0.00s) [2023-04-17T23:39:31.294Z] === RUN TestIsShortIDNonHex [2023-04-17T23:39:31.294Z] --- PASS: TestIsShortIDNonHex (0.00s) [2023-04-17T23:39:31.294Z] === RUN TestIsShortIDNotCorrectSize [2023-04-17T23:39:31.294Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2023-04-17T23:39:31.294Z] PASS [2023-04-17T23:39:31.294Z] coverage: 70.6% of statements [2023-04-17T23:39:31.294Z] ok github.com/docker/docker/pkg/stringid 0.037s coverage: 70.6% of statements [2023-04-17T23:39:31.934Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2023-04-17T23:39:31.934Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2023-04-17T23:39:32.194Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2023-04-17T23:39:32.194Z] === RUN TestServiceWithPredefinedNetwork [2023-04-17T23:39:32.279Z] === RUN TestIsCpusetListAvailable [2023-04-17T23:39:32.279Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2023-04-17T23:39:32.279Z] PASS [2023-04-17T23:39:32.279Z] coverage: 38.2% of statements [2023-04-17T23:39:32.279Z] ok github.com/docker/docker/pkg/sysinfo 0.031s coverage: 38.2% of statements [2023-04-17T23:39:32.746Z] time="2023-04-17T23:39:32Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49258/Test.Echo: Post \"http://127.0.0.1:49258/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2023-04-17T23:39:32.746Z] === RUN TestTailFile [2023-04-17T23:39:32.746Z] --- PASS: TestTailFile (0.00s) [2023-04-17T23:39:32.746Z] === RUN TestTailFileManyLines [2023-04-17T23:39:32.746Z] --- PASS: TestTailFileManyLines (0.00s) [2023-04-17T23:39:32.746Z] === RUN TestTailEmptyFile [2023-04-17T23:39:32.746Z] --- PASS: TestTailEmptyFile (0.00s) [2023-04-17T23:39:32.747Z] === RUN TestTailNegativeN [2023-04-17T23:39:32.747Z] --- PASS: TestTailNegativeN (0.00s) [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader [2023-04-17T23:39:32.747Z] === CONT TestNewTailReader [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/no_delimiter [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/no_delimiter [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/single_byte_delimiter [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/single_byte_delimiter [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/2_byte_delimiter [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/2_byte_delimiter [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/4_byte_delimiter [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/4_byte_delimiter [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/8_byte_delimiter [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/8_byte_delimiter [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/12_byte_delimiter [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/12_byte_delimiter [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/truncated_last_line [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/truncated_last_line#01 [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/truncated_last_line#02 [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2023-04-17T23:39:32.747Z] === CONT TestNewTailReader/no_delimiter [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/no_delimiter/no_lines [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2023-04-17T23:39:32.747Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2023-04-17T23:39:32.747Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2023-04-17T23:39:32.747Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2023-04-17T23:39:32.747Z] === CONT TestNewTailReader/12_byte_delimiter [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2023-04-17T23:39:32.747Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2023-04-17T23:39:32.747Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2023-04-17T23:39:32.747Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2023-04-17T23:39:32.747Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2023-04-17T23:39:32.747Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2023-04-17T23:39:32.747Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2023-04-17T23:39:32.747Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2023-04-17T23:39:32.747Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2023-04-17T23:39:32.747Z] === CONT TestNewTailReader/single_byte_delimiter [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2023-04-17T23:39:32.747Z] === CONT TestNewTailReader/4_byte_delimiter [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2023-04-17T23:39:32.747Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2023-04-17T23:39:32.747Z] === CONT TestNewTailReader/2_byte_delimiter [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2023-04-17T23:39:32.747Z] === CONT TestNewTailReader/8_byte_delimiter [2023-04-17T23:39:32.747Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2023-04-17T23:39:32.747Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2023-04-17T23:39:32.747Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2023-04-17T23:39:32.747Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2023-04-17T23:39:33.217Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2023-04-17T23:39:33.217Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2023-04-17T23:39:33.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2023-04-17T23:39:33.217Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2023-04-17T23:39:33.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2023-04-17T23:39:33.217Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2023-04-17T23:39:33.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2023-04-17T23:39:33.217Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2023-04-17T23:39:33.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2023-04-17T23:39:33.217Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2023-04-17T23:39:33.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2023-04-17T23:39:33.217Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2023-04-17T23:39:33.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2023-04-17T23:39:33.217Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === CONT TestNewTailReader/no_delimiter/no_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === RUN TestChtimes [2023-04-17T23:39:33.218Z] --- PASS: TestChtimes (0.00s) [2023-04-17T23:39:33.218Z] === RUN TestChtimesWindows [2023-04-17T23:39:33.218Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2023-04-17T23:39:33.218Z] --- PASS: TestChtimesWindows (0.00s) [2023-04-17T23:39:33.218Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2023-04-17T23:39:33.218Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2023-04-17T23:39:33.218Z] === RUN TestEnsureRemoveAllNotExist [2023-04-17T23:39:33.218Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2023-04-17T23:39:33.218Z] === RUN TestEnsureRemoveAllWithDir [2023-04-17T23:39:33.218Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2023-04-17T23:39:33.218Z] === RUN TestEnsureRemoveAllWithFile [2023-04-17T23:39:33.218Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2023-04-17T23:39:33.218Z] === RUN TestHasWin32KSupport [2023-04-17T23:39:33.218Z] syscall_windows_test.go:8: win32k: true [2023-04-17T23:39:33.218Z] --- PASS: TestHasWin32KSupport (0.00s) [2023-04-17T23:39:33.218Z] PASS [2023-04-17T23:39:33.218Z] coverage: 12.0% of statements [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2023-04-17T23:39:33.218Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-04-17T23:39:33.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-04-17T23:39:33.218Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2023-04-17T23:39:33.219Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2023-04-17T23:39:33.219Z] ok github.com/docker/docker/pkg/system 0.050s coverage: 12.0% of statements [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2023-04-17T23:39:33.219Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2023-04-17T23:39:33.219Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2023-04-17T23:39:33.219Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2023-04-17T23:39:33.219Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-04-17T23:39:33.219Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-04-17T23:39:33.219Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-04-17T23:39:33.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2023-04-17T23:39:33.220Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2023-04-17T23:39:33.220Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2023-04-17T23:39:33.220Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2023-04-17T23:39:33.220Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2023-04-17T23:39:33.220Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2023-04-17T23:39:33.220Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-04-17T23:39:33.220Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2023-04-17T23:39:33.220Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2023-04-17T23:39:33.220Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2023-04-17T23:39:33.220Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2023-04-17T23:39:33.221Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-04-17T23:39:33.221Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-04-17T23:39:33.222Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2023-04-17T23:39:33.223Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2023-04-17T23:39:33.223Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-04-17T23:39:33.223Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-04-17T23:39:33.223Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2023-04-17T23:39:33.223Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2023-04-17T23:39:33.223Z] --- PASS: TestNewTailReader (0.00s) [2023-04-17T23:39:33.223Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2023-04-17T23:39:33.223Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2023-04-17T23:39:33.223Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2023-04-17T23:39:33.223Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2023-04-17T23:39:33.223Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2023-04-17T23:39:33.223Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2023-04-17T23:39:33.223Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2023-04-17T23:39:33.223Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2023-04-17T23:39:33.223Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2023-04-17T23:39:33.223Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2023-04-17T23:39:33.223Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2023-04-17T23:39:33.223Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2023-04-17T23:39:33.223Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2023-04-17T23:39:33.223Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2023-04-17T23:39:33.223Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2023-04-17T23:39:33.646Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2023-04-17T23:39:33.690Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.02s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.01s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.01s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2023-04-17T23:39:33.691Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.01s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.01s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.01s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.01s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.01s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2023-04-17T23:39:33.692Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.01s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.01s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2023-04-17T23:39:33.693Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2023-04-17T23:39:33.693Z] PASS [2023-04-17T23:39:33.693Z] coverage: 88.6% of statements [2023-04-17T23:39:33.693Z] ok github.com/docker/docker/pkg/tailfile 0.244s coverage: 88.6% of statements [2023-04-17T23:39:34.161Z] testing: warning: no tests to run [2023-04-17T23:39:34.161Z] PASS [2023-04-17T23:39:34.161Z] coverage: [no statements] [2023-04-17T23:39:34.161Z] ok github.com/docker/docker/pkg/term/windows 0.045s coverage: [no statements] [no tests to run] [2023-04-17T23:39:34.161Z] === RUN TestTarSumRemoveNonExistent [2023-04-17T23:39:34.161Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2023-04-17T23:39:34.161Z] === RUN TestTarSumRemove [2023-04-17T23:39:34.161Z] --- PASS: TestTarSumRemove (0.00s) [2023-04-17T23:39:34.161Z] === RUN TestSortFileInfoSums [2023-04-17T23:39:34.161Z] --- PASS: TestSortFileInfoSums (0.00s) [2023-04-17T23:39:34.161Z] === RUN TestNewTarSumForLabelInvalid [2023-04-17T23:39:34.161Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2023-04-17T23:39:34.161Z] === RUN TestNewTarSumForLabel [2023-04-17T23:39:34.161Z] --- PASS: TestNewTarSumForLabel (0.00s) [2023-04-17T23:39:34.161Z] === RUN TestEmptyTar [2023-04-17T23:39:34.161Z] --- PASS: TestEmptyTar (0.01s) [2023-04-17T23:39:34.161Z] === RUN TestTarSumsReadSize [2023-04-17T23:39:34.161Z] --- PASS: TestTarSumsReadSize (0.01s) [2023-04-17T23:39:34.161Z] === RUN TestTarSums [2023-04-17T23:39:34.161Z] --- PASS: TestTarSums (0.10s) [2023-04-17T23:39:34.161Z] === RUN TestIteration [2023-04-17T23:39:34.161Z] --- PASS: TestIteration (0.00s) [2023-04-17T23:39:34.161Z] === RUN TestVersionLabelForChecksum [2023-04-17T23:39:34.161Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2023-04-17T23:39:34.161Z] === RUN TestVersion [2023-04-17T23:39:34.161Z] --- PASS: TestVersion (0.00s) [2023-04-17T23:39:34.161Z] === RUN TestGetVersion [2023-04-17T23:39:34.161Z] --- PASS: TestGetVersion (0.00s) [2023-04-17T23:39:34.161Z] === RUN TestGetVersions [2023-04-17T23:39:34.161Z] --- PASS: TestGetVersions (0.00s) [2023-04-17T23:39:34.161Z] PASS [2023-04-17T23:39:34.161Z] coverage: 89.3% of statements [2023-04-17T23:39:34.161Z] ok github.com/docker/docker/pkg/tarsum 0.182s coverage: 89.3% of statements [2023-04-17T23:39:34.510Z] tests/integration/api_build_test.py .......................X [ 6%] [2023-04-17T23:39:34.628Z] === RUN TestTruncIndex [2023-04-17T23:39:34.628Z] --- PASS: TestTruncIndex (0.10s) [2023-04-17T23:39:34.628Z] PASS [2023-04-17T23:39:34.628Z] coverage: 91.5% of statements [2023-04-17T23:39:34.628Z] ok github.com/docker/docker/pkg/truncindex 0.143s coverage: 91.5% of statements [2023-04-17T23:39:34.733Z] --- PASS: TestServiceWithPredefinedNetwork (2.15s) [2023-04-17T23:39:34.733Z] === RUN TestServiceRemoveKeepsIngressNetwork [2023-04-17T23:39:34.733Z] service_test.go:242: FLAKY_TEST [2023-04-17T23:39:34.733Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2023-04-17T23:39:34.733Z] === RUN TestServiceWithDataPathPortInit [2023-04-17T23:39:35.078Z] tests/integration/api_client_test.py ..... [ 7%] [2023-04-17T23:39:35.095Z] === RUN TestIsGIT [2023-04-17T23:39:35.095Z] --- PASS: TestIsGIT (0.00s) [2023-04-17T23:39:35.095Z] === RUN TestIsTransport [2023-04-17T23:39:35.095Z] --- PASS: TestIsTransport (0.00s) [2023-04-17T23:39:35.095Z] PASS [2023-04-17T23:39:35.095Z] coverage: 100.0% of statements [2023-04-17T23:39:35.095Z] ok github.com/docker/docker/pkg/urlutil 0.032s coverage: 100.0% of statements [2023-04-17T23:39:35.095Z] time="2023-04-17T23:39:34Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49258/Test.Echo: Post \"http://127.0.0.1:49258/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2023-04-17T23:39:35.095Z] === RUN TestVersionInfo [2023-04-17T23:39:35.095Z] --- PASS: TestVersionInfo (0.00s) [2023-04-17T23:39:35.095Z] === RUN TestAppendVersions [2023-04-17T23:39:35.095Z] --- PASS: TestAppendVersions (0.00s) [2023-04-17T23:39:35.095Z] PASS [2023-04-17T23:39:35.095Z] coverage: 88.9% of statements [2023-04-17T23:39:35.095Z] ok github.com/docker/docker/pkg/useragent 0.031s coverage: 88.9% of statements [2023-04-17T23:39:35.557Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2023-04-17T23:39:36.626Z] tests/integration/api_config_test.py ..... [ 8%] [2023-04-17T23:39:36.658Z] === RUN TestNewSettable [2023-04-17T23:39:36.658Z] --- PASS: TestNewSettable (0.00s) [2023-04-17T23:39:36.658Z] === RUN TestIsSettable [2023-04-17T23:39:36.658Z] --- PASS: TestIsSettable (0.00s) [2023-04-17T23:39:36.658Z] === RUN TestUpdateSettingsEnv [2023-04-17T23:39:36.658Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2023-04-17T23:39:36.658Z] PASS [2023-04-17T23:39:36.658Z] coverage: 20.0% of statements [2023-04-17T23:39:36.658Z] ok github.com/docker/docker/plugin/v2 0.035s coverage: 20.0% of statements [2023-04-17T23:39:36.658Z] === RUN TestValidatePrivileges [2023-04-17T23:39:36.658Z] --- PASS: TestValidatePrivileges (0.00s) [2023-04-17T23:39:36.658Z] === RUN TestFilterByCapNeg [2023-04-17T23:39:36.658Z] --- PASS: TestFilterByCapNeg (0.00s) [2023-04-17T23:39:36.658Z] === RUN TestFilterByCapPos [2023-04-17T23:39:36.658Z] --- PASS: TestFilterByCapPos (0.00s) [2023-04-17T23:39:36.658Z] === RUN TestStoreGetPluginNotMatchCapRefs [2023-04-17T23:39:36.658Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2023-04-17T23:39:36.658Z] PASS [2023-04-17T23:39:36.658Z] coverage: 12.0% of statements [2023-04-17T23:39:36.658Z] ok github.com/docker/docker/plugin 0.047s coverage: 12.0% of statements [2023-04-17T23:39:37.644Z] === RUN TestLoad [2023-04-17T23:39:37.644Z] --- PASS: TestLoad (0.00s) [2023-04-17T23:39:37.644Z] === RUN TestSave [2023-04-17T23:39:37.644Z] --- PASS: TestSave (0.10s) [2023-04-17T23:39:37.644Z] === RUN TestAddDeleteGet [2023-04-17T23:39:37.644Z] --- PASS: TestAddDeleteGet (0.05s) [2023-04-17T23:39:37.644Z] === RUN TestInvalidTags [2023-04-17T23:39:37.644Z] --- PASS: TestInvalidTags (0.00s) [2023-04-17T23:39:37.644Z] PASS [2023-04-17T23:39:37.644Z] coverage: 84.4% of statements [2023-04-17T23:39:37.644Z] ok github.com/docker/docker/reference 0.244s coverage: 84.4% of statements [2023-04-17T23:39:38.628Z] === RUN TestResolveAuthConfigIndexServer [2023-04-17T23:39:38.629Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2023-04-17T23:39:38.629Z] === RUN TestResolveAuthConfigFullURL [2023-04-17T23:39:38.629Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2023-04-17T23:39:38.629Z] === RUN TestLoadAllowNondistributableArtifacts [2023-04-17T23:39:38.629Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2023-04-17T23:39:38.629Z] === RUN TestValidateMirror [2023-04-17T23:39:38.629Z] --- PASS: TestValidateMirror (0.00s) [2023-04-17T23:39:38.629Z] === RUN TestLoadInsecureRegistries [2023-04-17T23:39:38.629Z] time="2023-04-17T23:39:38Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2023-04-17T23:39:38.629Z] time="2023-04-17T23:39:38Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2023-04-17T23:39:38.629Z] time="2023-04-17T23:39:38Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2023-04-17T23:39:38.629Z] --- PASS: TestLoadInsecureRegistries (0.12s) [2023-04-17T23:39:38.629Z] === RUN TestNewServiceConfig [2023-04-17T23:39:38.629Z] --- PASS: TestNewServiceConfig (0.00s) [2023-04-17T23:39:38.629Z] === RUN TestValidateIndexName [2023-04-17T23:39:38.629Z] --- PASS: TestValidateIndexName (0.00s) [2023-04-17T23:39:38.629Z] === RUN TestValidateIndexNameWithError [2023-04-17T23:39:38.629Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2023-04-17T23:39:38.629Z] === RUN TestEndpointParse [2023-04-17T23:39:38.629Z] --- PASS: TestEndpointParse (0.00s) [2023-04-17T23:39:38.629Z] === RUN TestEndpointParseInvalid [2023-04-17T23:39:38.629Z] --- PASS: TestEndpointParseInvalid (0.00s) [2023-04-17T23:39:38.629Z] === RUN TestValidateEndpoint [2023-04-17T23:39:38.629Z] --- PASS: TestValidateEndpoint (0.00s) [2023-04-17T23:39:38.629Z] === RUN TestPing [2023-04-17T23:39:38.629Z] --- PASS: TestPing (0.00s) [2023-04-17T23:39:38.629Z] === RUN TestPingRegistryEndpoint [2023-04-17T23:39:38.629Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2023-04-17T23:39:38.629Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2023-04-17T23:39:38.629Z] === RUN TestEndpoint [2023-04-17T23:39:38.629Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2023-04-17T23:39:38.629Z] --- SKIP: TestEndpoint (0.00s) [2023-04-17T23:39:38.629Z] === RUN TestParseRepositoryInfo [2023-04-17T23:39:38.629Z] --- PASS: TestParseRepositoryInfo (0.00s) [2023-04-17T23:39:38.629Z] === RUN TestNewIndexInfo [2023-04-17T23:39:38.629Z] --- PASS: TestNewIndexInfo (0.00s) [2023-04-17T23:39:38.629Z] === RUN TestMirrorEndpointLookup [2023-04-17T23:39:38.629Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2023-04-17T23:39:38.629Z] --- SKIP: TestMirrorEndpointLookup (0.01s) [2023-04-17T23:39:38.629Z] === RUN TestSearchRepositories [2023-04-17T23:39:38.629Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2023-04-17T23:39:38.629Z] Host: 127.0.0.1:49262 [2023-04-17T23:39:38.629Z] User-Agent: docker test client [2023-04-17T23:39:38.629Z] Authorization: Token fake-token [2023-04-17T23:39:38.629Z] X-Docker-Token: true [2023-04-17T23:39:38.629Z] Accept-Encoding: gzip [2023-04-17T23:39:38.629Z] [2023-04-17T23:39:38.629Z] [2023-04-17T23:39:38.629Z] registry_test.go:730: HTTP/1.1 200 OK [2023-04-17T23:39:38.629Z] Connection: close [2023-04-17T23:39:38.629Z] Content-Length: 144 [2023-04-17T23:39:38.629Z] Cache-Control: no-cache [2023-04-17T23:39:38.629Z] Content-Type: application/json [2023-04-17T23:39:38.629Z] Date: Mon, 17 Apr 2023 23:39:38 GMT [2023-04-17T23:39:38.629Z] Expires: -1 [2023-04-17T23:39:38.629Z] Pragma: no-cache [2023-04-17T23:39:38.629Z] Server: docker-tests/mock [2023-04-17T23:39:38.629Z] X-Docker-Registry-Config: mock [2023-04-17T23:39:38.629Z] X-Docker-Registry-Version: 0.0.0 [2023-04-17T23:39:38.629Z] [2023-04-17T23:39:38.629Z] [2023-04-17T23:39:38.629Z] --- PASS: TestSearchRepositories (0.01s) [2023-04-17T23:39:38.629Z] === RUN TestTrustedLocation [2023-04-17T23:39:38.629Z] --- PASS: TestTrustedLocation (0.00s) [2023-04-17T23:39:38.629Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2023-04-17T23:39:38.629Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2023-04-17T23:39:38.629Z] === RUN TestAllowNondistributableArtifacts [2023-04-17T23:39:38.629Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2023-04-17T23:39:38.629Z] === RUN TestIsSecureIndex [2023-04-17T23:39:38.629Z] --- PASS: TestIsSecureIndex (0.00s) [2023-04-17T23:39:38.629Z] PASS [2023-04-17T23:39:38.629Z] coverage: 50.2% of statements [2023-04-17T23:39:38.629Z] ok github.com/docker/docker/registry 0.237s coverage: 50.2% of statements [2023-04-17T23:39:38.629Z] === RUN TestResumableRequestHeaderSimpleErrors [2023-04-17T23:39:38.629Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2023-04-17T23:39:38.629Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2023-04-17T23:39:38.629Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2023-04-17T23:39:38.629Z] === RUN TestResumableRequestHeaderTooMuchFailures [2023-04-17T23:39:38.629Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2023-04-17T23:39:38.629Z] === RUN TestResumableRequestReaderWithReadError [2023-04-17T23:39:38.840Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2023-04-17T23:39:39.096Z] time="2023-04-17T23:39:38Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2023-04-17T23:39:39.096Z] --- PASS: TestResumableRequestReaderWithReadError (0.13s) [2023-04-17T23:39:39.096Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2023-04-17T23:39:39.096Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2023-04-17T23:39:39.096Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2023-04-17T23:39:39.096Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2023-04-17T23:39:39.096Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2023-04-17T23:39:39.096Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2023-04-17T23:39:39.096Z] === RUN TestResumableRequestReader [2023-04-17T23:39:39.096Z] --- PASS: TestResumableRequestReader (0.00s) [2023-04-17T23:39:39.096Z] === RUN TestResumableRequestReaderWithInitialResponse [2023-04-17T23:39:39.096Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2023-04-17T23:39:39.096Z] PASS [2023-04-17T23:39:39.096Z] coverage: 100.0% of statements [2023-04-17T23:39:39.096Z] ok github.com/docker/docker/registry/resumable 0.181s coverage: 100.0% of statements [2023-04-17T23:39:39.096Z] === RUN TestRestartManagerTimeout [2023-04-17T23:39:39.096Z] --- PASS: TestRestartManagerTimeout (0.00s) [2023-04-17T23:39:39.096Z] === RUN TestRestartManagerTimeoutReset [2023-04-17T23:39:39.096Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2023-04-17T23:39:39.096Z] PASS [2023-04-17T23:39:39.096Z] coverage: 50.9% of statements [2023-04-17T23:39:39.096Z] ok github.com/docker/docker/restartmanager 0.044s coverage: 50.9% of statements [2023-04-17T23:39:39.564Z] time="2023-04-17T23:39:39Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49258/Test.Echo: Post \"http://127.0.0.1:49258/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2023-04-17T23:39:39.564Z] === RUN TestDecodeContainerConfig [2023-04-17T23:39:39.564Z] --- PASS: TestDecodeContainerConfig (0.00s) [2023-04-17T23:39:39.564Z] === RUN TestDecodeContainerConfigIsolation [2023-04-17T23:39:39.564Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2023-04-17T23:39:39.564Z] === RUN TestValidatePrivileged [2023-04-17T23:39:39.564Z] --- PASS: TestValidatePrivileged (0.00s) [2023-04-17T23:39:39.564Z] PASS [2023-04-17T23:39:39.564Z] coverage: 52.2% of statements [2023-04-17T23:39:39.564Z] ok github.com/docker/docker/runconfig 0.038s coverage: 52.2% of statements [2023-04-17T23:39:40.031Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2023-04-17T23:39:40.031Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2023-04-17T23:39:40.031Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2023-04-17T23:39:40.031Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2023-04-17T23:39:40.031Z] PASS [2023-04-17T23:39:40.031Z] coverage: 62.5% of statements [2023-04-17T23:39:40.032Z] ok github.com/docker/docker/testutil 0.053s coverage: 62.5% of statements [2023-04-17T23:39:40.499Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2023-04-17T23:39:40.499Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2023-04-17T23:39:40.499Z] ? github.com/docker/docker/pkg/locker [no test files] [2023-04-17T23:39:40.499Z] ? github.com/docker/docker/pkg/mount [no test files] [2023-04-17T23:39:40.499Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2023-04-17T23:39:40.499Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2023-04-17T23:39:40.499Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2023-04-17T23:39:40.499Z] ? github.com/docker/docker/pkg/platform [no test files] [2023-04-17T23:39:40.499Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2023-04-17T23:39:41.379Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2023-04-17T23:39:42.061Z] === RUN TestGetAddress [2023-04-17T23:39:42.061Z] --- PASS: TestGetAddress (0.00s) [2023-04-17T23:39:42.061Z] === RUN TestRemove [2023-04-17T23:39:42.061Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2023-04-17T23:39:42.061Z] --- SKIP: TestRemove (0.00s) [2023-04-17T23:39:42.061Z] === RUN TestInitializeWithVolumes [2023-04-17T23:39:42.061Z] --- PASS: TestInitializeWithVolumes (0.00s) [2023-04-17T23:39:42.061Z] === RUN TestCreate [2023-04-17T23:39:42.061Z] --- PASS: TestCreate (0.01s) [2023-04-17T23:39:42.061Z] === RUN TestValidateName [2023-04-17T23:39:42.061Z] --- PASS: TestValidateName (0.00s) [2023-04-17T23:39:42.061Z] === RUN TestCreateWithOpts [2023-04-17T23:39:42.061Z] local_test.go:180: runtime.GOOS == "windows" [2023-04-17T23:39:42.062Z] --- SKIP: TestCreateWithOpts (0.00s) [2023-04-17T23:39:42.062Z] === RUN TestRelaodNoOpts [2023-04-17T23:39:42.062Z] --- PASS: TestRelaodNoOpts (0.01s) [2023-04-17T23:39:42.062Z] PASS [2023-04-17T23:39:42.062Z] coverage: 41.5% of statements [2023-04-17T23:39:42.062Z] ok github.com/docker/docker/volume/local 0.065s coverage: 41.5% of statements [2023-04-17T23:39:42.062Z] === RUN TestGetDriver [2023-04-17T23:39:42.062Z] --- PASS: TestGetDriver (0.00s) [2023-04-17T23:39:42.062Z] === RUN TestVolumeRequestError [2023-04-17T23:39:42.062Z] --- PASS: TestVolumeRequestError (0.01s) [2023-04-17T23:39:42.062Z] PASS [2023-04-17T23:39:42.062Z] coverage: 36.1% of statements [2023-04-17T23:39:42.062Z] ok github.com/docker/docker/volume/drivers 0.045s coverage: 36.1% of statements [2023-04-17T23:39:42.529Z] === RUN TestConvertTmpfsOptions [2023-04-17T23:39:42.529Z] parser_test.go:48: data="mode=700,size=1m" [2023-04-17T23:39:42.529Z] parser_test.go:48: data="ro" [2023-04-17T23:39:42.529Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2023-04-17T23:39:42.529Z] === RUN TestParseMountRaw [2023-04-17T23:39:42.529Z] --- PASS: TestParseMountRaw (0.03s) [2023-04-17T23:39:42.529Z] === RUN TestParseMountRawSplit [2023-04-17T23:39:42.529Z] parser_test.go:389: case 0 [2023-04-17T23:39:42.529Z] parser_test.go:389: case 1 [2023-04-17T23:39:42.529Z] parser_test.go:389: case 2 [2023-04-17T23:39:42.529Z] parser_test.go:389: case 3 [2023-04-17T23:39:42.529Z] parser_test.go:389: case 4 [2023-04-17T23:39:42.529Z] parser_test.go:389: case 5 [2023-04-17T23:39:42.529Z] parser_test.go:389: case 6 [2023-04-17T23:39:42.529Z] parser_test.go:389: case 7 [2023-04-17T23:39:42.529Z] parser_test.go:389: case 8 [2023-04-17T23:39:42.529Z] parser_test.go:389: case 0 [2023-04-17T23:39:42.529Z] parser_test.go:389: case 1 [2023-04-17T23:39:42.529Z] parser_test.go:389: case 2 [2023-04-17T23:39:42.529Z] parser_test.go:389: case 3 [2023-04-17T23:39:42.529Z] parser_test.go:389: case 4 [2023-04-17T23:39:42.529Z] parser_test.go:389: case 5 [2023-04-17T23:39:42.529Z] parser_test.go:389: case 6 [2023-04-17T23:39:42.529Z] parser_test.go:389: case 7 [2023-04-17T23:39:42.529Z] parser_test.go:389: case 8 [2023-04-17T23:39:42.529Z] parser_test.go:389: case 9 [2023-04-17T23:39:42.529Z] parser_test.go:389: case 10 [2023-04-17T23:39:42.529Z] parser_test.go:389: case 11 [2023-04-17T23:39:42.529Z] parser_test.go:389: case 12 [2023-04-17T23:39:42.529Z] parser_test.go:389: case 0 [2023-04-17T23:39:42.529Z] parser_test.go:389: case 1 [2023-04-17T23:39:42.529Z] parser_test.go:389: case 2 [2023-04-17T23:39:42.529Z] parser_test.go:389: case 3 [2023-04-17T23:39:42.529Z] parser_test.go:389: case 4 [2023-04-17T23:39:42.529Z] parser_test.go:389: case 5 [2023-04-17T23:39:42.529Z] parser_test.go:389: case 6 [2023-04-17T23:39:42.529Z] parser_test.go:389: case 7 [2023-04-17T23:39:42.529Z] parser_test.go:389: case 8 [2023-04-17T23:39:42.529Z] parser_test.go:389: case 9 [2023-04-17T23:39:42.529Z] parser_test.go:389: case 10 [2023-04-17T23:39:42.529Z] parser_test.go:389: case 11 [2023-04-17T23:39:42.529Z] --- PASS: TestParseMountRawSplit (0.00s) [2023-04-17T23:39:42.529Z] === RUN TestParseMountSpec [2023-04-17T23:39:42.529Z] parser_test.go:454: case 0 [2023-04-17T23:39:42.529Z] parser_test.go:454: case 1 [2023-04-17T23:39:42.529Z] parser_test.go:454: case 2 [2023-04-17T23:39:42.529Z] parser_test.go:454: case 3 [2023-04-17T23:39:42.529Z] parser_test.go:454: case 4 [2023-04-17T23:39:42.529Z] parser_test.go:454: case 5 [2023-04-17T23:39:42.529Z] --- PASS: TestParseMountSpec (0.00s) [2023-04-17T23:39:42.529Z] === RUN TestParseMountSpecBindWithFileinfoError [2023-04-17T23:39:42.529Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2023-04-17T23:39:42.529Z] === RUN TestValidateMount [2023-04-17T23:39:42.529Z] --- PASS: TestValidateMount (0.00s) [2023-04-17T23:39:42.529Z] PASS [2023-04-17T23:39:42.529Z] coverage: 66.2% of statements [2023-04-17T23:39:42.529Z] ok github.com/docker/docker/volume/mounts 0.085s coverage: 66.2% of statements [2023-04-17T23:39:43.282Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2023-04-17T23:39:43.516Z] === RUN TestSetGetMeta [2023-04-17T23:39:43.516Z] === PAUSE TestSetGetMeta [2023-04-17T23:39:43.516Z] === RUN TestRestore [2023-04-17T23:39:43.516Z] === PAUSE TestRestore [2023-04-17T23:39:43.516Z] === RUN TestServiceCreate [2023-04-17T23:39:43.516Z] === PAUSE TestServiceCreate [2023-04-17T23:39:43.516Z] === RUN TestServiceList [2023-04-17T23:39:43.516Z] === PAUSE TestServiceList [2023-04-17T23:39:43.516Z] === RUN TestServiceRemove [2023-04-17T23:39:43.516Z] === PAUSE TestServiceRemove [2023-04-17T23:39:43.516Z] === RUN TestServiceGet [2023-04-17T23:39:43.516Z] === PAUSE TestServiceGet [2023-04-17T23:39:43.516Z] === RUN TestServicePrune [2023-04-17T23:39:43.516Z] === PAUSE TestServicePrune [2023-04-17T23:39:43.516Z] === RUN TestCreate [2023-04-17T23:39:43.516Z] === PAUSE TestCreate [2023-04-17T23:39:43.516Z] === RUN TestRemove [2023-04-17T23:39:43.516Z] === PAUSE TestRemove [2023-04-17T23:39:43.516Z] === RUN TestList [2023-04-17T23:39:43.516Z] === PAUSE TestList [2023-04-17T23:39:43.516Z] === RUN TestFindByDriver [2023-04-17T23:39:43.516Z] === PAUSE TestFindByDriver [2023-04-17T23:39:43.516Z] === RUN TestFindByReferenced [2023-04-17T23:39:43.516Z] === PAUSE TestFindByReferenced [2023-04-17T23:39:43.516Z] === RUN TestDerefMultipleOfSameRef [2023-04-17T23:39:43.516Z] === PAUSE TestDerefMultipleOfSameRef [2023-04-17T23:39:43.516Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2023-04-17T23:39:43.516Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2023-04-17T23:39:43.516Z] === RUN TestDefererencePluginOnCreateError [2023-04-17T23:39:43.516Z] === PAUSE TestDefererencePluginOnCreateError [2023-04-17T23:39:43.516Z] === RUN TestRefDerefRemove [2023-04-17T23:39:43.516Z] === PAUSE TestRefDerefRemove [2023-04-17T23:39:43.516Z] === RUN TestGet [2023-04-17T23:39:43.516Z] === PAUSE TestGet [2023-04-17T23:39:43.516Z] === RUN TestGetWithReference [2023-04-17T23:39:43.516Z] === PAUSE TestGetWithReference [2023-04-17T23:39:43.516Z] === RUN TestFilterFunc [2023-04-17T23:39:43.516Z] === RUN TestFilterFunc/test_nil_list [2023-04-17T23:39:43.516Z] === PAUSE TestFilterFunc/test_nil_list [2023-04-17T23:39:43.516Z] === RUN TestFilterFunc/test_empty_list [2023-04-17T23:39:43.516Z] === PAUSE TestFilterFunc/test_empty_list [2023-04-17T23:39:43.516Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2023-04-17T23:39:43.516Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2023-04-17T23:39:43.516Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2023-04-17T23:39:43.516Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2023-04-17T23:39:43.516Z] === RUN TestFilterFunc/test_filter_some [2023-04-17T23:39:43.516Z] === PAUSE TestFilterFunc/test_filter_some [2023-04-17T23:39:43.516Z] === RUN TestFilterFunc/test_filter_middle [2023-04-17T23:39:43.516Z] === PAUSE TestFilterFunc/test_filter_middle [2023-04-17T23:39:43.516Z] === RUN TestFilterFunc/test_filter_middle_and_last [2023-04-17T23:39:43.516Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2023-04-17T23:39:43.516Z] === RUN TestFilterFunc/test_filter_first_and_last [2023-04-17T23:39:43.516Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2023-04-17T23:39:43.516Z] === CONT TestFilterFunc/test_nil_list [2023-04-17T23:39:43.516Z] === CONT TestFilterFunc/test_filter_some [2023-04-17T23:39:43.516Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2023-04-17T23:39:43.516Z] === CONT TestFilterFunc/test_filter_middle_and_last [2023-04-17T23:39:43.516Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2023-04-17T23:39:43.516Z] === CONT TestFilterFunc/test_empty_list [2023-04-17T23:39:43.516Z] === CONT TestFilterFunc/test_filter_first_and_last [2023-04-17T23:39:43.516Z] === CONT TestFilterFunc/test_filter_middle [2023-04-17T23:39:43.516Z] --- PASS: TestFilterFunc (0.00s) [2023-04-17T23:39:43.516Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2023-04-17T23:39:43.516Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2023-04-17T23:39:43.516Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2023-04-17T23:39:43.516Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2023-04-17T23:39:43.516Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2023-04-17T23:39:43.516Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2023-04-17T23:39:43.516Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2023-04-17T23:39:43.516Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2023-04-17T23:39:43.516Z] === CONT TestSetGetMeta [2023-04-17T23:39:43.516Z] === CONT TestList [2023-04-17T23:39:43.516Z] === CONT TestServiceGet [2023-04-17T23:39:43.516Z] === CONT TestServiceList [2023-04-17T23:39:43.516Z] --- PASS: TestSetGetMeta (0.01s) [2023-04-17T23:39:43.516Z] === CONT TestGetWithReference [2023-04-17T23:39:43.516Z] --- PASS: TestList (0.04s) [2023-04-17T23:39:43.516Z] === CONT TestGet [2023-04-17T23:39:43.516Z] --- PASS: TestGetWithReference (0.02s) [2023-04-17T23:39:43.516Z] === CONT TestRefDerefRemove [2023-04-17T23:39:43.516Z] --- PASS: TestGet (0.02s) [2023-04-17T23:39:43.516Z] === CONT TestDefererencePluginOnCreateError [2023-04-17T23:39:43.516Z] --- PASS: TestRefDerefRemove (0.01s) [2023-04-17T23:39:43.516Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2023-04-17T23:39:43.516Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2023-04-17T23:39:43.516Z] === CONT TestDerefMultipleOfSameRef [2023-04-17T23:39:43.516Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2023-04-17T23:39:43.516Z] === CONT TestFindByReferenced [2023-04-17T23:39:43.516Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2023-04-17T23:39:43.516Z] === CONT TestFindByDriver [2023-04-17T23:39:43.516Z] --- PASS: TestFindByReferenced (0.02s) [2023-04-17T23:39:43.516Z] === CONT TestServiceCreate [2023-04-17T23:39:43.516Z] --- PASS: TestFindByDriver (0.02s) [2023-04-17T23:39:43.516Z] === CONT TestRestore [2023-04-17T23:39:43.516Z] --- PASS: TestRestore (0.02s) [2023-04-17T23:39:43.516Z] === CONT TestRemove [2023-04-17T23:39:43.516Z] --- PASS: TestRemove (0.02s) [2023-04-17T23:39:43.516Z] === CONT TestCreate [2023-04-17T23:39:43.516Z] --- PASS: TestCreate (0.02s) [2023-04-17T23:39:43.516Z] === CONT TestServicePrune [2023-04-17T23:39:43.516Z] --- PASS: TestServiceGet (0.17s) [2023-04-17T23:39:43.516Z] === CONT TestServiceRemove [2023-04-17T23:39:43.516Z] --- PASS: TestServiceList (0.17s) [2023-04-17T23:39:43.984Z] --- PASS: TestServiceCreate (0.08s) [2023-04-17T23:39:43.984Z] time="2023-04-17T23:39:43Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2023-04-17T23:39:43.984Z] time="2023-04-17T23:39:43Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2023-04-17T23:39:43.984Z] --- PASS: TestServiceRemove (0.02s) [2023-04-17T23:39:43.984Z] time="2023-04-17T23:39:43Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2023-04-17T23:39:43.984Z] time="2023-04-17T23:39:43Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2023-04-17T23:39:43.984Z] time="2023-04-17T23:39:43Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2023-04-17T23:39:43.984Z] --- PASS: TestServicePrune (0.05s) [2023-04-17T23:39:43.984Z] PASS [2023-04-17T23:39:43.984Z] coverage: 70.3% of statements [2023-04-17T23:39:43.984Z] ok github.com/docker/docker/volume/service 0.238s coverage: 70.3% of statements [2023-04-17T23:39:45.822Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2023-04-17T23:39:45.823Z] Using test binary docker [2023-04-17T23:39:45.823Z] +++ /etc/init.d/apparmor start [2023-04-17T23:39:45.823Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2023-04-17T23:39:45.823Z] INFO: Waiting for daemon to start... [2023-04-17T23:39:45.823Z] Starting dockerd [2023-04-17T23:39:45.823Z] +++ 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 [2023-04-17T23:39:48.373Z] . [2023-04-17T23:39:48.373Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2023-04-17T23:39:48.373Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2023-04-17T23:39:48.373Z] Error: No such image: emptyfs [2023-04-17T23:39:48.373Z] ++++ docker load [2023-04-17T23:39:48.373Z] ++++ tar -cC bundles/test-integration/emptyfs . [2023-04-17T23:39:48.736Z] --- PASS: TestNewClientWithTimeout (17.62s) [2023-04-17T23:39:48.736Z] === RUN TestClientStream [2023-04-17T23:39:48.736Z] --- PASS: TestClientStream (0.00s) [2023-04-17T23:39:48.736Z] === RUN TestClientSendFile [2023-04-17T23:39:48.736Z] --- PASS: TestClientSendFile (0.00s) [2023-04-17T23:39:48.736Z] === RUN TestClientWithRequestTimeout [2023-04-17T23:39:48.736Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2023-04-17T23:39:48.736Z] === RUN TestFileSpecPlugin [2023-04-17T23:39:48.736Z] --- PASS: TestFileSpecPlugin (0.01s) [2023-04-17T23:39:48.736Z] === RUN TestFileJSONSpecPlugin [2023-04-17T23:39:48.736Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2023-04-17T23:39:48.736Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2023-04-17T23:39:48.736Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2023-04-17T23:39:48.736Z] === RUN TestPluginAddHandler [2023-04-17T23:39:48.736Z] --- PASS: TestPluginAddHandler (0.00s) [2023-04-17T23:39:48.736Z] === RUN TestPluginWaitBadPlugin [2023-04-17T23:39:48.736Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2023-04-17T23:39:48.736Z] === RUN TestGet [2023-04-17T23:39:48.736Z] time="2023-04-17T23:39:47Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2023-04-17T23:39:48.941Z] Running integration-test (iteration 1) [2023-04-17T23:39:48.941Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2023-04-17T23:39:48.941Z] ++ 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 [2023-04-17T23:39:48.941Z] ++ set -e [2023-04-17T23:39:48.941Z] ++ '[' -n 0 ']' [2023-04-17T23:39:48.941Z] ++ set -x [2023-04-17T23:39:48.941Z] ++ 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 [2023-04-17T23:39:49.204Z] time="2023-04-17T23:39:48Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2023-04-17T23:39:49.626Z] --- PASS: TestServiceWithDataPathPortInit (13.50s) [2023-04-17T23:39:49.626Z] === RUN TestServiceWithDefaultAddressPoolInit [2023-04-17T23:39:49.876Z] Loaded image: busybox:latest [2023-04-17T23:39:50.134Z] Loaded image: busybox:glibc [2023-04-17T23:39:50.567Z] service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:lgl5namraheuo7xcgy6aqrnlp Created:2023-04-17 23:39:49.134525612 +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[9db31b47015de3245db083e168d55fa1a762aa0d596708c28d3b8c5be919aea8:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.l3wjkplfrvy0mi87usn15lfco EndpointID:26a416fe8ece990926545e4a7612f22cd75272c05bbbd51fa45142ace0ce496f MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:1438d4915f06504bde28304479807b2f8356e05c87b8fc24e64961e8737625c9 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:e538d2800a86 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.l3wjkplfrvy0mi87usn15lfco EndpointID:26a416fe8ece990926545e4a7612f22cd75272c05bbbd51fa45142ace0ce496f EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2023-04-17T23:39:51.417Z] time="2023-04-17T23:39:50Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2023-04-17T23:39:54.997Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.94s) [2023-04-17T23:39:54.997Z] PASS [2023-04-17T23:39:54.997Z] [2023-04-17T23:39:54.997Z] === Skipped [2023-04-17T23:39:54.997Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2023-04-17T23:39:54.997Z] service_test.go:242: FLAKY_TEST [2023-04-17T23:39:54.997Z] [2023-04-17T23:39:54.997Z] DONE 26 tests, 1 skipped in 43.125s [2023-04-17T23:39:54.997Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2023-04-17T23:39:54.997Z] ++ 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 [2023-04-17T23:39:54.997Z] ++ set -e [2023-04-17T23:39:54.997Z] ++ '[' -n 0 ']' [2023-04-17T23:39:54.997Z] ++ set -x [2023-04-17T23:39:54.997Z] ++ 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 [2023-04-17T23:39:54.997Z] INFO: Testing against a local daemon [2023-04-17T23:39:54.997Z] === RUN TestDockerNetworkIpvlanPersistance [2023-04-17T23:39:54.997Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-04-17T23:39:54.997Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2023-04-17T23:39:54.997Z] === RUN TestDockerNetworkIpvlan [2023-04-17T23:39:54.997Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-04-17T23:39:54.997Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2023-04-17T23:39:54.997Z] PASS [2023-04-17T23:39:54.997Z] [2023-04-17T23:39:54.997Z] === Skipped [2023-04-17T23:39:54.997Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2023-04-17T23:39:54.997Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-04-17T23:39:54.997Z] [2023-04-17T23:39:54.997Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2023-04-17T23:39:54.997Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-04-17T23:39:54.997Z] [2023-04-17T23:39:54.997Z] DONE 2 tests, 2 skipped in 0.098s [2023-04-17T23:39:54.997Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2023-04-17T23:39:54.997Z] ++ 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 [2023-04-17T23:39:54.997Z] ++ set -e [2023-04-17T23:39:54.997Z] ++ '[' -n 0 ']' [2023-04-17T23:39:54.997Z] ++ set -x [2023-04-17T23:39:54.997Z] ++ 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 [2023-04-17T23:39:54.997Z] INFO: Testing against a local daemon [2023-04-17T23:39:54.997Z] === RUN TestDockerNetworkMacvlanPersistance [2023-04-17T23:39:55.066Z] Loaded image: debian:bullseye-slim [2023-04-17T23:39:55.066Z] Loaded image: hello-world:latest [2023-04-17T23:39:55.326Z] Loaded image: arm32v7/hello-world:latest [2023-04-17T23:39:55.326Z] INFO: Testing against a local daemon [2023-04-17T23:39:55.326Z] === RUN TestCgroupNamespacesBuild [2023-04-17T23:39:55.446Z] time="2023-04-17T23:39:54Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2023-04-17T23:39:56.382Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.33s) [2023-04-17T23:39:56.382Z] === RUN TestDockerNetworkMacvlan [2023-04-17T23:39:56.952Z] === RUN TestDockerNetworkMacvlan/Subinterface [2023-04-17T23:39:57.869Z] --- PASS: TestCgroupNamespacesBuild (2.28s) [2023-04-17T23:39:57.869Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2023-04-17T23:39:57.894Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2023-04-17T23:39:58.464Z] === RUN TestDockerNetworkMacvlan/NilParent [2023-04-17T23:39:59.775Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.04s) [2023-04-17T23:39:59.775Z] === RUN TestBuildWithSession [2023-04-17T23:39:59.775Z] build_session_test.go:25: TODO: BuildKit [2023-04-17T23:39:59.775Z] --- SKIP: TestBuildWithSession (0.00s) [2023-04-17T23:39:59.775Z] === RUN TestBuildSquashParent [2023-04-17T23:40:00.376Z] === RUN TestDockerNetworkMacvlan/InternalMode [2023-04-17T23:40:01.759Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2023-04-17T23:40:04.103Z] --- PASS: TestGet (15.01s) [2023-04-17T23:40:04.103Z] === RUN TestPluginWithNoManifest [2023-04-17T23:40:04.103Z] --- PASS: TestPluginWithNoManifest (0.00s) [2023-04-17T23:40:04.103Z] === RUN TestGetAll [2023-04-17T23:40:04.103Z] --- PASS: TestGetAll (0.01s) [2023-04-17T23:40:04.103Z] PASS [2023-04-17T23:40:04.103Z] coverage: 73.2% of statements [2023-04-17T23:40:04.103Z] ok github.com/docker/docker/pkg/plugins 35.040s coverage: 73.2% of statements [2023-04-17T23:40:04.103Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2023-04-17T23:40:04.103Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2023-04-17T23:40:04.103Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2023-04-17T23:40:04.103Z] ? github.com/docker/docker/pkg/symlink [no test files] [2023-04-17T23:40:04.103Z] ? github.com/docker/docker/pkg/term [no test files] [2023-04-17T23:40:04.103Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2023-04-17T23:40:04.103Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2023-04-17T23:40:04.103Z] ? github.com/docker/docker/quota [no test files] [2023-04-17T23:40:04.103Z] ? github.com/docker/docker/rootless [no test files] [2023-04-17T23:40:04.103Z] ? github.com/docker/docker/runconfig/opts [no test files] [2023-04-17T23:40:04.103Z] ? github.com/docker/docker/testutil/daemon [no test files] [2023-04-17T23:40:04.103Z] ? github.com/docker/docker/testutil/environment [no test files] [2023-04-17T23:40:04.103Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2023-04-17T23:40:04.103Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2023-04-17T23:40:04.103Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2023-04-17T23:40:04.103Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2023-04-17T23:40:04.103Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2023-04-17T23:40:04.103Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2023-04-17T23:40:04.103Z] ? github.com/docker/docker/testutil/registry [no test files] [2023-04-17T23:40:04.103Z] ? github.com/docker/docker/testutil/request [no test files] [2023-04-17T23:40:04.103Z] ? github.com/docker/docker/volume [no test files] [2023-04-17T23:40:04.103Z] ? github.com/docker/docker/volume/service/opts [no test files] [2023-04-17T23:40:04.103Z] ? github.com/docker/docker/volume/testutils [no test files] [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === Skipped [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2023-04-17T23:40:04.575Z] dispatchers_test.go:377: Windows does not support stopsignal [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2023-04-17T23:40:04.575Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.01s) [2023-04-17T23:40:04.575Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2023-04-17T23:40:04.575Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2023-04-17T23:40:04.575Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2023-04-17T23:40:04.575Z] client_test.go:23: runtime.GOOS == "windows" [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2023-04-17T23:40:04.575Z] daemon_test.go:146: root required [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2023-04-17T23:40:04.575Z] reload_test.go:520: root required [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2023-04-17T23:40:04.575Z] config_test.go:526: os.Getuid() != 0: skipping test that requires root [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2023-04-17T23:40:04.575Z] pull_v2_test.go:81: Needs fixing on Windows [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2023-04-17T23:40:04.575Z] pull_v2_test.go:126: Needs fixing on Windows [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2023-04-17T23:40:04.575Z] download_test.go:267: Needs fixing on Windows [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2023-04-17T23:40:04.575Z] layer_test.go:303: Failing on Windows [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2023-04-17T23:40:04.575Z] layer_test.go:352: Failing on Windows [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2023-04-17T23:40:04.575Z] layer_test.go:467: Failing on Windows [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2023-04-17T23:40:04.575Z] layer_test.go:696: Failing on Windows [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2023-04-17T23:40:04.575Z] migration_test.go:45: Failing on Windows [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2023-04-17T23:40:04.575Z] migration_test.go:181: Failing on Windows [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2023-04-17T23:40:04.575Z] mount_test.go:17: Failing on Windows [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2023-04-17T23:40:04.575Z] mount_test.go:76: Failing on Windows [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2023-04-17T23:40:04.575Z] mount_test.go:125: Failing on Windows [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2023-04-17T23:40:04.575Z] mount_test.go:212: Failing on Windows [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2023-04-17T23:40:04.575Z] archive_test.go:133: Xz not present in msys2 [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2023-04-17T23:40:04.575Z] archive_test.go:238: Failing on Windows CI machines [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2023-04-17T23:40:04.575Z] archive_windows_test.go:16: Currently fails [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2023-04-17T23:40:04.575Z] changes_test.go:191: needs more investigation [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2023-04-17T23:40:04.575Z] changes_test.go:404: needs further investigation [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2023-04-17T23:40:04.575Z] changes_test.go:440: needs further investigation [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2023-04-17T23:40:04.575Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2023-04-17T23:40:04.575Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2023-04-17T23:40:04.575Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2023-04-17T23:40:04.575Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2023-04-17T23:40:04.575Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2023-04-17T23:40:04.575Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2023-04-17T23:40:04.575Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2023-04-17T23:40:04.575Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2023-04-17T23:40:04.575Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2023-04-17T23:40:04.575Z] poller_test.go:40: No chmod on Windows [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2023-04-17T23:40:04.575Z] fileutils_test.go:133: Needs porting to Windows [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.575Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2023-04-17T23:40:04.575Z] fileutils_test.go:179: Needs porting to Windows [2023-04-17T23:40:04.575Z] [2023-04-17T23:40:04.576Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2023-04-17T23:40:04.576Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2023-04-17T23:40:04.576Z] [2023-04-17T23:40:04.576Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2023-04-17T23:40:04.576Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2023-04-17T23:40:04.576Z] [2023-04-17T23:40:04.576Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s) [2023-04-17T23:40:04.576Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2023-04-17T23:40:04.576Z] [2023-04-17T23:40:04.576Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2023-04-17T23:40:04.576Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2023-04-17T23:40:04.576Z] [2023-04-17T23:40:04.576Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2023-04-17T23:40:04.576Z] local_test.go:180: runtime.GOOS == "windows" [2023-04-17T23:40:04.576Z] [2023-04-17T23:40:04.576Z] DONE 1864 tests, 45 skipped in 183.093s [2023-04-17T23:40:05.044Z] INFO: make.ps1 ended at 04/17/2023 23:40:04 [2023-04-17T23:40:05.060Z] === RUN TestDockerNetworkMacvlan/Addressing [2023-04-17T23:40:05.629Z] --- PASS: TestDockerNetworkMacvlan (9.34s) [2023-04-17T23:40:05.629Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2023-04-17T23:40:05.629Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2023-04-17T23:40:05.629Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.82s) [2023-04-17T23:40:05.629Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.74s) [2023-04-17T23:40:05.629Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.95s) [2023-04-17T23:40:05.629Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.65s) [2023-04-17T23:40:05.629Z] PASS [2023-04-17T23:40:05.629Z] [2023-04-17T23:40:05.629Z] DONE 8 tests in 10.779s [2023-04-17T23:40:05.889Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2023-04-17T23:40:05.889Z] ++ 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 [2023-04-17T23:40:05.889Z] ++ set -e [2023-04-17T23:40:05.889Z] ++ '[' -n 0 ']' [2023-04-17T23:40:05.889Z] ++ set -x [2023-04-17T23:40:05.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=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 [2023-04-17T23:40:05.889Z] testing: warning: no tests to run [2023-04-17T23:40:05.889Z] PASS [2023-04-17T23:40:05.889Z] [2023-04-17T23:40:05.889Z] DONE 0 tests in 0.029s [2023-04-17T23:40:05.889Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2023-04-17T23:40:05.889Z] ++ 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 [2023-04-17T23:40:05.889Z] ++ set -e [2023-04-17T23:40:05.889Z] ++ '[' -n 0 ']' [2023-04-17T23:40:05.889Z] ++ set -x [2023-04-17T23:40:05.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=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 [2023-04-17T23:40:05.889Z] INFO: Testing against a local daemon [2023-04-17T23:40:05.889Z] === RUN TestAuthZPluginAllowRequest [2023-04-17T23:40:06.607Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2023-04-17T23:40:06.607Z] INFO: Unit tests ended at 04/17/2023 23:40:06. Duration:00:03:16.3359301 [2023-04-17T23:40:06.607Z] INFO: Building busybox [2023-04-17T23:40:06.607Z] Sending build context to Docker daemon 5.12kB [2023-04-17T23:40:06.607Z] [2023-04-17T23:40:06.607Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2023-04-17T23:40:06.607Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2023-04-17T23:40:06.607Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2023-04-17T23:40:06.607Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2023-04-17T23:40:06.607Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2023-04-17T23:40:06.607Z] ---> 997b460651ea [2023-04-17T23:40:06.607Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2023-04-17T23:40:06.607Z] ---> Running in c20f310a5c8a [2023-04-17T23:40:06.973Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2023-04-17T23:40:07.270Z] --- PASS: TestAuthZPluginAllowRequest (1.10s) [2023-04-17T23:40:07.270Z] === RUN TestAuthZPluginTLS [2023-04-17T23:40:07.535Z] --- PASS: TestAuthZPluginTLS (0.55s) [2023-04-17T23:40:07.535Z] === RUN TestAuthZPluginDenyRequest [2023-04-17T23:40:07.899Z] --- PASS: TestBuildSquashParent (8.00s) [2023-04-17T23:40:07.899Z] === RUN TestBuildWithRemoveAndForceRemove [2023-04-17T23:40:07.899Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-04-17T23:40:07.899Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-04-17T23:40:07.899Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-04-17T23:40:07.899Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-04-17T23:40:07.899Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-04-17T23:40:07.899Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-04-17T23:40:07.899Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-04-17T23:40:07.899Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-04-17T23:40:07.899Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-04-17T23:40:07.899Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-04-17T23:40:07.899Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-04-17T23:40:07.899Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-04-17T23:40:07.899Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-04-17T23:40:07.899Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-04-17T23:40:08.105Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2023-04-17T23:40:08.106Z] === RUN TestAuthZPluginAPIDenyResponse [2023-04-17T23:40:08.679Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2023-04-17T23:40:08.679Z] === RUN TestAuthZPluginDenyResponse [2023-04-17T23:40:09.248Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2023-04-17T23:40:09.248Z] === RUN TestAuthZPluginAllowEventStream [2023-04-17T23:40:10.627Z] --- PASS: TestAuthZPluginAllowEventStream (1.19s) [2023-04-17T23:40:10.627Z] === RUN TestAuthZPluginErrorResponse [2023-04-17T23:40:10.886Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2023-04-17T23:40:10.886Z] === RUN TestAuthZPluginErrorRequest [2023-04-17T23:40:11.185Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-04-17T23:40:11.185Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-04-17T23:40:11.456Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2023-04-17T23:40:11.456Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2023-04-17T23:40:12.025Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2023-04-17T23:40:12.025Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2023-04-17T23:40:13.404Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.27s) [2023-04-17T23:40:13.405Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2023-04-17T23:40:13.717Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-04-17T23:40:13.717Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-04-17T23:40:15.311Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.71s) [2023-04-17T23:40:15.311Z] === RUN TestAuthZPluginHeader [2023-04-17T23:40:15.570Z] --- PASS: TestAuthZPluginHeader (0.67s) [2023-04-17T23:40:15.570Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2023-04-17T23:40:15.570Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2023-04-17T23:40:15.570Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2023-04-17T23:40:15.570Z] === RUN TestAuthZPluginV2Disable [2023-04-17T23:40:15.570Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2023-04-17T23:40:15.570Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2023-04-17T23:40:15.570Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2023-04-17T23:40:15.570Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2023-04-17T23:40:15.570Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2023-04-17T23:40:15.570Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2023-04-17T23:40:15.570Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2023-04-17T23:40:15.570Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2023-04-17T23:40:15.570Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2023-04-17T23:40:17.002Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2023-04-17T23:40:17.002Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.92s) [2023-04-17T23:40:17.002Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.09s) [2023-04-17T23:40:17.002Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.00s) [2023-04-17T23:40:17.002Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.22s) [2023-04-17T23:40:17.002Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.84s) [2023-04-17T23:40:17.002Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.90s) [2023-04-17T23:40:17.002Z] === RUN TestBuildMultiStageCopy [2023-04-17T23:40:17.002Z] === RUN TestBuildMultiStageCopy/copy_to_root [2023-04-17T23:40:19.535Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2023-04-17T23:40:19.535Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2023-04-17T23:40:20.103Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2023-04-17T23:40:20.671Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2023-04-17T23:40:21.238Z] --- PASS: TestBuildMultiStageCopy (4.44s) [2023-04-17T23:40:21.238Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.37s) [2023-04-17T23:40:21.238Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.51s) [2023-04-17T23:40:21.238Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.52s) [2023-04-17T23:40:21.238Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.49s) [2023-04-17T23:40:21.238Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.56s) [2023-04-17T23:40:21.238Z] === RUN TestBuildMultiStageParentConfig [2023-04-17T23:40:22.613Z] --- PASS: TestBuildMultiStageParentConfig (1.32s) [2023-04-17T23:40:22.613Z] === RUN TestBuildLabelWithTargets [2023-04-17T23:40:23.304Z] --- PASS: TestImportExtremelyLargeImageWorks (92.95s) [2023-04-17T23:40:23.304Z] PASS [2023-04-17T23:40:23.304Z] [2023-04-17T23:40:23.304Z] DONE 13 tests in 95.989s [2023-04-17T23:40:23.304Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2023-04-17T23:40:23.304Z] INFO: Testing against a local daemon [2023-04-17T23:40:23.304Z] === RUN TestNetworkCreateDelete [2023-04-17T23:40:23.304Z] --- PASS: TestNetworkCreateDelete (0.13s) [2023-04-17T23:40:23.304Z] === RUN TestDockerNetworkDeletePreferID [2023-04-17T23:40:23.304Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2023-04-17T23:40:23.304Z] === RUN TestDaemonDNSFallback [2023-04-17T23:40:24.237Z] --- PASS: TestDaemonDNSFallback (6.36s) [2023-04-17T23:40:24.237Z] === RUN TestInspectNetwork [2023-04-17T23:40:24.515Z] --- PASS: TestBuildLabelWithTargets (2.01s) [2023-04-17T23:40:24.515Z] === RUN TestBuildWithEmptyLayers [2023-04-17T23:40:25.450Z] --- PASS: TestBuildWithEmptyLayers (1.09s) [2023-04-17T23:40:25.451Z] === RUN TestBuildMultiStageOnBuild [2023-04-17T23:40:27.518Z] === RUN TestInspectNetwork/full_network_id [2023-04-17T23:40:27.518Z] === RUN TestInspectNetwork/partial_network_id [2023-04-17T23:40:27.518Z] === RUN TestInspectNetwork/network_name [2023-04-17T23:40:27.518Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2023-04-17T23:40:27.820Z] Removing intermediate container c20f310a5c8a [2023-04-17T23:40:27.820Z] ---> fd039d7905cd [2023-04-17T23:40:27.820Z] Step 7/13 : ARG BUSYBOX_VERSION [2023-04-17T23:40:27.820Z] ---> Running in 6a432726a988 [2023-04-17T23:40:27.820Z] Removing intermediate container 6a432726a988 [2023-04-17T23:40:27.820Z] ---> 33173f6b2cfa [2023-04-17T23:40:27.820Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2023-04-17T23:40:27.820Z] ---> Running in 6f13c31896a2 [2023-04-17T23:40:27.820Z] Removing intermediate container 6f13c31896a2 [2023-04-17T23:40:27.820Z] ---> f1424826ecce [2023-04-17T23:40:27.820Z] Step 9/13 : ADD https://github.com/moby/busybox/releases/download/${BUSYBOX_VERSION}/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2023-04-17T23:40:27.820Z] [2023-04-17T23:40:27.820Z] [2023-04-17T23:40:27.820Z] ---> c90a0f60565e [2023-04-17T23:40:27.820Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2023-04-17T23:40:27.820Z] ---> Running in c4facc68dadf [2023-04-17T23:40:28.738Z] --- PASS: TestBuildMultiStageOnBuild (2.76s) [2023-04-17T23:40:28.738Z] === RUN TestBuildUncleanTarFilenames [2023-04-17T23:40:29.674Z] --- PASS: TestBuildUncleanTarFilenames (1.48s) [2023-04-17T23:40:29.674Z] === RUN TestBuildMultiStageLayerLeak [2023-04-17T23:40:31.695Z] --- PASS: TestInspectNetwork (7.03s) [2023-04-17T23:40:31.695Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2023-04-17T23:40:31.695Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2023-04-17T23:40:31.695Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2023-04-17T23:40:31.695Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2023-04-17T23:40:31.695Z] === RUN TestRunContainerWithBridgeNone [2023-04-17T23:40:32.961Z] --- PASS: TestBuildMultiStageLayerLeak (2.85s) [2023-04-17T23:40:32.961Z] === RUN TestBuildWithHugeFile [2023-04-17T23:40:33.067Z] --- PASS: TestRunContainerWithBridgeNone (1.69s) [2023-04-17T23:40:33.067Z] === RUN TestNetworkInvalidJSON [2023-04-17T23:40:33.067Z] === RUN TestNetworkInvalidJSON//networks/create [2023-04-17T23:40:33.067Z] === PAUSE TestNetworkInvalidJSON//networks/create [2023-04-17T23:40:33.067Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2023-04-17T23:40:33.068Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2023-04-17T23:40:33.068Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2023-04-17T23:40:33.068Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2023-04-17T23:40:33.068Z] === CONT TestNetworkInvalidJSON//networks/create [2023-04-17T23:40:33.068Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2023-04-17T23:40:33.068Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2023-04-17T23:40:33.068Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2023-04-17T23:40:33.068Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2023-04-17T23:40:33.068Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2023-04-17T23:40:33.068Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2023-04-17T23:40:33.068Z] === RUN TestNetworkList [2023-04-17T23:40:33.068Z] === RUN TestNetworkList//networks [2023-04-17T23:40:33.068Z] === PAUSE TestNetworkList//networks [2023-04-17T23:40:33.068Z] === RUN TestNetworkList//networks/ [2023-04-17T23:40:33.068Z] === PAUSE TestNetworkList//networks/ [2023-04-17T23:40:33.068Z] === CONT TestNetworkList//networks [2023-04-17T23:40:33.068Z] === CONT TestNetworkList//networks/ [2023-04-17T23:40:33.068Z] --- PASS: TestNetworkList (0.02s) [2023-04-17T23:40:33.068Z] --- PASS: TestNetworkList//networks (0.00s) [2023-04-17T23:40:33.068Z] --- PASS: TestNetworkList//networks/ (0.00s) [2023-04-17T23:40:33.068Z] === RUN TestHostIPv4BridgeLabel [2023-04-17T23:40:33.633Z] --- PASS: TestHostIPv4BridgeLabel (0.59s) [2023-04-17T23:40:33.633Z] === RUN TestDaemonRestartWithLiveRestore [2023-04-17T23:40:33.668Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s) [2023-04-17T23:40:33.668Z] PASS [2023-04-17T23:40:33.668Z] [2023-04-17T23:40:33.668Z] === Skipped [2023-04-17T23:40:33.668Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2023-04-17T23:40:33.668Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2023-04-17T23:40:33.668Z] [2023-04-17T23:40:33.668Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2023-04-17T23:40:33.668Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2023-04-17T23:40:33.668Z] [2023-04-17T23:40:33.668Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2023-04-17T23:40:33.668Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2023-04-17T23:40:33.668Z] [2023-04-17T23:40:33.668Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2023-04-17T23:40:33.668Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2023-04-17T23:40:33.668Z] [2023-04-17T23:40:33.668Z] DONE 17 tests, 4 skipped in 26.702s [2023-04-17T23:40:33.668Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2023-04-17T23:40:33.668Z] ++ 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 [2023-04-17T23:40:33.668Z] ++ set -e [2023-04-17T23:40:33.668Z] ++ '[' -n 0 ']' [2023-04-17T23:40:33.668Z] ++ set -x [2023-04-17T23:40:33.668Z] ++ 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 [2023-04-17T23:40:33.668Z] INFO: Testing against a local daemon [2023-04-17T23:40:33.668Z] === RUN TestPluginInvalidJSON [2023-04-17T23:40:33.668Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2023-04-17T23:40:33.668Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2023-04-17T23:40:33.668Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2023-04-17T23:40:33.668Z] --- PASS: TestPluginInvalidJSON (0.01s) [2023-04-17T23:40:33.668Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2023-04-17T23:40:33.668Z] === RUN TestPluginInstall [2023-04-17T23:40:33.668Z] === RUN TestPluginInstall/no_auth [2023-04-17T23:40:34.564Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2023-04-17T23:40:34.564Z] === RUN TestDaemonDefaultNetworkPools [2023-04-17T23:40:35.496Z] --- PASS: TestDaemonDefaultNetworkPools (0.70s) [2023-04-17T23:40:35.496Z] === RUN TestDaemonRestartWithExistingNetwork [2023-04-17T23:40:36.429Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2023-04-17T23:40:36.429Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2023-04-17T23:40:36.963Z] time="2023-04-17T23:40:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-04-17T23:40:36.963Z] time="2023-04-17T23:40:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c9a7fc44d86bdf20ed7f3f9b0bf4de6a5d3d15245f956f239fa41e9278d86311" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-04-17T23:40:36.963Z] time="2023-04-17T23:40:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-04-17T23:40:36.963Z] time="2023-04-17T23:40:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c9a7fc44d86bdf20ed7f3f9b0bf4de6a5d3d15245f956f239fa41e9278d86311" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-04-17T23:40:36.963Z] === RUN TestPluginInstall/with_htpasswd [2023-04-17T23:40:37.223Z] time="2023-04-17T23:40:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-04-17T23:40:37.223Z] time="2023-04-17T23:40:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c9a7fc44d86bdf20ed7f3f9b0bf4de6a5d3d15245f956f239fa41e9278d86311" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-04-17T23:40:37.223Z] time="2023-04-17T23:40:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-04-17T23:40:37.223Z] time="2023-04-17T23:40:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c9a7fc44d86bdf20ed7f3f9b0bf4de6a5d3d15245f956f239fa41e9278d86311" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-04-17T23:40:37.483Z] === RUN TestPluginInstall/with_insecure [2023-04-17T23:40:37.800Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2023-04-17T23:40:37.800Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2023-04-17T23:40:38.364Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2023-04-17T23:40:38.364Z] === RUN TestServiceWithPredefinedNetwork [2023-04-17T23:40:38.422Z] time="2023-04-17T23:40:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-04-17T23:40:38.422Z] time="2023-04-17T23:40:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:806b9632b255ffebeeb961fa18cd03fc1afb102a9dd235c6714e5f23d68b14a2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-04-17T23:40:38.422Z] time="2023-04-17T23:40:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-04-17T23:40:38.422Z] time="2023-04-17T23:40:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:806b9632b255ffebeeb961fa18cd03fc1afb102a9dd235c6714e5f23d68b14a2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-04-17T23:40:38.422Z] plugin_test.go:164: [dec5e71e80a9c] daemon is not started [2023-04-17T23:40:38.422Z] --- PASS: TestPluginInstall (5.87s) [2023-04-17T23:40:38.422Z] --- PASS: TestPluginInstall/no_auth (4.15s) [2023-04-17T23:40:38.422Z] --- PASS: TestPluginInstall/with_htpasswd (0.58s) [2023-04-17T23:40:38.422Z] --- PASS: TestPluginInstall/with_insecure (1.13s) [2023-04-17T23:40:38.422Z] === RUN TestPluginsWithRuntimes [2023-04-17T23:40:40.329Z] === RUN TestPluginsWithRuntimes/No_Args [2023-04-17T23:40:40.891Z] --- PASS: TestServiceWithPredefinedNetwork (2.28s) [2023-04-17T23:40:40.891Z] === RUN TestServiceRemoveKeepsIngressNetwork [2023-04-17T23:40:40.891Z] service_test.go:242: FLAKY_TEST [2023-04-17T23:40:40.891Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2023-04-17T23:40:40.891Z] === RUN TestServiceWithDataPathPortInit [2023-04-17T23:40:40.898Z] === RUN TestPluginsWithRuntimes/With_Args [2023-04-17T23:40:41.836Z] --- PASS: TestPluginsWithRuntimes (3.40s) [2023-04-17T23:40:41.836Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.87s) [2023-04-17T23:40:41.836Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.88s) [2023-04-17T23:40:41.836Z] === RUN TestPluginBackCompatMediaTypes [2023-04-17T23:40:42.775Z] --- PASS: TestPluginBackCompatMediaTypes (0.69s) [2023-04-17T23:40:42.775Z] PASS [2023-04-17T23:40:42.775Z] [2023-04-17T23:40:42.775Z] DONE 10 tests in 10.102s [2023-04-17T23:40:42.775Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2023-04-17T23:40:42.775Z] ++ 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 [2023-04-17T23:40:42.775Z] ++ set -e [2023-04-17T23:40:42.775Z] ++ '[' -n 0 ']' [2023-04-17T23:40:42.775Z] ++ set -x [2023-04-17T23:40:42.775Z] ++ 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 [2023-04-17T23:40:42.775Z] INFO: Testing against a local daemon [2023-04-17T23:40:42.775Z] === RUN TestExternalGraphDriver [2023-04-17T23:40:43.035Z] === RUN TestExternalGraphDriver/json [2023-04-17T23:40:44.943Z] === RUN TestExternalGraphDriver/spec [2023-04-17T23:40:46.323Z] === RUN TestExternalGraphDriver/pull [2023-04-17T23:40:47.703Z] --- PASS: TestExternalGraphDriver (5.05s) [2023-04-17T23:40:47.703Z] --- PASS: TestExternalGraphDriver/json (1.59s) [2023-04-17T23:40:47.703Z] --- PASS: TestExternalGraphDriver/spec (1.53s) [2023-04-17T23:40:47.703Z] --- PASS: TestExternalGraphDriver/pull (1.60s) [2023-04-17T23:40:47.703Z] === RUN TestGraphdriverPluginV2 [2023-04-17T23:40:48.272Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2023-04-17T23:40:48.272Z] --- SKIP: TestGraphdriverPluginV2 (0.32s) [2023-04-17T23:40:48.272Z] PASS [2023-04-17T23:40:48.272Z] [2023-04-17T23:40:48.272Z] === Skipped [2023-04-17T23:40:48.272Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s) [2023-04-17T23:40:48.272Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2023-04-17T23:40:48.272Z] [2023-04-17T23:40:48.272Z] DONE 5 tests, 1 skipped in 5.492s [2023-04-17T23:40:48.272Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2023-04-17T23:40:48.272Z] ++ 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 [2023-04-17T23:40:48.272Z] ++ set -e [2023-04-17T23:40:48.272Z] ++ '[' -n 0 ']' [2023-04-17T23:40:48.272Z] ++ set -x [2023-04-17T23:40:48.272Z] ++ 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 [2023-04-17T23:40:48.272Z] INFO: Testing against a local daemon [2023-04-17T23:40:48.272Z] === RUN TestContinueAfterPluginCrash [2023-04-17T23:40:48.272Z] === PAUSE TestContinueAfterPluginCrash [2023-04-17T23:40:48.272Z] === RUN TestReadPluginNoRead [2023-04-17T23:40:48.272Z] === PAUSE TestReadPluginNoRead [2023-04-17T23:40:48.272Z] === RUN TestDaemonStartWithLogOpt [2023-04-17T23:40:48.272Z] === PAUSE TestDaemonStartWithLogOpt [2023-04-17T23:40:48.272Z] === CONT TestContinueAfterPluginCrash [2023-04-17T23:40:48.272Z] === CONT TestDaemonStartWithLogOpt [2023-04-17T23:40:49.046Z] Removing intermediate container c4facc68dadf [2023-04-17T23:40:49.046Z] ---> 571e031e9960 [2023-04-17T23:40:49.046Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2023-04-17T23:40:49.046Z] ---> Running in c65de4cfaf76 [2023-04-17T23:40:50.029Z] [2023-04-17T23:40:50.029Z] SUCCESS: Specified value was saved. [2023-04-17T23:40:51.564Z] --- PASS: TestDaemonStartWithLogOpt (3.17s) [2023-04-17T23:40:51.564Z] === CONT TestReadPluginNoRead [2023-04-17T23:40:52.242Z] Removing intermediate container c65de4cfaf76 [2023-04-17T23:40:52.242Z] ---> 14d30fab3b5d [2023-04-17T23:40:52.242Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2023-04-17T23:40:52.242Z] ---> Running in ddd06b56c41a [2023-04-17T23:40:53.473Z] === RUN TestReadPluginNoRead/default [2023-04-17T23:40:54.853Z] === RUN TestReadPluginNoRead/disabled_caching [2023-04-17T23:40:55.751Z] --- PASS: TestServiceWithDataPathPortInit (14.03s) [2023-04-17T23:40:55.751Z] === RUN TestServiceWithDefaultAddressPoolInit [2023-04-17T23:40:56.234Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2023-04-17T23:40:56.234Z] --- PASS: TestContinueAfterPluginCrash (7.94s) [2023-04-17T23:40:56.684Z] service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ngbpcbwmhysr65r7efzyaoxe2 Created:2023-04-17 23:40:55.377312358 +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[4ac4b28c0bb8ab8881d928a5ef463435e983878793ac7624fb55d45dd2df9441:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.2qb55pznmab4xcr9v8cbyps38 EndpointID:f193c96411a7594dc035a6442a624429fe4a34843a102396e6e0f63d023f05fd MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:58b6cf4c1066f522b3a527d6d017ddbc8f09be26c400f97568ddfcf74fe0a5cf 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:e5af321afd75 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.2qb55pznmab4xcr9v8cbyps38 EndpointID:f193c96411a7594dc035a6442a624429fe4a34843a102396e6e0f63d023f05fd EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2023-04-17T23:40:56.989Z] Cannot create a file when that file already exists. [2023-04-17T23:40:57.174Z] === CONT TestReadPluginNoRead [2023-04-17T23:40:57.174Z] read_test.go:92: [d20a948179842] daemon is not started [2023-04-17T23:40:57.174Z] --- PASS: TestReadPluginNoRead (5.65s) [2023-04-17T23:40:57.174Z] --- PASS: TestReadPluginNoRead/default (1.26s) [2023-04-17T23:40:57.174Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.13s) [2023-04-17T23:40:57.174Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.15s) [2023-04-17T23:40:57.174Z] PASS [2023-04-17T23:40:57.174Z] [2023-04-17T23:40:57.174Z] DONE 6 tests in 8.946s [2023-04-17T23:40:57.174Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2023-04-17T23:40:57.174Z] ++ 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 [2023-04-17T23:40:57.174Z] ++ set -e [2023-04-17T23:40:57.174Z] ++ '[' -n 0 ']' [2023-04-17T23:40:57.174Z] ++ set -x [2023-04-17T23:40:57.174Z] ++ 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 [2023-04-17T23:40:57.174Z] testing: warning: no tests to run [2023-04-17T23:40:57.174Z] PASS [2023-04-17T23:40:57.174Z] [2023-04-17T23:40:57.174Z] DONE 0 tests in 0.031s [2023-04-17T23:40:57.174Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2023-04-17T23:40:57.174Z] ++ 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 [2023-04-17T23:40:57.174Z] ++ set -e [2023-04-17T23:40:57.174Z] ++ '[' -n 0 ']' [2023-04-17T23:40:57.174Z] ++ set -x [2023-04-17T23:40:57.174Z] ++ 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 [2023-04-17T23:40:57.174Z] INFO: Testing against a local daemon [2023-04-17T23:40:57.174Z] === RUN TestPluginWithDevMounts [2023-04-17T23:40:57.174Z] === PAUSE TestPluginWithDevMounts [2023-04-17T23:40:57.174Z] === CONT TestPluginWithDevMounts [2023-04-17T23:40:59.104Z] --- PASS: TestPluginWithDevMounts (1.55s) [2023-04-17T23:40:59.104Z] PASS [2023-04-17T23:40:59.104Z] [2023-04-17T23:40:59.104Z] DONE 1 tests in 1.653s [2023-04-17T23:40:59.104Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2023-04-17T23:40:59.104Z] ++ 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 [2023-04-17T23:40:59.104Z] ++ set -e [2023-04-17T23:40:59.104Z] ++ '[' -n 0 ']' [2023-04-17T23:40:59.104Z] ++ set -x [2023-04-17T23:40:59.104Z] ++ 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 [2023-04-17T23:40:59.104Z] INFO: Testing against a local daemon [2023-04-17T23:40:59.104Z] === RUN TestSecretInspect [2023-04-17T23:41:00.585Z] ..........................xx.................... [ 29%] [2023-04-17T23:41:00.775Z] Removing intermediate container ddd06b56c41a [2023-04-17T23:41:00.775Z] ---> b01279fd2240 [2023-04-17T23:41:00.775Z] Step 13/13 : CMD ["sh"] [2023-04-17T23:41:00.775Z] ---> Running in b7ede60558d2 [2023-04-17T23:41:00.775Z] Removing intermediate container b7ede60558d2 [2023-04-17T23:41:00.775Z] ---> c54225ca64e4 [2023-04-17T23:41:00.775Z] Successfully built c54225ca64e4 [2023-04-17T23:41:00.775Z] Successfully tagged busybox:latest [2023-04-17T23:41:00.775Z] INFO: Docker images of the daemon under test [2023-04-17T23:41:00.775Z] [2023-04-17T23:41:00.775Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-04-17T23:41:00.775Z] busybox latest c54225ca64e4 Less than a second ago 4.67GB [2023-04-17T23:41:00.775Z] mcr.microsoft.com/windows/servercore ltsc2019 997b460651ea 12 days ago 4.65GB [2023-04-17T23:41:00.775Z] microsoft/windowsservercore latest 997b460651ea 12 days ago 4.65GB [2023-04-17T23:41:00.775Z] [2023-04-17T23:41:00.775Z] INFO: Running integration tests at 04/17/2023 23:41:00... [2023-04-17T23:41:00.775Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2023-04-17T23:41:00.775Z] INFO: Integration API tests being run from the host: [2023-04-17T23:41:00.775Z] INFO: make.ps1 starting at 04/17/2023 23:41:00 [2023-04-17T23:41:01.034Z] --- PASS: TestSecretInspect (1.74s) [2023-04-17T23:41:01.034Z] === RUN TestSecretList [2023-04-17T23:41:01.760Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2023-04-17T23:41:01.943Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.56s) [2023-04-17T23:41:01.943Z] PASS [2023-04-17T23:41:01.943Z] [2023-04-17T23:41:01.943Z] === Skipped [2023-04-17T23:41:01.943Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2023-04-17T23:41:01.943Z] service_test.go:242: FLAKY_TEST [2023-04-17T23:41:01.943Z] [2023-04-17T23:41:01.943Z] DONE 26 tests, 1 skipped in 43.762s [2023-04-17T23:41:01.943Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2023-04-17T23:41:01.943Z] INFO: Testing against a local daemon [2023-04-17T23:41:01.943Z] === RUN TestDockerNetworkIpvlanPersistance [2023-04-17T23:41:01.943Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-04-17T23:41:01.943Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2023-04-17T23:41:01.943Z] === RUN TestDockerNetworkIpvlan [2023-04-17T23:41:01.943Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-04-17T23:41:01.943Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2023-04-17T23:41:01.943Z] PASS [2023-04-17T23:41:01.943Z] [2023-04-17T23:41:01.943Z] === Skipped [2023-04-17T23:41:01.943Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2023-04-17T23:41:01.943Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-04-17T23:41:01.943Z] [2023-04-17T23:41:01.943Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2023-04-17T23:41:01.943Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-04-17T23:41:01.943Z] [2023-04-17T23:41:01.943Z] DONE 2 tests, 2 skipped in 0.039s [2023-04-17T23:41:01.943Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2023-04-17T23:41:01.943Z] INFO: Testing against a local daemon [2023-04-17T23:41:01.943Z] === RUN TestDockerNetworkMacvlanPersistance [2023-04-17T23:41:02.507Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.28s) [2023-04-17T23:41:02.507Z] === RUN TestDockerNetworkMacvlan [2023-04-17T23:41:02.941Z] --- PASS: TestSecretList (2.13s) [2023-04-17T23:41:02.941Z] === RUN TestSecretsCreateAndDelete [2023-04-17T23:41:03.072Z] === RUN TestDockerNetworkMacvlan/Subinterface [2023-04-17T23:41:04.007Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2023-04-17T23:41:04.571Z] === RUN TestDockerNetworkMacvlan/NilParent [2023-04-17T23:41:04.851Z] --- PASS: TestSecretsCreateAndDelete (2.13s) [2023-04-17T23:41:04.851Z] === RUN TestSecretsUpdate [2023-04-17T23:41:06.524Z] === RUN TestDockerNetworkMacvlan/InternalMode [2023-04-17T23:41:06.760Z] --- PASS: TestSecretsUpdate (1.72s) [2023-04-17T23:41:06.760Z] === RUN TestTemplatedSecret [2023-04-17T23:41:08.425Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2023-04-17T23:41:09.299Z] --- PASS: TestTemplatedSecret (2.36s) [2023-04-17T23:41:09.299Z] === RUN TestSecretCreateResolve [2023-04-17T23:41:11.207Z] --- PASS: TestSecretCreateResolve (2.09s) [2023-04-17T23:41:11.207Z] PASS [2023-04-17T23:41:11.207Z] [2023-04-17T23:41:11.207Z] DONE 6 tests in 12.269s [2023-04-17T23:41:11.207Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2023-04-17T23:41:11.207Z] ++ 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 [2023-04-17T23:41:11.207Z] ++ set -e [2023-04-17T23:41:11.207Z] ++ '[' -n 0 ']' [2023-04-17T23:41:11.207Z] ++ set -x [2023-04-17T23:41:11.207Z] ++ 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 [2023-04-17T23:41:11.207Z] INFO: Testing against a local daemon [2023-04-17T23:41:11.207Z] === RUN TestServiceCreateInit [2023-04-17T23:41:11.207Z] === RUN TestServiceCreateInit/daemonInitDisabled [2023-04-17T23:41:11.705Z] === RUN TestDockerNetworkMacvlan/Addressing [2023-04-17T23:41:11.963Z] --- PASS: TestDockerNetworkMacvlan (9.63s) [2023-04-17T23:41:11.963Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s) [2023-04-17T23:41:11.963Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2023-04-17T23:41:11.963Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.88s) [2023-04-17T23:41:11.963Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.90s) [2023-04-17T23:41:11.963Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.98s) [2023-04-17T23:41:11.963Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.57s) [2023-04-17T23:41:11.963Z] PASS [2023-04-17T23:41:11.963Z] [2023-04-17T23:41:11.963Z] DONE 8 tests in 10.941s [2023-04-17T23:41:12.221Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2023-04-17T23:41:12.221Z] testing: warning: no tests to run [2023-04-17T23:41:12.221Z] PASS [2023-04-17T23:41:12.221Z] [2023-04-17T23:41:12.221Z] DONE 0 tests in 0.009s [2023-04-17T23:41:12.221Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2023-04-17T23:41:12.221Z] INFO: Testing against a local daemon [2023-04-17T23:41:12.221Z] === RUN TestAuthZPluginAllowRequest [2023-04-17T23:41:13.591Z] --- PASS: TestAuthZPluginAllowRequest (1.20s) [2023-04-17T23:41:13.591Z] === RUN TestAuthZPluginTLS [2023-04-17T23:41:13.848Z] --- PASS: TestAuthZPluginTLS (0.54s) [2023-04-17T23:41:13.848Z] === RUN TestAuthZPluginDenyRequest [2023-04-17T23:41:14.413Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2023-04-17T23:41:14.413Z] === RUN TestAuthZPluginAPIDenyResponse [2023-04-17T23:41:14.977Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2023-04-17T23:41:14.977Z] === RUN TestAuthZPluginDenyResponse [2023-04-17T23:41:15.403Z] === RUN TestServiceCreateInit/daemonInitEnabled [2023-04-17T23:41:15.541Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2023-04-17T23:41:15.541Z] === RUN TestAuthZPluginAllowEventStream [2023-04-17T23:41:16.806Z] tests/integration/api_exec_test.py ..................... [ 34%] [2023-04-17T23:41:16.912Z] --- PASS: TestAuthZPluginAllowEventStream (1.19s) [2023-04-17T23:41:16.912Z] === RUN TestAuthZPluginErrorResponse [2023-04-17T23:41:17.170Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2023-04-17T23:41:17.170Z] === RUN TestAuthZPluginErrorRequest [2023-04-17T23:41:17.734Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2023-04-17T23:41:17.734Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2023-04-17T23:41:17.941Z] --- PASS: TestServiceCreateInit (6.45s) [2023-04-17T23:41:17.941Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.46s) [2023-04-17T23:41:17.941Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (2.97s) [2023-04-17T23:41:17.941Z] === RUN TestCreateServiceMultipleTimes [2023-04-17T23:41:18.298Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2023-04-17T23:41:18.298Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2023-04-17T23:41:19.567Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-04-17T23:41:19.567Z] INFO: Testing against a local daemon [2023-04-17T23:41:19.567Z] === RUN TestBuildWithSession [2023-04-17T23:41:19.567Z] build_session_test.go:25: TODO: BuildKit [2023-04-17T23:41:19.567Z] --- SKIP: TestBuildWithSession (0.00s) [2023-04-17T23:41:19.567Z] === RUN TestBuildSquashParent [2023-04-17T23:41:19.567Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:41:19.567Z] --- SKIP: TestBuildSquashParent (0.00s) [2023-04-17T23:41:19.567Z] === RUN TestBuildWithRemoveAndForceRemove [2023-04-17T23:41:19.567Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-04-17T23:41:19.567Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-04-17T23:41:19.567Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-04-17T23:41:19.567Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-04-17T23:41:19.567Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-04-17T23:41:19.567Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-04-17T23:41:19.567Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-04-17T23:41:19.567Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-04-17T23:41:19.567Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-04-17T23:41:19.567Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-04-17T23:41:19.567Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-04-17T23:41:19.567Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-04-17T23:41:19.567Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-04-17T23:41:19.567Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-04-17T23:41:19.567Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-04-17T23:41:19.567Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-04-17T23:41:19.670Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.42s) [2023-04-17T23:41:19.670Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2023-04-17T23:41:21.041Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.45s) [2023-04-17T23:41:21.041Z] === RUN TestAuthZPluginHeader [2023-04-17T23:41:21.973Z] --- PASS: TestAuthZPluginHeader (0.69s) [2023-04-17T23:41:21.973Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2023-04-17T23:41:24.549Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2023-04-17T23:41:26.153Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.26s) [2023-04-17T23:41:26.153Z] === RUN TestAuthZPluginV2Disable [2023-04-17T23:41:28.230Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-04-17T23:41:28.230Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-04-17T23:41:29.166Z] tests/integration/api_image_test.py ............s..... [ 40%] [2023-04-17T23:41:30.335Z] --- PASS: TestAuthZPluginV2Disable (3.78s) [2023-04-17T23:41:30.335Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2023-04-17T23:41:32.833Z] --- PASS: TestCreateServiceMultipleTimes (14.99s) [2023-04-17T23:41:32.833Z] === RUN TestCreateServiceConflict [2023-04-17T23:41:33.611Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.62s) [2023-04-17T23:41:33.611Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2023-04-17T23:41:34.088Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2023-04-17T23:41:34.088Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (9.30s) [2023-04-17T23:41:34.088Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (9.72s) [2023-04-17T23:41:34.088Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (9.82s) [2023-04-17T23:41:34.088Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (9.87s) [2023-04-17T23:41:34.088Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (6.39s) [2023-04-17T23:41:34.088Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (6.07s) [2023-04-17T23:41:34.088Z] === RUN TestBuildMultiStageCopy [2023-04-17T23:41:34.088Z] === RUN TestBuildMultiStageCopy/copy_to_root [2023-04-17T23:41:34.741Z] --- PASS: TestCreateServiceConflict (2.11s) [2023-04-17T23:41:34.741Z] === RUN TestCreateServiceMaxReplicas [2023-04-17T23:41:38.034Z] --- PASS: TestCreateServiceMaxReplicas (2.76s) [2023-04-17T23:41:38.034Z] === RUN TestCreateWithDuplicateNetworkNames [2023-04-17T23:41:41.235Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2023-04-17T23:41:41.703Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2023-04-17T23:41:42.170Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2023-04-17T23:41:42.637Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2023-04-17T23:41:43.622Z] --- PASS: TestBuildMultiStageCopy (9.24s) [2023-04-17T23:41:43.622Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (6.78s) [2023-04-17T23:41:43.622Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.51s) [2023-04-17T23:41:43.622Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.59s) [2023-04-17T23:41:43.622Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.63s) [2023-04-17T23:41:43.622Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.73s) [2023-04-17T23:41:43.622Z] === RUN TestBuildMultiStageParentConfig [2023-04-17T23:41:45.186Z] --- PASS: TestBuildMultiStageParentConfig (1.75s) [2023-04-17T23:41:45.186Z] === RUN TestBuildLabelWithTargets [2023-04-17T23:41:45.186Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2023-04-17T23:41:45.186Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2023-04-17T23:41:45.186Z] === RUN TestBuildWithEmptyLayers [2023-04-17T23:41:45.637Z] tests/integration/api_network_test.py ............................ [ 47%] [2023-04-17T23:41:45.800Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.75s) [2023-04-17T23:41:45.801Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2023-04-17T23:41:46.170Z] --- PASS: TestBuildWithEmptyLayers (0.91s) [2023-04-17T23:41:46.170Z] === RUN TestBuildMultiStageOnBuild [2023-04-17T23:41:52.924Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.00s) [2023-04-17T23:41:52.924Z] === RUN TestCreateServiceSecretFileMode [2023-04-17T23:41:54.393Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2023-04-17T23:41:54.393Z] Using test binary docker [2023-04-17T23:41:54.393Z] +++ /etc/init.d/apparmor start [2023-04-17T23:41:54.393Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2023-04-17T23:41:54.393Z] INFO: Waiting for daemon to start... [2023-04-17T23:41:54.393Z] Starting dockerd [2023-04-17T23:41:54.393Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2023-04-17T23:41:54.393Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2023-04-17T23:41:54.393Z] Using test binary docker [2023-04-17T23:41:54.393Z] +++ /etc/init.d/apparmor start [2023-04-17T23:41:54.393Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2023-04-17T23:41:54.393Z] INFO: Waiting for daemon to start... [2023-04-17T23:41:54.393Z] Starting dockerd [2023-04-17T23:41:54.393Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2023-04-17T23:41:54.393Z] . [2023-04-17T23:41:54.393Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2023-04-17T23:41:54.393Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2023-04-17T23:41:54.393Z] Error: No such image: emptyfs [2023-04-17T23:41:54.393Z] ++++ docker load [2023-04-17T23:41:54.393Z] ++++ tar -cC bundles/test-integration/emptyfs . [2023-04-17T23:41:54.393Z] Running integration-test (iteration 1) [2023-04-17T23:41:54.393Z] 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)/ [2023-04-17T23:41:54.393Z] ++ 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)/' [2023-04-17T23:41:54.393Z] ++ set -e [2023-04-17T23:41:54.393Z] ++ '[' -n 0 ']' [2023-04-17T23:41:54.393Z] ++ set -x [2023-04-17T23:41:54.393Z] ++ 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)/' [2023-04-17T23:41:54.393Z] Loaded image: busybox:latest [2023-04-17T23:41:54.393Z] Loaded image: busybox:glibc [2023-04-17T23:41:54.393Z] [2023-04-17T23:41:54.393Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2023-04-17T23:41:54.393Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2023-04-17T23:41:54.393Z] Error: No such image: emptyfs [2023-04-17T23:41:54.393Z] ++++ docker load [2023-04-17T23:41:54.393Z] ++++ tar -cC bundles/test-integration/emptyfs . [2023-04-17T23:41:54.393Z] Running integration-test (iteration 1) [2023-04-17T23:41:54.393Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2023-04-17T23:41:54.393Z] ++ 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)/' [2023-04-17T23:41:54.393Z] ++ set -e [2023-04-17T23:41:54.393Z] ++ '[' -n 0 ']' [2023-04-17T23:41:54.393Z] ++ set -x [2023-04-17T23:41:54.393Z] ++ 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)/' [2023-04-17T23:41:54.393Z] Loaded image: busybox:latest [2023-04-17T23:41:54.393Z] Loaded image: busybox:glibc [2023-04-17T23:41:54.651Z] Loaded image: debian:bullseye-slim [2023-04-17T23:41:54.651Z] Loaded image: hello-world:latest [2023-04-17T23:41:54.909Z] Loaded image: arm32v7/hello-world:latest [2023-04-17T23:41:54.909Z] INFO: Testing against a local daemon [2023-04-17T23:41:54.909Z] === RUN TestDockerSuite [2023-04-17T23:41:54.909Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2023-04-17T23:41:54.909Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2023-04-17T23:41:54.909Z] === RUN TestDockerSuite/TestAPIErrorJSON [2023-04-17T23:41:54.909Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2023-04-17T23:41:55.167Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2023-04-17T23:41:55.167Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2023-04-17T23:41:55.167Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2023-04-17T23:41:55.167Z] === RUN TestDockerSuite/TestAPIImagesDelete [2023-04-17T23:41:55.176Z] tests/integration/api_plugin_test.py ........... [ 50%] [2023-04-17T23:41:56.683Z] tests/integration/api_secret_test.py ..... [ 51%] [2023-04-17T23:41:57.069Z] Loaded image: debian:bullseye-slim [2023-04-17T23:41:57.069Z] Loaded image: hello-world:latest [2023-04-17T23:41:57.327Z] Loaded image: arm32v7/hello-world:latest [2023-04-17T23:41:57.327Z] INFO: Testing against a local daemon [2023-04-17T23:41:57.327Z] === RUN TestDockerDaemonSuite [2023-04-17T23:41:57.327Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2023-04-17T23:41:59.227Z] === RUN TestDockerSuite/TestAPIImagesFilter [2023-04-17T23:41:59.227Z] === RUN TestDockerSuite/TestAPIImagesHistory [2023-04-17T23:41:59.796Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2023-04-17T23:42:00.362Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2023-04-17T23:42:01.088Z] --- PASS: TestBuildMultiStageOnBuild (14.49s) [2023-04-17T23:42:01.089Z] === RUN TestBuildUncleanTarFilenames [2023-04-17T23:42:01.089Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2023-04-17T23:42:01.089Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2023-04-17T23:42:01.089Z] === RUN TestBuildMultiStageLayerLeak [2023-04-17T23:42:01.301Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2023-04-17T23:42:01.561Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2023-04-17T23:42:01.561Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2023-04-17T23:42:01.737Z] tests/integration/api_service_test.py .................................. [ 60%] [2023-04-17T23:42:02.908Z] --- PASS: TestCreateServiceSecretFileMode (11.96s) [2023-04-17T23:42:02.908Z] === RUN TestCreateServiceConfigFileMode [2023-04-17T23:42:02.938Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2023-04-17T23:42:03.197Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2023-04-17T23:42:03.455Z] === RUN TestDockerSuite/TestAPINetworkFilter [2023-04-17T23:42:03.455Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2023-04-17T23:42:03.455Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2023-04-17T23:42:03.860Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.88s) [2023-04-17T23:42:03.860Z] PASS [2023-04-17T23:42:03.860Z] [2023-04-17T23:42:03.860Z] DONE 17 tests in 49.984s [2023-04-17T23:42:03.860Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2023-04-17T23:42:03.860Z] INFO: Testing against a local daemon [2023-04-17T23:42:03.860Z] === RUN TestPluginInvalidJSON [2023-04-17T23:42:03.860Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2023-04-17T23:42:03.860Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2023-04-17T23:42:03.860Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2023-04-17T23:42:03.860Z] --- PASS: TestPluginInvalidJSON (0.01s) [2023-04-17T23:42:03.860Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2023-04-17T23:42:03.860Z] === RUN TestPluginInstall [2023-04-17T23:42:03.860Z] === RUN TestPluginInstall/no_auth [2023-04-17T23:42:04.830Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2023-04-17T23:42:04.830Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2023-04-17T23:42:05.397Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2023-04-17T23:42:05.655Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2023-04-17T23:42:05.655Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2023-04-17T23:42:05.655Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2023-04-17T23:42:07.139Z] time="2023-04-17T23:42:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-04-17T23:42:07.139Z] time="2023-04-17T23:42:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3488b95b3fff3eb3b61e122afb7de7d72d30e8b74c3a2cf84fbd32e53938aa17" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-04-17T23:42:07.139Z] time="2023-04-17T23:42:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-04-17T23:42:07.140Z] time="2023-04-17T23:42:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3488b95b3fff3eb3b61e122afb7de7d72d30e8b74c3a2cf84fbd32e53938aa17" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-04-17T23:42:07.398Z] === RUN TestPluginInstall/with_htpasswd [2023-04-17T23:42:07.656Z] time="2023-04-17T23:42:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-04-17T23:42:07.656Z] time="2023-04-17T23:42:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3f7b71c95a7e3c8f6ee6528a7ae6716adff3c791a11bc2a8690639d2c9a079d0" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-04-17T23:42:07.656Z] time="2023-04-17T23:42:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-04-17T23:42:07.656Z] time="2023-04-17T23:42:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3f7b71c95a7e3c8f6ee6528a7ae6716adff3c791a11bc2a8690639d2c9a079d0" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-04-17T23:42:07.914Z] === RUN TestPluginInstall/with_insecure [2023-04-17T23:42:08.848Z] time="2023-04-17T23:42:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-04-17T23:42:08.848Z] time="2023-04-17T23:42:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f41a6967b0d107786eaade4452cf4e405f6f70f49545738e20519dbdaf57aa35" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-04-17T23:42:08.848Z] time="2023-04-17T23:42:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-04-17T23:42:08.848Z] time="2023-04-17T23:42:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f41a6967b0d107786eaade4452cf4e405f6f70f49545738e20519dbdaf57aa35" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-04-17T23:42:09.107Z] plugin_test.go:164: [dd33338d798f3] daemon is not started [2023-04-17T23:42:09.107Z] --- PASS: TestPluginInstall (6.93s) [2023-04-17T23:42:09.107Z] --- PASS: TestPluginInstall/no_auth (5.18s) [2023-04-17T23:42:09.107Z] --- PASS: TestPluginInstall/with_htpasswd (0.64s) [2023-04-17T23:42:09.107Z] --- PASS: TestPluginInstall/with_insecure (1.11s) [2023-04-17T23:42:09.107Z] === RUN TestPluginsWithRuntimes [2023-04-17T23:42:11.006Z] === RUN TestPluginsWithRuntimes/No_Args [2023-04-17T23:42:11.571Z] === RUN TestPluginsWithRuntimes/With_Args [2023-04-17T23:42:12.214Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2023-04-17T23:42:12.504Z] --- PASS: TestPluginsWithRuntimes (3.33s) [2023-04-17T23:42:12.504Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.88s) [2023-04-17T23:42:12.504Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.87s) [2023-04-17T23:42:12.504Z] === RUN TestPluginBackCompatMediaTypes [2023-04-17T23:42:13.069Z] --- PASS: TestPluginBackCompatMediaTypes (0.59s) [2023-04-17T23:42:13.069Z] PASS [2023-04-17T23:42:13.069Z] [2023-04-17T23:42:13.069Z] DONE 10 tests in 10.897s [2023-04-17T23:42:13.069Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2023-04-17T23:42:13.069Z] INFO: Testing against a local daemon [2023-04-17T23:42:13.069Z] === RUN TestExternalGraphDriver [2023-04-17T23:42:13.327Z] === RUN TestExternalGraphDriver/json [2023-04-17T23:42:15.123Z] --- PASS: TestCreateServiceConfigFileMode (12.26s) [2023-04-17T23:42:15.123Z] === RUN TestCreateServiceSysctls [2023-04-17T23:42:15.223Z] === RUN TestExternalGraphDriver/spec [2023-04-17T23:42:15.494Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2023-04-17T23:42:16.531Z] ......................... [ 67%] [2023-04-17T23:42:16.597Z] === RUN TestExternalGraphDriver/pull [2023-04-17T23:42:17.660Z] --- PASS: TestCreateServiceSysctls (2.80s) [2023-04-17T23:42:17.660Z] === RUN TestCreateServiceCapabilities [2023-04-17T23:42:18.025Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2023-04-17T23:42:18.494Z] --- PASS: TestExternalGraphDriver (5.35s) [2023-04-17T23:42:18.494Z] --- PASS: TestExternalGraphDriver/json (1.66s) [2023-04-17T23:42:18.494Z] --- PASS: TestExternalGraphDriver/spec (1.63s) [2023-04-17T23:42:18.494Z] --- PASS: TestExternalGraphDriver/pull (1.72s) [2023-04-17T23:42:18.494Z] === RUN TestGraphdriverPluginV2 [2023-04-17T23:42:18.887Z] --- PASS: TestBuildMultiStageLayerLeak (17.50s) [2023-04-17T23:42:18.887Z] === RUN TestBuildWithHugeFile [2023-04-17T23:42:19.399Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2023-04-17T23:42:19.661Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2023-04-17T23:42:19.919Z] --- PASS: TestBuildWithHugeFile (107.38s) [2023-04-17T23:42:19.919Z] === RUN TestBuildWithEmptyDockerfile [2023-04-17T23:42:20.178Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2023-04-17T23:42:20.178Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2023-04-17T23:42:20.178Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-04-17T23:42:20.178Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-04-17T23:42:20.178Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-04-17T23:42:20.178Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-04-17T23:42:20.178Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2023-04-17T23:42:20.178Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-04-17T23:42:20.178Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-04-17T23:42:20.178Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2023-04-17T23:42:20.178Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s) [2023-04-17T23:42:20.178Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s) [2023-04-17T23:42:20.178Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.07s) [2023-04-17T23:42:20.178Z] === RUN TestBuildPreserveOwnership [2023-04-17T23:42:20.178Z] === RUN TestBuildPreserveOwnership/copy_from [2023-04-17T23:42:20.197Z] --- PASS: TestCreateServiceCapabilities (2.34s) [2023-04-17T23:42:20.197Z] === RUN TestInspect [2023-04-17T23:42:20.436Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2023-04-17T23:42:21.004Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2023-04-17T23:42:21.263Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2023-04-17T23:42:21.830Z] === RUN TestDockerSuite/TestAttachAfterDetach [2023-04-17T23:42:22.396Z] docker_cli_daemon_test.go:1455: [d94058ffcfd10] daemon is not started [2023-04-17T23:42:22.695Z] --- PASS: TestGraphdriverPluginV2 (4.24s) [2023-04-17T23:42:22.695Z] PASS [2023-04-17T23:42:22.695Z] [2023-04-17T23:42:22.695Z] DONE 5 tests in 9.643s [2023-04-17T23:42:22.695Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2023-04-17T23:42:22.695Z] INFO: Testing against a local daemon [2023-04-17T23:42:22.695Z] === RUN TestContinueAfterPluginCrash [2023-04-17T23:42:22.695Z] === PAUSE TestContinueAfterPluginCrash [2023-04-17T23:42:22.695Z] === RUN TestReadPluginNoRead [2023-04-17T23:42:22.695Z] === PAUSE TestReadPluginNoRead [2023-04-17T23:42:22.695Z] === RUN TestDaemonStartWithLogOpt [2023-04-17T23:42:22.695Z] === PAUSE TestDaemonStartWithLogOpt [2023-04-17T23:42:22.695Z] === CONT TestContinueAfterPluginCrash [2023-04-17T23:42:22.695Z] === CONT TestDaemonStartWithLogOpt [2023-04-17T23:42:22.735Z] --- PASS: TestInspect (2.62s) [2023-04-17T23:42:22.735Z] === RUN TestCreateJob [2023-04-17T23:42:22.963Z] check_test.go:308: [d04e149f08303] daemon is not started [2023-04-17T23:42:22.963Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2023-04-17T23:42:23.221Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2023-04-17T23:42:23.787Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2023-04-17T23:42:24.723Z] --- PASS: TestBuildPreserveOwnership (4.37s) [2023-04-17T23:42:24.723Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.96s) [2023-04-17T23:42:24.723Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.39s) [2023-04-17T23:42:24.723Z] === RUN TestBuildPlatformInvalid [2023-04-17T23:42:24.723Z] --- PASS: TestBuildPlatformInvalid (0.10s) [2023-04-17T23:42:24.723Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2023-04-17T23:42:25.275Z] --- PASS: TestCreateJob (2.86s) [2023-04-17T23:42:25.275Z] === RUN TestReplicatedJob [2023-04-17T23:42:25.288Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2023-04-17T23:42:25.547Z] === RUN TestDockerSuite/TestAttachDetach [2023-04-17T23:42:25.547Z] Loaded image: busybox:latest [2023-04-17T23:42:26.113Z] Loaded image: busybox:glibc [2023-04-17T23:42:26.680Z] === RUN TestDockerSuite/TestAttachDisconnect [2023-04-17T23:42:26.911Z] --- PASS: TestDaemonStartWithLogOpt (3.53s) [2023-04-17T23:42:26.911Z] === CONT TestReadPluginNoRead [2023-04-17T23:42:26.938Z] check_test.go:308: [db887645835dd] daemon is not started [2023-04-17T23:42:26.939Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2023-04-17T23:42:27.505Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2023-04-17T23:42:28.440Z] Loaded image: debian:bullseye-slim [2023-04-17T23:42:28.440Z] Loaded image: hello-world:latest [2023-04-17T23:42:28.440Z] Loaded image: arm32v7/hello-world:latest [2023-04-17T23:42:28.807Z] === RUN TestReadPluginNoRead/default [2023-04-17T23:42:29.005Z] === RUN TestDockerSuite/TestAttachPausedContainer [2023-04-17T23:42:29.940Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2023-04-17T23:42:30.179Z] === RUN TestReadPluginNoRead/disabled_caching [2023-04-17T23:42:30.506Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2023-04-17T23:42:30.602Z] --- PASS: TestReplicatedJob (4.76s) [2023-04-17T23:42:30.602Z] === RUN TestUpdateReplicatedJob [2023-04-17T23:42:31.440Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2023-04-17T23:42:31.551Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2023-04-17T23:42:31.551Z] --- PASS: TestContinueAfterPluginCrash (8.66s) [2023-04-17T23:42:31.698Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2023-04-17T23:42:32.482Z] === CONT TestReadPluginNoRead [2023-04-17T23:42:32.482Z] read_test.go:92: [ddb6c252bc169] daemon is not started [2023-04-17T23:42:32.482Z] --- PASS: TestReadPluginNoRead (6.27s) [2023-04-17T23:42:32.482Z] --- PASS: TestReadPluginNoRead/default (1.24s) [2023-04-17T23:42:32.482Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.26s) [2023-04-17T23:42:32.482Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.26s) [2023-04-17T23:42:32.482Z] PASS [2023-04-17T23:42:32.482Z] [2023-04-17T23:42:32.482Z] DONE 6 tests in 9.835s [2023-04-17T23:42:32.482Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2023-04-17T23:42:32.482Z] testing: warning: no tests to run [2023-04-17T23:42:32.482Z] PASS [2023-04-17T23:42:32.482Z] [2023-04-17T23:42:32.482Z] DONE 0 tests in 0.008s [2023-04-17T23:42:32.482Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2023-04-17T23:42:32.482Z] INFO: Testing against a local daemon [2023-04-17T23:42:32.482Z] === RUN TestPluginWithDevMounts [2023-04-17T23:42:32.482Z] === PAUSE TestPluginWithDevMounts [2023-04-17T23:42:32.482Z] === CONT TestPluginWithDevMounts [2023-04-17T23:42:33.139Z] --- PASS: TestUpdateReplicatedJob (2.91s) [2023-04-17T23:42:33.139Z] === RUN TestServiceListWithStatuses [2023-04-17T23:42:33.139Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2023-04-17T23:42:33.139Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2023-04-17T23:42:33.139Z] === RUN TestDockerNetworkConnectAlias [2023-04-17T23:42:33.599Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2023-04-17T23:42:34.165Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2023-04-17T23:42:34.378Z] --- PASS: TestPluginWithDevMounts (1.60s) [2023-04-17T23:42:34.378Z] PASS [2023-04-17T23:42:34.378Z] [2023-04-17T23:42:34.378Z] DONE 1 tests in 1.641s [2023-04-17T23:42:34.378Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2023-04-17T23:42:34.378Z] INFO: Testing against a local daemon [2023-04-17T23:42:34.378Z] === RUN TestSecretInspect [2023-04-17T23:42:34.737Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2023-04-17T23:42:36.274Z] --- PASS: TestSecretInspect (2.12s) [2023-04-17T23:42:36.274Z] === RUN TestSecretList [2023-04-17T23:42:37.336Z] --- PASS: TestDockerNetworkConnectAlias (3.92s) [2023-04-17T23:42:37.336Z] === RUN TestDockerNetworkReConnect [2023-04-17T23:42:38.171Z] --- PASS: TestSecretList (1.75s) [2023-04-17T23:42:38.171Z] === RUN TestSecretsCreateAndDelete [2023-04-17T23:42:38.922Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2023-04-17T23:42:38.922Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2023-04-17T23:42:39.490Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2023-04-17T23:42:39.749Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2023-04-17T23:42:40.627Z] --- PASS: TestDockerNetworkReConnect (3.49s) [2023-04-17T23:42:40.627Z] === RUN TestServicePlugin [2023-04-17T23:42:40.627Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2023-04-17T23:42:40.627Z] --- SKIP: TestServicePlugin (0.00s) [2023-04-17T23:42:40.627Z] === RUN TestServiceUpdateLabel [2023-04-17T23:42:40.694Z] --- PASS: TestSecretsCreateAndDelete (2.14s) [2023-04-17T23:42:40.694Z] === RUN TestSecretsUpdate [2023-04-17T23:42:42.535Z] --- PASS: TestServiceUpdateLabel (2.11s) [2023-04-17T23:42:42.535Z] === RUN TestServiceUpdateSecrets [2023-04-17T23:42:42.589Z] --- PASS: TestSecretsUpdate (2.15s) [2023-04-17T23:42:42.589Z] === RUN TestTemplatedSecret [2023-04-17T23:42:43.929Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2023-04-17T23:42:45.114Z] --- PASS: TestTemplatedSecret (2.57s) [2023-04-17T23:42:45.114Z] === RUN TestSecretCreateResolve [2023-04-17T23:42:45.303Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (20.55s) [2023-04-17T23:42:45.303Z] PASS [2023-04-17T23:42:45.303Z] [2023-04-17T23:42:45.303Z] === Skipped [2023-04-17T23:42:45.303Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2023-04-17T23:42:45.303Z] build_session_test.go:25: TODO: BuildKit [2023-04-17T23:42:45.303Z] [2023-04-17T23:42:45.303Z] DONE 33 tests, 1 skipped in 176.448s [2023-04-17T23:42:45.303Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2023-04-17T23:42:45.303Z] ++ 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 [2023-04-17T23:42:45.303Z] ++ set -e [2023-04-17T23:42:45.303Z] ++ '[' -n 0 ']' [2023-04-17T23:42:45.303Z] ++ set -x [2023-04-17T23:42:45.303Z] ++ 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 [2023-04-17T23:42:45.562Z] INFO: Testing against a local daemon [2023-04-17T23:42:45.562Z] === RUN TestConfigInspect [2023-04-17T23:42:45.821Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2023-04-17T23:42:47.012Z] --- PASS: TestSecretCreateResolve (2.14s) [2023-04-17T23:42:47.012Z] PASS [2023-04-17T23:42:47.012Z] [2023-04-17T23:42:47.012Z] DONE 6 tests in 12.896s [2023-04-17T23:42:47.012Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2023-04-17T23:42:47.270Z] INFO: Testing against a local daemon [2023-04-17T23:42:47.270Z] === RUN TestServiceCreateInit [2023-04-17T23:42:47.270Z] === RUN TestServiceCreateInit/daemonInitDisabled [2023-04-17T23:42:48.353Z] --- PASS: TestConfigInspect (2.93s) [2023-04-17T23:42:48.353Z] === RUN TestConfigList [2023-04-17T23:42:49.286Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2023-04-17T23:42:51.187Z] --- PASS: TestConfigList (2.72s) [2023-04-17T23:42:51.187Z] === RUN TestConfigsCreateAndDelete [2023-04-17T23:42:51.445Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2023-04-17T23:42:51.450Z] === RUN TestServiceCreateInit/daemonInitEnabled [2023-04-17T23:42:52.820Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2023-04-17T23:42:53.755Z] --- PASS: TestConfigsCreateAndDelete (2.62s) [2023-04-17T23:42:53.755Z] === RUN TestConfigsUpdate [2023-04-17T23:42:54.730Z] --- PASS: TestServiceCreateInit (7.34s) [2023-04-17T23:42:54.731Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.76s) [2023-04-17T23:42:54.731Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.57s) [2023-04-17T23:42:54.731Z] === RUN TestCreateServiceMultipleTimes [2023-04-17T23:42:54.739Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2023-04-17T23:42:55.140Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2023-04-17T23:42:55.354Z] check_test.go:308: [dff21c38486a1] daemon is not started [2023-04-17T23:42:55.354Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2023-04-17T23:42:55.926Z] check_test.go:308: [d32b1a051cbf8] daemon is not started [2023-04-17T23:42:55.926Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2023-04-17T23:42:56.502Z] --- PASS: TestConfigsUpdate (2.69s) [2023-04-17T23:42:56.502Z] === RUN TestTemplatedConfig [2023-04-17T23:42:57.072Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2023-04-17T23:42:57.425Z] --- PASS: TestServiceUpdateSecrets (14.35s) [2023-04-17T23:42:57.425Z] === RUN TestServiceUpdateConfigs [2023-04-17T23:42:57.643Z] check_test.go:308: [df54b31f35d4f] daemon is not started [2023-04-17T23:42:57.643Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2023-04-17T23:42:59.018Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2023-04-17T23:42:59.585Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2023-04-17T23:42:59.843Z] --- PASS: TestTemplatedConfig (3.34s) [2023-04-17T23:42:59.843Z] === RUN TestConfigCreateResolve [2023-04-17T23:43:00.100Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2023-04-17T23:43:00.666Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2023-04-17T23:43:00.925Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2023-04-17T23:43:01.493Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2023-04-17T23:43:01.493Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2023-04-17T23:43:02.873Z] --- PASS: TestConfigCreateResolve (2.80s) [2023-04-17T23:43:02.873Z] === RUN TestConfigDaemonLibtrustID [2023-04-17T23:43:03.132Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2023-04-17T23:43:03.132Z] PASS [2023-04-17T23:43:03.132Z] [2023-04-17T23:43:03.132Z] DONE 7 tests in 17.832s [2023-04-17T23:43:03.132Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2023-04-17T23:43:03.132Z] ++ 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 [2023-04-17T23:43:03.132Z] ++ set -e [2023-04-17T23:43:03.132Z] ++ '[' -n 0 ']' [2023-04-17T23:43:03.132Z] ++ set -x [2023-04-17T23:43:03.132Z] ++ 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 [2023-04-17T23:43:03.390Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2023-04-17T23:43:03.390Z] INFO: Testing against a local daemon [2023-04-17T23:43:03.390Z] === RUN TestCheckpoint [2023-04-17T23:43:03.390Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2023-04-17T23:43:03.390Z] --- SKIP: TestCheckpoint (0.00s) [2023-04-17T23:43:03.390Z] === RUN TestContainerInvalidJSON [2023-04-17T23:43:03.390Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2023-04-17T23:43:03.390Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2023-04-17T23:43:03.390Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2023-04-17T23:43:03.390Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2023-04-17T23:43:03.390Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2023-04-17T23:43:03.390Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2023-04-17T23:43:03.390Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2023-04-17T23:43:03.390Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2023-04-17T23:43:03.390Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2023-04-17T23:43:03.390Z] --- PASS: TestContainerInvalidJSON (0.01s) [2023-04-17T23:43:03.390Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2023-04-17T23:43:03.390Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2023-04-17T23:43:03.390Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2023-04-17T23:43:03.390Z] === RUN TestCopyFromContainerPathDoesNotExist [2023-04-17T23:43:03.390Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2023-04-17T23:43:03.390Z] === RUN TestCopyFromContainerPathIsNotDir [2023-04-17T23:43:03.648Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2023-04-17T23:43:03.648Z] === RUN TestCopyToContainerPathDoesNotExist [2023-04-17T23:43:03.648Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2023-04-17T23:43:03.648Z] === RUN TestCopyToContainerPathIsNotDir [2023-04-17T23:43:03.648Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2023-04-17T23:43:03.648Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s) [2023-04-17T23:43:03.648Z] === RUN TestCopyFromContainer [2023-04-17T23:43:05.022Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2023-04-17T23:43:05.022Z] === RUN TestCopyFromContainer// [2023-04-17T23:43:05.022Z] === RUN TestCopyFromContainer//bar/root [2023-04-17T23:43:05.022Z] === RUN TestCopyFromContainer//bar/root/ [2023-04-17T23:43:05.022Z] === RUN TestCopyFromContainer/bar/quux [2023-04-17T23:43:05.280Z] === RUN TestCopyFromContainer/bar/quux/ [2023-04-17T23:43:05.280Z] === RUN TestCopyFromContainer/bar/quux/baz [2023-04-17T23:43:05.280Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2023-04-17T23:43:05.280Z] === RUN TestCopyFromContainer/bar/filesymlink [2023-04-17T23:43:05.280Z] === RUN TestCopyFromContainer/bar/dirsymlink [2023-04-17T23:43:05.538Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2023-04-17T23:43:05.538Z] === RUN TestCopyFromContainer/bar/notarget [2023-04-17T23:43:05.538Z] --- PASS: TestCopyFromContainer (1.92s) [2023-04-17T23:43:05.538Z] --- PASS: TestCopyFromContainer// (0.05s) [2023-04-17T23:43:05.538Z] --- PASS: TestCopyFromContainer//bar/root (0.05s) [2023-04-17T23:43:05.539Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2023-04-17T23:43:05.539Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2023-04-17T23:43:05.539Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2023-04-17T23:43:05.539Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2023-04-17T23:43:05.539Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2023-04-17T23:43:05.539Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2023-04-17T23:43:05.539Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2023-04-17T23:43:05.539Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2023-04-17T23:43:05.539Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2023-04-17T23:43:05.539Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-04-17T23:43:05.539Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-04-17T23:43:05.539Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-04-17T23:43:05.539Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-04-17T23:43:05.539Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-04-17T23:43:05.539Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-04-17T23:43:05.539Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-04-17T23:43:05.539Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-04-17T23:43:05.539Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-04-17T23:43:05.539Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2023-04-17T23:43:05.539Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2023-04-17T23:43:05.539Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2023-04-17T23:43:05.539Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2023-04-17T23:43:05.539Z] === RUN TestCreateLinkToNonExistingContainer [2023-04-17T23:43:05.539Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2023-04-17T23:43:05.539Z] === RUN TestCreateWithInvalidEnv [2023-04-17T23:43:05.539Z] === RUN TestCreateWithInvalidEnv/0 [2023-04-17T23:43:05.539Z] === PAUSE TestCreateWithInvalidEnv/0 [2023-04-17T23:43:05.539Z] === RUN TestCreateWithInvalidEnv/1 [2023-04-17T23:43:05.539Z] === PAUSE TestCreateWithInvalidEnv/1 [2023-04-17T23:43:05.539Z] === RUN TestCreateWithInvalidEnv/2 [2023-04-17T23:43:05.539Z] === PAUSE TestCreateWithInvalidEnv/2 [2023-04-17T23:43:05.796Z] === CONT TestCreateWithInvalidEnv/0 [2023-04-17T23:43:05.796Z] === CONT TestCreateWithInvalidEnv/2 [2023-04-17T23:43:05.796Z] === CONT TestCreateWithInvalidEnv/1 [2023-04-17T23:43:05.796Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2023-04-17T23:43:05.796Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2023-04-17T23:43:05.796Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2023-04-17T23:43:05.796Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2023-04-17T23:43:05.796Z] === RUN TestCreateTmpfsMountsTarget [2023-04-17T23:43:05.796Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2023-04-17T23:43:05.796Z] === RUN TestCreateWithCustomMaskedPaths [2023-04-17T23:43:05.796Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2023-04-17T23:43:06.733Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2023-04-17T23:43:07.300Z] --- PASS: TestCreateWithCustomMaskedPaths (1.61s) [2023-04-17T23:43:07.300Z] === RUN TestCreateWithCustomReadonlyPaths [2023-04-17T23:43:09.200Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2023-04-17T23:43:09.200Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.72s) [2023-04-17T23:43:09.200Z] === RUN TestCreateWithInvalidHealthcheckParams [2023-04-17T23:43:09.200Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-04-17T23:43:09.200Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-04-17T23:43:09.200Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-04-17T23:43:09.200Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-04-17T23:43:09.200Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-04-17T23:43:09.200Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-04-17T23:43:09.200Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-04-17T23:43:09.200Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-04-17T23:43:09.200Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-04-17T23:43:09.200Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-04-17T23:43:09.200Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-04-17T23:43:09.200Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-04-17T23:43:09.200Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-04-17T23:43:09.200Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-04-17T23:43:09.200Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-04-17T23:43:09.200Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2023-04-17T23:43:09.200Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2023-04-17T23:43:09.200Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2023-04-17T23:43:09.200Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2023-04-17T23:43:09.200Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2023-04-17T23:43:09.200Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2023-04-17T23:43:09.200Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2023-04-17T23:43:09.769Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.61s) [2023-04-17T23:43:09.769Z] === RUN TestCreateDifferentPlatform [2023-04-17T23:43:09.769Z] === RUN TestCreateDifferentPlatform/different_os [2023-04-17T23:43:09.769Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2023-04-17T23:43:09.769Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2023-04-17T23:43:09.769Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2023-04-17T23:43:09.769Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s) [2023-04-17T23:43:09.769Z] === RUN TestCreateVolumesFromNonExistingContainer [2023-04-17T23:43:09.769Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2023-04-17T23:43:09.769Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2023-04-17T23:43:09.769Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2023-04-17T23:43:09.769Z] === RUN TestContainerStartOnDaemonRestart [2023-04-17T23:43:09.769Z] === PAUSE TestContainerStartOnDaemonRestart [2023-04-17T23:43:09.769Z] === RUN TestDaemonRestartIpcMode [2023-04-17T23:43:09.769Z] === PAUSE TestDaemonRestartIpcMode [2023-04-17T23:43:09.769Z] === RUN TestDaemonHostGatewayIP [2023-04-17T23:43:09.769Z] === PAUSE TestDaemonHostGatewayIP [2023-04-17T23:43:09.769Z] === RUN TestRestartDaemonWithRestartingContainer [2023-04-17T23:43:09.769Z] === PAUSE TestRestartDaemonWithRestartingContainer [2023-04-17T23:43:09.769Z] === RUN TestContainerKillOnDaemonStart [2023-04-17T23:43:09.769Z] === PAUSE TestContainerKillOnDaemonStart [2023-04-17T23:43:09.769Z] === RUN TestDiff [2023-04-17T23:43:10.340Z] --- PASS: TestDiff (0.53s) [2023-04-17T23:43:10.340Z] === RUN TestExecWithCloseStdin [2023-04-17T23:43:10.547Z] tests/integration/api_volume_test.py ......... [ 74%] [2023-04-17T23:43:10.908Z] --- PASS: TestExecWithCloseStdin (0.65s) [2023-04-17T23:43:10.908Z] === RUN TestExec [2023-04-17T23:43:11.845Z] --- PASS: TestExec (0.64s) [2023-04-17T23:43:11.845Z] === RUN TestExecUser [2023-04-17T23:43:11.845Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2023-04-17T23:43:12.315Z] --- PASS: TestServiceUpdateConfigs (14.28s) [2023-04-17T23:43:12.315Z] === RUN TestServiceUpdateNetwork [2023-04-17T23:43:12.411Z] --- PASS: TestExecUser (0.70s) [2023-04-17T23:43:12.411Z] === RUN TestExportContainerAndImportImage [2023-04-17T23:43:12.453Z] tests/integration/client_test.py ..... [ 75%] [2023-04-17T23:43:12.674Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2023-04-17T23:43:12.713Z] tests/integration/context_api_test.py ... [ 76%] [2023-04-17T23:43:12.797Z] --- PASS: TestCreateServiceMultipleTimes (15.76s) [2023-04-17T23:43:12.797Z] === RUN TestCreateServiceConflict [2023-04-17T23:43:12.797Z] --- PASS: TestCreateServiceConflict (2.10s) [2023-04-17T23:43:12.797Z] === RUN TestCreateServiceMaxReplicas [2023-04-17T23:43:12.932Z] check_test.go:308: [d7d2d5b53d419] daemon is not started [2023-04-17T23:43:12.932Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2023-04-17T23:43:13.190Z] --- PASS: TestExportContainerAndImportImage (0.85s) [2023-04-17T23:43:13.190Z] === RUN TestExportContainerAfterDaemonRestart [2023-04-17T23:43:13.287Z] tests/integration/errors_test.py . [ 76%] [2023-04-17T23:43:13.756Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2023-04-17T23:43:14.014Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2023-04-17T23:43:14.580Z] --- PASS: TestExportContainerAfterDaemonRestart (1.47s) [2023-04-17T23:43:14.580Z] === RUN TestHealthCheckWorkdir [2023-04-17T23:43:14.580Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2023-04-17T23:43:15.146Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2023-04-17T23:43:15.146Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2023-04-17T23:43:15.321Z] --- PASS: TestCreateServiceMaxReplicas (2.78s) [2023-04-17T23:43:15.321Z] === RUN TestCreateWithDuplicateNetworkNames [2023-04-17T23:43:15.713Z] --- PASS: TestHealthCheckWorkdir (0.98s) [2023-04-17T23:43:15.713Z] === RUN TestHealthKillContainer [2023-04-17T23:43:16.646Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2023-04-17T23:43:17.212Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2023-04-17T23:43:19.113Z] === RUN TestDockerSuite/TestBuildAddNonTar [2023-04-17T23:43:20.047Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2023-04-17T23:43:20.306Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2023-04-17T23:43:21.682Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2023-04-17T23:43:22.616Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2023-04-17T23:43:23.550Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2023-04-17T23:43:23.550Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2023-04-17T23:43:23.550Z] check_test.go:308: [d47e332a62ef9] daemon is not started [2023-04-17T23:43:23.550Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2023-04-17T23:43:24.115Z] --- PASS: TestHealthKillContainer (8.34s) [2023-04-17T23:43:24.115Z] === RUN TestHealthCheckProcessKilled [2023-04-17T23:43:24.532Z] --- PASS: TestServiceUpdateNetwork (12.16s) [2023-04-17T23:43:24.532Z] === RUN TestServiceUpdatePidsLimit [2023-04-17T23:43:24.532Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2023-04-17T23:43:24.687Z] --- PASS: TestHealthCheckProcessKilled (0.78s) [2023-04-17T23:43:24.687Z] === RUN TestInspectCpusetInConfigPre120 [2023-04-17T23:43:25.253Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2023-04-17T23:43:25.253Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2023-04-17T23:43:25.470Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2023-04-17T23:43:25.511Z] --- PASS: TestInspectCpusetInConfigPre120 (0.65s) [2023-04-17T23:43:25.511Z] === RUN TestIpcModeNone [2023-04-17T23:43:26.078Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2023-04-17T23:43:26.342Z] --- PASS: TestIpcModeNone (0.85s) [2023-04-17T23:43:26.342Z] === RUN TestIpcModePrivate [2023-04-17T23:43:26.910Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:95, shared: false, mustBeShared: false [2023-04-17T23:43:27.168Z] --- PASS: TestIpcModePrivate (0.93s) [2023-04-17T23:43:27.168Z] === RUN TestIpcModeShareable [2023-04-17T23:43:27.168Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2023-04-17T23:43:27.427Z] === RUN TestDockerSuite/TestBuildAddScript [2023-04-17T23:43:27.686Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:81, shared: true, mustBeShared: true [2023-04-17T23:43:27.945Z] --- PASS: TestIpcModeShareable (0.82s) [2023-04-17T23:43:27.945Z] === RUN TestAPIIpcModeShareableAndContainer [2023-04-17T23:43:28.880Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2023-04-17T23:43:30.179Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.19s) [2023-04-17T23:43:30.179Z] === RUN TestCreateServiceSecretFileMode [2023-04-17T23:43:30.254Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2023-04-17T23:43:30.513Z] check_test.go:308: [df581f23ea848] daemon is not started [2023-04-17T23:43:30.513Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2023-04-17T23:43:30.513Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.49s) [2023-04-17T23:43:30.513Z] === RUN TestAPIIpcModeHost [2023-04-17T23:43:31.446Z] --- PASS: TestAPIIpcModeHost (0.75s) [2023-04-17T23:43:31.446Z] === RUN TestDaemonIpcModeShareable [2023-04-17T23:43:31.581Z] tests/integration/models_containers_test.py ............................ [ 83%] [2023-04-17T23:43:32.821Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:95, shared: true, mustBeShared: true [2023-04-17T23:43:33.081Z] --- PASS: TestDaemonIpcModeShareable (1.75s) [2023-04-17T23:43:33.081Z] === RUN TestDaemonIpcModePrivate [2023-04-17T23:43:33.339Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2023-04-17T23:43:33.594Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2023-04-17T23:43:33.905Z] check_test.go:308: [de6e99d543345] daemon is not started [2023-04-17T23:43:33.905Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2023-04-17T23:43:34.472Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:95, shared: false, mustBeShared: false [2023-04-17T23:43:34.472Z] --- PASS: TestDaemonIpcModePrivate (1.57s) [2023-04-17T23:43:34.472Z] === RUN TestDaemonIpcModePrivateFromConfig [2023-04-17T23:43:35.845Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:95, shared: false, mustBeShared: false [2023-04-17T23:43:36.104Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.46s) [2023-04-17T23:43:36.104Z] === RUN TestDaemonIpcModeShareableFromConfig [2023-04-17T23:43:36.363Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2023-04-17T23:43:36.931Z] docker_cli_daemon_plugins_test.go:80: [df707f0e8dd49] daemon is not started [2023-04-17T23:43:37.191Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:111, shared: true, mustBeShared: true [2023-04-17T23:43:37.451Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.43s) [2023-04-17T23:43:37.451Z] === RUN TestIpcModeOlderClient [2023-04-17T23:43:37.451Z] === PAUSE TestIpcModeOlderClient [2023-04-17T23:43:37.451Z] === RUN TestKillContainerInvalidSignal [2023-04-17T23:43:38.017Z] --- PASS: TestKillContainerInvalidSignal (0.62s) [2023-04-17T23:43:38.017Z] === RUN TestKillContainer [2023-04-17T23:43:38.017Z] === RUN TestKillContainer/no_signal [2023-04-17T23:43:38.017Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2023-04-17T23:43:38.952Z] === RUN TestKillContainer/non_killing_signal [2023-04-17T23:43:39.210Z] === RUN TestKillContainer/killing_signal [2023-04-17T23:43:40.146Z] --- PASS: TestKillContainer (1.88s) [2023-04-17T23:43:40.146Z] --- PASS: TestKillContainer/no_signal (0.64s) [2023-04-17T23:43:40.146Z] --- PASS: TestKillContainer/non_killing_signal (0.44s) [2023-04-17T23:43:40.146Z] --- PASS: TestKillContainer/killing_signal (0.56s) [2023-04-17T23:43:40.146Z] === RUN TestKillWithStopSignalAndRestartPolicies [2023-04-17T23:43:40.146Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2023-04-17T23:43:40.146Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2023-04-17T23:43:40.167Z] --- PASS: TestServiceUpdatePidsLimit (16.10s) [2023-04-17T23:43:40.167Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) [2023-04-17T23:43:40.167Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.88s) [2023-04-17T23:43:40.167Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.78s) [2023-04-17T23:43:40.167Z] PASS [2023-04-17T23:43:40.167Z] [2023-04-17T23:43:40.167Z] === Skipped [2023-04-17T23:43:40.167Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2023-04-17T23:43:40.167Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2023-04-17T23:43:40.167Z] [2023-04-17T23:43:40.167Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2023-04-17T23:43:40.167Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2023-04-17T23:43:40.167Z] [2023-04-17T23:43:40.167Z] DONE 27 tests, 2 skipped in 148.337s [2023-04-17T23:43:40.167Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2023-04-17T23:43:40.167Z] ++ 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 [2023-04-17T23:43:40.167Z] ++ set -e [2023-04-17T23:43:40.167Z] ++ '[' -n 0 ']' [2023-04-17T23:43:40.167Z] ++ set -x [2023-04-17T23:43:40.167Z] ++ 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 [2023-04-17T23:43:40.167Z] INFO: Testing against a local daemon [2023-04-17T23:43:40.167Z] === RUN TestSessionCreate [2023-04-17T23:43:40.167Z] --- PASS: TestSessionCreate (0.02s) [2023-04-17T23:43:40.167Z] === RUN TestSessionCreateWithBadUpgrade [2023-04-17T23:43:40.167Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2023-04-17T23:43:40.167Z] PASS [2023-04-17T23:43:40.167Z] [2023-04-17T23:43:40.167Z] DONE 2 tests in 0.131s [2023-04-17T23:43:40.167Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2023-04-17T23:43:40.167Z] ++ 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 [2023-04-17T23:43:40.167Z] ++ set -e [2023-04-17T23:43:40.167Z] ++ '[' -n 0 ']' [2023-04-17T23:43:40.167Z] ++ set -x [2023-04-17T23:43:40.167Z] ++ 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 [2023-04-17T23:43:40.167Z] INFO: Testing against a local daemon [2023-04-17T23:43:40.167Z] === RUN TestCgroupDriverSystemdMemoryLimit [2023-04-17T23:43:40.167Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2023-04-17T23:43:40.167Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2023-04-17T23:43:40.167Z] === RUN TestEventsExecDie [2023-04-17T23:43:40.167Z] --- PASS: TestEventsExecDie (0.48s) [2023-04-17T23:43:40.167Z] === RUN TestEventsBackwardsCompatible [2023-04-17T23:43:40.167Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2023-04-17T23:43:40.167Z] === RUN TestInfoBinaryCommits [2023-04-17T23:43:40.167Z] --- PASS: TestInfoBinaryCommits (0.02s) [2023-04-17T23:43:40.167Z] === RUN TestInfoAPIVersioned [2023-04-17T23:43:40.167Z] --- PASS: TestInfoAPIVersioned (0.01s) [2023-04-17T23:43:40.167Z] === RUN TestInfoDiscoveryBackend [2023-04-17T23:43:40.713Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2023-04-17T23:43:40.738Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2023-04-17T23:43:40.738Z] === RUN TestInfoDiscoveryInvalidAdvertise [2023-04-17T23:43:41.280Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.34s) [2023-04-17T23:43:41.280Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.69s) [2023-04-17T23:43:41.280Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.45s) [2023-04-17T23:43:41.280Z] === RUN TestKillStoppedContainer [2023-04-17T23:43:41.280Z] docker_cli_daemon_plugins_test.go:170: [d9a7465a04a49] daemon is not started [2023-04-17T23:43:41.280Z] --- PASS: TestKillStoppedContainer (0.06s) [2023-04-17T23:43:41.280Z] === RUN TestKillStoppedContainerAPIPre120 [2023-04-17T23:43:41.538Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2023-04-17T23:43:41.538Z] === RUN TestKillDifferentUserContainer [2023-04-17T23:43:41.676Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2023-04-17T23:43:41.676Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2023-04-17T23:43:42.104Z] --- PASS: TestKillDifferentUserContainer (0.66s) [2023-04-17T23:43:42.104Z] === RUN TestInspectOomKilledTrue [2023-04-17T23:43:42.104Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2023-04-17T23:43:42.104Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2023-04-17T23:43:42.104Z] === RUN TestInspectOomKilledFalse [2023-04-17T23:43:42.104Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2023-04-17T23:43:42.104Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2023-04-17T23:43:42.104Z] === RUN TestLinksEtcHostsContentMatch [2023-04-17T23:43:42.245Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2023-04-17T23:43:42.245Z] === RUN TestInfoAPI [2023-04-17T23:43:42.245Z] --- PASS: TestInfoAPI (0.02s) [2023-04-17T23:43:42.245Z] === RUN TestInfoAPIWarnings [2023-04-17T23:43:42.362Z] --- PASS: TestCreateServiceSecretFileMode (12.67s) [2023-04-17T23:43:42.363Z] === RUN TestCreateServiceConfigFileMode [2023-04-17T23:43:42.670Z] --- PASS: TestLinksEtcHostsContentMatch (0.59s) [2023-04-17T23:43:42.670Z] === RUN TestLinksContainerNames [2023-04-17T23:43:42.670Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2023-04-17T23:43:42.929Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2023-04-17T23:43:43.188Z] === RUN TestDockerSuite/TestBuildAddTar [2023-04-17T23:43:44.125Z] --- PASS: TestLinksContainerNames (1.43s) [2023-04-17T23:43:44.125Z] === RUN TestLogsFollowTailEmpty [2023-04-17T23:43:45.058Z] --- PASS: TestLogsFollowTailEmpty (0.81s) [2023-04-17T23:43:45.058Z] === RUN TestContainerNetworkMountsNoChown [2023-04-17T23:43:45.625Z] --- PASS: TestContainerNetworkMountsNoChown (0.76s) [2023-04-17T23:43:45.625Z] === RUN TestMountDaemonRoot [2023-04-17T23:43:45.625Z] === RUN TestMountDaemonRoot/default [2023-04-17T23:43:45.625Z] === PAUSE TestMountDaemonRoot/default [2023-04-17T23:43:45.625Z] === RUN TestMountDaemonRoot/private [2023-04-17T23:43:45.625Z] === PAUSE TestMountDaemonRoot/private [2023-04-17T23:43:45.625Z] === RUN TestMountDaemonRoot/rprivate [2023-04-17T23:43:45.625Z] === PAUSE TestMountDaemonRoot/rprivate [2023-04-17T23:43:45.625Z] === RUN TestMountDaemonRoot/slave [2023-04-17T23:43:45.625Z] === PAUSE TestMountDaemonRoot/slave [2023-04-17T23:43:45.625Z] === RUN TestMountDaemonRoot/rslave [2023-04-17T23:43:45.625Z] === PAUSE TestMountDaemonRoot/rslave [2023-04-17T23:43:45.625Z] === RUN TestMountDaemonRoot/shared [2023-04-17T23:43:45.625Z] === PAUSE TestMountDaemonRoot/shared [2023-04-17T23:43:45.625Z] === RUN TestMountDaemonRoot/rshared [2023-04-17T23:43:45.625Z] === PAUSE TestMountDaemonRoot/rshared [2023-04-17T23:43:45.625Z] === CONT TestMountDaemonRoot/default [2023-04-17T23:43:45.625Z] === RUN TestMountDaemonRoot/default/bind_root [2023-04-17T23:43:45.625Z] === PAUSE TestMountDaemonRoot/default/bind_root [2023-04-17T23:43:45.625Z] === RUN TestMountDaemonRoot/default/bind_subpath [2023-04-17T23:43:45.625Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2023-04-17T23:43:45.625Z] === RUN TestMountDaemonRoot/default/mount_root [2023-04-17T23:43:45.625Z] === PAUSE TestMountDaemonRoot/default/mount_root [2023-04-17T23:43:45.625Z] === RUN TestMountDaemonRoot/default/mount_subpath [2023-04-17T23:43:45.625Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2023-04-17T23:43:45.625Z] === CONT TestMountDaemonRoot/default/bind_root [2023-04-17T23:43:45.625Z] === CONT TestMountDaemonRoot/rshared [2023-04-17T23:43:45.625Z] === RUN TestMountDaemonRoot/rshared/bind_root [2023-04-17T23:43:45.625Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2023-04-17T23:43:45.625Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2023-04-17T23:43:45.625Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2023-04-17T23:43:45.625Z] === RUN TestMountDaemonRoot/rshared/mount_root [2023-04-17T23:43:45.625Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2023-04-17T23:43:45.625Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2023-04-17T23:43:45.625Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2023-04-17T23:43:45.625Z] === CONT TestMountDaemonRoot/rshared/bind_root [2023-04-17T23:43:45.886Z] === CONT TestMountDaemonRoot/shared [2023-04-17T23:43:45.886Z] === RUN TestMountDaemonRoot/shared/bind_root [2023-04-17T23:43:45.886Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2023-04-17T23:43:45.886Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2023-04-17T23:43:45.886Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2023-04-17T23:43:45.886Z] === RUN TestMountDaemonRoot/shared/mount_root [2023-04-17T23:43:45.886Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2023-04-17T23:43:45.886Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2023-04-17T23:43:45.886Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2023-04-17T23:43:45.886Z] === CONT TestMountDaemonRoot/rslave [2023-04-17T23:43:45.886Z] === RUN TestMountDaemonRoot/rslave/bind_root [2023-04-17T23:43:45.886Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2023-04-17T23:43:45.886Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2023-04-17T23:43:45.886Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2023-04-17T23:43:45.886Z] === RUN TestMountDaemonRoot/rslave/mount_root [2023-04-17T23:43:45.886Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2023-04-17T23:43:45.886Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2023-04-17T23:43:45.886Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2023-04-17T23:43:45.886Z] === CONT TestMountDaemonRoot/slave [2023-04-17T23:43:45.886Z] === RUN TestMountDaemonRoot/slave/bind_root [2023-04-17T23:43:45.886Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2023-04-17T23:43:45.886Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2023-04-17T23:43:45.886Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2023-04-17T23:43:45.886Z] === RUN TestMountDaemonRoot/slave/mount_root [2023-04-17T23:43:45.886Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2023-04-17T23:43:45.886Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2023-04-17T23:43:45.886Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2023-04-17T23:43:45.886Z] === CONT TestMountDaemonRoot/rprivate [2023-04-17T23:43:45.886Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2023-04-17T23:43:45.886Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2023-04-17T23:43:45.886Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2023-04-17T23:43:45.886Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2023-04-17T23:43:45.886Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2023-04-17T23:43:45.886Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2023-04-17T23:43:45.886Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2023-04-17T23:43:45.886Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2023-04-17T23:43:45.886Z] === CONT TestMountDaemonRoot/private [2023-04-17T23:43:45.886Z] === RUN TestMountDaemonRoot/private/bind_root [2023-04-17T23:43:45.886Z] === PAUSE TestMountDaemonRoot/private/bind_root [2023-04-17T23:43:45.886Z] === RUN TestMountDaemonRoot/private/bind_subpath [2023-04-17T23:43:45.886Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2023-04-17T23:43:45.886Z] === RUN TestMountDaemonRoot/private/mount_root [2023-04-17T23:43:45.886Z] === PAUSE TestMountDaemonRoot/private/mount_root [2023-04-17T23:43:45.886Z] === RUN TestMountDaemonRoot/private/mount_subpath [2023-04-17T23:43:45.886Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2023-04-17T23:43:45.886Z] === CONT TestMountDaemonRoot/default/mount_subpath [2023-04-17T23:43:45.886Z] === CONT TestMountDaemonRoot/default/mount_root [2023-04-17T23:43:45.886Z] === CONT TestMountDaemonRoot/default/bind_subpath [2023-04-17T23:43:45.886Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2023-04-17T23:43:45.886Z] === CONT TestMountDaemonRoot/rshared/mount_root [2023-04-17T23:43:45.886Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2023-04-17T23:43:45.886Z] === CONT TestMountDaemonRoot/shared/bind_root [2023-04-17T23:43:45.886Z] === CONT TestMountDaemonRoot/rslave/bind_root [2023-04-17T23:43:45.886Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2023-04-17T23:43:45.886Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2023-04-17T23:43:46.144Z] === CONT TestMountDaemonRoot/shared/mount_root [2023-04-17T23:43:46.144Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2023-04-17T23:43:46.144Z] === CONT TestMountDaemonRoot/slave/bind_root [2023-04-17T23:43:46.144Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2023-04-17T23:43:46.144Z] === CONT TestMountDaemonRoot/rslave/mount_root [2023-04-17T23:43:46.144Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2023-04-17T23:43:46.144Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2023-04-17T23:43:46.144Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2023-04-17T23:43:46.144Z] === CONT TestMountDaemonRoot/slave/mount_root [2023-04-17T23:43:46.144Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2023-04-17T23:43:46.144Z] === CONT TestMountDaemonRoot/private/bind_root [2023-04-17T23:43:46.144Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2023-04-17T23:43:46.144Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2023-04-17T23:43:46.144Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2023-04-17T23:43:46.144Z] === CONT TestMountDaemonRoot/private/mount_subpath [2023-04-17T23:43:46.402Z] === CONT TestMountDaemonRoot/private/mount_root [2023-04-17T23:43:46.403Z] === CONT TestMountDaemonRoot/private/bind_subpath [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot (0.04s) [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2023-04-17T23:43:46.403Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2023-04-17T23:43:46.403Z] === RUN TestContainerBindMountNonRecursive [2023-04-17T23:43:46.403Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2023-04-17T23:43:46.970Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2023-04-17T23:43:47.535Z] check_test.go:308: [d57d3b1dbf8e9] daemon is not started [2023-04-17T23:43:47.535Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2023-04-17T23:43:47.538Z] ......... [ 86%] [2023-04-17T23:43:48.470Z] --- PASS: TestContainerBindMountNonRecursive (1.92s) [2023-04-17T23:43:48.470Z] === RUN TestContainerVolumesMountedAsShared [2023-04-17T23:43:49.037Z] --- PASS: TestContainerVolumesMountedAsShared (0.68s) [2023-04-17T23:43:49.037Z] === RUN TestContainerVolumesMountedAsSlave [2023-04-17T23:43:49.296Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2023-04-17T23:43:49.553Z] --- PASS: TestContainerVolumesMountedAsSlave (0.60s) [2023-04-17T23:43:49.553Z] === RUN TestNetworkNat [2023-04-17T23:43:50.120Z] --- PASS: TestNetworkNat (0.72s) [2023-04-17T23:43:50.120Z] === RUN TestNetworkLocalhostTCPNat [2023-04-17T23:43:50.687Z] === RUN TestDockerSuite/TestBuildAddTarXz [2023-04-17T23:43:50.687Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2023-04-17T23:43:50.948Z] --- PASS: TestNetworkLocalhostTCPNat (0.79s) [2023-04-17T23:43:50.948Z] === RUN TestNetworkLoopbackNat [2023-04-17T23:43:51.882Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2023-04-17T23:43:52.139Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2023-04-17T23:43:52.162Z] tests/integration/models_images_test.py ............... [ 89%] [2023-04-17T23:43:52.706Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2023-04-17T23:43:53.621Z] tests/integration/models_networks_test.py .... [ 90%] [2023-04-17T23:43:53.640Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2023-04-17T23:43:54.206Z] --- PASS: TestNetworkLoopbackNat (3.05s) [2023-04-17T23:43:54.206Z] === RUN TestPause [2023-04-17T23:43:54.561Z] --- PASS: TestCreateServiceConfigFileMode (12.56s) [2023-04-17T23:43:54.561Z] === RUN TestCreateServiceSysctls [2023-04-17T23:43:55.141Z] --- PASS: TestPause (0.84s) [2023-04-17T23:43:55.141Z] === RUN TestPauseFailsOnWindowsServerContainers [2023-04-17T23:43:55.141Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2023-04-17T23:43:55.141Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2023-04-17T23:43:55.141Z] === RUN TestPauseStopPausedContainer [2023-04-17T23:43:55.141Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2023-04-17T23:43:55.707Z] --- PASS: TestPauseStopPausedContainer (0.80s) [2023-04-17T23:43:55.707Z] === RUN TestPsFilter [2023-04-17T23:43:55.965Z] --- PASS: TestPsFilter (0.14s) [2023-04-17T23:43:55.965Z] === RUN TestRemoveContainerWithRemovedVolume [2023-04-17T23:43:55.965Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2023-04-17T23:43:56.532Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.77s) [2023-04-17T23:43:56.532Z] === RUN TestRemoveContainerWithVolume [2023-04-17T23:43:56.790Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2023-04-17T23:43:57.090Z] --- PASS: TestCreateServiceSysctls (3.19s) [2023-04-17T23:43:57.090Z] === RUN TestCreateServiceCapabilities [2023-04-17T23:43:57.359Z] --- PASS: TestRemoveContainerWithVolume (0.66s) [2023-04-17T23:43:57.359Z] === RUN TestRemoveContainerRunning [2023-04-17T23:43:57.926Z] --- PASS: TestRemoveContainerRunning (0.63s) [2023-04-17T23:43:57.926Z] === RUN TestRemoveContainerForceRemoveRunning [2023-04-17T23:43:58.863Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.82s) [2023-04-17T23:43:58.863Z] === RUN TestRemoveInvalidContainer [2023-04-17T23:43:58.863Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2023-04-17T23:43:58.863Z] === RUN TestRenameLinkedContainer [2023-04-17T23:43:58.863Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2023-04-17T23:43:59.428Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2023-04-17T23:43:59.615Z] --- PASS: TestCreateServiceCapabilities (2.53s) [2023-04-17T23:43:59.615Z] === RUN TestInspect [2023-04-17T23:44:00.193Z] tests/integration/models_nodes_test.py . [ 91%] [2023-04-17T23:44:00.193Z] tests/integration/models_resources_test.py . [ 91%] [2023-04-17T23:44:00.340Z] --- PASS: TestInfoAPIWarnings (16.22s) [2023-04-17T23:44:00.340Z] === RUN TestInfoDebug [2023-04-17T23:44:00.340Z] --- PASS: TestInfoDebug (0.53s) [2023-04-17T23:44:00.340Z] === RUN TestInfoInsecureRegistries [2023-04-17T23:44:00.340Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2023-04-17T23:44:00.340Z] === RUN TestInfoRegistryMirrors [2023-04-17T23:44:00.340Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2023-04-17T23:44:00.340Z] === RUN TestLoginFailsWithBadCredentials [2023-04-17T23:44:00.600Z] --- PASS: TestLoginFailsWithBadCredentials (0.40s) [2023-04-17T23:44:00.600Z] === RUN TestPingCacheHeaders [2023-04-17T23:44:00.600Z] --- PASS: TestPingCacheHeaders (0.02s) [2023-04-17T23:44:00.600Z] === RUN TestPingGet [2023-04-17T23:44:00.600Z] --- PASS: TestPingGet (0.02s) [2023-04-17T23:44:00.600Z] === RUN TestPingHead [2023-04-17T23:44:00.600Z] --- PASS: TestPingHead (0.02s) [2023-04-17T23:44:00.600Z] === RUN TestVersion [2023-04-17T23:44:00.600Z] --- PASS: TestVersion (0.02s) [2023-04-17T23:44:00.600Z] PASS [2023-04-17T23:44:00.600Z] [2023-04-17T23:44:00.600Z] === Skipped [2023-04-17T23:44:00.600Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2023-04-17T23:44:00.600Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2023-04-17T23:44:00.600Z] [2023-04-17T23:44:00.600Z] DONE 18 tests, 1 skipped in 20.994s [2023-04-17T23:44:00.600Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2023-04-17T23:44:00.600Z] ++ 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 [2023-04-17T23:44:00.600Z] ++ set -e [2023-04-17T23:44:00.600Z] ++ '[' -n 0 ']' [2023-04-17T23:44:00.600Z] ++ set -x [2023-04-17T23:44:00.600Z] ++ 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 [2023-04-17T23:44:00.600Z] INFO: Testing against a local daemon [2023-04-17T23:44:00.600Z] === RUN TestVolumesCreateAndList [2023-04-17T23:44:00.860Z] --- PASS: TestVolumesCreateAndList (0.02s) [2023-04-17T23:44:00.860Z] === RUN TestVolumesRemove [2023-04-17T23:44:00.860Z] --- PASS: TestVolumesRemove (0.06s) [2023-04-17T23:44:00.860Z] === RUN TestVolumesInspect [2023-04-17T23:44:00.860Z] --- PASS: TestVolumesInspect (0.02s) [2023-04-17T23:44:00.860Z] === RUN TestVolumesInvalidJSON [2023-04-17T23:44:00.860Z] === RUN TestVolumesInvalidJSON//volumes/create [2023-04-17T23:44:00.860Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2023-04-17T23:44:00.860Z] === CONT TestVolumesInvalidJSON//volumes/create [2023-04-17T23:44:00.860Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2023-04-17T23:44:00.860Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2023-04-17T23:44:00.860Z] PASS [2023-04-17T23:44:00.860Z] [2023-04-17T23:44:00.860Z] DONE 5 tests in 0.208s [2023-04-17T23:44:00.860Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2023-04-17T23:44:00.860Z] ++++ cat bundles/test-integration/docker.pid [2023-04-17T23:44:00.860Z] +++ kill 12901 [2023-04-17T23:44:01.328Z] --- PASS: TestRenameLinkedContainer (2.60s) [2023-04-17T23:44:01.328Z] === RUN TestRenameStoppedContainer [2023-04-17T23:44:01.587Z] === RUN TestDockerSuite/TestBuildBlankName [2023-04-17T23:44:01.844Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2023-04-17T23:44:01.844Z] --- PASS: TestRenameStoppedContainer (0.59s) [2023-04-17T23:44:01.844Z] === RUN TestRenameRunningContainerAndReuse [2023-04-17T23:44:02.143Z] --- PASS: TestInspect (2.68s) [2023-04-17T23:44:02.143Z] === RUN TestCreateJob [2023-04-17T23:44:02.240Z] +++ /etc/init.d/apparmor stop [2023-04-17T23:44:02.240Z] Leaving: AppArmorNo profiles have been unloaded. [2023-04-17T23:44:02.240Z] [2023-04-17T23:44:02.240Z] Unloading profiles will leave already running processes permanently [2023-04-17T23:44:02.240Z] unconfined, which can lead to unexpected situations. [2023-04-17T23:44:02.240Z] [2023-04-17T23:44:02.240Z] To set a process to complain mode, use the command line tool [2023-04-17T23:44:02.240Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2023-04-17T23:44:02.240Z] +++ true [2023-04-17T23:44:02.240Z] exiting test-integration [2023-04-17T23:44:02.240Z] ++ exit 0 [2023-04-17T23:44:02.240Z] [2023-04-17T23:44:02.778Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2023-04-17T23:44:03.036Z] --- PASS: TestRenameRunningContainerAndReuse (1.16s) [2023-04-17T23:44:03.036Z] === RUN TestRenameInvalidName Post stage [Pipeline] junit [2023-04-17T23:44:03.192Z] Recording test results [2023-04-17T23:44:03.333Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2023-04-17T23:44:03.454Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2023-04-17T23:44:03.593Z] --- PASS: TestRenameInvalidName (0.60s) [2023-04-17T23:44:03.593Z] === RUN TestRenameAnonymousContainer [2023-04-17T23:44:03.823Z] + echo Ensuring container killed. [2023-04-17T23:44:03.823Z] Ensuring container killed. [2023-04-17T23:44:03.823Z] + docker rm -vf docker-pr4 [2023-04-17T23:44:03.823Z] Error response from daemon: No such container: docker-pr4 [Pipeline] sh [2023-04-17T23:44:04.111Z] + echo Chowning /workspace to jenkins user [2023-04-17T23:44:04.111Z] Chowning /workspace to jenkins user [2023-04-17T23:44:04.111Z] + id -u [2023-04-17T23:44:04.111Z] + id -g [2023-04-17T23:44:04.111Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45349:/workspace busybox chown -R 1000:1000 /workspace [2023-04-17T23:44:04.111Z] Unable to find image 'busybox:latest' locally [2023-04-17T23:44:04.371Z] latest: Pulling from library/busybox [2023-04-17T23:44:04.371Z] b50100f25006: Pulling fs layer [2023-04-17T23:44:04.371Z] b50100f25006: Download complete [2023-04-17T23:44:04.631Z] b50100f25006: Pull complete [2023-04-17T23:44:04.631Z] Digest: sha256:b5d6fe0712636ceb7430189de28819e195e8966372edfc2d9409d79402a0dc16 [2023-04-17T23:44:04.631Z] Status: Downloaded newer image for busybox:latest [2023-04-17T23:44:04.669Z] --- PASS: TestCreateJob (2.65s) [2023-04-17T23:44:04.669Z] === RUN TestReplicatedJob [2023-04-17T23:44:04.966Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2023-04-17T23:44:05.900Z] --- PASS: TestRenameAnonymousContainer (1.99s) [2023-04-17T23:44:05.900Z] === RUN TestRenameContainerWithSameName [2023-04-17T23:44:05.900Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [Pipeline] catchError [Pipeline] { [Pipeline] sh [2023-04-17T23:44:06.069Z] tests/integration/models_services_test.py ..............X. [ 95%] [2023-04-17T23:44:06.159Z] --- PASS: TestRenameContainerWithSameName (0.56s) [2023-04-17T23:44:06.159Z] === RUN TestRenameContainerWithLinkedContainer [2023-04-17T23:44:06.310Z] + bundleName=arm64-integration [2023-04-17T23:44:06.310Z] + echo Creating arm64-integration-bundles.tar.gz [2023-04-17T23:44:06.310Z] Creating arm64-integration-bundles.tar.gz [2023-04-17T23:44:06.310Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2023-04-17T23:44:06.310Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2023-04-17T23:44:06.323Z] Archiving artifacts [2023-04-17T23:44:07.532Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2023-04-17T23:44:07.532Z] --- PASS: TestRenameContainerWithLinkedContainer (1.19s) [2023-04-17T23:44:07.532Z] === RUN TestResize [2023-04-17T23:44:07.956Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-45349/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2023-04-17T23:44:08.098Z] --- PASS: TestResize (0.63s) [2023-04-17T23:44:08.098Z] === RUN TestResizeWithInvalidSize [2023-04-17T23:44:08.267Z] + make clean [2023-04-17T23:44:08.526Z] docker volume rm -f docker-dev-cache [2023-04-17T23:44:08.526Z] docker-dev-cache [Pipeline] deleteDir [2023-04-17T23:44:08.664Z] --- PASS: TestResizeWithInvalidSize (0.55s) [2023-04-17T23:44:08.664Z] === RUN TestResizeWhenContainerNotStarted [2023-04-17T23:44:08.831Z] tests/integration/models_swarm_test.py .. [ 96%] [2023-04-17T23:44:08.831Z] tests/integration/models_volumes_test.py .. [ 96%] [2023-04-17T23:44:08.922Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2023-04-17T23:44:09.182Z] --- PASS: TestResizeWhenContainerNotStarted (0.51s) [2023-04-17T23:44:09.182Z] === RUN TestDaemonRestartKillContainers [2023-04-17T23:44:09.182Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2023-04-17T23:44:09.182Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2023-04-17T23:44:09.182Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2023-04-17T23:44:09.182Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2023-04-17T23:44:09.183Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2023-04-17T23:44:09.183Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2023-04-17T23:44:09.183Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2023-04-17T23:44:09.183Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2023-04-17T23:44:09.183Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2023-04-17T23:44:09.183Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2023-04-17T23:44:09.183Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2023-04-17T23:44:09.183Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2023-04-17T23:44:09.183Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2023-04-17T23:44:09.183Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2023-04-17T23:44:09.183Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2023-04-17T23:44:09.183Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2023-04-17T23:44:09.183Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2023-04-17T23:44:09.183Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2023-04-17T23:44:09.183Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2023-04-17T23:44:09.183Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2023-04-17T23:44:09.183Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2023-04-17T23:44:09.183Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2023-04-17T23:44:09.183Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2023-04-17T23:44:09.183Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2023-04-17T23:44:09.183Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2023-04-17T23:44:09.183Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2023-04-17T23:44:09.441Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2023-04-17T23:44:09.927Z] --- PASS: TestReplicatedJob (5.32s) [2023-04-17T23:44:09.927Z] === RUN TestUpdateReplicatedJob [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-04-17T23:44:10.816Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2023-04-17T23:44:10.816Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2023-04-17T23:44:11.751Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2023-04-17T23:44:12.009Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2023-04-17T23:44:12.458Z] tests/integration/regression_test.py ...... [ 98%] [2023-04-17T23:44:12.945Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2023-04-17T23:44:12.979Z] tests/integration/credentials/store_test.py ...... [ 99%] [2023-04-17T23:44:12.979Z] tests/integration/credentials/utils_test.py . [100%] [2023-04-17T23:44:12.979Z] [2023-04-17T23:44:12.979Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2023-04-17T23:44:12.979Z] =========================== short test summary info ============================ [2023-04-17T23:44:12.979Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2023-04-17T23:44:12.979Z] CONFIG_RT_GROUP_SCHED isn't enabled [2023-04-17T23:44:12.979Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2023-04-17T23:44:12.979Z] Not supported on most drivers [2023-04-17T23:44:12.979Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2023-04-17T23:44:12.979Z] Output of docker top depends on host distro, and is not formalized. [2023-04-17T23:44:12.979Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2023-04-17T23:44:12.979Z] Output of docker top depends on host distro, and is not formalized. [2023-04-17T23:44:12.979Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2023-04-17T23:44:12.979Z] Can fail if eth0 has multiple IP addresses [2023-04-17T23:44:12.979Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2023-04-17T23:44:12.979Z] This doesn't seem to be taken into account by the engine [2023-04-17T23:44:12.979Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2023-04-17T23:44:12.979Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2023-04-17T23:44:12.979Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 295.87 seconds == [2023-04-17T23:44:13.207Z] --- PASS: TestUpdateReplicatedJob (3.28s) [2023-04-17T23:44:13.207Z] === RUN TestServiceListWithStatuses [2023-04-17T23:44:13.207Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2023-04-17T23:44:13.207Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2023-04-17T23:44:13.207Z] === RUN TestDockerNetworkConnectAlias [2023-04-17T23:44:13.238Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2023-04-17T23:44:13.879Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2023-04-17T23:44:14.814Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2023-04-17T23:44:15.384Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2023-04-17T23:44:15.384Z] check_test.go:308: [df3f02ba0b1de] daemon is not started [2023-04-17T23:44:15.384Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2023-04-17T23:44:15.384Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2023-04-17T23:44:15.556Z] --- PASS: TestBuildWithHugeFile (105.10s) [2023-04-17T23:44:15.556Z] === RUN TestBuildWithEmptyDockerfile [2023-04-17T23:44:15.556Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2023-04-17T23:44:15.556Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2023-04-17T23:44:15.556Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-04-17T23:44:15.556Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-04-17T23:44:15.556Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-04-17T23:44:15.556Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-04-17T23:44:15.556Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2023-04-17T23:44:15.556Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-04-17T23:44:15.556Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-04-17T23:44:15.556Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2023-04-17T23:44:15.556Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2023-04-17T23:44:15.556Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2023-04-17T23:44:15.556Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2023-04-17T23:44:15.556Z] === RUN TestBuildPreserveOwnership [2023-04-17T23:44:15.556Z] build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME [2023-04-17T23:44:15.556Z] --- SKIP: TestBuildPreserveOwnership (0.01s) [2023-04-17T23:44:15.556Z] === RUN TestBuildPlatformInvalid [2023-04-17T23:44:15.556Z] --- PASS: TestBuildPlatformInvalid (0.06s) [2023-04-17T23:44:15.556Z] PASS [2023-04-17T23:44:15.556Z] ok github.com/docker/docker/integration/build 164.999s [2023-04-17T23:44:15.556Z] [2023-04-17T23:44:15.556Z] === Skipped [2023-04-17T23:44:15.556Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2023-04-17T23:44:15.556Z] build_session_test.go:25: TODO: BuildKit [2023-04-17T23:44:15.556Z] [2023-04-17T23:44:15.556Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2023-04-17T23:44:15.556Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:44:15.556Z] [2023-04-17T23:44:15.556Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2023-04-17T23:44:15.556Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2023-04-17T23:44:15.556Z] [2023-04-17T23:44:15.556Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2023-04-17T23:44:15.556Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2023-04-17T23:44:15.556Z] [2023-04-17T23:44:15.556Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.01s) [2023-04-17T23:44:15.556Z] build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME [2023-04-17T23:44:15.556Z] [2023-04-17T23:44:15.556Z] DONE 28 tests, 5 skipped in 182.207s [2023-04-17T23:44:15.556Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2023-04-17T23:44:15.556Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-04-17T23:44:15.556Z] INFO: Testing against a local daemon [2023-04-17T23:44:15.556Z] === RUN TestConfigInspect [2023-04-17T23:44:15.556Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:44:15.556Z] --- SKIP: TestConfigInspect (0.00s) [2023-04-17T23:44:15.556Z] === RUN TestConfigList [2023-04-17T23:44:15.556Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:44:15.556Z] --- SKIP: TestConfigList (0.00s) [2023-04-17T23:44:15.556Z] === RUN TestConfigsCreateAndDelete [2023-04-17T23:44:15.556Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:44:15.556Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2023-04-17T23:44:15.556Z] === RUN TestConfigsUpdate [2023-04-17T23:44:15.556Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:44:15.556Z] --- SKIP: TestConfigsUpdate (0.00s) [2023-04-17T23:44:15.556Z] === RUN TestTemplatedConfig [2023-04-17T23:44:15.556Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:44:15.556Z] --- SKIP: TestTemplatedConfig (0.00s) [2023-04-17T23:44:15.556Z] === RUN TestConfigCreateResolve [2023-04-17T23:44:15.556Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2023-04-17T23:44:15.556Z] --- SKIP: TestConfigCreateResolve (0.00s) [2023-04-17T23:44:15.556Z] === RUN TestConfigDaemonLibtrustID [2023-04-17T23:44:15.556Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2023-04-17T23:44:15.556Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2023-04-17T23:44:15.556Z] PASS [2023-04-17T23:44:15.556Z] ok github.com/docker/docker/integration/config 0.089s [2023-04-17T23:44:15.556Z] [2023-04-17T23:44:15.556Z] === Skipped [2023-04-17T23:44:15.556Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2023-04-17T23:44:15.556Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:44:15.556Z] [2023-04-17T23:44:15.556Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2023-04-17T23:44:15.556Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:44:15.556Z] [2023-04-17T23:44:15.556Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2023-04-17T23:44:15.556Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:44:15.556Z] [2023-04-17T23:44:15.556Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2023-04-17T23:44:15.556Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:44:15.556Z] [2023-04-17T23:44:15.556Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2023-04-17T23:44:15.556Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:44:15.556Z] [2023-04-17T23:44:15.556Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2023-04-17T23:44:15.556Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2023-04-17T23:44:15.556Z] [2023-04-17T23:44:15.556Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2023-04-17T23:44:15.556Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2023-04-17T23:44:15.556Z] [2023-04-17T23:44:15.556Z] DONE 7 tests, 7 skipped in 1.863s [2023-04-17T23:44:15.556Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2023-04-17T23:44:15.556Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-04-17T23:44:15.556Z] INFO: Testing against a local daemon [2023-04-17T23:44:15.556Z] === RUN TestCheckpoint [2023-04-17T23:44:15.556Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2023-04-17T23:44:15.556Z] --- SKIP: TestCheckpoint (0.00s) [2023-04-17T23:44:15.556Z] === RUN TestContainerInvalidJSON [2023-04-17T23:44:15.556Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2023-04-17T23:44:15.556Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2023-04-17T23:44:15.556Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2023-04-17T23:44:15.556Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2023-04-17T23:44:15.556Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2023-04-17T23:44:15.556Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2023-04-17T23:44:15.556Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2023-04-17T23:44:15.556Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2023-04-17T23:44:15.556Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2023-04-17T23:44:15.556Z] --- PASS: TestContainerInvalidJSON (0.03s) [2023-04-17T23:44:15.556Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2023-04-17T23:44:15.556Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2023-04-17T23:44:15.556Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2023-04-17T23:44:15.556Z] === RUN TestCopyFromContainerPathDoesNotExist [2023-04-17T23:44:15.556Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2023-04-17T23:44:15.556Z] === RUN TestCopyFromContainerPathIsNotDir [2023-04-17T23:44:15.556Z] copy_test.go:37: testEnv.OSType == "windows" [2023-04-17T23:44:15.556Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.02s) [2023-04-17T23:44:15.556Z] === RUN TestCopyToContainerPathDoesNotExist [2023-04-17T23:44:15.556Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.11s) [2023-04-17T23:44:15.556Z] === RUN TestCopyToContainerPathIsNotDir [2023-04-17T23:44:15.556Z] copy_test.go:62: testEnv.OSType == "windows" [2023-04-17T23:44:15.556Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.02s) [2023-04-17T23:44:15.556Z] === RUN TestCopyFromContainer [2023-04-17T23:44:15.556Z] copy_test.go:73: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:44:15.556Z] --- SKIP: TestCopyFromContainer (0.00s) [2023-04-17T23:44:15.556Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2023-04-17T23:44:15.556Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-04-17T23:44:15.556Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-04-17T23:44:15.556Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-04-17T23:44:15.556Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-04-17T23:44:15.556Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-04-17T23:44:15.556Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-04-17T23:44:15.556Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-04-17T23:44:15.556Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-04-17T23:44:15.556Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-04-17T23:44:15.556Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2023-04-17T23:44:15.556Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2023-04-17T23:44:15.556Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2023-04-17T23:44:15.556Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2023-04-17T23:44:15.556Z] === RUN TestCreateLinkToNonExistingContainer [2023-04-17T23:44:15.556Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2023-04-17T23:44:15.556Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2023-04-17T23:44:15.556Z] === RUN TestCreateWithInvalidEnv [2023-04-17T23:44:15.556Z] === RUN TestCreateWithInvalidEnv/0 [2023-04-17T23:44:15.556Z] === PAUSE TestCreateWithInvalidEnv/0 [2023-04-17T23:44:15.556Z] === RUN TestCreateWithInvalidEnv/1 [2023-04-17T23:44:15.556Z] === PAUSE TestCreateWithInvalidEnv/1 [2023-04-17T23:44:15.556Z] === RUN TestCreateWithInvalidEnv/2 [2023-04-17T23:44:15.556Z] === PAUSE TestCreateWithInvalidEnv/2 [2023-04-17T23:44:15.556Z] === CONT TestCreateWithInvalidEnv/0 [2023-04-17T23:44:15.556Z] === CONT TestCreateWithInvalidEnv/2 [2023-04-17T23:44:15.556Z] === CONT TestCreateWithInvalidEnv/1 [2023-04-17T23:44:15.556Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2023-04-17T23:44:15.556Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2023-04-17T23:44:15.556Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2023-04-17T23:44:15.556Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2023-04-17T23:44:15.556Z] === RUN TestCreateTmpfsMountsTarget [2023-04-17T23:44:15.556Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:44:15.556Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2023-04-17T23:44:15.556Z] === RUN TestCreateWithCustomMaskedPaths [2023-04-17T23:44:15.556Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2023-04-17T23:44:15.556Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2023-04-17T23:44:15.556Z] === RUN TestCreateWithCustomReadonlyPaths [2023-04-17T23:44:15.556Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2023-04-17T23:44:15.556Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2023-04-17T23:44:15.556Z] === RUN TestCreateWithInvalidHealthcheckParams [2023-04-17T23:44:15.556Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-04-17T23:44:15.556Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-04-17T23:44:15.556Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-04-17T23:44:15.556Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-04-17T23:44:15.556Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-04-17T23:44:15.556Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-04-17T23:44:15.556Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-04-17T23:44:15.556Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-04-17T23:44:15.556Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-04-17T23:44:15.556Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-04-17T23:44:15.556Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-04-17T23:44:15.556Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-04-17T23:44:15.557Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-04-17T23:44:15.557Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-04-17T23:44:15.557Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-04-17T23:44:15.557Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2023-04-17T23:44:15.557Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2023-04-17T23:44:15.557Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2023-04-17T23:44:15.557Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2023-04-17T23:44:15.557Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2023-04-17T23:44:15.557Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2023-04-17T23:44:15.557Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2023-04-17T23:44:15.557Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2023-04-17T23:44:15.557Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2023-04-17T23:44:15.557Z] === RUN TestCreateDifferentPlatform [2023-04-17T23:44:15.557Z] === RUN TestCreateDifferentPlatform/different_os [2023-04-17T23:44:15.557Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2023-04-17T23:44:15.557Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2023-04-17T23:44:15.557Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2023-04-17T23:44:15.557Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2023-04-17T23:44:15.557Z] === RUN TestCreateVolumesFromNonExistingContainer [2023-04-17T23:44:15.557Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2023-04-17T23:44:15.557Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2023-04-17T23:44:15.557Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2023-04-17T23:44:15.557Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.02s) [2023-04-17T23:44:15.557Z] === RUN TestContainerKillOnDaemonStart [2023-04-17T23:44:15.557Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:44:15.557Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2023-04-17T23:44:15.557Z] === RUN TestDiff [2023-04-17T23:44:15.557Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2023-04-17T23:44:15.557Z] --- SKIP: TestDiff (0.00s) [2023-04-17T23:44:15.557Z] === RUN TestExecWithCloseStdin [2023-04-17T23:44:15.557Z] --- PASS: TestExecWithCloseStdin (1.95s) [2023-04-17T23:44:15.557Z] === RUN TestExec [2023-04-17T23:44:15.557Z] --- PASS: TestExec (1.87s) [2023-04-17T23:44:15.557Z] === RUN TestExecUser [2023-04-17T23:44:15.557Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2023-04-17T23:44:15.557Z] --- SKIP: TestExecUser (0.00s) [2023-04-17T23:44:15.557Z] === RUN TestExportContainerAndImportImage [2023-04-17T23:44:15.557Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:44:15.557Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2023-04-17T23:44:15.557Z] === RUN TestExportContainerAfterDaemonRestart [2023-04-17T23:44:15.557Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:44:15.557Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2023-04-17T23:44:15.557Z] === RUN TestHealthCheckWorkdir [2023-04-17T23:44:15.557Z] health_test.go:21: testEnv.OSType == "windows": FIXME [2023-04-17T23:44:15.557Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2023-04-17T23:44:15.557Z] === RUN TestHealthKillContainer [2023-04-17T23:44:15.557Z] health_test.go:40: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2023-04-17T23:44:15.557Z] --- SKIP: TestHealthKillContainer (0.00s) [2023-04-17T23:44:15.557Z] === RUN TestHealthCheckProcessKilled [2023-04-17T23:44:15.557Z] --- PASS: TestHealthCheckProcessKilled (1.91s) [2023-04-17T23:44:15.557Z] === RUN TestInspectCpusetInConfigPre120 [2023-04-17T23:44:15.557Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2023-04-17T23:44:15.557Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2023-04-17T23:44:15.557Z] === RUN TestKillContainerInvalidSignal [2023-04-17T23:44:16.024Z] --- PASS: TestKillContainerInvalidSignal (1.77s) [2023-04-17T23:44:16.024Z] === RUN TestKillContainer [2023-04-17T23:44:16.024Z] === RUN TestKillContainer/no_signal [2023-04-17T23:44:17.385Z] --- PASS: TestDockerNetworkConnectAlias (4.12s) [2023-04-17T23:44:17.385Z] === RUN TestDockerNetworkReConnect [2023-04-17T23:44:17.587Z] === RUN TestKillContainer/non_killing_signal [2023-04-17T23:44:17.587Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2023-04-17T23:44:17.587Z] === RUN TestKillContainer/killing_signal [2023-04-17T23:44:17.987Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2023-04-17T23:44:17.987Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2023-04-17T23:44:18.251Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2023-04-17T23:44:19.799Z] --- PASS: TestKillContainer (3.50s) [2023-04-17T23:44:19.799Z] --- PASS: TestKillContainer/no_signal (1.59s) [2023-04-17T23:44:19.799Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2023-04-17T23:44:19.799Z] --- PASS: TestKillContainer/killing_signal (1.86s) [2023-04-17T23:44:19.799Z] === RUN TestKillWithStopSignalAndRestartPolicies [2023-04-17T23:44:19.799Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2023-04-17T23:44:19.799Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2023-04-17T23:44:19.799Z] === RUN TestKillStoppedContainer [2023-04-17T23:44:19.799Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2023-04-17T23:44:19.799Z] --- SKIP: TestKillStoppedContainer (0.00s) [2023-04-17T23:44:19.799Z] === RUN TestKillStoppedContainerAPIPre120 [2023-04-17T23:44:19.799Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2023-04-17T23:44:19.799Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2023-04-17T23:44:19.799Z] === RUN TestKillDifferentUserContainer [2023-04-17T23:44:19.799Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2023-04-17T23:44:19.799Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2023-04-17T23:44:19.799Z] === RUN TestInspectOomKilledTrue [2023-04-17T23:44:19.799Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:44:19.799Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2023-04-17T23:44:19.799Z] === RUN TestInspectOomKilledFalse [2023-04-17T23:44:19.799Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2023-04-17T23:44:19.799Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2023-04-17T23:44:19.799Z] === RUN TestLogsFollowTailEmpty [2023-04-17T23:44:20.661Z] --- PASS: TestDockerNetworkReConnect (3.44s) [2023-04-17T23:44:20.661Z] === RUN TestServicePlugin [2023-04-17T23:44:20.788Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2023-04-17T23:44:21.367Z] --- PASS: TestLogsFollowTailEmpty (1.71s) [2023-04-17T23:44:21.367Z] === RUN TestNetworkNat [2023-04-17T23:44:21.367Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2023-04-17T23:44:21.367Z] --- SKIP: TestNetworkNat (0.00s) [2023-04-17T23:44:21.367Z] === RUN TestNetworkLocalhostTCPNat [2023-04-17T23:44:23.320Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2023-04-17T23:44:23.581Z] --- PASS: TestNetworkLocalhostTCPNat (2.12s) [2023-04-17T23:44:23.581Z] === RUN TestNetworkLoopbackNat [2023-04-17T23:44:23.581Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2023-04-17T23:44:23.581Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2023-04-17T23:44:23.581Z] === RUN TestPause [2023-04-17T23:44:23.581Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2023-04-17T23:44:23.581Z] --- SKIP: TestPause (0.00s) [2023-04-17T23:44:23.581Z] === RUN TestPauseFailsOnWindowsServerContainers [2023-04-17T23:44:23.940Z] plugin_test.go:61: [dcdc5c7a5ccbd] joining swarm manager [da69dce79de66]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-04-17T23:44:25.144Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.65s) [2023-04-17T23:44:25.144Z] === RUN TestPauseStopPausedContainer [2023-04-17T23:44:25.144Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:44:25.144Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2023-04-17T23:44:25.144Z] === RUN TestPsFilter [2023-04-17T23:44:25.144Z] --- PASS: TestPsFilter (0.09s) [2023-04-17T23:44:25.144Z] === RUN TestRemoveContainerWithRemovedVolume [2023-04-17T23:44:25.221Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2023-04-17T23:44:25.221Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.72s) [2023-04-17T23:44:25.221Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.42s) [2023-04-17T23:44:25.221Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.47s) [2023-04-17T23:44:25.221Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.00s) [2023-04-17T23:44:25.221Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.81s) [2023-04-17T23:44:25.221Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.60s) [2023-04-17T23:44:25.221Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.97s) [2023-04-17T23:44:25.221Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.72s) [2023-04-17T23:44:25.221Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.84s) [2023-04-17T23:44:25.221Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.74s) [2023-04-17T23:44:25.221Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.82s) [2023-04-17T23:44:25.221Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.13s) [2023-04-17T23:44:25.221Z] === RUN TestCgroupNamespacesRun [2023-04-17T23:44:25.310Z] plugin_test.go:64: [de205a2d015f6] joining swarm manager [da69dce79de66]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-04-17T23:44:25.451Z] Leaving: AppArmorNo profiles have been unloaded. [2023-04-17T23:44:25.451Z] [2023-04-17T23:44:25.451Z] Unloading profiles will leave already running processes permanently [2023-04-17T23:44:25.451Z] unconfined, which can lead to unexpected situations. [2023-04-17T23:44:25.451Z] [2023-04-17T23:44:25.451Z] To set a process to complain mode, use the command line tool [2023-04-17T23:44:25.451Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2023-04-17T23:44:25.451Z] Post stage [Pipeline] junit [2023-04-17T23:44:26.402Z] Recording test results [2023-04-17T23:44:26.603Z] --- PASS: TestCgroupNamespacesRun (1.61s) [2023-04-17T23:44:26.603Z] === RUN TestCgroupNamespacesRunPrivileged [2023-04-17T23:44:27.358Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.86s) [2023-04-17T23:44:27.358Z] === RUN TestRemoveContainerWithVolume [2023-04-17T23:44:27.541Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2023-04-17T23:44:27.826Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2023-04-17T23:44:28.110Z] + echo Ensuring container killed. [2023-04-17T23:44:28.110Z] Ensuring container killed. [2023-04-17T23:44:28.110Z] + docker rm -vf docker-pr4 [2023-04-17T23:44:28.110Z] Error response from daemon: No such container: docker-pr4 [Pipeline] sh [2023-04-17T23:44:28.396Z] + echo Chowning /workspace to jenkins user [2023-04-17T23:44:28.396Z] Chowning /workspace to jenkins user [2023-04-17T23:44:28.396Z] + id -u [2023-04-17T23:44:28.396Z] + id -g [2023-04-17T23:44:28.396Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45349:/workspace busybox chown -R 1000:1000 /workspace [2023-04-17T23:44:28.396Z] Unable to find image 'busybox:latest' locally [2023-04-17T23:44:28.656Z] latest: Pulling from library/busybox [2023-04-17T23:44:28.656Z] 4b35f584bb4f: Pulling fs layer [2023-04-17T23:44:28.656Z] 4b35f584bb4f: Verifying Checksum [2023-04-17T23:44:28.656Z] 4b35f584bb4f: Download complete [2023-04-17T23:44:28.917Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.97s) [2023-04-17T23:44:28.917Z] 4b35f584bb4f: Pull complete [2023-04-17T23:44:28.917Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2023-04-17T23:44:28.917Z] Digest: sha256:b5d6fe0712636ceb7430189de28819e195e8966372edfc2d9409d79402a0dc16 [2023-04-17T23:44:28.917Z] Status: Downloaded newer image for busybox:latest [2023-04-17T23:44:28.920Z] --- PASS: TestRemoveContainerWithVolume (1.97s) [2023-04-17T23:44:28.920Z] === RUN TestRemoveContainerRunning [2023-04-17T23:44:30.482Z] --- PASS: TestRemoveContainerRunning (1.64s) [2023-04-17T23:44:30.482Z] === RUN TestRemoveContainerForceRemoveRunning [2023-04-17T23:44:30.830Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.86s) [2023-04-17T23:44:30.830Z] === RUN TestCgroupNamespacesRunHostMode [2023-04-17T23:44:30.830Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [Pipeline] catchError [Pipeline] { [Pipeline] sh [2023-04-17T23:44:31.756Z] + bundleName=docker-py [2023-04-17T23:44:31.756Z] + echo Creating docker-py-bundles.tar.gz [2023-04-17T23:44:31.756Z] Creating docker-py-bundles.tar.gz [2023-04-17T23:44:31.756Z] + 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 [2023-04-17T23:44:31.769Z] Archiving artifacts [2023-04-17T23:44:32.044Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.63s) [2023-04-17T23:44:32.044Z] === RUN TestRemoveInvalidContainer [2023-04-17T23:44:32.044Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2023-04-17T23:44:32.045Z] === RUN TestRenameLinkedContainer [2023-04-17T23:44:32.045Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2023-04-17T23:44:32.045Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2023-04-17T23:44:32.045Z] === RUN TestRenameStoppedContainer [2023-04-17T23:44:32.731Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2023-04-17T23:44:32.990Z] --- PASS: TestCgroupNamespacesRunHostMode (2.43s) [2023-04-17T23:44:32.990Z] === RUN TestCgroupNamespacesRunPrivateMode [2023-04-17T23:44:33.514Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-45349/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2023-04-17T23:44:33.891Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45349/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=ad45ece6fe93c6870080341daa12fe8da6271fa9 -e DOCKER_GRAPHDRIVER docker:ad45ece6fe93c6870080341daa12fe8da6271fa9 hack/make.sh binary-daemon [2023-04-17T23:44:33.925Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2023-04-17T23:44:33.925Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2023-04-17T23:44:34.259Z] --- PASS: TestRenameStoppedContainer (1.98s) [2023-04-17T23:44:34.259Z] === RUN TestRenameRunningContainerAndReuse [2023-04-17T23:44:34.461Z] [2023-04-17T23:44:34.461Z] Removing bundles/ [2023-04-17T23:44:34.461Z] [2023-04-17T23:44:34.461Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2023-04-17T23:44:34.461Z] Building: bundles/binary-daemon/dockerd-dev [2023-04-17T23:44:34.461Z] GOOS="" GOARCH="" GOARM="" [2023-04-17T23:44:34.492Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.62s) [2023-04-17T23:44:34.492Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2023-04-17T23:44:34.750Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2023-04-17T23:44:36.126Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2023-04-17T23:44:36.126Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2023-04-17T23:44:36.126Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.57s) [2023-04-17T23:44:36.126Z] === RUN TestCgroupNamespacesRunInvalidMode [2023-04-17T23:44:37.060Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.89s) [2023-04-17T23:44:37.060Z] === RUN TestCgroupNamespacesRunOlderClient [2023-04-17T23:44:37.999Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2023-04-17T23:44:38.046Z] --- PASS: TestRenameRunningContainerAndReuse (3.35s) [2023-04-17T23:44:38.046Z] === RUN TestRenameInvalidName [2023-04-17T23:44:38.566Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.67s) [2023-04-17T23:44:38.566Z] === RUN TestNISDomainname [2023-04-17T23:44:39.033Z] --- PASS: TestRenameInvalidName (1.64s) [2023-04-17T23:44:39.033Z] === RUN TestRenameAnonymousContainer [2023-04-17T23:44:39.033Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2023-04-17T23:44:39.033Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2023-04-17T23:44:39.033Z] === RUN TestRenameContainerWithSameName [2023-04-17T23:44:39.503Z] --- PASS: TestNISDomainname (0.85s) [2023-04-17T23:44:39.503Z] === RUN TestHostnameDnsResolution [2023-04-17T23:44:40.440Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2023-04-17T23:44:40.699Z] --- PASS: TestHostnameDnsResolution (1.17s) [2023-04-17T23:44:40.699Z] === RUN TestUnprivilegedPortsAndPing [2023-04-17T23:44:41.247Z] --- PASS: TestRenameContainerWithSameName (1.77s) [2023-04-17T23:44:41.247Z] === RUN TestRenameContainerWithLinkedContainer [2023-04-17T23:44:41.247Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2023-04-17T23:44:41.247Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2023-04-17T23:44:41.247Z] === RUN TestResize [2023-04-17T23:44:41.634Z] --- PASS: TestUnprivilegedPortsAndPing (0.97s) [2023-04-17T23:44:41.634Z] === RUN TestStats [2023-04-17T23:44:42.568Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2023-04-17T23:44:42.810Z] --- PASS: TestResize (1.73s) [2023-04-17T23:44:42.810Z] === RUN TestResizeWithInvalidSize [2023-04-17T23:44:42.810Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2023-04-17T23:44:42.810Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2023-04-17T23:44:42.810Z] === RUN TestResizeWhenContainerNotStarted [2023-04-17T23:44:43.135Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2023-04-17T23:44:43.393Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2023-04-17T23:44:44.325Z] === RUN TestDockerSuite/TestBuildCacheAdd [2023-04-17T23:44:44.582Z] --- PASS: TestStats (2.82s) [2023-04-17T23:44:44.582Z] === RUN TestStopContainerWithTimeout [2023-04-17T23:44:44.582Z] === RUN TestStopContainerWithTimeout/0 [2023-04-17T23:44:44.582Z] === PAUSE TestStopContainerWithTimeout/0 [2023-04-17T23:44:44.582Z] === RUN TestStopContainerWithTimeout/1 [2023-04-17T23:44:44.582Z] === PAUSE TestStopContainerWithTimeout/1 [2023-04-17T23:44:44.582Z] === RUN TestStopContainerWithTimeout/3 [2023-04-17T23:44:44.582Z] === PAUSE TestStopContainerWithTimeout/3 [2023-04-17T23:44:44.582Z] === RUN TestStopContainerWithTimeout/-1 [2023-04-17T23:44:44.582Z] === PAUSE TestStopContainerWithTimeout/-1 [2023-04-17T23:44:44.582Z] === CONT TestStopContainerWithTimeout/0 [2023-04-17T23:44:44.582Z] === CONT TestStopContainerWithTimeout/-1 [2023-04-17T23:44:45.148Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2023-04-17T23:44:45.714Z] === CONT TestStopContainerWithTimeout/3 [2023-04-17T23:44:45.714Z] === RUN TestDockerSuite/TestBuildCacheFrom [2023-04-17T23:44:47.616Z] === CONT TestStopContainerWithTimeout/1 [2023-04-17T23:44:47.616Z] check_test.go:308: [d7ec3b1c86f2d] daemon is not started [2023-04-17T23:44:47.616Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2023-04-17T23:44:48.991Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2023-04-17T23:44:49.249Z] --- PASS: TestStopContainerWithTimeout (0.04s) [2023-04-17T23:44:49.249Z] --- PASS: TestStopContainerWithTimeout/0 (1.15s) [2023-04-17T23:44:49.249Z] --- PASS: TestStopContainerWithTimeout/-1 (3.02s) [2023-04-17T23:44:49.249Z] --- PASS: TestStopContainerWithTimeout/3 (2.68s) [2023-04-17T23:44:49.249Z] --- PASS: TestStopContainerWithTimeout/1 (1.69s) [2023-04-17T23:44:49.249Z] === RUN TestDeleteDevicemapper [2023-04-17T23:44:49.249Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2023-04-17T23:44:49.249Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2023-04-17T23:44:49.249Z] === RUN TestStopContainerWithRestartPolicyAlways [2023-04-17T23:44:49.964Z] --- PASS: TestResizeWhenContainerNotStarted (6.71s) [2023-04-17T23:44:49.964Z] === RUN TestDaemonRestartKillContainers [2023-04-17T23:44:49.964Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:44:49.964Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2023-04-17T23:44:49.964Z] === RUN TestStats [2023-04-17T23:44:49.964Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2023-04-17T23:44:49.964Z] --- SKIP: TestStats (0.00s) [2023-04-17T23:44:49.964Z] === RUN TestStopContainerWithRestartPolicyAlways [2023-04-17T23:44:50.625Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2023-04-17T23:44:51.560Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.12s) [2023-04-17T23:44:51.560Z] === RUN TestUpdateMemory [2023-04-17T23:44:51.560Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2023-04-17T23:44:51.560Z] --- SKIP: TestUpdateMemory (0.00s) [2023-04-17T23:44:51.560Z] === RUN TestUpdateCPUQuota [2023-04-17T23:44:51.560Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2023-04-17T23:44:51.818Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2023-04-17T23:44:51.832Z] --- PASS: TestServicePlugin (29.52s) [2023-04-17T23:44:51.832Z] === RUN TestServiceUpdateLabel [2023-04-17T23:44:52.090Z] --- PASS: TestServiceUpdateLabel (1.77s) [2023-04-17T23:44:52.090Z] === RUN TestServiceUpdateSecrets [2023-04-17T23:44:52.753Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2023-04-17T23:44:52.753Z] --- PASS: TestUpdateCPUQuota (1.27s) [2023-04-17T23:44:52.753Z] === RUN TestUpdatePidsLimit [2023-04-17T23:44:52.753Z] === RUN TestUpdatePidsLimit/update_from_none [2023-04-17T23:44:53.012Z] === RUN TestUpdatePidsLimit/no_change [2023-04-17T23:44:53.271Z] === RUN TestUpdatePidsLimit/update_lower [2023-04-17T23:44:53.271Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2023-04-17T23:44:53.837Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2023-04-17T23:44:54.095Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2023-04-17T23:44:54.661Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2023-04-17T23:44:54.714Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.87s) [2023-04-17T23:44:54.714Z] === RUN TestStopContainerWithTimeout [2023-04-17T23:44:54.714Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2023-04-17T23:44:54.714Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2023-04-17T23:44:54.714Z] === RUN TestUpdateRestartPolicy [2023-04-17T23:44:54.921Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2023-04-17T23:44:56.298Z] --- PASS: TestUpdatePidsLimit (3.49s) [2023-04-17T23:44:56.298Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.37s) [2023-04-17T23:44:56.298Z] --- PASS: TestUpdatePidsLimit/no_change (0.31s) [2023-04-17T23:44:56.298Z] --- PASS: TestUpdatePidsLimit/update_lower (0.40s) [2023-04-17T23:44:56.298Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.38s) [2023-04-17T23:44:56.298Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.40s) [2023-04-17T23:44:56.298Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.38s) [2023-04-17T23:44:56.298Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.34s) [2023-04-17T23:44:56.298Z] === RUN TestUpdateRestartPolicy [2023-04-17T23:44:58.834Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2023-04-17T23:45:00.209Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2023-04-17T23:45:00.468Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2023-04-17T23:45:01.036Z] === RUN TestDockerSuite/TestBuildClearCmd [2023-04-17T23:45:01.295Z] === RUN TestDockerSuite/TestBuildCmd [2023-04-17T23:45:01.862Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2023-04-17T23:45:02.120Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2023-04-17T23:45:02.378Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2023-04-17T23:45:02.378Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2023-04-17T23:45:02.378Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2023-04-17T23:45:02.636Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2023-04-17T23:45:03.203Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2023-04-17T23:45:04.578Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2023-04-17T23:45:06.476Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2023-04-17T23:45:06.947Z] --- PASS: TestServiceUpdateSecrets (14.44s) [2023-04-17T23:45:06.947Z] === RUN TestServiceUpdateConfigs [2023-04-17T23:45:07.042Z] === RUN TestDockerSuite/TestBuildConditionalCache [2023-04-17T23:45:07.976Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2023-04-17T23:45:08.543Z] === RUN TestDockerSuite/TestBuildContextCleanup [2023-04-17T23:45:08.802Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2023-04-17T23:45:08.802Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2023-04-17T23:45:08.802Z] check_test.go:308: [d03bf476ab66b] daemon is not started [2023-04-17T23:45:08.802Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2023-04-17T23:45:08.802Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2023-04-17T23:45:08.802Z] check_test.go:308: [d7f185aca4a50] daemon is not started [2023-04-17T23:45:08.802Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2023-04-17T23:45:08.802Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2023-04-17T23:45:08.802Z] --- PASS: TestUpdateRestartPolicy (12.61s) [2023-04-17T23:45:08.802Z] === RUN TestUpdateRestartWithAutoRemove [2023-04-17T23:45:09.370Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2023-04-17T23:45:09.370Z] --- PASS: TestUpdateRestartWithAutoRemove (0.69s) [2023-04-17T23:45:09.370Z] === RUN TestWaitNonBlocked [2023-04-17T23:45:09.370Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-04-17T23:45:09.370Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-04-17T23:45:09.370Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2023-04-17T23:45:09.370Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2023-04-17T23:45:09.370Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-04-17T23:45:09.370Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2023-04-17T23:45:09.937Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2023-04-17T23:45:10.196Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2023-04-17T23:45:10.455Z] --- PASS: TestWaitNonBlocked (0.02s) [2023-04-17T23:45:10.455Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.06s) [2023-04-17T23:45:10.455Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.09s) [2023-04-17T23:45:10.455Z] === RUN TestWaitBlocked [2023-04-17T23:45:10.455Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2023-04-17T23:45:10.455Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2023-04-17T23:45:10.455Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2023-04-17T23:45:10.455Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2023-04-17T23:45:10.714Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2023-04-17T23:45:10.714Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2023-04-17T23:45:11.650Z] --- PASS: TestWaitBlocked (0.03s) [2023-04-17T23:45:11.650Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.74s) [2023-04-17T23:45:11.650Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.90s) [2023-04-17T23:45:11.650Z] === CONT TestContainerStartOnDaemonRestart [2023-04-17T23:45:11.650Z] === CONT TestContainerKillOnDaemonStart [2023-04-17T23:45:11.908Z] check_test.go:308: [df837d8adbc0c] daemon is not started [2023-04-17T23:45:11.908Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2023-04-17T23:45:15.197Z] --- PASS: TestContainerStartOnDaemonRestart (3.21s) [2023-04-17T23:45:15.197Z] === CONT TestIpcModeOlderClient [2023-04-17T23:45:15.197Z] --- PASS: TestIpcModeOlderClient (0.07s) [2023-04-17T23:45:15.197Z] === CONT TestDaemonHostGatewayIP [2023-04-17T23:45:15.939Z] --- PASS: TestUpdateRestartPolicy (18.95s) [2023-04-17T23:45:15.939Z] === RUN TestUpdateRestartWithAutoRemove [2023-04-17T23:45:15.939Z] --- PASS: TestUpdateRestartWithAutoRemove (1.71s) [2023-04-17T23:45:15.939Z] === RUN TestWaitNonBlocked [2023-04-17T23:45:15.939Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-04-17T23:45:15.939Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-04-17T23:45:15.939Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2023-04-17T23:45:15.939Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2023-04-17T23:45:15.939Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-04-17T23:45:15.939Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2023-04-17T23:45:16.576Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2023-04-17T23:45:17.504Z] --- PASS: TestWaitNonBlocked (0.03s) [2023-04-17T23:45:17.504Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.30s) [2023-04-17T23:45:17.504Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.39s) [2023-04-17T23:45:17.504Z] === RUN TestWaitBlocked [2023-04-17T23:45:17.504Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2023-04-17T23:45:17.504Z] --- SKIP: TestWaitBlocked (0.00s) [2023-04-17T23:45:17.504Z] PASS [2023-04-17T23:45:17.504Z] ok github.com/docker/docker/integration/container 69.401s [2023-04-17T23:45:17.504Z] [2023-04-17T23:45:17.504Z] === Skipped [2023-04-17T23:45:17.504Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2023-04-17T23:45:17.505Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.02s) [2023-04-17T23:45:17.505Z] copy_test.go:37: testEnv.OSType == "windows" [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.02s) [2023-04-17T23:45:17.505Z] copy_test.go:62: testEnv.OSType == "windows" [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2023-04-17T23:45:17.505Z] copy_test.go:73: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2023-04-17T23:45:17.505Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2023-04-17T23:45:17.505Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2023-04-17T23:45:17.505Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2023-04-17T23:45:17.505Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2023-04-17T23:45:17.505Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.02s) [2023-04-17T23:45:17.505Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2023-04-17T23:45:17.505Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2023-04-17T23:45:17.505Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2023-04-17T23:45:17.505Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2023-04-17T23:45:17.505Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2023-04-17T23:45:17.505Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2023-04-17T23:45:17.505Z] health_test.go:21: testEnv.OSType == "windows": FIXME [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2023-04-17T23:45:17.505Z] health_test.go:40: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2023-04-17T23:45:17.505Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2023-04-17T23:45:17.505Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2023-04-17T23:45:17.505Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2023-04-17T23:45:17.505Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2023-04-17T23:45:17.505Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2023-04-17T23:45:17.505Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2023-04-17T23:45:17.505Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2023-04-17T23:45:17.505Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2023-04-17T23:45:17.505Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2023-04-17T23:45:17.505Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2023-04-17T23:45:17.505Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2023-04-17T23:45:17.505Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2023-04-17T23:45:17.505Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2023-04-17T23:45:17.505Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2023-04-17T23:45:17.505Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2023-04-17T23:45:17.505Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2023-04-17T23:45:17.505Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2023-04-17T23:45:17.505Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2023-04-17T23:45:17.505Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2023-04-17T23:45:17.505Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2023-04-17T23:45:17.505Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2023-04-17T23:45:17.505Z] [2023-04-17T23:45:17.505Z] DONE 89 tests, 37 skipped in 71.531s [2023-04-17T23:45:17.505Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2023-04-17T23:45:17.956Z] --- PASS: TestDaemonHostGatewayIP (3.11s) [2023-04-17T23:45:17.956Z] === CONT TestRestartDaemonWithRestartingContainer [2023-04-17T23:45:19.069Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-04-17T23:45:19.069Z] INFO: Testing against a local daemon [2023-04-17T23:45:19.069Z] === RUN TestLiveRestore [2023-04-17T23:45:19.069Z] daemon_test.go:18: runtime.GOOS == "windows": cannot start multiple daemons on windows [2023-04-17T23:45:19.069Z] --- SKIP: TestLiveRestore (0.00s) [2023-04-17T23:45:19.069Z] PASS [2023-04-17T23:45:19.069Z] ok github.com/docker/docker/integration/daemon 0.082s [2023-04-17T23:45:19.069Z] [2023-04-17T23:45:19.069Z] === Skipped [2023-04-17T23:45:19.069Z] === SKIP: github.com/docker/docker/integration/daemon TestLiveRestore (0.00s) [2023-04-17T23:45:19.069Z] daemon_test.go:18: runtime.GOOS == "windows": cannot start multiple daemons on windows [2023-04-17T23:45:19.069Z] [2023-04-17T23:45:19.069Z] DONE 1 tests, 1 skipped in 1.458s [2023-04-17T23:45:19.069Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2023-04-17T23:45:19.332Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2023-04-17T23:45:20.709Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.53s) [2023-04-17T23:45:20.709Z] === CONT TestDaemonRestartIpcMode [2023-04-17T23:45:20.709Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2023-04-17T23:45:20.967Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2023-04-17T23:45:21.534Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2023-04-17T23:45:21.805Z] --- PASS: TestServiceUpdateConfigs (14.50s) [2023-04-17T23:45:21.805Z] === RUN TestServiceUpdateNetwork [2023-04-17T23:45:22.100Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2023-04-17T23:45:23.481Z] --- PASS: TestDaemonRestartIpcMode (3.06s) [2023-04-17T23:45:24.051Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2023-04-17T23:45:24.051Z] --- PASS: TestContainerKillOnDaemonStart (12.60s) [2023-04-17T23:45:24.051Z] PASS [2023-04-17T23:45:24.051Z] [2023-04-17T23:45:24.051Z] === Skipped [2023-04-17T23:45:24.051Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2023-04-17T23:45:24.051Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2023-04-17T23:45:24.051Z] [2023-04-17T23:45:24.051Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2023-04-17T23:45:24.051Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2023-04-17T23:45:24.051Z] [2023-04-17T23:45:24.051Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2023-04-17T23:45:24.051Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2023-04-17T23:45:24.051Z] [2023-04-17T23:45:24.051Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2023-04-17T23:45:24.051Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2023-04-17T23:45:24.051Z] [2023-04-17T23:45:24.051Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2023-04-17T23:45:24.051Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2023-04-17T23:45:24.051Z] [2023-04-17T23:45:24.051Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2023-04-17T23:45:24.051Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2023-04-17T23:45:24.051Z] [2023-04-17T23:45:24.051Z] DONE 197 tests, 6 skipped in 140.887s [2023-04-17T23:45:24.051Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2023-04-17T23:45:24.051Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2023-04-17T23:45:24.051Z] ++ set -e [2023-04-17T23:45:24.051Z] ++ '[' -n 0 ']' [2023-04-17T23:45:24.051Z] ++ set -x [2023-04-17T23:45:24.051Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2023-04-17T23:45:24.310Z] INFO: Testing against a local daemon [2023-04-17T23:45:24.310Z] === RUN TestLiveRestore [2023-04-17T23:45:24.310Z] === RUN TestLiveRestore/volume_references [2023-04-17T23:45:24.310Z] === PAUSE TestLiveRestore/volume_references [2023-04-17T23:45:24.310Z] === CONT TestLiveRestore/volume_references [2023-04-17T23:45:25.248Z] === RUN TestLiveRestore/volume_references/restartPolicy [2023-04-17T23:45:25.248Z] === RUN TestLiveRestore/volume_references/restartPolicy/always [2023-04-17T23:45:25.248Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2023-04-17T23:45:26.182Z] === RUN TestLiveRestore/volume_references/restartPolicy/unless-stopped [2023-04-17T23:45:26.748Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2023-04-17T23:45:27.315Z] === RUN TestLiveRestore/volume_references/restartPolicy/on-failure [2023-04-17T23:45:27.883Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2023-04-17T23:45:27.883Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2023-04-17T23:45:28.141Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2023-04-17T23:45:28.141Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2023-04-17T23:45:28.141Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2023-04-17T23:45:28.141Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2023-04-17T23:45:28.141Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2023-04-17T23:45:28.141Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2023-04-17T23:45:28.141Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2023-04-17T23:45:28.706Z] === RUN TestLiveRestore/volume_references/restartPolicy/no [2023-04-17T23:45:29.489Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-04-17T23:45:29.489Z] INFO: Testing against a local daemon [2023-04-17T23:45:29.489Z] === RUN TestCommitInheritsEnv [2023-04-17T23:45:29.489Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2023-04-17T23:45:29.489Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2023-04-17T23:45:29.489Z] === RUN TestImportExtremelyLargeImageWorks [2023-04-17T23:45:29.489Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2023-04-17T23:45:29.489Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2023-04-17T23:45:29.489Z] === RUN TestImagesFilterMultiReference [2023-04-17T23:45:29.489Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2023-04-17T23:45:29.489Z] === RUN TestImagePullPlatformInvalid [2023-04-17T23:45:29.489Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2023-04-17T23:45:29.489Z] === RUN TestImagePullStoredfDigestForOtherRepo [2023-04-17T23:45:29.489Z] pull_test.go:121: testEnv.OSType == "windows": We don't run a test registry on Windows [2023-04-17T23:45:29.489Z] --- SKIP: TestImagePullStoredfDigestForOtherRepo (0.00s) [2023-04-17T23:45:29.489Z] === RUN TestRemoveImageOrphaning [2023-04-17T23:45:29.489Z] --- PASS: TestRemoveImageOrphaning (0.82s) [2023-04-17T23:45:29.489Z] === RUN TestTagUnprefixedRepoByNameOrName [2023-04-17T23:45:29.641Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2023-04-17T23:45:29.899Z] --- PASS: TestLiveRestore (0.00s) [2023-04-17T23:45:29.899Z] --- PASS: TestLiveRestore/volume_references (5.58s) [2023-04-17T23:45:29.899Z] --- PASS: TestLiveRestore/volume_references/restartPolicy (4.73s) [2023-04-17T23:45:29.899Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.10s) [2023-04-17T23:45:29.899Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (1.09s) [2023-04-17T23:45:29.899Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (1.39s) [2023-04-17T23:45:29.899Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/no (1.15s) [2023-04-17T23:45:29.899Z] PASS [2023-04-17T23:45:29.899Z] [2023-04-17T23:45:29.899Z] DONE 7 tests in 5.715s [2023-04-17T23:45:29.899Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2023-04-17T23:45:29.899Z] ++ 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 [2023-04-17T23:45:29.899Z] ++ set -e [2023-04-17T23:45:29.899Z] ++ '[' -n 0 ']' [2023-04-17T23:45:29.899Z] ++ set -x [2023-04-17T23:45:29.899Z] ++ 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 [2023-04-17T23:45:29.957Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2023-04-17T23:45:29.957Z] === RUN TestTagInvalidReference [2023-04-17T23:45:29.957Z] --- PASS: TestTagInvalidReference (0.03s) [2023-04-17T23:45:29.957Z] === RUN TestTagValidPrefixedRepo [2023-04-17T23:45:29.957Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2023-04-17T23:45:29.957Z] === RUN TestTagExistedNameWithoutForce [2023-04-17T23:45:29.957Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2023-04-17T23:45:29.957Z] === RUN TestTagOfficialNames [2023-04-17T23:45:29.957Z] --- PASS: TestTagOfficialNames (0.07s) [2023-04-17T23:45:29.957Z] === RUN TestTagMatchesDigest [2023-04-17T23:45:29.957Z] --- PASS: TestTagMatchesDigest (0.03s) [2023-04-17T23:45:29.957Z] PASS [2023-04-17T23:45:29.957Z] ok github.com/docker/docker/integration/image 1.279s [2023-04-17T23:45:29.957Z] [2023-04-17T23:45:29.957Z] === Skipped [2023-04-17T23:45:29.957Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2023-04-17T23:45:29.957Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2023-04-17T23:45:29.957Z] [2023-04-17T23:45:29.957Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2023-04-17T23:45:29.957Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2023-04-17T23:45:29.957Z] [2023-04-17T23:45:29.957Z] === SKIP: github.com/docker/docker/integration/image TestImagePullStoredfDigestForOtherRepo (0.00s) [2023-04-17T23:45:29.957Z] pull_test.go:121: testEnv.OSType == "windows": We don't run a test registry on Windows [2023-04-17T23:45:29.957Z] [2023-04-17T23:45:29.957Z] DONE 12 tests, 3 skipped in 10.996s [2023-04-17T23:45:30.157Z] INFO: Testing against a local daemon [2023-04-17T23:45:30.157Z] === RUN TestCommitInheritsEnv [2023-04-17T23:45:30.415Z] --- PASS: TestCommitInheritsEnv (0.46s) [2023-04-17T23:45:30.415Z] === RUN TestImportExtremelyLargeImageWorks [2023-04-17T23:45:30.415Z] === PAUSE TestImportExtremelyLargeImageWorks [2023-04-17T23:45:30.415Z] === RUN TestImagesFilterMultiReference [2023-04-17T23:45:30.425Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2023-04-17T23:45:30.676Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2023-04-17T23:45:30.676Z] === RUN TestImagePullPlatformInvalid [2023-04-17T23:45:30.676Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2023-04-17T23:45:30.676Z] === RUN TestImagePullStoredfDigestForOtherRepo [2023-04-17T23:45:30.676Z] time="2023-04-17T23:45:30Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.19.8 instance.id=06ad46f9-9135-4e91-a511-96a9df24365e version="v2.1.0+unknown" [2023-04-17T23:45:30.676Z] time="2023-04-17T23:45:30Z" level=info msg="redis not configured" go.version=go1.19.8 instance.id=06ad46f9-9135-4e91-a511-96a9df24365e version="v2.1.0+unknown" [2023-04-17T23:45:30.676Z] time="2023-04-17T23:45:30Z" level=info msg="Starting upload purge in 46m0s" go.version=go1.19.8 instance.id=06ad46f9-9135-4e91-a511-96a9df24365e version="v2.1.0+unknown" [2023-04-17T23:45:30.676Z] time="2023-04-17T23:45:30Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.19.8 instance.id=06ad46f9-9135-4e91-a511-96a9df24365e version="v2.1.0+unknown" [2023-04-17T23:45:30.676Z] time="2023-04-17T23:45:30Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=60b3e72c-1664-4984-9813-0d088d0a9ebc http.request.method=GET http.request.remoteaddr="127.0.0.1:43828" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e version="v2.1.0+unknown" [2023-04-17T23:45:30.676Z] time="2023-04-17T23:45:30Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=60b3e72c-1664-4984-9813-0d088d0a9ebc http.request.method=GET http.request.remoteaddr="127.0.0.1:43828" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.645394ms http.response.status=200 http.response.written=2 instance.id=06ad46f9-9135-4e91-a511-96a9df24365e version="v2.1.0+unknown" [2023-04-17T23:45:30.676Z] 127.0.0.1 - - [17/Apr/2023:23:45:30 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" [2023-04-17T23:45:30.676Z] time="2023-04-17T23:45:30Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=4cf0f9d8-2660-49a7-b00d-0a053bd40011 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:43854" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.676Z] time="2023-04-17T23:45:30Z" level=debug msg=GetBlob go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=4cf0f9d8-2660-49a7-b00d-0a053bd40011 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:43854" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.676Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=4cf0f9d8-2660-49a7-b00d-0a053bd40011 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:43854" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=33.312µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=259d28a0-ad53-45e2-ab0e-c689a830d76b trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.676Z] time="2023-04-17T23:45:30Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 err.message="blob unknown to registry" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=4cf0f9d8-2660-49a7-b00d-0a053bd40011 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:43854" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=5.436291ms http.response.status=404 http.response.written=157 instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.676Z] 127.0.0.1 - - [17/Apr/2023:23:45:30 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.4.0+unknown" [2023-04-17T23:45:30.676Z] time="2023-04-17T23:45:30Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=7d54a820-16d2-405c-8bac-aa3f90c2e88a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.676Z] time="2023-04-17T23:45:30Z" level=debug msg=GetBlob go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=7d54a820-16d2-405c-8bac-aa3f90c2e88a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.676Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=7d54a820-16d2-405c-8bac-aa3f90c2e88a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=30.591µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=cd25f967-7bd3-4f1a-bdf5-a599f95f3c08 trace.line=82 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.676Z] time="2023-04-17T23:45:30Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46 err.message="blob unknown to registry" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=7d54a820-16d2-405c-8bac-aa3f90c2e88a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.681346ms http.response.status=404 http.response.written=157 instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.676Z] 127.0.0.1 - - [17/Apr/2023:23:45:30 +0000] "HEAD /v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46 HTTP/1.1" 404 157 "" "containerd/1.4.0+unknown" [2023-04-17T23:45:30.676Z] time="2023-04-17T23:45:30Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=a5e69198-6221-4ead-a8d2-7ae260479d69 http.request.method=POST http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.676Z] time="2023-04-17T23:45:30Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=a5e69198-6221-4ead-a8d2-7ae260479d69 http.request.method=POST http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.676Z] time="2023-04-17T23:45:30Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=55a3e7f1-fbf5-4ffc-b030-5ff9cc311732 http.request.method=POST http.request.remoteaddr="127.0.0.1:43854" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.676Z] time="2023-04-17T23:45:30Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=55a3e7f1-fbf5-4ffc-b030-5ff9cc311732 http.request.method=POST http.request.remoteaddr="127.0.0.1:43854" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.676Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/614e5826-c616-4f58-945d-b9259650282f/startedat\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=55a3e7f1-fbf5-4ffc-b030-5ff9cc311732 http.request.method=POST http.request.remoteaddr="127.0.0.1:43854" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=115.796µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=7c38d766-2942-4dee-b415-740bb6c098e2 trace.line=95 vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.676Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/614e5826-c616-4f58-945d-b9259650282f/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=55a3e7f1-fbf5-4ffc-b030-5ff9cc311732 http.request.method=POST http.request.remoteaddr="127.0.0.1:43854" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=58.971µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=8eeb255d-e131-4378-9131-9d59d9c7d983 trace.line=141 vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.676Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/73a55317-f65e-4e30-99e0-3013078f100a/startedat\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=a5e69198-6221-4ead-a8d2-7ae260479d69 http.request.method=POST http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=145.575µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=1fc9331b-589a-46d8-a5e0-c0d72bfa323a trace.line=95 vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.676Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/73a55317-f65e-4e30-99e0-3013078f100a/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=a5e69198-6221-4ead-a8d2-7ae260479d69 http.request.method=POST http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=21.155µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=579f14ac-f1fb-483c-bd75-65ad260070da trace.line=141 vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.676Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/614e5826-c616-4f58-945d-b9259650282f/hashstates/sha256/0\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=55a3e7f1-fbf5-4ffc-b030-5ff9cc311732 http.request.method=POST http.request.remoteaddr="127.0.0.1:43854" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=81.166µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=a82e840a-421c-4486-95a6-79e7c77bb9bf trace.line=95 vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.677Z] time="2023-04-17T23:45:30Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=55a3e7f1-fbf5-4ffc-b030-5ff9cc311732 http.request.method=POST http.request.remoteaddr="127.0.0.1:43854" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=10.213525ms http.response.status=202 http.response.written=0 instance.id=06ad46f9-9135-4e91-a511-96a9df24365e version="v2.1.0+unknown" [2023-04-17T23:45:30.677Z] 127.0.0.1 - - [17/Apr/2023:23:45:30 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.4.0+unknown" [2023-04-17T23:45:30.677Z] time="2023-04-17T23:45:30Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=529b4ff8-2657-4160-a885-3d7f8801a3ea http.request.method=PUT http.request.remoteaddr="127.0.0.1:43854" http.request.uri="/v2/test/blobs/uploads/614e5826-c616-4f58-945d-b9259650282f?_state=o0RQsf5ptiFmYZij001LrjHNTG9z6KlvFJYZve6E1Zt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjYxNGU1ODI2LWM2MTYtNGY1OC05NDVkLWI5MjU5NjUwMjgyZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzo0NTozMC42MDg1NzAwNzFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.name=test vars.uuid=614e5826-c616-4f58-945d-b9259650282f version="v2.1.0+unknown" [2023-04-17T23:45:30.677Z] time="2023-04-17T23:45:30Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=529b4ff8-2657-4160-a885-3d7f8801a3ea http.request.method=PUT http.request.remoteaddr="127.0.0.1:43854" http.request.uri="/v2/test/blobs/uploads/614e5826-c616-4f58-945d-b9259650282f?_state=o0RQsf5ptiFmYZij001LrjHNTG9z6KlvFJYZve6E1Zt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjYxNGU1ODI2LWM2MTYtNGY1OC05NDVkLWI5MjU5NjUwMjgyZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzo0NTozMC42MDg1NzAwNzFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.name=test vars.uuid=614e5826-c616-4f58-945d-b9259650282f version="v2.1.0+unknown" [2023-04-17T23:45:30.677Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/614e5826-c616-4f58-945d-b9259650282f/startedat\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=529b4ff8-2657-4160-a885-3d7f8801a3ea http.request.method=PUT http.request.remoteaddr="127.0.0.1:43854" http.request.uri="/v2/test/blobs/uploads/614e5826-c616-4f58-945d-b9259650282f?_state=o0RQsf5ptiFmYZij001LrjHNTG9z6KlvFJYZve6E1Zt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjYxNGU1ODI2LWM2MTYtNGY1OC05NDVkLWI5MjU5NjUwMjgyZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzo0NTozMC42MDg1NzAwNzFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=34.703µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=56aeda57-5e67-47f3-887d-8b0207db4cad trace.line=82 vars.name=test vars.uuid=614e5826-c616-4f58-945d-b9259650282f version="v2.1.0+unknown" [2023-04-17T23:45:30.677Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/614e5826-c616-4f58-945d-b9259650282f/data\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=529b4ff8-2657-4160-a885-3d7f8801a3ea http.request.method=PUT http.request.remoteaddr="127.0.0.1:43854" http.request.uri="/v2/test/blobs/uploads/614e5826-c616-4f58-945d-b9259650282f?_state=o0RQsf5ptiFmYZij001LrjHNTG9z6KlvFJYZve6E1Zt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjYxNGU1ODI2LWM2MTYtNGY1OC05NDVkLWI5MjU5NjUwMjgyZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzo0NTozMC42MDg1NzAwNzFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=21.18µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=462f14be-67c5-4c96-96d9-8974f52fa3b7 trace.line=141 vars.name=test vars.uuid=614e5826-c616-4f58-945d-b9259650282f version="v2.1.0+unknown" [2023-04-17T23:45:30.677Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/614e5826-c616-4f58-945d-b9259650282f/data\", 0)" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=529b4ff8-2657-4160-a885-3d7f8801a3ea http.request.method=PUT http.request.remoteaddr="127.0.0.1:43854" http.request.uri="/v2/test/blobs/uploads/614e5826-c616-4f58-945d-b9259650282f?_state=o0RQsf5ptiFmYZij001LrjHNTG9z6KlvFJYZve6E1Zt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjYxNGU1ODI2LWM2MTYtNGY1OC05NDVkLWI5MjU5NjUwMjgyZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzo0NTozMC42MDg1NzAwNzFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=76.27µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).WriteStream" trace.id=70e095d4-2609-4a50-8d86-367d75d295bb trace.line=124 vars.name=test vars.uuid=614e5826-c616-4f58-945d-b9259650282f version="v2.1.0+unknown" [2023-04-17T23:45:30.677Z] time="2023-04-17T23:45:30Z" level=debug msg="(*blobWriter).Commit" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=529b4ff8-2657-4160-a885-3d7f8801a3ea http.request.method=PUT http.request.remoteaddr="127.0.0.1:43854" http.request.uri="/v2/test/blobs/uploads/614e5826-c616-4f58-945d-b9259650282f?_state=o0RQsf5ptiFmYZij001LrjHNTG9z6KlvFJYZve6E1Zt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjYxNGU1ODI2LWM2MTYtNGY1OC05NDVkLWI5MjU5NjUwMjgyZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzo0NTozMC42MDg1NzAwNzFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.name=test vars.uuid=614e5826-c616-4f58-945d-b9259650282f version="v2.1.0+unknown" [2023-04-17T23:45:30.677Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/614e5826-c616-4f58-945d-b9259650282f/data\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=529b4ff8-2657-4160-a885-3d7f8801a3ea http.request.method=PUT http.request.remoteaddr="127.0.0.1:43854" http.request.uri="/v2/test/blobs/uploads/614e5826-c616-4f58-945d-b9259650282f?_state=o0RQsf5ptiFmYZij001LrjHNTG9z6KlvFJYZve6E1Zt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjYxNGU1ODI2LWM2MTYtNGY1OC05NDVkLWI5MjU5NjUwMjgyZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzo0NTozMC42MDg1NzAwNzFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=18.715µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=878040cb-2138-4787-a63f-e9d2131e79e8 trace.line=141 vars.name=test vars.uuid=614e5826-c616-4f58-945d-b9259650282f version="v2.1.0+unknown" [2023-04-17T23:45:30.677Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=529b4ff8-2657-4160-a885-3d7f8801a3ea http.request.method=PUT http.request.remoteaddr="127.0.0.1:43854" http.request.uri="/v2/test/blobs/uploads/614e5826-c616-4f58-945d-b9259650282f?_state=o0RQsf5ptiFmYZij001LrjHNTG9z6KlvFJYZve6E1Zt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjYxNGU1ODI2LWM2MTYtNGY1OC05NDVkLWI5MjU5NjUwMjgyZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzo0NTozMC42MDg1NzAwNzFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=19.964µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=e3e5ef46-e4ee-44d8-864f-fe62c3eef6d5 trace.line=141 vars.name=test vars.uuid=614e5826-c616-4f58-945d-b9259650282f version="v2.1.0+unknown" [2023-04-17T23:45:30.677Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/614e5826-c616-4f58-945d-b9259650282f/data\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=529b4ff8-2657-4160-a885-3d7f8801a3ea http.request.method=PUT http.request.remoteaddr="127.0.0.1:43854" http.request.uri="/v2/test/blobs/uploads/614e5826-c616-4f58-945d-b9259650282f?_state=o0RQsf5ptiFmYZij001LrjHNTG9z6KlvFJYZve6E1Zt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjYxNGU1ODI2LWM2MTYtNGY1OC05NDVkLWI5MjU5NjUwMjgyZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzo0NTozMC42MDg1NzAwNzFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=57.323µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=edf7b7c6-ee36-4741-b366-d256c12e0ff4 trace.line=141 vars.name=test vars.uuid=614e5826-c616-4f58-945d-b9259650282f version="v2.1.0+unknown" [2023-04-17T23:45:30.677Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/614e5826-c616-4f58-945d-b9259650282f/data\", \"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\"" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=529b4ff8-2657-4160-a885-3d7f8801a3ea http.request.method=PUT http.request.remoteaddr="127.0.0.1:43854" http.request.uri="/v2/test/blobs/uploads/614e5826-c616-4f58-945d-b9259650282f?_state=o0RQsf5ptiFmYZij001LrjHNTG9z6KlvFJYZve6E1Zt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjYxNGU1ODI2LWM2MTYtNGY1OC05NDVkLWI5MjU5NjUwMjgyZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzo0NTozMC42MDg1NzAwNzFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=169.901µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=22a60f60-b7c1-4545-93ae-da6e4540cf9c trace.line=167 vars.name=test vars.uuid=614e5826-c616-4f58-945d-b9259650282f version="v2.1.0+unknown" [2023-04-17T23:45:30.677Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=529b4ff8-2657-4160-a885-3d7f8801a3ea http.request.method=PUT http.request.remoteaddr="127.0.0.1:43854" http.request.uri="/v2/test/blobs/uploads/614e5826-c616-4f58-945d-b9259650282f?_state=o0RQsf5ptiFmYZij001LrjHNTG9z6KlvFJYZve6E1Zt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjYxNGU1ODI2LWM2MTYtNGY1OC05NDVkLWI5MjU5NjUwMjgyZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzo0NTozMC42MDg1NzAwNzFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=117.674µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=9f2c577f-0e37-4550-8ba9-b8766c8af903 trace.line=95 vars.name=test vars.uuid=614e5826-c616-4f58-945d-b9259650282f version="v2.1.0+unknown" [2023-04-17T23:45:30.677Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/614e5826-c616-4f58-945d-b9259650282f\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=529b4ff8-2657-4160-a885-3d7f8801a3ea http.request.method=PUT http.request.remoteaddr="127.0.0.1:43854" http.request.uri="/v2/test/blobs/uploads/614e5826-c616-4f58-945d-b9259650282f?_state=o0RQsf5ptiFmYZij001LrjHNTG9z6KlvFJYZve6E1Zt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjYxNGU1ODI2LWM2MTYtNGY1OC05NDVkLWI5MjU5NjUwMjgyZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzo0NTozMC42MDg1NzAwNzFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=186.175µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=4b652423-577b-47ef-8e66-6044544323b3 trace.line=181 vars.name=test vars.uuid=614e5826-c616-4f58-945d-b9259650282f version="v2.1.0+unknown" [2023-04-17T23:45:30.677Z] time="2023-04-17T23:45:30Z" level=info msg="response completed" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=529b4ff8-2657-4160-a885-3d7f8801a3ea http.request.method=PUT http.request.remoteaddr="127.0.0.1:43854" http.request.uri="/v2/test/blobs/uploads/614e5826-c616-4f58-945d-b9259650282f?_state=o0RQsf5ptiFmYZij001LrjHNTG9z6KlvFJYZve6E1Zt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjYxNGU1ODI2LWM2MTYtNGY1OC05NDVkLWI5MjU5NjUwMjgyZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzo0NTozMC42MDg1NzAwNzFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=11.933436ms http.response.status=201 http.response.written=0 instance.id=06ad46f9-9135-4e91-a511-96a9df24365e version="v2.1.0+unknown" [2023-04-17T23:45:30.677Z] 127.0.0.1 - - [17/Apr/2023:23:45:30 +0000] "PUT /v2/test/blobs/uploads/614e5826-c616-4f58-945d-b9259650282f?_state=o0RQsf5ptiFmYZij001LrjHNTG9z6KlvFJYZve6E1Zt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjYxNGU1ODI2LWM2MTYtNGY1OC05NDVkLWI5MjU5NjUwMjgyZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzo0NTozMC42MDg1NzAwNzFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.4.0+unknown" [2023-04-17T23:45:30.677Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/73a55317-f65e-4e30-99e0-3013078f100a/hashstates/sha256/0\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=a5e69198-6221-4ead-a8d2-7ae260479d69 http.request.method=POST http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=12.634919ms trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=fc52c7c9-b2bb-45b5-bc00-ee3925c5859f trace.line=95 vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.677Z] time="2023-04-17T23:45:30Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=a5e69198-6221-4ead-a8d2-7ae260479d69 http.request.method=POST http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=25.315356ms http.response.status=202 http.response.written=0 instance.id=06ad46f9-9135-4e91-a511-96a9df24365e version="v2.1.0+unknown" [2023-04-17T23:45:30.677Z] 127.0.0.1 - - [17/Apr/2023:23:45:30 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.4.0+unknown" [2023-04-17T23:45:30.677Z] time="2023-04-17T23:45:30Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=24875603-f11a-443d-9295-0ff511692374 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/blobs/uploads/73a55317-f65e-4e30-99e0-3013078f100a?_state=IqaA89fkIc4SGfHCRnSp9wLvtSnMNeiLUA5vsHO0ZO97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjczYTU1MzE3LWY2NWUtNGUzMC05OWUwLTMwMTMwNzhmMTAwYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzo0NTozMC42MDY5MzIxMDdaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.name=test vars.uuid=73a55317-f65e-4e30-99e0-3013078f100a version="v2.1.0+unknown" [2023-04-17T23:45:30.677Z] time="2023-04-17T23:45:30Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=24875603-f11a-443d-9295-0ff511692374 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/blobs/uploads/73a55317-f65e-4e30-99e0-3013078f100a?_state=IqaA89fkIc4SGfHCRnSp9wLvtSnMNeiLUA5vsHO0ZO97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjczYTU1MzE3LWY2NWUtNGUzMC05OWUwLTMwMTMwNzhmMTAwYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzo0NTozMC42MDY5MzIxMDdaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.name=test vars.uuid=73a55317-f65e-4e30-99e0-3013078f100a version="v2.1.0+unknown" [2023-04-17T23:45:30.677Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/73a55317-f65e-4e30-99e0-3013078f100a/startedat\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=24875603-f11a-443d-9295-0ff511692374 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/blobs/uploads/73a55317-f65e-4e30-99e0-3013078f100a?_state=IqaA89fkIc4SGfHCRnSp9wLvtSnMNeiLUA5vsHO0ZO97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjczYTU1MzE3LWY2NWUtNGUzMC05OWUwLTMwMTMwNzhmMTAwYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzo0NTozMC42MDY5MzIxMDdaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=35.494µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=50640cd5-53a1-4499-bca8-beeb2fd09bd4 trace.line=82 vars.name=test vars.uuid=73a55317-f65e-4e30-99e0-3013078f100a version="v2.1.0+unknown" [2023-04-17T23:45:30.677Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/73a55317-f65e-4e30-99e0-3013078f100a/data\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=24875603-f11a-443d-9295-0ff511692374 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/blobs/uploads/73a55317-f65e-4e30-99e0-3013078f100a?_state=IqaA89fkIc4SGfHCRnSp9wLvtSnMNeiLUA5vsHO0ZO97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjczYTU1MzE3LWY2NWUtNGUzMC05OWUwLTMwMTMwNzhmMTAwYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzo0NTozMC42MDY5MzIxMDdaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=19.957µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=0ad09259-232d-4789-8147-9420db0b213c trace.line=141 vars.name=test vars.uuid=73a55317-f65e-4e30-99e0-3013078f100a version="v2.1.0+unknown" [2023-04-17T23:45:30.677Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/73a55317-f65e-4e30-99e0-3013078f100a/data\", 0)" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=24875603-f11a-443d-9295-0ff511692374 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/blobs/uploads/73a55317-f65e-4e30-99e0-3013078f100a?_state=IqaA89fkIc4SGfHCRnSp9wLvtSnMNeiLUA5vsHO0ZO97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjczYTU1MzE3LWY2NWUtNGUzMC05OWUwLTMwMTMwNzhmMTAwYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzo0NTozMC42MDY5MzIxMDdaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=103.11µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).WriteStream" trace.id=9c47d70a-8396-4e9a-9c85-12dafdbec631 trace.line=124 vars.name=test vars.uuid=73a55317-f65e-4e30-99e0-3013078f100a version="v2.1.0+unknown" [2023-04-17T23:45:30.938Z] time="2023-04-17T23:45:30Z" level=debug msg="(*blobWriter).Commit" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=24875603-f11a-443d-9295-0ff511692374 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/blobs/uploads/73a55317-f65e-4e30-99e0-3013078f100a?_state=IqaA89fkIc4SGfHCRnSp9wLvtSnMNeiLUA5vsHO0ZO97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjczYTU1MzE3LWY2NWUtNGUzMC05OWUwLTMwMTMwNzhmMTAwYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzo0NTozMC42MDY5MzIxMDdaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.name=test vars.uuid=73a55317-f65e-4e30-99e0-3013078f100a version="v2.1.0+unknown" [2023-04-17T23:45:30.938Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/73a55317-f65e-4e30-99e0-3013078f100a/data\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=24875603-f11a-443d-9295-0ff511692374 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/blobs/uploads/73a55317-f65e-4e30-99e0-3013078f100a?_state=IqaA89fkIc4SGfHCRnSp9wLvtSnMNeiLUA5vsHO0ZO97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjczYTU1MzE3LWY2NWUtNGUzMC05OWUwLTMwMTMwNzhmMTAwYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzo0NTozMC42MDY5MzIxMDdaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=45.096µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=1c5b2331-ce78-4161-9624-84351f5bb923 trace.line=141 vars.name=test vars.uuid=73a55317-f65e-4e30-99e0-3013078f100a version="v2.1.0+unknown" [2023-04-17T23:45:30.938Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=24875603-f11a-443d-9295-0ff511692374 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/blobs/uploads/73a55317-f65e-4e30-99e0-3013078f100a?_state=IqaA89fkIc4SGfHCRnSp9wLvtSnMNeiLUA5vsHO0ZO97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjczYTU1MzE3LWY2NWUtNGUzMC05OWUwLTMwMTMwNzhmMTAwYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzo0NTozMC42MDY5MzIxMDdaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=18.729µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=9b1ce4dc-a7f4-4990-8e3c-97ce40efb177 trace.line=141 vars.name=test vars.uuid=73a55317-f65e-4e30-99e0-3013078f100a version="v2.1.0+unknown" [2023-04-17T23:45:30.938Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/73a55317-f65e-4e30-99e0-3013078f100a/data\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=24875603-f11a-443d-9295-0ff511692374 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/blobs/uploads/73a55317-f65e-4e30-99e0-3013078f100a?_state=IqaA89fkIc4SGfHCRnSp9wLvtSnMNeiLUA5vsHO0ZO97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjczYTU1MzE3LWY2NWUtNGUzMC05OWUwLTMwMTMwNzhmMTAwYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzo0NTozMC42MDY5MzIxMDdaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=42.139µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=6e82ca06-1bcc-46ce-b9cb-f91cbe8b683e trace.line=141 vars.name=test vars.uuid=73a55317-f65e-4e30-99e0-3013078f100a version="v2.1.0+unknown" [2023-04-17T23:45:30.938Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/73a55317-f65e-4e30-99e0-3013078f100a/data\", \"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\"" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=24875603-f11a-443d-9295-0ff511692374 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/blobs/uploads/73a55317-f65e-4e30-99e0-3013078f100a?_state=IqaA89fkIc4SGfHCRnSp9wLvtSnMNeiLUA5vsHO0ZO97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjczYTU1MzE3LWY2NWUtNGUzMC05OWUwLTMwMTMwNzhmMTAwYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzo0NTozMC42MDY5MzIxMDdaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=114.651µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=2bb33a22-2b31-486f-b7c9-0466dd0c1efb trace.line=167 vars.name=test vars.uuid=73a55317-f65e-4e30-99e0-3013078f100a version="v2.1.0+unknown" [2023-04-17T23:45:30.938Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=24875603-f11a-443d-9295-0ff511692374 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/blobs/uploads/73a55317-f65e-4e30-99e0-3013078f100a?_state=IqaA89fkIc4SGfHCRnSp9wLvtSnMNeiLUA5vsHO0ZO97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjczYTU1MzE3LWY2NWUtNGUzMC05OWUwLTMwMTMwNzhmMTAwYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzo0NTozMC42MDY5MzIxMDdaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=87.132µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=ba4e1054-339f-454c-9b8f-347a6e73bc0c trace.line=95 vars.name=test vars.uuid=73a55317-f65e-4e30-99e0-3013078f100a version="v2.1.0+unknown" [2023-04-17T23:45:30.939Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/73a55317-f65e-4e30-99e0-3013078f100a\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=24875603-f11a-443d-9295-0ff511692374 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/blobs/uploads/73a55317-f65e-4e30-99e0-3013078f100a?_state=IqaA89fkIc4SGfHCRnSp9wLvtSnMNeiLUA5vsHO0ZO97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjczYTU1MzE3LWY2NWUtNGUzMC05OWUwLTMwMTMwNzhmMTAwYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzo0NTozMC42MDY5MzIxMDdaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=149.911µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=479b670b-41d0-4f38-94a6-1a5f9be82d73 trace.line=181 vars.name=test vars.uuid=73a55317-f65e-4e30-99e0-3013078f100a version="v2.1.0+unknown" [2023-04-17T23:45:30.939Z] time="2023-04-17T23:45:30Z" level=info msg="response completed" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=24875603-f11a-443d-9295-0ff511692374 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/blobs/uploads/73a55317-f65e-4e30-99e0-3013078f100a?_state=IqaA89fkIc4SGfHCRnSp9wLvtSnMNeiLUA5vsHO0ZO97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjczYTU1MzE3LWY2NWUtNGUzMC05OWUwLTMwMTMwNzhmMTAwYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzo0NTozMC42MDY5MzIxMDdaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=17.96475ms http.response.status=201 http.response.written=0 instance.id=06ad46f9-9135-4e91-a511-96a9df24365e version="v2.1.0+unknown" [2023-04-17T23:45:30.939Z] 127.0.0.1 - - [17/Apr/2023:23:45:30 +0000] "PUT /v2/test/blobs/uploads/73a55317-f65e-4e30-99e0-3013078f100a?_state=IqaA89fkIc4SGfHCRnSp9wLvtSnMNeiLUA5vsHO0ZO97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjczYTU1MzE3LWY2NWUtNGUzMC05OWUwLTMwMTMwNzhmMTAwYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xN1QyMzo0NTozMC42MDY5MzIxMDdaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46 HTTP/1.1" 201 0 "" "containerd/1.4.0+unknown" [2023-04-17T23:45:30.939Z] time="2023-04-17T23:45:30Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=8c26274b-5209-4834-bd47-c56a6f0e5c97 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:45:30.939Z] time="2023-04-17T23:45:30Z" level=debug msg=GetImageManifest go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=8c26274b-5209-4834-bd47-c56a6f0e5c97 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:45:30.939Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=8c26274b-5209-4834-bd47-c56a6f0e5c97 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=21.875µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=131a3a38-0309-4550-b9ea-3a64c33218e5 trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:45:30.939Z] time="2023-04-17T23:45:30Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=8c26274b-5209-4834-bd47-c56a6f0e5c97 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=13.356055ms http.response.status=404 http.response.written=96 instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:45:30.939Z] 127.0.0.1 - - [17/Apr/2023:23:45:30 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.4.0+unknown" [2023-04-17T23:45:30.939Z] time="2023-04-17T23:45:30Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=96c12c0f-76e0-460a-8b3e-65f93969b209 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:45:30.939Z] time="2023-04-17T23:45:30Z" level=debug msg=PutImageManifest go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=96c12c0f-76e0-460a-8b3e-65f93969b209 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:45:30.939Z] time="2023-04-17T23:45:30Z" level=debug msg="(*manifestStore).Put" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=96c12c0f-76e0-460a-8b3e-65f93969b209 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:45:30.939Z] time="2023-04-17T23:45:30Z" level=debug msg="(*schema2ManifestHandler).Put" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=96c12c0f-76e0-460a-8b3e-65f93969b209 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:45:30.939Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=96c12c0f-76e0-460a-8b3e-65f93969b209 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=206.401µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=8e6af1d0-40ae-430d-9dd8-724457a8039c trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:45:30.939Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=96c12c0f-76e0-460a-8b3e-65f93969b209 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=19.013µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=a0657cee-a640-4a52-befc-5f5998bff8d4 trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:45:30.939Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=96c12c0f-76e0-460a-8b3e-65f93969b209 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=269.384µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=6bb38c40-4494-4679-9640-5c19d3baf400 trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:45:30.939Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=96c12c0f-76e0-460a-8b3e-65f93969b209 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=19.591µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=16158910-553d-4509-8811-7c8377dfcdac trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:45:30.939Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=96c12c0f-76e0-460a-8b3e-65f93969b209 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=20.387µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=69aad559-a886-4df5-a976-2779c56ef0ae trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:45:30.939Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=96c12c0f-76e0-460a-8b3e-65f93969b209 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=364.996µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=77cd0e46-bfd9-418c-ac17-7351eee86d44 trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:45:30.939Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=96c12c0f-76e0-460a-8b3e-65f93969b209 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=349.059µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=d4f9a5ad-b72f-45e3-8d19-7dfa3b58e713 trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:45:30.939Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=96c12c0f-76e0-460a-8b3e-65f93969b209 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=200.744µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=862ddedd-7eff-4f22-b596-3497b993946c trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:45:30.939Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/index/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=96c12c0f-76e0-460a-8b3e-65f93969b209 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=185.681µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=13b5f2c5-6c65-47ad-840e-3ed8a7f148a9 trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:45:30.939Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=96c12c0f-76e0-460a-8b3e-65f93969b209 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=215.423µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=a4688b92-b2fc-42c7-9a97-f0a8a97c8051 trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:45:30.939Z] time="2023-04-17T23:45:30Z" level=info msg="response completed" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=96c12c0f-76e0-460a-8b3e-65f93969b209 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43844" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=9.009175ms http.response.status=201 http.response.written=0 instance.id=06ad46f9-9135-4e91-a511-96a9df24365e version="v2.1.0+unknown" [2023-04-17T23:45:30.939Z] 127.0.0.1 - - [17/Apr/2023:23:45:30 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.4.0+unknown" [2023-04-17T23:45:30.939Z] time="2023-04-17T23:45:30Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=521b2685-9fd9-4d5a-b570-d8cba1352d73 http.request.method=GET http.request.remoteaddr="127.0.0.1:43858" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e version="v2.1.0+unknown" [2023-04-17T23:45:30.939Z] time="2023-04-17T23:45:30Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=521b2685-9fd9-4d5a-b570-d8cba1352d73 http.request.method=GET http.request.remoteaddr="127.0.0.1:43858" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.112459ms http.response.status=200 http.response.written=2 instance.id=06ad46f9-9135-4e91-a511-96a9df24365e version="v2.1.0+unknown" [2023-04-17T23:45:30.939Z] 127.0.0.1 - - [17/Apr/2023:23:45:30 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2023-04-17T23:45:30.939Z] time="2023-04-17T23:45:30Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=c768614a-6af5-45c3-aa2b-1c55b915975c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:43860" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:45:30.939Z] time="2023-04-17T23:45:30Z" level=debug msg=GetImageManifest go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=c768614a-6af5-45c3-aa2b-1c55b915975c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:43860" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:45:30.939Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=c768614a-6af5-45c3-aa2b-1c55b915975c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:43860" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=30.953µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=96269241-9610-4d56-9773-2aebd0898b0e trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:45:30.939Z] time="2023-04-17T23:45:30Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=c768614a-6af5-45c3-aa2b-1c55b915975c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:43860" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:45:30.939Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=c768614a-6af5-45c3-aa2b-1c55b915975c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:43860" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=26.473µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=15845683-4f46-4210-ae7f-478a2e20abfa trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:45:30.939Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=c768614a-6af5-45c3-aa2b-1c55b915975c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:43860" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=14.825µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=e5936aab-0426-4109-9245-9ab533685a4a trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:45:30.940Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=c768614a-6af5-45c3-aa2b-1c55b915975c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:43860" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=21.733µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=b96bf1e3-9395-43d2-b411-3da369a5d7b3 trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:45:30.940Z] time="2023-04-17T23:45:30Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=c768614a-6af5-45c3-aa2b-1c55b915975c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:43860" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-04-17T23:45:30.940Z] time="2023-04-17T23:45:30Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=c768614a-6af5-45c3-aa2b-1c55b915975c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:43860" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=4.235435ms http.response.status=200 http.response.written=417 instance.id=06ad46f9-9135-4e91-a511-96a9df24365e version="v2.1.0+unknown" [2023-04-17T23:45:30.940Z] 127.0.0.1 - - [17/Apr/2023:23:45:30 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2023-04-17T23:45:30.940Z] time="2023-04-17T23:45:30Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=159ffa3c-d6a2-4a79-b54f-b0460835595b http.request.method=GET http.request.remoteaddr="127.0.0.1:43866" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:45:30.940Z] time="2023-04-17T23:45:30Z" level=debug msg=GetImageManifest go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=159ffa3c-d6a2-4a79-b54f-b0460835595b http.request.method=GET http.request.remoteaddr="127.0.0.1:43866" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:45:30.940Z] time="2023-04-17T23:45:30Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=159ffa3c-d6a2-4a79-b54f-b0460835595b http.request.method=GET http.request.remoteaddr="127.0.0.1:43866" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:45:30.940Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=159ffa3c-d6a2-4a79-b54f-b0460835595b http.request.method=GET http.request.remoteaddr="127.0.0.1:43866" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=68.121µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=2dd606e5-d5de-462c-8228-b5d9f2b54c3a trace.line=82 vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:45:30.940Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=159ffa3c-d6a2-4a79-b54f-b0460835595b http.request.method=GET http.request.remoteaddr="127.0.0.1:43866" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=20.326µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=8cd2a766-7da8-4de8-a5b3-324fa24e8191 trace.line=141 vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:45:30.940Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=159ffa3c-d6a2-4a79-b54f-b0460835595b http.request.method=GET http.request.remoteaddr="127.0.0.1:43866" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=31.987µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=ceb96c23-b77d-421f-b608-8c05b0f32701 trace.line=82 vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:45:30.940Z] time="2023-04-17T23:45:30Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=159ffa3c-d6a2-4a79-b54f-b0460835595b http.request.method=GET http.request.remoteaddr="127.0.0.1:43866" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:45:30.940Z] time="2023-04-17T23:45:30Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=159ffa3c-d6a2-4a79-b54f-b0460835595b http.request.method=GET http.request.remoteaddr="127.0.0.1:43866" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=4.259798ms http.response.status=200 http.response.written=417 instance.id=06ad46f9-9135-4e91-a511-96a9df24365e version="v2.1.0+unknown" [2023-04-17T23:45:30.940Z] 127.0.0.1 - - [17/Apr/2023:23:45:30 +0000] "GET /v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc HTTP/1.1" 200 417 "" "docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2023-04-17T23:45:30.940Z] time="2023-04-17T23:45:30Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=b6c2922e-f5a7-4e4f-9c53-9c07d6f7bae9 http.request.method=GET http.request.remoteaddr="127.0.0.1:43882" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.940Z] time="2023-04-17T23:45:30Z" level=debug msg=GetBlob go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=b6c2922e-f5a7-4e4f-9c53-9c07d6f7bae9 http.request.method=GET http.request.remoteaddr="127.0.0.1:43882" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.940Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=b6c2922e-f5a7-4e4f-9c53-9c07d6f7bae9 http.request.method=GET http.request.remoteaddr="127.0.0.1:43882" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=53.866µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=0a449c93-ca34-435e-aec2-2ae6cd7d9c02 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.940Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=b6c2922e-f5a7-4e4f-9c53-9c07d6f7bae9 http.request.method=GET http.request.remoteaddr="127.0.0.1:43882" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=17.019µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=ed6d30ae-05a7-430b-ad4f-4d41eab4d926 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.940Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=b6c2922e-f5a7-4e4f-9c53-9c07d6f7bae9 http.request.method=GET http.request.remoteaddr="127.0.0.1:43882" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=37.371µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=b9783aa2-2099-4e96-89c0-1ca6c72e3f0a trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.940Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=b6c2922e-f5a7-4e4f-9c53-9c07d6f7bae9 http.request.method=GET http.request.remoteaddr="127.0.0.1:43882" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=13.83µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=d3aea7df-8000-4e51-91c1-d6c828164966 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.940Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=b6c2922e-f5a7-4e4f-9c53-9c07d6f7bae9 http.request.method=GET http.request.remoteaddr="127.0.0.1:43882" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=120.336µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=657ac488-cbe1-43bb-8f00-fea83b333c7d trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.940Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=b6c2922e-f5a7-4e4f-9c53-9c07d6f7bae9 http.request.method=GET http.request.remoteaddr="127.0.0.1:43882" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=10.239µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=bc82705f-f93d-4736-8835-589faa32ac9c trace.line=193 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.940Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\", 0)" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=b6c2922e-f5a7-4e4f-9c53-9c07d6f7bae9 http.request.method=GET http.request.remoteaddr="127.0.0.1:43882" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=61.761µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).ReadStream" trace.id=acf29f10-275f-4fcc-b361-470c49cf0b03 trace.line=107 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.940Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=b6c2922e-f5a7-4e4f-9c53-9c07d6f7bae9 http.request.method=GET http.request.remoteaddr="127.0.0.1:43882" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=33.268µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=4981312b-dca7-4b40-aea3-af8124505466 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.940Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=b6c2922e-f5a7-4e4f-9c53-9c07d6f7bae9 http.request.method=GET http.request.remoteaddr="127.0.0.1:43882" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=18.739µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=d9972803-2670-4341-96c6-c87157710267 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.940Z] time="2023-04-17T23:45:30Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=b6c2922e-f5a7-4e4f-9c53-9c07d6f7bae9 http.request.method=GET http.request.remoteaddr="127.0.0.1:43882" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=12.37094ms http.response.status=200 http.response.written=68 instance.id=06ad46f9-9135-4e91-a511-96a9df24365e version="v2.1.0+unknown" [2023-04-17T23:45:30.940Z] 127.0.0.1 - - [17/Apr/2023:23:45:30 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2023-04-17T23:45:30.940Z] time="2023-04-17T23:45:30Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=2925c11a-26a8-434f-bb39-fa7ce0895447 http.request.method=GET http.request.remoteaddr="127.0.0.1:43872" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.940Z] time="2023-04-17T23:45:30Z" level=debug msg=GetBlob go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=2925c11a-26a8-434f-bb39-fa7ce0895447 http.request.method=GET http.request.remoteaddr="127.0.0.1:43872" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.941Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=2925c11a-26a8-434f-bb39-fa7ce0895447 http.request.method=GET http.request.remoteaddr="127.0.0.1:43872" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=351.039µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=b2bb1909-42cb-42c5-b3b5-09df7fb61856 trace.line=82 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.941Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=2925c11a-26a8-434f-bb39-fa7ce0895447 http.request.method=GET http.request.remoteaddr="127.0.0.1:43872" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=301.951µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=5a748b29-1737-4f78-b4b6-abb0c2d72c61 trace.line=141 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.941Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=2925c11a-26a8-434f-bb39-fa7ce0895447 http.request.method=GET http.request.remoteaddr="127.0.0.1:43872" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=294.691µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=9aa81605-e9d6-4247-abd7-ea648784d4e6 trace.line=82 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.941Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=2925c11a-26a8-434f-bb39-fa7ce0895447 http.request.method=GET http.request.remoteaddr="127.0.0.1:43872" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=21.534µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=5fb235a6-3cb5-40f1-b053-4eae8fddc3e1 trace.line=141 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.941Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=2925c11a-26a8-434f-bb39-fa7ce0895447 http.request.method=GET http.request.remoteaddr="127.0.0.1:43872" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=21.733µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=f5cad0e6-cfca-46aa-8c99-2accba0c72ca trace.line=141 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.941Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=2925c11a-26a8-434f-bb39-fa7ce0895447 http.request.method=GET http.request.remoteaddr="127.0.0.1:43872" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=9.108µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=aaae06d1-8f2e-4ee5-b815-5764ebc74dd9 trace.line=193 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.941Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\", 0)" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=2925c11a-26a8-434f-bb39-fa7ce0895447 http.request.method=GET http.request.remoteaddr="127.0.0.1:43872" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=71.693µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).ReadStream" trace.id=44b87f9b-26ca-4a61-a91b-1e3ea3f3d87e trace.line=107 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.941Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=2925c11a-26a8-434f-bb39-fa7ce0895447 http.request.method=GET http.request.remoteaddr="127.0.0.1:43872" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=40.488µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=287e50bc-6f63-4cb3-a5f3-6f66ce3b7974 trace.line=82 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.941Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=2925c11a-26a8-434f-bb39-fa7ce0895447 http.request.method=GET http.request.remoteaddr="127.0.0.1:43872" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=18.6µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=88b7f597-4e56-4c64-b28a-a0cbea20b60b trace.line=141 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-04-17T23:45:30.941Z] time="2023-04-17T23:45:30Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=2925c11a-26a8-434f-bb39-fa7ce0895447 http.request.method=GET http.request.remoteaddr="127.0.0.1:43872" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=55.557124ms http.response.status=200 http.response.written=179 instance.id=06ad46f9-9135-4e91-a511-96a9df24365e version="v2.1.0+unknown" [2023-04-17T23:45:30.941Z] 127.0.0.1 - - [17/Apr/2023:23:45:30 +0000] "GET /v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46 HTTP/1.1" 200 179 "" "docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2023-04-17T23:45:30.941Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2023-04-17T23:45:30.941Z] time="2023-04-17T23:45:30Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=865b6df5-f4c9-4be2-b408-663ea013b6ad http.request.method=GET http.request.remoteaddr="127.0.0.1:43904" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e version="v2.1.0+unknown" [2023-04-17T23:45:30.941Z] time="2023-04-17T23:45:30Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=865b6df5-f4c9-4be2-b408-663ea013b6ad http.request.method=GET http.request.remoteaddr="127.0.0.1:43904" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.216059ms http.response.status=200 http.response.written=2 instance.id=06ad46f9-9135-4e91-a511-96a9df24365e version="v2.1.0+unknown" [2023-04-17T23:45:30.941Z] 127.0.0.1 - - [17/Apr/2023:23:45:30 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2023-04-17T23:45:31.200Z] time="2023-04-17T23:45:30Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=17be8185-a5fc-4c7b-ade8-46bf350e591a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:43912" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:45:31.200Z] time="2023-04-17T23:45:30Z" level=debug msg=GetImageManifest go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=17be8185-a5fc-4c7b-ade8-46bf350e591a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:43912" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:45:31.200Z] time="2023-04-17T23:45:30Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=17be8185-a5fc-4c7b-ade8-46bf350e591a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:43912" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:45:31.200Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=17be8185-a5fc-4c7b-ade8-46bf350e591a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:43912" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=27.613µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=8b233385-8d13-4e63-9aa6-bcc8d2553df4 trace.line=82 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:45:31.200Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=17be8185-a5fc-4c7b-ade8-46bf350e591a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:43912" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=337.122µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=ec663b60-c576-486a-b820-773c6cc69e28 trace.line=82 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:45:31.200Z] time="2023-04-17T23:45:30Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" err.message="manifest unknown" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=17be8185-a5fc-4c7b-ade8-46bf350e591a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:43912" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.25329ms http.response.status=404 http.response.written=181 instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:45:31.200Z] 127.0.0.1 - - [17/Apr/2023:23:45:30 +0000] "HEAD /v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc HTTP/1.1" 404 181 "" "docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2023-04-17T23:45:31.200Z] time="2023-04-17T23:45:30Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=28789d39-fed3-403a-8636-93583666cf7f http.request.method=GET http.request.remoteaddr="127.0.0.1:43918" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:45:31.201Z] time="2023-04-17T23:45:30Z" level=debug msg=GetImageManifest go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=28789d39-fed3-403a-8636-93583666cf7f http.request.method=GET http.request.remoteaddr="127.0.0.1:43918" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:45:31.201Z] time="2023-04-17T23:45:30Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=28789d39-fed3-403a-8636-93583666cf7f http.request.method=GET http.request.remoteaddr="127.0.0.1:43918" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:45:31.201Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=28789d39-fed3-403a-8636-93583666cf7f http.request.method=GET http.request.remoteaddr="127.0.0.1:43918" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=28.167µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=add01fdb-a7f3-429a-8397-87fbef7193ff trace.line=82 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:45:31.201Z] time="2023-04-17T23:45:30Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=28789d39-fed3-403a-8636-93583666cf7f http.request.method=GET http.request.remoteaddr="127.0.0.1:43918" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=06ad46f9-9135-4e91-a511-96a9df24365e trace.duration=23.478µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=92d432e2-83a1-4dc2-838e-b5fdeaeb59c7 trace.line=82 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:45:31.201Z] time="2023-04-17T23:45:30Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" err.message="manifest unknown" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=28789d39-fed3-403a-8636-93583666cf7f http.request.method=GET http.request.remoteaddr="127.0.0.1:43918" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=5.513557ms http.response.status=404 http.response.written=181 instance.id=06ad46f9-9135-4e91-a511-96a9df24365e vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-04-17T23:45:31.201Z] 127.0.0.1 - - [17/Apr/2023:23:45:30 +0000] "GET /v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc HTTP/1.1" 404 181 "" "docker/dev go/go1.19.8 git-commit/ad45ece6fe93c6870080341daa12fe8da6271fa9 kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2023-04-17T23:45:31.201Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.46s) [2023-04-17T23:45:31.201Z] === RUN TestRemoveImageOrphaning [2023-04-17T23:45:31.412Z] testing: warning: no tests to run [2023-04-17T23:45:31.412Z] PASS [2023-04-17T23:45:31.412Z] ok github.com/docker/docker/integration/network/macvlan 0.090s [no tests to run] [2023-04-17T23:45:31.412Z] testing: warning: no tests to run [2023-04-17T23:45:31.412Z] PASS [2023-04-17T23:45:31.412Z] ok github.com/docker/docker/integration/network/ipvlan 0.091s [no tests to run] [2023-04-17T23:45:31.458Z] --- PASS: TestRemoveImageOrphaning (0.40s) [2023-04-17T23:45:31.458Z] === RUN TestRemoveImageGarbageCollector [2023-04-17T23:45:31.880Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-04-17T23:45:31.880Z] INFO: Testing against a local daemon [2023-04-17T23:45:31.880Z] === RUN TestNetworkCreateDelete [2023-04-17T23:45:31.880Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2023-04-17T23:45:31.880Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2023-04-17T23:45:31.880Z] === RUN TestDockerNetworkDeletePreferID [2023-04-17T23:45:31.880Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2023-04-17T23:45:31.880Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2023-04-17T23:45:31.880Z] === RUN TestDaemonDNSFallback [2023-04-17T23:45:31.880Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2023-04-17T23:45:31.880Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2023-04-17T23:45:31.880Z] === RUN TestInspectNetwork [2023-04-17T23:45:31.880Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2023-04-17T23:45:31.880Z] --- SKIP: TestInspectNetwork (0.00s) [2023-04-17T23:45:31.880Z] === RUN TestRunContainerWithBridgeNone [2023-04-17T23:45:31.880Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2023-04-17T23:45:31.880Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2023-04-17T23:45:31.880Z] === RUN TestNetworkInvalidJSON [2023-04-17T23:45:31.880Z] === RUN TestNetworkInvalidJSON//networks/create [2023-04-17T23:45:31.880Z] === PAUSE TestNetworkInvalidJSON//networks/create [2023-04-17T23:45:31.880Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2023-04-17T23:45:31.880Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2023-04-17T23:45:31.880Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2023-04-17T23:45:31.880Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2023-04-17T23:45:31.880Z] === CONT TestNetworkInvalidJSON//networks/create [2023-04-17T23:45:31.880Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2023-04-17T23:45:31.880Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2023-04-17T23:45:31.880Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2023-04-17T23:45:31.880Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2023-04-17T23:45:31.880Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2023-04-17T23:45:31.880Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2023-04-17T23:45:31.880Z] === RUN TestNetworkList [2023-04-17T23:45:31.880Z] === RUN TestNetworkList//networks [2023-04-17T23:45:31.880Z] === PAUSE TestNetworkList//networks [2023-04-17T23:45:31.880Z] === RUN TestNetworkList//networks/ [2023-04-17T23:45:31.880Z] === PAUSE TestNetworkList//networks/ [2023-04-17T23:45:31.880Z] === CONT TestNetworkList//networks [2023-04-17T23:45:31.880Z] === CONT TestNetworkList//networks/ [2023-04-17T23:45:31.880Z] --- PASS: TestNetworkList (0.02s) [2023-04-17T23:45:31.880Z] --- PASS: TestNetworkList//networks (0.00s) [2023-04-17T23:45:31.880Z] --- PASS: TestNetworkList//networks/ (0.00s) [2023-04-17T23:45:31.880Z] === RUN TestHostIPv4BridgeLabel [2023-04-17T23:45:31.880Z] network_test.go:126: testEnv.OSType == "windows" [2023-04-17T23:45:31.880Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2023-04-17T23:45:31.880Z] === RUN TestDaemonRestartWithLiveRestore [2023-04-17T23:45:31.880Z] service_test.go:29: testEnv.OSType == "windows" [2023-04-17T23:45:31.880Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2023-04-17T23:45:31.880Z] === RUN TestDaemonDefaultNetworkPools [2023-04-17T23:45:31.880Z] service_test.go:58: testEnv.OSType == "windows" [2023-04-17T23:45:31.880Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2023-04-17T23:45:31.880Z] === RUN TestDaemonRestartWithExistingNetwork [2023-04-17T23:45:31.880Z] service_test.go:102: testEnv.OSType == "windows" [2023-04-17T23:45:31.880Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2023-04-17T23:45:31.880Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2023-04-17T23:45:31.880Z] service_test.go:136: testEnv.OSType == "windows" [2023-04-17T23:45:31.880Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2023-04-17T23:45:31.880Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2023-04-17T23:45:31.880Z] service_test.go:187: testEnv.OSType == "windows" [2023-04-17T23:45:31.880Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2023-04-17T23:45:31.880Z] === RUN TestServiceWithPredefinedNetwork [2023-04-17T23:45:31.880Z] service_test.go:212: testEnv.OSType == "windows" [2023-04-17T23:45:31.880Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2023-04-17T23:45:31.880Z] === RUN TestServiceRemoveKeepsIngressNetwork [2023-04-17T23:45:31.880Z] service_test.go:242: FLAKY_TEST [2023-04-17T23:45:31.880Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2023-04-17T23:45:31.880Z] === RUN TestServiceWithDataPathPortInit [2023-04-17T23:45:31.880Z] service_test.go:333: testEnv.OSType == "windows" [2023-04-17T23:45:31.880Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2023-04-17T23:45:31.880Z] === RUN TestServiceWithDefaultAddressPoolInit [2023-04-17T23:45:31.880Z] service_test.go:401: testEnv.OSType == "windows" [2023-04-17T23:45:31.880Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2023-04-17T23:45:31.880Z] PASS [2023-04-17T23:45:32.348Z] ok github.com/docker/docker/integration/network 0.132s [2023-04-17T23:45:32.348Z] [2023-04-17T23:45:32.348Z] === Skipped [2023-04-17T23:45:32.348Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2023-04-17T23:45:32.348Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2023-04-17T23:45:32.348Z] [2023-04-17T23:45:32.348Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2023-04-17T23:45:32.348Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2023-04-17T23:45:32.348Z] [2023-04-17T23:45:32.348Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2023-04-17T23:45:32.348Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2023-04-17T23:45:32.348Z] [2023-04-17T23:45:32.348Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2023-04-17T23:45:32.348Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2023-04-17T23:45:32.348Z] [2023-04-17T23:45:32.348Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2023-04-17T23:45:32.348Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2023-04-17T23:45:32.348Z] [2023-04-17T23:45:32.348Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2023-04-17T23:45:32.348Z] network_test.go:126: testEnv.OSType == "windows" [2023-04-17T23:45:32.348Z] [2023-04-17T23:45:32.348Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2023-04-17T23:45:32.348Z] service_test.go:29: testEnv.OSType == "windows" [2023-04-17T23:45:32.348Z] [2023-04-17T23:45:32.348Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2023-04-17T23:45:32.348Z] service_test.go:58: testEnv.OSType == "windows" [2023-04-17T23:45:32.348Z] [2023-04-17T23:45:32.348Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2023-04-17T23:45:32.348Z] service_test.go:102: testEnv.OSType == "windows" [2023-04-17T23:45:32.348Z] [2023-04-17T23:45:32.348Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2023-04-17T23:45:32.348Z] service_test.go:136: testEnv.OSType == "windows" [2023-04-17T23:45:32.348Z] [2023-04-17T23:45:32.348Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2023-04-17T23:45:32.348Z] service_test.go:187: testEnv.OSType == "windows" [2023-04-17T23:45:32.348Z] [2023-04-17T23:45:32.348Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2023-04-17T23:45:32.348Z] service_test.go:212: testEnv.OSType == "windows" [2023-04-17T23:45:32.348Z] [2023-04-17T23:45:32.348Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2023-04-17T23:45:32.348Z] service_test.go:242: FLAKY_TEST [2023-04-17T23:45:32.348Z] [2023-04-17T23:45:32.348Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2023-04-17T23:45:32.348Z] service_test.go:333: testEnv.OSType == "windows" [2023-04-17T23:45:32.348Z] [2023-04-17T23:45:32.349Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2023-04-17T23:45:32.349Z] service_test.go:401: testEnv.OSType == "windows" [2023-04-17T23:45:32.349Z] [2023-04-17T23:45:32.349Z] DONE 22 tests, 15 skipped in 1.951s [2023-04-17T23:45:32.349Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2023-04-17T23:45:32.818Z] testing: warning: no tests to run [2023-04-17T23:45:32.818Z] PASS [2023-04-17T23:45:32.818Z] ok github.com/docker/docker/integration/network/ipvlan (cached) [no tests to run] [2023-04-17T23:45:32.818Z] [2023-04-17T23:45:32.818Z] DONE 0 tests in 0.357s [2023-04-17T23:45:32.818Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2023-04-17T23:45:33.286Z] testing: warning: no tests to run [2023-04-17T23:45:33.286Z] PASS [2023-04-17T23:45:33.286Z] ok github.com/docker/docker/integration/network/macvlan (cached) [no tests to run] [2023-04-17T23:45:33.286Z] [2023-04-17T23:45:33.286Z] DONE 0 tests in 0.347s [2023-04-17T23:45:33.286Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2023-04-17T23:45:33.361Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2023-04-17T23:45:33.928Z] --- PASS: TestRemoveImageGarbageCollector (2.47s) [2023-04-17T23:45:33.928Z] === RUN TestTagUnprefixedRepoByNameOrName [2023-04-17T23:45:33.928Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2023-04-17T23:45:33.928Z] === RUN TestTagInvalidReference [2023-04-17T23:45:33.928Z] --- PASS: TestTagInvalidReference (0.02s) [2023-04-17T23:45:33.928Z] === RUN TestTagValidPrefixedRepo [2023-04-17T23:45:33.992Z] --- PASS: TestServiceUpdateNetwork (12.36s) [2023-04-17T23:45:33.992Z] === RUN TestServiceUpdatePidsLimit [2023-04-17T23:45:34.187Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2023-04-17T23:45:34.187Z] === RUN TestTagExistedNameWithoutForce [2023-04-17T23:45:34.187Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2023-04-17T23:45:34.187Z] === RUN TestTagOfficialNames [2023-04-17T23:45:34.187Z] --- PASS: TestTagOfficialNames (0.08s) [2023-04-17T23:45:34.187Z] === RUN TestTagMatchesDigest [2023-04-17T23:45:34.187Z] --- PASS: TestTagMatchesDigest (0.02s) [2023-04-17T23:45:34.187Z] === CONT TestImportExtremelyLargeImageWorks [2023-04-17T23:45:34.272Z] testing: warning: no tests to run [2023-04-17T23:45:34.272Z] PASS [2023-04-17T23:45:34.272Z] ok github.com/docker/docker/integration/plugin 0.082s [no tests to run] [2023-04-17T23:45:34.272Z] testing: warning: no tests to run [2023-04-17T23:45:34.272Z] PASS [2023-04-17T23:45:34.272Z] ok github.com/docker/docker/integration/plugin/authz 0.074s [no tests to run] [2023-04-17T23:45:34.556Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2023-04-17T23:45:35.121Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2023-04-17T23:45:35.562Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2023-04-17T23:45:37.222Z] testing: warning: no tests to run [2023-04-17T23:45:37.222Z] PASS [2023-04-17T23:45:37.222Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.068s [no tests to run] [2023-04-17T23:45:37.465Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2023-04-17T23:45:37.691Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-04-17T23:45:37.691Z] INFO: Testing against a local daemon [2023-04-17T23:45:37.691Z] === RUN TestExternalGraphDriver [2023-04-17T23:45:37.691Z] external_test.go:47: runtime.GOOS == "windows" [2023-04-17T23:45:37.691Z] --- SKIP: TestExternalGraphDriver (0.00s) [2023-04-17T23:45:37.691Z] === RUN TestGraphdriverPluginV2 [2023-04-17T23:45:37.691Z] external_test.go:407: runtime.GOOS == "windows" [2023-04-17T23:45:37.691Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2023-04-17T23:45:37.691Z] PASS [2023-04-17T23:45:37.691Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.115s [2023-04-17T23:45:38.402Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2023-04-17T23:45:38.968Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2023-04-17T23:45:39.535Z] check_test.go:308: [d2e36e4552587] daemon is not started [2023-04-17T23:45:39.535Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2023-04-17T23:45:39.904Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-04-17T23:45:39.904Z] INFO: Testing against a local daemon [2023-04-17T23:45:39.904Z] === RUN TestReadPluginNoRead [2023-04-17T23:45:39.904Z] read_test.go:21: no unix domain sockets on Windows [2023-04-17T23:45:39.904Z] --- SKIP: TestReadPluginNoRead (0.00s) [2023-04-17T23:45:39.904Z] PASS [2023-04-17T23:45:39.904Z] ok github.com/docker/docker/integration/plugin/logging 0.069s [2023-04-17T23:45:39.904Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-04-17T23:45:39.904Z] INFO: Testing against a local daemon [2023-04-17T23:45:39.904Z] === RUN TestPluginWithDevMounts [2023-04-17T23:45:39.904Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:39.904Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2023-04-17T23:45:39.904Z] PASS [2023-04-17T23:45:39.904Z] ok github.com/docker/docker/integration/plugin/volumes 0.075s [2023-04-17T23:45:39.904Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-04-17T23:45:39.904Z] INFO: Testing against a local daemon [2023-04-17T23:45:39.904Z] === RUN TestPluginInvalidJSON [2023-04-17T23:45:40.372Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2023-04-17T23:45:40.372Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2023-04-17T23:45:40.372Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2023-04-17T23:45:40.372Z] --- PASS: TestPluginInvalidJSON (0.03s) [2023-04-17T23:45:40.372Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2023-04-17T23:45:40.372Z] === RUN TestPluginInstall [2023-04-17T23:45:40.372Z] plugin_test.go:62: testEnv.OSType == "windows" [2023-04-17T23:45:40.372Z] --- SKIP: TestPluginInstall (0.00s) [2023-04-17T23:45:40.372Z] === RUN TestPluginsWithRuntimes [2023-04-17T23:45:40.372Z] plugin_test.go:171: testEnv.OSType == "windows" [2023-04-17T23:45:40.372Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2023-04-17T23:45:40.372Z] === RUN TestPluginBackCompatMediaTypes [2023-04-17T23:45:40.372Z] plugin_test.go:233: testEnv.OSType == "windows" [2023-04-17T23:45:40.372Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2023-04-17T23:45:40.372Z] PASS [2023-04-17T23:45:40.372Z] ok github.com/docker/docker/integration/plugin/common 0.115s [2023-04-17T23:45:40.372Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2023-04-17T23:45:40.372Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2023-04-17T23:45:40.372Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2023-04-17T23:45:40.372Z] [2023-04-17T23:45:40.372Z] === Skipped [2023-04-17T23:45:40.372Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2023-04-17T23:45:40.372Z] plugin_test.go:62: testEnv.OSType == "windows" [2023-04-17T23:45:40.372Z] [2023-04-17T23:45:40.372Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2023-04-17T23:45:40.372Z] plugin_test.go:171: testEnv.OSType == "windows" [2023-04-17T23:45:40.372Z] [2023-04-17T23:45:40.372Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2023-04-17T23:45:40.372Z] plugin_test.go:233: testEnv.OSType == "windows" [2023-04-17T23:45:40.372Z] [2023-04-17T23:45:40.372Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2023-04-17T23:45:40.372Z] external_test.go:47: runtime.GOOS == "windows" [2023-04-17T23:45:40.372Z] [2023-04-17T23:45:40.372Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2023-04-17T23:45:40.372Z] external_test.go:407: runtime.GOOS == "windows" [2023-04-17T23:45:40.372Z] [2023-04-17T23:45:40.372Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2023-04-17T23:45:40.372Z] read_test.go:21: no unix domain sockets on Windows [2023-04-17T23:45:40.372Z] [2023-04-17T23:45:40.372Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2023-04-17T23:45:40.372Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:40.372Z] [2023-04-17T23:45:40.372Z] DONE 9 tests, 7 skipped in 7.119s [2023-04-17T23:45:40.372Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2023-04-17T23:45:40.841Z] testing: warning: no tests to run [2023-04-17T23:45:40.841Z] PASS [2023-04-17T23:45:40.841Z] ok github.com/docker/docker/integration/plugin/authz (cached) [no tests to run] [2023-04-17T23:45:40.841Z] [2023-04-17T23:45:40.841Z] DONE 0 tests in 0.363s [2023-04-17T23:45:40.841Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2023-04-17T23:45:41.827Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-04-17T23:45:41.827Z] INFO: Testing against a local daemon [2023-04-17T23:45:41.827Z] === RUN TestPluginInvalidJSON [2023-04-17T23:45:41.827Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2023-04-17T23:45:41.827Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2023-04-17T23:45:41.827Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2023-04-17T23:45:41.827Z] --- PASS: TestPluginInvalidJSON (0.03s) [2023-04-17T23:45:41.827Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2023-04-17T23:45:41.827Z] === RUN TestPluginInstall [2023-04-17T23:45:41.827Z] plugin_test.go:62: testEnv.OSType == "windows" [2023-04-17T23:45:41.827Z] --- SKIP: TestPluginInstall (0.00s) [2023-04-17T23:45:41.827Z] === RUN TestPluginsWithRuntimes [2023-04-17T23:45:41.827Z] plugin_test.go:171: testEnv.OSType == "windows" [2023-04-17T23:45:41.827Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2023-04-17T23:45:41.827Z] === RUN TestPluginBackCompatMediaTypes [2023-04-17T23:45:41.827Z] plugin_test.go:233: testEnv.OSType == "windows" [2023-04-17T23:45:41.827Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2023-04-17T23:45:41.827Z] PASS [2023-04-17T23:45:41.827Z] ok github.com/docker/docker/integration/plugin/common (cached) [2023-04-17T23:45:41.827Z] [2023-04-17T23:45:41.827Z] === Skipped [2023-04-17T23:45:41.827Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2023-04-17T23:45:41.827Z] plugin_test.go:62: testEnv.OSType == "windows" [2023-04-17T23:45:41.827Z] [2023-04-17T23:45:41.827Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2023-04-17T23:45:41.827Z] plugin_test.go:171: testEnv.OSType == "windows" [2023-04-17T23:45:41.827Z] [2023-04-17T23:45:41.827Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2023-04-17T23:45:41.827Z] plugin_test.go:233: testEnv.OSType == "windows" [2023-04-17T23:45:41.827Z] [2023-04-17T23:45:41.827Z] DONE 5 tests, 3 skipped in 0.774s [2023-04-17T23:45:41.827Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2023-04-17T23:45:42.295Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-04-17T23:45:42.295Z] INFO: Testing against a local daemon [2023-04-17T23:45:42.295Z] === RUN TestExternalGraphDriver [2023-04-17T23:45:42.295Z] external_test.go:47: runtime.GOOS == "windows" [2023-04-17T23:45:42.295Z] --- SKIP: TestExternalGraphDriver (0.00s) [2023-04-17T23:45:42.295Z] === RUN TestGraphdriverPluginV2 [2023-04-17T23:45:42.295Z] external_test.go:407: runtime.GOOS == "windows" [2023-04-17T23:45:42.295Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2023-04-17T23:45:42.295Z] PASS [2023-04-17T23:45:42.295Z] ok github.com/docker/docker/integration/plugin/graphdriver (cached) [2023-04-17T23:45:42.295Z] [2023-04-17T23:45:42.295Z] === Skipped [2023-04-17T23:45:42.295Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2023-04-17T23:45:42.295Z] external_test.go:47: runtime.GOOS == "windows" [2023-04-17T23:45:42.295Z] [2023-04-17T23:45:42.295Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2023-04-17T23:45:42.295Z] external_test.go:407: runtime.GOOS == "windows" [2023-04-17T23:45:42.295Z] [2023-04-17T23:45:42.295Z] DONE 2 tests, 2 skipped in 0.720s [2023-04-17T23:45:42.295Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2023-04-17T23:45:42.821Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2023-04-17T23:45:43.222Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2023-04-17T23:45:43.281Z] testing: warning: no tests to run [2023-04-17T23:45:43.281Z] PASS [2023-04-17T23:45:43.281Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-04-17T23:45:43.281Z] INFO: Testing against a local daemon [2023-04-17T23:45:43.281Z] === RUN TestReadPluginNoRead [2023-04-17T23:45:43.281Z] read_test.go:21: no unix domain sockets on Windows [2023-04-17T23:45:43.281Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2023-04-17T23:45:43.281Z] --- SKIP: TestReadPluginNoRead (0.00s) [2023-04-17T23:45:43.281Z] PASS [2023-04-17T23:45:43.281Z] ok github.com/docker/docker/integration/plugin/logging (cached) [2023-04-17T23:45:43.281Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2023-04-17T23:45:43.281Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2023-04-17T23:45:43.281Z] [2023-04-17T23:45:43.281Z] === Skipped [2023-04-17T23:45:43.281Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2023-04-17T23:45:43.281Z] read_test.go:21: no unix domain sockets on Windows [2023-04-17T23:45:43.281Z] [2023-04-17T23:45:43.281Z] DONE 1 tests, 1 skipped in 0.795s [2023-04-17T23:45:43.281Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2023-04-17T23:45:43.749Z] testing: warning: no tests to run [2023-04-17T23:45:43.749Z] PASS [2023-04-17T23:45:43.749Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2023-04-17T23:45:44.199Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2023-04-17T23:45:44.217Z] [2023-04-17T23:45:44.217Z] DONE 0 tests in 0.636s [2023-04-17T23:45:44.217Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2023-04-17T23:45:44.685Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-04-17T23:45:44.685Z] INFO: Testing against a local daemon [2023-04-17T23:45:44.685Z] === RUN TestPluginWithDevMounts [2023-04-17T23:45:44.685Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:44.685Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2023-04-17T23:45:44.685Z] PASS [2023-04-17T23:45:44.685Z] ok github.com/docker/docker/integration/plugin/volumes (cached) [2023-04-17T23:45:44.685Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2023-04-17T23:45:45.153Z] [2023-04-17T23:45:45.153Z] === Skipped [2023-04-17T23:45:45.153Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2023-04-17T23:45:45.153Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:45.153Z] [2023-04-17T23:45:45.153Z] DONE 1 tests, 1 skipped in 0.778s [2023-04-17T23:45:45.153Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2023-04-17T23:45:45.574Z] docker_cli_daemon_plugins_test.go:106: [dc5fb48d4e332] daemon is not started [2023-04-17T23:45:46.717Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-04-17T23:45:46.717Z] INFO: Testing against a local daemon [2023-04-17T23:45:46.717Z] === RUN TestSecretInspect [2023-04-17T23:45:46.717Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:46.717Z] --- SKIP: TestSecretInspect (0.00s) [2023-04-17T23:45:46.717Z] === RUN TestSecretList [2023-04-17T23:45:46.717Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:46.717Z] --- SKIP: TestSecretList (0.00s) [2023-04-17T23:45:46.717Z] === RUN TestSecretsCreateAndDelete [2023-04-17T23:45:46.717Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:46.717Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2023-04-17T23:45:46.717Z] === RUN TestSecretsUpdate [2023-04-17T23:45:46.717Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:46.717Z] --- SKIP: TestSecretsUpdate (0.00s) [2023-04-17T23:45:46.717Z] === RUN TestTemplatedSecret [2023-04-17T23:45:46.717Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:46.717Z] --- SKIP: TestTemplatedSecret (0.00s) [2023-04-17T23:45:46.717Z] === RUN TestSecretCreateResolve [2023-04-17T23:45:46.717Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2023-04-17T23:45:46.717Z] --- SKIP: TestSecretCreateResolve (0.00s) [2023-04-17T23:45:46.717Z] PASS [2023-04-17T23:45:46.717Z] ok github.com/docker/docker/integration/secret 0.085s [2023-04-17T23:45:46.717Z] [2023-04-17T23:45:46.717Z] === Skipped [2023-04-17T23:45:46.717Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2023-04-17T23:45:46.717Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:46.717Z] [2023-04-17T23:45:46.717Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2023-04-17T23:45:46.717Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:46.717Z] [2023-04-17T23:45:46.717Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2023-04-17T23:45:46.717Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:46.717Z] [2023-04-17T23:45:46.717Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2023-04-17T23:45:46.717Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:46.717Z] [2023-04-17T23:45:46.717Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2023-04-17T23:45:46.717Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:46.717Z] [2023-04-17T23:45:46.717Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2023-04-17T23:45:46.717Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2023-04-17T23:45:46.717Z] [2023-04-17T23:45:46.717Z] DONE 6 tests, 6 skipped in 1.606s [2023-04-17T23:45:46.717Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2023-04-17T23:45:46.950Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2023-04-17T23:45:48.855Z] check_test.go:308: [d6def55cfcbdc] daemon is not started [2023-04-17T23:45:48.855Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2023-04-17T23:45:48.932Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-04-17T23:45:48.932Z] INFO: Testing against a local daemon [2023-04-17T23:45:48.932Z] === RUN TestServiceCreateInit [2023-04-17T23:45:48.932Z] === RUN TestServiceCreateInit/daemonInitDisabled [2023-04-17T23:45:48.932Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] === RUN TestServiceCreateInit/daemonInitEnabled [2023-04-17T23:45:48.932Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] --- PASS: TestServiceCreateInit (0.04s) [2023-04-17T23:45:48.932Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2023-04-17T23:45:48.932Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2023-04-17T23:45:48.932Z] === RUN TestCreateServiceMultipleTimes [2023-04-17T23:45:48.932Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2023-04-17T23:45:48.932Z] === RUN TestCreateServiceConflict [2023-04-17T23:45:48.932Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] --- SKIP: TestCreateServiceConflict (0.00s) [2023-04-17T23:45:48.932Z] === RUN TestCreateServiceMaxReplicas [2023-04-17T23:45:48.932Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2023-04-17T23:45:48.932Z] === RUN TestCreateWithDuplicateNetworkNames [2023-04-17T23:45:48.932Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2023-04-17T23:45:48.932Z] === RUN TestCreateServiceSecretFileMode [2023-04-17T23:45:48.932Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2023-04-17T23:45:48.932Z] === RUN TestCreateServiceConfigFileMode [2023-04-17T23:45:48.932Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2023-04-17T23:45:48.932Z] === RUN TestCreateServiceSysctls [2023-04-17T23:45:48.932Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2023-04-17T23:45:48.932Z] === RUN TestCreateServiceCapabilities [2023-04-17T23:45:48.932Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2023-04-17T23:45:48.932Z] === RUN TestInspect [2023-04-17T23:45:48.932Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] --- SKIP: TestInspect (0.00s) [2023-04-17T23:45:48.932Z] === RUN TestCreateJob [2023-04-17T23:45:48.932Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] --- SKIP: TestCreateJob (0.00s) [2023-04-17T23:45:48.932Z] === RUN TestReplicatedJob [2023-04-17T23:45:48.932Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] --- SKIP: TestReplicatedJob (0.00s) [2023-04-17T23:45:48.932Z] === RUN TestUpdateReplicatedJob [2023-04-17T23:45:48.932Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2023-04-17T23:45:48.932Z] === RUN TestServiceListWithStatuses [2023-04-17T23:45:48.932Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2023-04-17T23:45:48.932Z] === RUN TestDockerNetworkConnectAlias [2023-04-17T23:45:48.932Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2023-04-17T23:45:48.932Z] === RUN TestDockerNetworkReConnect [2023-04-17T23:45:48.932Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2023-04-17T23:45:48.932Z] === RUN TestServicePlugin [2023-04-17T23:45:48.932Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] --- SKIP: TestServicePlugin (0.00s) [2023-04-17T23:45:48.932Z] === RUN TestServiceUpdateLabel [2023-04-17T23:45:48.932Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2023-04-17T23:45:48.932Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2023-04-17T23:45:48.932Z] === RUN TestServiceUpdateSecrets [2023-04-17T23:45:48.932Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2023-04-17T23:45:48.932Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2023-04-17T23:45:48.932Z] === RUN TestServiceUpdateConfigs [2023-04-17T23:45:48.932Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2023-04-17T23:45:48.932Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2023-04-17T23:45:48.932Z] === RUN TestServiceUpdateNetwork [2023-04-17T23:45:48.932Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2023-04-17T23:45:48.932Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2023-04-17T23:45:48.932Z] === RUN TestServiceUpdatePidsLimit [2023-04-17T23:45:48.932Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2023-04-17T23:45:48.932Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2023-04-17T23:45:48.932Z] PASS [2023-04-17T23:45:48.932Z] ok github.com/docker/docker/integration/service 0.228s [2023-04-17T23:45:48.932Z] [2023-04-17T23:45:48.932Z] === Skipped [2023-04-17T23:45:48.932Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2023-04-17T23:45:48.932Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2023-04-17T23:45:48.932Z] [2023-04-17T23:45:48.932Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2023-04-17T23:45:48.932Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2023-04-17T23:45:48.932Z] [2023-04-17T23:45:48.932Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2023-04-17T23:45:48.932Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] [2023-04-17T23:45:48.932Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2023-04-17T23:45:48.932Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] [2023-04-17T23:45:48.932Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2023-04-17T23:45:48.932Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] [2023-04-17T23:45:48.932Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2023-04-17T23:45:48.932Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] [2023-04-17T23:45:48.932Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.01s) [2023-04-17T23:45:48.932Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] [2023-04-17T23:45:48.932Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.01s) [2023-04-17T23:45:48.932Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] [2023-04-17T23:45:48.932Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2023-04-17T23:45:48.932Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] [2023-04-17T23:45:48.932Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.02s) [2023-04-17T23:45:48.932Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] [2023-04-17T23:45:48.932Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2023-04-17T23:45:48.932Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] [2023-04-17T23:45:48.932Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2023-04-17T23:45:48.932Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] [2023-04-17T23:45:48.932Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2023-04-17T23:45:48.932Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] [2023-04-17T23:45:48.932Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2023-04-17T23:45:48.932Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] [2023-04-17T23:45:48.932Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2023-04-17T23:45:48.932Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] [2023-04-17T23:45:48.932Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2023-04-17T23:45:48.932Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] [2023-04-17T23:45:48.932Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2023-04-17T23:45:48.932Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] [2023-04-17T23:45:48.932Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2023-04-17T23:45:48.932Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:48.932Z] [2023-04-17T23:45:48.932Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2023-04-17T23:45:48.932Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2023-04-17T23:45:48.932Z] [2023-04-17T23:45:48.932Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2023-04-17T23:45:48.932Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2023-04-17T23:45:48.932Z] [2023-04-17T23:45:48.932Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2023-04-17T23:45:48.932Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2023-04-17T23:45:48.932Z] [2023-04-17T23:45:48.932Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2023-04-17T23:45:48.932Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2023-04-17T23:45:48.932Z] [2023-04-17T23:45:48.932Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2023-04-17T23:45:48.932Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2023-04-17T23:45:48.932Z] [2023-04-17T23:45:48.932Z] DONE 24 tests, 23 skipped in 2.230s [2023-04-17T23:45:48.932Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2023-04-17T23:45:49.114Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2023-04-17T23:45:49.711Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2023-04-17T23:45:49.820Z] --- PASS: TestServiceUpdatePidsLimit (16.29s) [2023-04-17T23:45:49.820Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2023-04-17T23:45:49.820Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2023-04-17T23:45:49.820Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.99s) [2023-04-17T23:45:49.820Z] PASS [2023-04-17T23:45:49.820Z] [2023-04-17T23:45:49.820Z] === Skipped [2023-04-17T23:45:49.820Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2023-04-17T23:45:49.820Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2023-04-17T23:45:49.820Z] [2023-04-17T23:45:49.820Z] DONE 27 tests, 1 skipped in 182.520s [2023-04-17T23:45:49.820Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2023-04-17T23:45:49.820Z] INFO: Testing against a local daemon [2023-04-17T23:45:49.820Z] === RUN TestSessionCreate [2023-04-17T23:45:49.820Z] --- PASS: TestSessionCreate (0.02s) [2023-04-17T23:45:49.820Z] === RUN TestSessionCreateWithBadUpgrade [2023-04-17T23:45:49.820Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2023-04-17T23:45:49.820Z] PASS [2023-04-17T23:45:49.820Z] [2023-04-17T23:45:49.820Z] DONE 2 tests in 0.069s [2023-04-17T23:45:49.820Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2023-04-17T23:45:49.820Z] INFO: Testing against a local daemon [2023-04-17T23:45:49.820Z] === RUN TestCgroupDriverSystemdMemoryLimit [2023-04-17T23:45:49.820Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2023-04-17T23:45:49.820Z] === RUN TestEventsExecDie [2023-04-17T23:45:50.384Z] --- PASS: TestEventsExecDie (0.54s) [2023-04-17T23:45:50.384Z] === RUN TestEventsBackwardsCompatible [2023-04-17T23:45:50.384Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2023-04-17T23:45:50.384Z] === RUN TestInfoBinaryCommits [2023-04-17T23:45:50.384Z] --- PASS: TestInfoBinaryCommits (0.02s) [2023-04-17T23:45:50.384Z] === RUN TestInfoAPIVersioned [2023-04-17T23:45:50.384Z] --- PASS: TestInfoAPIVersioned (0.01s) [2023-04-17T23:45:50.384Z] === RUN TestInfoDiscoveryBackend [2023-04-17T23:45:50.500Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-04-17T23:45:50.500Z] INFO: Testing against a local daemon [2023-04-17T23:45:50.500Z] === RUN TestSessionCreate [2023-04-17T23:45:50.500Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2023-04-17T23:45:50.500Z] --- SKIP: TestSessionCreate (0.01s) [2023-04-17T23:45:50.500Z] === RUN TestSessionCreateWithBadUpgrade [2023-04-17T23:45:50.500Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2023-04-17T23:45:50.500Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2023-04-17T23:45:50.500Z] PASS [2023-04-17T23:45:50.500Z] ok github.com/docker/docker/integration/session 0.079s [2023-04-17T23:45:50.500Z] [2023-04-17T23:45:50.500Z] === Skipped [2023-04-17T23:45:50.500Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.01s) [2023-04-17T23:45:50.500Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2023-04-17T23:45:50.500Z] [2023-04-17T23:45:50.500Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2023-04-17T23:45:50.500Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2023-04-17T23:45:50.500Z] [2023-04-17T23:45:50.500Z] DONE 2 tests, 2 skipped in 1.518s [2023-04-17T23:45:50.500Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2023-04-17T23:45:50.676Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2023-04-17T23:45:50.948Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2023-04-17T23:45:50.948Z] === RUN TestInfoDiscoveryInvalidAdvertise [2023-04-17T23:45:51.880Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2023-04-17T23:45:51.880Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2023-04-17T23:45:52.055Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2023-04-17T23:45:52.064Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-04-17T23:45:52.064Z] INFO: Testing against a local daemon [2023-04-17T23:45:52.064Z] === RUN TestCgroupDriverSystemdMemoryLimit [2023-04-17T23:45:52.064Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:52.064Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2023-04-17T23:45:52.064Z] === RUN TestEventsExecDie [2023-04-17T23:45:52.064Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2023-04-17T23:45:52.064Z] --- SKIP: TestEventsExecDie (0.00s) [2023-04-17T23:45:52.064Z] === RUN TestEventsBackwardsCompatible [2023-04-17T23:45:52.064Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2023-04-17T23:45:52.064Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2023-04-17T23:45:52.064Z] === RUN TestInfoAPI [2023-04-17T23:45:52.064Z] --- PASS: TestInfoAPI (0.03s) [2023-04-17T23:45:52.064Z] === RUN TestInfoAPIWarnings [2023-04-17T23:45:52.064Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2023-04-17T23:45:52.064Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2023-04-17T23:45:52.064Z] === RUN TestInfoDebug [2023-04-17T23:45:52.064Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2023-04-17T23:45:52.064Z] --- SKIP: TestInfoDebug (0.00s) [2023-04-17T23:45:52.064Z] === RUN TestInfoInsecureRegistries [2023-04-17T23:45:52.064Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2023-04-17T23:45:52.064Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2023-04-17T23:45:52.064Z] === RUN TestInfoRegistryMirrors [2023-04-17T23:45:52.064Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2023-04-17T23:45:52.064Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2023-04-17T23:45:52.064Z] === RUN TestLoginFailsWithBadCredentials [2023-04-17T23:45:52.444Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2023-04-17T23:45:52.444Z] === RUN TestInfoAPI [2023-04-17T23:45:52.444Z] --- PASS: TestInfoAPI (0.02s) [2023-04-17T23:45:52.444Z] === RUN TestInfoAPIWarnings [2023-04-17T23:45:53.050Z] --- PASS: TestLoginFailsWithBadCredentials (0.77s) [2023-04-17T23:45:53.050Z] === RUN TestPingCacheHeaders [2023-04-17T23:45:53.050Z] --- PASS: TestPingCacheHeaders (0.03s) [2023-04-17T23:45:53.050Z] === RUN TestPingGet [2023-04-17T23:45:53.050Z] --- PASS: TestPingGet (0.03s) [2023-04-17T23:45:53.050Z] === RUN TestPingHead [2023-04-17T23:45:53.050Z] --- PASS: TestPingHead (0.03s) [2023-04-17T23:45:53.050Z] === RUN TestVersion [2023-04-17T23:45:53.050Z] --- PASS: TestVersion (0.03s) [2023-04-17T23:45:53.050Z] PASS [2023-04-17T23:45:53.050Z] ok github.com/docker/docker/integration/system 0.987s [2023-04-17T23:45:53.050Z] [2023-04-17T23:45:53.050Z] === Skipped [2023-04-17T23:45:53.050Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2023-04-17T23:45:53.050Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2023-04-17T23:45:53.050Z] [2023-04-17T23:45:53.050Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2023-04-17T23:45:53.050Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2023-04-17T23:45:53.050Z] [2023-04-17T23:45:53.050Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2023-04-17T23:45:53.050Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2023-04-17T23:45:53.050Z] [2023-04-17T23:45:53.050Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2023-04-17T23:45:53.050Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2023-04-17T23:45:53.050Z] [2023-04-17T23:45:53.050Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2023-04-17T23:45:53.050Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2023-04-17T23:45:53.050Z] [2023-04-17T23:45:53.050Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2023-04-17T23:45:53.050Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2023-04-17T23:45:53.050Z] [2023-04-17T23:45:53.050Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2023-04-17T23:45:53.050Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2023-04-17T23:45:53.050Z] [2023-04-17T23:45:53.050Z] DONE 13 tests, 7 skipped in 2.512s [2023-04-17T23:45:53.050Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2023-04-17T23:45:53.967Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2023-04-17T23:45:54.226Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2023-04-17T23:45:54.484Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2023-04-17T23:45:55.264Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-04-17T23:45:55.264Z] INFO: Testing against a local daemon [2023-04-17T23:45:55.264Z] === RUN TestVolumesCreateAndList [2023-04-17T23:45:55.264Z] --- PASS: TestVolumesCreateAndList (0.05s) [2023-04-17T23:45:55.264Z] === RUN TestVolumesRemove [2023-04-17T23:45:55.264Z] --- PASS: TestVolumesRemove (0.05s) [2023-04-17T23:45:55.264Z] === RUN TestVolumesInspect [2023-04-17T23:45:55.264Z] --- PASS: TestVolumesInspect (0.03s) [2023-04-17T23:45:55.264Z] === RUN TestVolumesInvalidJSON [2023-04-17T23:45:55.264Z] === RUN TestVolumesInvalidJSON//volumes/create [2023-04-17T23:45:55.264Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2023-04-17T23:45:55.264Z] === CONT TestVolumesInvalidJSON//volumes/create [2023-04-17T23:45:55.264Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2023-04-17T23:45:55.264Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2023-04-17T23:45:55.264Z] PASS [2023-04-17T23:45:55.264Z] ok github.com/docker/docker/integration/volume 0.206s [2023-04-17T23:45:55.264Z] [2023-04-17T23:45:55.264Z] DONE 5 tests in 1.791s [2023-04-17T23:45:55.264Z] INFO: make.ps1 ended at 04/17/2023 23:45:54 [2023-04-17T23:45:55.264Z] INFO: Integration CLI tests being run from the host: [2023-04-17T23:45:55.264Z] 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" [2023-04-17T23:45:55.859Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2023-04-17T23:45:56.794Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2023-04-17T23:45:57.729Z] === RUN TestDockerSuite/TestBuildDockerignore [2023-04-17T23:45:57.988Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2023-04-17T23:45:59.361Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2023-04-17T23:45:59.619Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2023-04-17T23:46:00.187Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2023-04-17T23:46:00.187Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2023-04-17T23:46:00.754Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2023-04-17T23:46:01.321Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2023-04-17T23:46:01.888Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2023-04-17T23:46:02.421Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-04-17T23:46:02.421Z] INFO: Testing against a local daemon [2023-04-17T23:46:02.421Z] === RUN TestDockerSuite [2023-04-17T23:46:02.421Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2023-04-17T23:46:02.421Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2023-04-17T23:46:02.421Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2023-04-17T23:46:02.421Z] === RUN TestDockerSuite/TestAPIErrorJSON [2023-04-17T23:46:02.421Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2023-04-17T23:46:02.421Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2023-04-17T23:46:02.421Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2023-04-17T23:46:02.421Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2023-04-17T23:46:02.421Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2023-04-17T23:46:02.421Z] === RUN TestDockerSuite/TestAPIImagesDelete [2023-04-17T23:46:02.454Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2023-04-17T23:46:02.713Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2023-04-17T23:46:02.889Z] === RUN TestDockerSuite/TestAPIImagesFilter [2023-04-17T23:46:03.279Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2023-04-17T23:46:03.357Z] === RUN TestDockerSuite/TestAPIImagesHistory [2023-04-17T23:46:03.825Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2023-04-17T23:46:03.825Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2023-04-17T23:46:03.844Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2023-04-17T23:46:04.409Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2023-04-17T23:46:04.975Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2023-04-17T23:46:05.540Z] check_test.go:308: [d24023c948f30] daemon is not started [2023-04-17T23:46:05.540Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2023-04-17T23:46:06.475Z] check_test.go:308: [d4a1b1d681c81] daemon is not started [2023-04-17T23:46:06.475Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2023-04-17T23:46:06.475Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2023-04-17T23:46:07.042Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2023-04-17T23:46:07.612Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2023-04-17T23:46:08.547Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2023-04-17T23:46:10.448Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2023-04-17T23:46:10.506Z] --- PASS: TestInfoAPIWarnings (16.23s) [2023-04-17T23:46:10.506Z] === RUN TestInfoDebug [2023-04-17T23:46:10.506Z] --- PASS: TestInfoDebug (0.53s) [2023-04-17T23:46:10.506Z] === RUN TestInfoInsecureRegistries [2023-04-17T23:46:10.506Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2023-04-17T23:46:10.506Z] === RUN TestInfoRegistryMirrors [2023-04-17T23:46:10.506Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2023-04-17T23:46:10.506Z] === RUN TestLoginFailsWithBadCredentials [2023-04-17T23:46:10.763Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s) [2023-04-17T23:46:10.763Z] === RUN TestPingCacheHeaders [2023-04-17T23:46:10.763Z] --- PASS: TestPingCacheHeaders (0.02s) [2023-04-17T23:46:10.763Z] === RUN TestPingGet [2023-04-17T23:46:10.763Z] --- PASS: TestPingGet (0.01s) [2023-04-17T23:46:10.763Z] === RUN TestPingHead [2023-04-17T23:46:10.763Z] --- PASS: TestPingHead (0.02s) [2023-04-17T23:46:10.763Z] === RUN TestVersion [2023-04-17T23:46:10.763Z] --- PASS: TestVersion (0.02s) [2023-04-17T23:46:10.763Z] === CONT TestCgroupDriverSystemdMemoryLimit [2023-04-17T23:46:11.824Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2023-04-17T23:46:12.083Z] check_test.go:308: [d9c6911c9af6c] daemon is not started [2023-04-17T23:46:12.083Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2023-04-17T23:46:12.135Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.14s) [2023-04-17T23:46:12.135Z] PASS [2023-04-17T23:46:12.135Z] [2023-04-17T23:46:12.135Z] DONE 18 tests in 22.115s [2023-04-17T23:46:12.135Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2023-04-17T23:46:12.135Z] INFO: Testing against a local daemon [2023-04-17T23:46:12.135Z] === RUN TestVolumesCreateAndList [2023-04-17T23:46:12.135Z] --- PASS: TestVolumesCreateAndList (0.02s) [2023-04-17T23:46:12.135Z] === RUN TestVolumesRemove [2023-04-17T23:46:12.135Z] --- PASS: TestVolumesRemove (0.06s) [2023-04-17T23:46:12.135Z] === RUN TestVolumesInspect [2023-04-17T23:46:12.135Z] --- PASS: TestVolumesInspect (0.02s) [2023-04-17T23:46:12.135Z] === RUN TestVolumesInvalidJSON [2023-04-17T23:46:12.135Z] === RUN TestVolumesInvalidJSON//volumes/create [2023-04-17T23:46:12.135Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2023-04-17T23:46:12.135Z] === CONT TestVolumesInvalidJSON//volumes/create [2023-04-17T23:46:12.135Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2023-04-17T23:46:12.135Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2023-04-17T23:46:12.135Z] PASS [2023-04-17T23:46:12.135Z] [2023-04-17T23:46:12.135Z] DONE 5 tests in 0.150s [2023-04-17T23:46:12.135Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2023-04-17T23:46:13.507Z] Stopping apparmor (via systemctl): apparmor.service. [2023-04-17T23:46:13.507Z] Removing test suite binaries [2023-04-17T23:46:13.507Z] exiting test-integration [2023-04-17T23:46:13.507Z] ++ exit 0 [2023-04-17T23:46:13.507Z] [2023-04-17T23:46:15.369Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig Post stage [Pipeline] junit [2023-04-17T23:46:15.417Z] Recording test results [2023-04-17T23:46:16.747Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2023-04-17T23:46:17.036Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2023-04-17T23:46:17.367Z] + echo Ensuring container killed. [2023-04-17T23:46:17.367Z] Ensuring container killed. [2023-04-17T23:46:17.367Z] + docker rm -vf docker-pr4 [2023-04-17T23:46:17.367Z] Error response from daemon: No such container: docker-pr4 [Pipeline] sh [2023-04-17T23:46:17.645Z] + echo Chowning /workspace to jenkins user [2023-04-17T23:46:17.645Z] Chowning /workspace to jenkins user [2023-04-17T23:46:17.645Z] + id -u [2023-04-17T23:46:17.645Z] + id -g [2023-04-17T23:46:17.645Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45349:/workspace busybox chown -R 1000:1000 /workspace [2023-04-17T23:46:17.645Z] Unable to find image 'busybox:latest' locally [2023-04-17T23:46:17.645Z] latest: Pulling from library/busybox [2023-04-17T23:46:17.902Z] 4b35f584bb4f: Pulling fs layer [2023-04-17T23:46:17.902Z] 4b35f584bb4f: Verifying Checksum [2023-04-17T23:46:17.902Z] 4b35f584bb4f: Download complete [2023-04-17T23:46:17.902Z] 4b35f584bb4f: Pull complete [2023-04-17T23:46:17.902Z] Digest: sha256:b5d6fe0712636ceb7430189de28819e195e8966372edfc2d9409d79402a0dc16 [2023-04-17T23:46:17.902Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2023-04-17T23:46:19.572Z] + bundleName=amd64-cgroup2 [2023-04-17T23:46:19.572Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2023-04-17T23:46:19.572Z] Creating amd64-cgroup2-bundles.tar.gz [2023-04-17T23:46:19.572Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2023-04-17T23:46:19.572Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [Pipeline] archiveArtifacts [2023-04-17T23:46:19.840Z] Archiving artifacts [2023-04-17T23:46:20.939Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2023-04-17T23:46:21.198Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2023-04-17T23:46:21.456Z] check_test.go:308: [df5ecd8141358] daemon is not started [2023-04-17T23:46:21.456Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2023-04-17T23:46:21.723Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-45349/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2023-04-17T23:46:22.022Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2023-04-17T23:46:22.022Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2023-04-17T23:46:22.025Z] + make clean [2023-04-17T23:46:22.282Z] docker volume rm -f docker-dev-cache [2023-04-17T23:46:22.282Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-04-17T23:46:25.961Z] Created binary: bundles/binary-daemon/dockerd-dev [2023-04-17T23:46:25.961Z] Copying nested executables into bundles/binary-daemon [2023-04-17T23:46:25.961Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2023-04-17T23:46:26.287Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45349/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=ad45ece6fe93c6870080341daa12fe8da6271fa9 -e DOCKER_GRAPHDRIVER docker:ad45ece6fe93c6870080341daa12fe8da6271fa9 hack/make.sh cross [2023-04-17T23:46:26.377Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2023-04-17T23:46:26.377Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2023-04-17T23:46:26.547Z] [2023-04-17T23:46:26.807Z] Removing bundles/ [2023-04-17T23:46:26.807Z] [2023-04-17T23:46:26.807Z] ---> Making bundle: cross (in bundles/cross) [2023-04-17T23:46:26.808Z] Cross building: bundles/cross/linux/amd64 [2023-04-17T23:46:26.808Z] Building: bundles/cross/linux/amd64/dockerd-dev [2023-04-17T23:46:26.808Z] GOOS="linux" GOARCH="amd64" GOARM="" [2023-04-17T23:46:28.281Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2023-04-17T23:46:29.217Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2023-04-17T23:46:30.594Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2023-04-17T23:46:32.495Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2023-04-17T23:46:35.027Z] check_test.go:308: [d5803f8d94bea] daemon is not started [2023-04-17T23:46:35.027Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2023-04-17T23:46:35.286Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2023-04-17T23:46:35.853Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2023-04-17T23:46:36.112Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2023-04-17T23:46:36.680Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2023-04-17T23:46:38.056Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2023-04-17T23:46:38.315Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2023-04-17T23:46:38.315Z] check_test.go:308: [de17c9506560f] daemon is not started [2023-04-17T23:46:38.315Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2023-04-17T23:46:40.216Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2023-04-17T23:46:41.154Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2023-04-17T23:46:43.697Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2023-04-17T23:46:48.966Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2023-04-17T23:46:49.533Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2023-04-17T23:46:51.435Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2023-04-17T23:46:53.970Z] === RUN TestDockerSuite/TestBuildDotDotFile [2023-04-17T23:46:54.229Z] === RUN TestDockerSuite/TestBuildEOLInLine [2023-04-17T23:46:54.796Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2023-04-17T23:46:58.086Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2023-04-17T23:46:58.344Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2023-04-17T23:46:58.910Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2023-04-17T23:46:59.476Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2023-04-17T23:47:00.043Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2023-04-17T23:47:00.301Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2023-04-17T23:47:00.559Z] === RUN TestDockerSuite/TestBuildEntrypoint [2023-04-17T23:47:01.126Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2023-04-17T23:47:02.505Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2023-04-17T23:47:03.073Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2023-04-17T23:47:04.009Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2023-04-17T23:47:04.576Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2023-04-17T23:47:05.143Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2023-04-17T23:47:06.077Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2023-04-17T23:47:06.335Z] === RUN TestDockerSuite/TestBuildEnv [2023-04-17T23:47:07.714Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2023-04-17T23:47:09.094Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2023-04-17T23:47:09.094Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2023-04-17T23:47:10.468Z] === RUN TestDockerSuite/TestBuildEnvUsage [2023-04-17T23:47:15.734Z] docker_cli_daemon_test.go:2550: [db4efaa72862d] daemon is not started [2023-04-17T23:47:16.103Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2023-04-17T23:47:16.104Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2023-04-17T23:47:16.104Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2023-04-17T23:47:16.104Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2023-04-17T23:47:16.104Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2023-04-17T23:47:16.104Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2023-04-17T23:47:16.104Z] === RUN TestDockerSuite/TestAPINetworkFilter [2023-04-17T23:47:16.104Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2023-04-17T23:47:16.104Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2023-04-17T23:47:16.104Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2023-04-17T23:47:16.104Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2023-04-17T23:47:16.104Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2023-04-17T23:47:16.104Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2023-04-17T23:47:16.104Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2023-04-17T23:47:16.104Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2023-04-17T23:47:16.104Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2023-04-17T23:47:16.104Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2023-04-17T23:47:16.104Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2023-04-17T23:47:16.104Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2023-04-17T23:47:16.104Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2023-04-17T23:47:16.672Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2023-04-17T23:47:16.931Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2023-04-17T23:47:20.772Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2023-04-17T23:47:20.772Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2023-04-17T23:47:20.772Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2023-04-17T23:47:20.772Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2023-04-17T23:47:20.772Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2023-04-17T23:47:23.662Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2023-04-17T23:47:25.189Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2023-04-17T23:47:25.189Z] docker_cli_run_test.go:3176: unmatched requirement Apparmor [2023-04-17T23:47:25.189Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2023-04-17T23:47:25.189Z] docker_cli_run_test.go:3154: unmatched requirement Apparmor [2023-04-17T23:47:25.189Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2023-04-17T23:47:25.189Z] docker_cli_run_test.go:3166: unmatched requirement DaemonIsLinux [2023-04-17T23:47:25.189Z] === RUN TestDockerSuite/TestAttachDisconnect [2023-04-17T23:47:25.189Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2023-04-17T23:47:25.189Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2023-04-17T23:47:26.903Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2023-04-17T23:47:27.838Z] === RUN TestDockerDaemonSuite/TestShmSize [2023-04-17T23:47:28.078Z] === RUN TestDockerSuite/TestAttachPausedContainer [2023-04-17T23:47:28.078Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2023-04-17T23:47:28.078Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2023-04-17T23:47:28.078Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2023-04-17T23:47:28.078Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2023-04-17T23:47:29.739Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2023-04-17T23:47:32.268Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2023-04-17T23:47:32.268Z] check_test.go:308: [da4944e978074] daemon is not started [2023-04-17T23:47:32.268Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2023-04-17T23:47:33.843Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2023-04-17T23:47:37.535Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite (341.13s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (5.50s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.72s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.42s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.11s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.16s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.68s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.35s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.86s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (5.32s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (6.46s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.19s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.44s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.27s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (1.97s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.31s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.52s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.46s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.48s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.04s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.11s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.55s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.57s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.71s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.54s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.63s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.31s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.06s) [2023-04-17T23:47:38.471Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.58s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.99s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.59s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.66s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.82s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.53s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.29s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.56s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.32s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.54s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.61s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.51s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.48s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.29s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.68s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.72s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.98s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.53s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2023-04-17T23:47:38.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.54s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.93s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.44s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.81s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.20s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.13s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.34s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.87s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.48s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.41s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.37s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.69s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.60s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.60s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (1.94s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.46s) [2023-04-17T23:47:38.472Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2023-04-17T23:47:38.472Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.24s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.38s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.83s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.97s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (3.17s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.29s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.51s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.00s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.48s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.14s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (4.14s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.79s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.81s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.10s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.63s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.14s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.06s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.46s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.12s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.75s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.75s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.75s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.51s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.31s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.98s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.61s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.61s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.61s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.58s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.78s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.56s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.56s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.57s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.54s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.88s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.28s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.14s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.31s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.64s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.13s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.13s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.07s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.56s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.50s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.66s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.78s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.44s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.17s) [2023-04-17T23:47:38.472Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.12s) [2023-04-17T23:47:38.472Z] === RUN TestDockerSwarmSuite [2023-04-17T23:47:38.472Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2023-04-17T23:47:39.052Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2023-04-17T23:47:41.582Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2023-04-17T23:47:44.865Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2023-04-17T23:47:48.150Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2023-04-17T23:47:48.716Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2023-04-17T23:47:49.284Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2023-04-17T23:47:49.542Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2023-04-17T23:47:49.800Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2023-04-17T23:47:51.178Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2023-04-17T23:47:51.178Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2023-04-17T23:47:51.178Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2023-04-17T23:47:51.744Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2023-04-17T23:48:01.720Z] === RUN TestDockerSuite/TestBuildExpose [2023-04-17T23:48:01.720Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2023-04-17T23:48:01.720Z] === RUN TestDockerSuite/TestBuildExposeOrder [2023-04-17T23:48:01.720Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2023-04-17T23:48:01.979Z] === RUN TestDockerSuite/TestBuildFails [2023-04-17T23:48:02.546Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2023-04-17T23:48:02.805Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2023-04-17T23:48:02.805Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2023-04-17T23:48:03.743Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2023-04-17T23:48:05.120Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2023-04-17T23:48:06.056Z] docker_api_swarm_test.go:563: [dda99ac553346] joining swarm manager [df64eca507ab2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-04-17T23:48:07.436Z] === RUN TestDockerSuite/TestBuildForceRm [2023-04-17T23:48:09.337Z] === RUN TestDockerSuite/TestBuildFromGit [2023-04-17T23:48:10.713Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2023-04-17T23:48:11.281Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2023-04-17T23:48:12.217Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2023-04-17T23:48:13.592Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2023-04-17T23:48:14.528Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2023-04-17T23:48:14.528Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2023-04-17T23:48:17.058Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2023-04-17T23:48:17.624Z] docker_api_swarm_test.go:585: [dc3c7b1cf0f1d] joining swarm manager [df64eca507ab2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-04-17T23:48:18.304Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2023-04-17T23:48:18.305Z] Copying nested executables into bundles/cross/linux/amd64 [2023-04-17T23:48:18.305Z] Cross building: bundles/cross/windows/amd64 [2023-04-17T23:48:18.305Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2023-04-17T23:48:18.305Z] GOOS="windows" GOARCH="amd64" GOARM="" [2023-04-17T23:48:18.999Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2023-04-17T23:48:20.376Z] check_test.go:379: [dda99ac553346] daemon is not started [2023-04-17T23:48:20.635Z] === RUN TestDockerSuite/TestBuildHistory [2023-04-17T23:48:24.821Z] === RUN TestDockerSuite/TestBuildIidFile [2023-04-17T23:48:24.821Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2023-04-17T23:48:25.388Z] === RUN TestDockerSuite/TestBuildInheritance [2023-04-17T23:48:25.955Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2023-04-17T23:48:26.523Z] === RUN TestDockerSuite/TestBuildInvalidTag [2023-04-17T23:48:26.523Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2023-04-17T23:48:27.458Z] === RUN TestDockerSuite/TestBuildLabel [2023-04-17T23:48:28.025Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2023-04-17T23:48:28.284Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2023-04-17T23:48:28.851Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2023-04-17T23:48:29.109Z] === RUN TestDockerSuite/TestBuildLabels [2023-04-17T23:48:29.367Z] === RUN TestDockerSuite/TestBuildLabelsCache [2023-04-17T23:48:30.756Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2023-04-17T23:48:30.756Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2023-04-17T23:48:30.756Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2023-04-17T23:48:30.756Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2023-04-17T23:48:33.291Z] --- PASS: TestImportExtremelyLargeImageWorks (178.99s) [2023-04-17T23:48:33.291Z] PASS [2023-04-17T23:48:33.291Z] [2023-04-17T23:48:33.291Z] DONE 13 tests in 183.414s [2023-04-17T23:48:33.291Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2023-04-17T23:48:33.291Z] ++ 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 [2023-04-17T23:48:33.291Z] ++ set -e [2023-04-17T23:48:33.291Z] ++ '[' -n 0 ']' [2023-04-17T23:48:33.291Z] ++ set -x [2023-04-17T23:48:33.291Z] ++ 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 [2023-04-17T23:48:33.291Z] docker_api_swarm_test.go:46: [d83c25469710d] joining swarm manager [d4b4f98e4ca09]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-04-17T23:48:33.550Z] INFO: Testing against a local daemon [2023-04-17T23:48:33.550Z] === RUN TestNetworkCreateDelete [2023-04-17T23:48:33.550Z] --- PASS: TestNetworkCreateDelete (0.22s) [2023-04-17T23:48:33.550Z] === RUN TestDockerNetworkDeletePreferID [2023-04-17T23:48:33.808Z] === RUN TestDockerSuite/TestBuildLastModified [2023-04-17T23:48:34.066Z] --- PASS: TestDockerNetworkDeletePreferID (0.44s) [2023-04-17T23:48:34.066Z] === RUN TestDaemonDNSFallback [2023-04-17T23:48:38.250Z] === RUN TestDockerSuite/TestBuildLineBreak [2023-04-17T23:48:40.150Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2023-04-17T23:48:40.150Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2023-04-17T23:48:40.150Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2023-04-17T23:48:40.408Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2023-04-17T23:48:40.408Z] === RUN TestDockerSuite/TestBuildMaintainer [2023-04-17T23:48:40.408Z] --- PASS: TestDaemonDNSFallback (6.33s) [2023-04-17T23:48:40.408Z] === RUN TestInspectNetwork [2023-04-17T23:48:40.666Z] === RUN TestDockerSuite/TestBuildMissingArgs [2023-04-17T23:48:41.600Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2023-04-17T23:48:42.975Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2023-04-17T23:48:44.351Z] === RUN TestInspectNetwork/full_network_id [2023-04-17T23:48:44.351Z] === RUN TestInspectNetwork/partial_network_id [2023-04-17T23:48:44.351Z] === RUN TestInspectNetwork/network_name [2023-04-17T23:48:44.351Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2023-04-17T23:48:45.725Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2023-04-17T23:48:45.984Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2023-04-17T23:48:46.242Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2023-04-17T23:48:48.775Z] --- PASS: TestInspectNetwork (8.00s) [2023-04-17T23:48:48.775Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2023-04-17T23:48:48.775Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2023-04-17T23:48:48.775Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2023-04-17T23:48:48.775Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2023-04-17T23:48:48.775Z] === RUN TestRunContainerWithBridgeNone [2023-04-17T23:48:50.678Z] --- PASS: TestRunContainerWithBridgeNone (1.88s) [2023-04-17T23:48:50.678Z] === RUN TestNetworkInvalidJSON [2023-04-17T23:48:50.678Z] === RUN TestNetworkInvalidJSON//networks/create [2023-04-17T23:48:50.678Z] === PAUSE TestNetworkInvalidJSON//networks/create [2023-04-17T23:48:50.678Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2023-04-17T23:48:50.678Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2023-04-17T23:48:50.678Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2023-04-17T23:48:50.678Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2023-04-17T23:48:50.678Z] === CONT TestNetworkInvalidJSON//networks/create [2023-04-17T23:48:50.678Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2023-04-17T23:48:50.678Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2023-04-17T23:48:50.678Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2023-04-17T23:48:50.678Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2023-04-17T23:48:50.678Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2023-04-17T23:48:50.678Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2023-04-17T23:48:50.678Z] === RUN TestNetworkList [2023-04-17T23:48:50.678Z] === RUN TestNetworkList//networks [2023-04-17T23:48:50.678Z] === PAUSE TestNetworkList//networks [2023-04-17T23:48:50.678Z] === RUN TestNetworkList//networks/ [2023-04-17T23:48:50.678Z] === PAUSE TestNetworkList//networks/ [2023-04-17T23:48:50.678Z] === CONT TestNetworkList//networks [2023-04-17T23:48:50.678Z] === CONT TestNetworkList//networks/ [2023-04-17T23:48:50.678Z] --- PASS: TestNetworkList (0.02s) [2023-04-17T23:48:50.678Z] --- PASS: TestNetworkList//networks/ (0.00s) [2023-04-17T23:48:50.678Z] --- PASS: TestNetworkList//networks (0.00s) [2023-04-17T23:48:50.678Z] === RUN TestHostIPv4BridgeLabel [2023-04-17T23:48:50.678Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2023-04-17T23:48:50.937Z] --- PASS: TestHostIPv4BridgeLabel (0.61s) [2023-04-17T23:48:50.937Z] === RUN TestDaemonRestartWithLiveRestore [2023-04-17T23:48:51.505Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2023-04-17T23:48:52.072Z] --- PASS: TestDaemonRestartWithLiveRestore (1.08s) [2023-04-17T23:48:52.072Z] === RUN TestDaemonDefaultNetworkPools [2023-04-17T23:48:53.009Z] --- PASS: TestDaemonDefaultNetworkPools (0.78s) [2023-04-17T23:48:53.009Z] === RUN TestDaemonRestartWithExistingNetwork [2023-04-17T23:48:54.398Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.30s) [2023-04-17T23:48:54.398Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2023-04-17T23:48:54.398Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2023-04-17T23:48:55.333Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.28s) [2023-04-17T23:48:55.333Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2023-04-17T23:48:56.266Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) [2023-04-17T23:48:56.266Z] === RUN TestServiceWithPredefinedNetwork [2023-04-17T23:48:57.200Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2023-04-17T23:48:57.768Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2023-04-17T23:48:58.703Z] --- PASS: TestServiceWithPredefinedNetwork (2.64s) [2023-04-17T23:48:58.703Z] === RUN TestServiceRemoveKeepsIngressNetwork [2023-04-17T23:48:58.703Z] service_test.go:242: FLAKY_TEST [2023-04-17T23:48:58.703Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2023-04-17T23:48:58.703Z] === RUN TestServiceWithDataPathPortInit [2023-04-17T23:48:59.638Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2023-04-17T23:48:59.638Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2023-04-17T23:48:59.638Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2023-04-17T23:48:59.809Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2023-04-17T23:48:59.809Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2023-04-17T23:48:59.809Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2023-04-17T23:48:59.809Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2023-04-17T23:48:59.809Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2023-04-17T23:48:59.809Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2023-04-17T23:48:59.809Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2023-04-17T23:48:59.809Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2023-04-17T23:48:59.809Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2023-04-17T23:48:59.809Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2023-04-17T23:48:59.809Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2023-04-17T23:48:59.809Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2023-04-17T23:48:59.809Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2023-04-17T23:48:59.809Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2023-04-17T23:48:59.809Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2023-04-17T23:48:59.809Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2023-04-17T23:48:59.809Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2023-04-17T23:48:59.809Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2023-04-17T23:48:59.809Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2023-04-17T23:48:59.809Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2023-04-17T23:48:59.809Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2023-04-17T23:48:59.809Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2023-04-17T23:49:01.337Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2023-04-17T23:49:02.925Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2023-04-17T23:49:02.925Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2023-04-17T23:49:04.300Z] === RUN TestDockerSuite/TestBuildMultipleTags [2023-04-17T23:49:04.300Z] === RUN TestDockerSuite/TestBuildNetContainer [2023-04-17T23:49:05.675Z] === RUN TestDockerSuite/TestBuildNetNone [2023-04-17T23:49:06.241Z] === RUN TestDockerSuite/TestBuildNoContext [2023-04-17T23:49:06.808Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2023-04-17T23:49:07.744Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2023-04-17T23:49:09.120Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2023-04-17T23:49:09.378Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2023-04-17T23:49:09.378Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2023-04-17T23:49:09.944Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2023-04-17T23:49:09.944Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2023-04-17T23:49:10.510Z] === RUN TestDockerSuite/TestBuildOnBuild [2023-04-17T23:49:11.625Z] === RUN TestDockerSuite/TestBuildAddNonTar [2023-04-17T23:49:11.883Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2023-04-17T23:49:12.140Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2023-04-17T23:49:13.789Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2023-04-17T23:49:14.039Z] --- PASS: TestServiceWithDataPathPortInit (15.30s) [2023-04-17T23:49:14.039Z] === RUN TestServiceWithDefaultAddressPoolInit [2023-04-17T23:49:14.039Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2023-04-17T23:49:14.755Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2023-04-17T23:49:14.755Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2023-04-17T23:49:14.755Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2023-04-17T23:49:14.987Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2023-04-17T23:49:16.888Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2023-04-17T23:49:17.457Z] service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:5p9e9x7q1yahno5husluad37w Created:2023-04-17 23:49:15.386689617 +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[934dd5d306cce6b2ec4d20534586beec4bc98f1c1b0190c164b99c869086c878:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.xems8igv275p89k19mgw0e7vr EndpointID:ec422f9ab1aef5b0589efcf4ec222ecd662426f1f30a1942c2fcc71025cc3dc6 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:1425d57e9a1a319d6048d1ff8a6a852fb1e0df8eed46e96c94702814f6f81614 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:2c5ef71681ab IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.xems8igv275p89k19mgw0e7vr EndpointID:ec422f9ab1aef5b0589efcf4ec222ecd662426f1f30a1942c2fcc71025cc3dc6 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2023-04-17T23:49:17.644Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2023-04-17T23:49:17.715Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2023-04-17T23:49:18.606Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2023-04-17T23:49:18.649Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2023-04-17T23:49:18.907Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2023-04-17T23:49:21.436Z] === RUN TestDockerSuite/TestBuildPATH [2023-04-17T23:49:22.001Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.89s) [2023-04-17T23:49:22.001Z] PASS [2023-04-17T23:49:22.001Z] [2023-04-17T23:49:22.001Z] === Skipped [2023-04-17T23:49:22.001Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2023-04-17T23:49:22.001Z] service_test.go:242: FLAKY_TEST [2023-04-17T23:49:22.001Z] [2023-04-17T23:49:22.001Z] DONE 26 tests, 1 skipped in 48.592s [2023-04-17T23:49:22.001Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2023-04-17T23:49:22.001Z] ++ 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 [2023-04-17T23:49:22.001Z] ++ set -e [2023-04-17T23:49:22.001Z] ++ '[' -n 0 ']' [2023-04-17T23:49:22.001Z] ++ set -x [2023-04-17T23:49:22.001Z] ++ 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 [2023-04-17T23:49:22.001Z] INFO: Testing against a local daemon [2023-04-17T23:49:22.001Z] === RUN TestDockerNetworkIpvlanPersistance [2023-04-17T23:49:22.001Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-04-17T23:49:22.001Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2023-04-17T23:49:22.002Z] === RUN TestDockerNetworkIpvlan [2023-04-17T23:49:22.002Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-04-17T23:49:22.002Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2023-04-17T23:49:22.002Z] PASS [2023-04-17T23:49:22.002Z] [2023-04-17T23:49:22.002Z] === Skipped [2023-04-17T23:49:22.002Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2023-04-17T23:49:22.002Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-04-17T23:49:22.002Z] [2023-04-17T23:49:22.002Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2023-04-17T23:49:22.002Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-04-17T23:49:22.002Z] [2023-04-17T23:49:22.002Z] DONE 2 tests, 2 skipped in 0.142s [2023-04-17T23:49:22.002Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2023-04-17T23:49:22.002Z] ++ 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 [2023-04-17T23:49:22.002Z] ++ set -e [2023-04-17T23:49:22.002Z] ++ '[' -n 0 ']' [2023-04-17T23:49:22.002Z] ++ set -x [2023-04-17T23:49:22.002Z] ++ 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 [2023-04-17T23:49:22.260Z] INFO: Testing against a local daemon [2023-04-17T23:49:22.260Z] === RUN TestDockerNetworkMacvlanPersistance [2023-04-17T23:49:22.323Z] === RUN TestDockerSuite/TestBuildAddScript [2023-04-17T23:49:22.323Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2023-04-17T23:49:22.323Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2023-04-17T23:49:22.323Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2023-04-17T23:49:22.323Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2023-04-17T23:49:22.323Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2023-04-17T23:49:22.323Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2023-04-17T23:49:22.323Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2023-04-17T23:49:22.323Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2023-04-17T23:49:22.779Z] === RUN TestDockerSuite/TestBuildAddTar [2023-04-17T23:49:22.826Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2023-04-17T23:49:23.392Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2023-04-17T23:49:23.392Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.33s) [2023-04-17T23:49:23.392Z] === RUN TestDockerNetworkMacvlan [2023-04-17T23:49:23.959Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2023-04-17T23:49:24.218Z] === RUN TestDockerNetworkMacvlan/Subinterface [2023-04-17T23:49:25.153Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2023-04-17T23:49:26.088Z] === RUN TestDockerNetworkMacvlan/NilParent [2023-04-17T23:49:27.989Z] === RUN TestDockerNetworkMacvlan/InternalMode [2023-04-17T23:49:30.523Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2023-04-17T23:49:31.089Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2023-04-17T23:49:34.372Z] === RUN TestDockerNetworkMacvlan/Addressing [2023-04-17T23:49:34.372Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2023-04-17T23:49:35.307Z] --- PASS: TestDockerNetworkMacvlan (11.63s) [2023-04-17T23:49:35.307Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2023-04-17T23:49:35.307Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2023-04-17T23:49:35.307Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.07s) [2023-04-17T23:49:35.307Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.22s) [2023-04-17T23:49:35.307Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.63s) [2023-04-17T23:49:35.307Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.78s) [2023-04-17T23:49:35.307Z] PASS [2023-04-17T23:49:35.307Z] [2023-04-17T23:49:35.307Z] DONE 8 tests in 13.093s [2023-04-17T23:49:35.307Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2023-04-17T23:49:35.307Z] ++ 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 [2023-04-17T23:49:35.307Z] ++ set -e [2023-04-17T23:49:35.307Z] ++ '[' -n 0 ']' [2023-04-17T23:49:35.307Z] ++ set -x [2023-04-17T23:49:35.307Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-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 [2023-04-17T23:49:35.307Z] testing: warning: no tests to run [2023-04-17T23:49:35.307Z] PASS [2023-04-17T23:49:35.307Z] [2023-04-17T23:49:35.307Z] DONE 0 tests in 0.028s [2023-04-17T23:49:35.307Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2023-04-17T23:49:35.307Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2023-04-17T23:49:35.307Z] ++ set -e [2023-04-17T23:49:35.307Z] ++ '[' -n 0 ']' [2023-04-17T23:49:35.307Z] ++ set -x [2023-04-17T23:49:35.307Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2023-04-17T23:49:35.307Z] INFO: Testing against a local daemon [2023-04-17T23:49:35.307Z] === RUN TestAuthZPluginAllowRequest [2023-04-17T23:49:35.873Z] === RUN TestDockerSuite/TestBuildRm [2023-04-17T23:49:36.817Z] --- PASS: TestAuthZPluginAllowRequest (1.39s) [2023-04-17T23:49:36.817Z] === RUN TestAuthZPluginTLS [2023-04-17T23:49:37.383Z] --- PASS: TestAuthZPluginTLS (0.56s) [2023-04-17T23:49:37.383Z] === RUN TestAuthZPluginDenyRequest [2023-04-17T23:49:37.949Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2023-04-17T23:49:37.949Z] === RUN TestAuthZPluginAPIDenyResponse [2023-04-17T23:49:37.949Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2023-04-17T23:49:38.515Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2023-04-17T23:49:38.515Z] === RUN TestAuthZPluginDenyResponse [2023-04-17T23:49:38.773Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2023-04-17T23:49:39.031Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2023-04-17T23:49:39.031Z] === RUN TestAuthZPluginAllowEventStream [2023-04-17T23:49:39.966Z] === RUN TestDockerSuite/TestBuildScratchCopy [2023-04-17T23:49:39.966Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2023-04-17T23:49:40.224Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2023-04-17T23:49:40.482Z] --- PASS: TestAuthZPluginAllowEventStream (1.46s) [2023-04-17T23:49:40.482Z] === RUN TestAuthZPluginErrorResponse [2023-04-17T23:49:40.740Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2023-04-17T23:49:40.999Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2023-04-17T23:49:40.999Z] === RUN TestAuthZPluginErrorRequest [2023-04-17T23:49:41.566Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2023-04-17T23:49:41.566Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2023-04-17T23:49:41.824Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2023-04-17T23:49:42.083Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s) [2023-04-17T23:49:42.083Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2023-04-17T23:49:42.341Z] docker_api_swarm_test.go:304: [d50aeffd81d9a] joining swarm manager [dd40d813c7a42]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-04-17T23:49:42.909Z] === RUN TestDockerSuite/TestBuildShellInherited [2023-04-17T23:49:43.844Z] docker_api_swarm_test.go:305: [d6319fda4d384] joining swarm manager [dd40d813c7a42]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-04-17T23:49:44.103Z] === RUN TestDockerSuite/TestBuildShellMultiple [2023-04-17T23:49:44.103Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.00s) [2023-04-17T23:49:44.103Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2023-04-17T23:49:44.669Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2023-04-17T23:49:45.605Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.65s) [2023-04-17T23:49:45.605Z] === RUN TestAuthZPluginHeader [2023-04-17T23:49:46.541Z] --- PASS: TestAuthZPluginHeader (0.77s) [2023-04-17T23:49:46.541Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2023-04-17T23:49:47.108Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2023-04-17T23:49:47.108Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2023-04-17T23:49:47.366Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2023-04-17T23:49:47.366Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2023-04-17T23:49:47.366Z] === RUN TestDockerSuite/TestBuildSpaces [2023-04-17T23:49:47.624Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2023-04-17T23:49:48.192Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2023-04-17T23:49:48.192Z] === RUN TestDockerSuite/TestBuildStderr [2023-04-17T23:49:48.758Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2023-04-17T23:49:51.292Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.58s) [2023-04-17T23:49:51.292Z] === RUN TestAuthZPluginV2Disable [2023-04-17T23:49:51.863Z] === RUN TestDockerSuite/TestBuildStopSignal [2023-04-17T23:49:52.428Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2023-04-17T23:49:52.995Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2023-04-17T23:49:53.564Z] === RUN TestDockerSuite/TestBuildTagEvent [2023-04-17T23:49:54.132Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2023-04-17T23:49:54.798Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2023-04-17T23:49:54.798Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2023-04-17T23:49:54.798Z] remote: Enumerating objects: 23, done. [2023-04-17T23:49:54.798Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2023-04-17T23:49:54.798Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2023-04-17T23:49:54.798Z] Receiving objects: 4% (1/23) Receiving objects: 8% (2/23) Receiving objects: 13% (3/23) Receiving objects: 17% (4/23) Receiving objects: 21% (5/23) Receiving objects: 26% (6/23) Receiving objects: 30% (7/23) Receiving objects: 34% (8/23) Receiving objects: 39% (9/23) Receiving objects: 43% (10/23) Receiving objects: 47% (11/23) Receiving objects: 52% (12/23) Receiving objects: 56% (13/23) Receiving objects: 60% (14/23) Receiving objects: 65% (15/23) Receiving objects: 69% (16/23) Receiving objects: 73% (17/23) Receiving objects: 78% (18/23) Receiving objects: 82% (19/23) remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2023-04-17T23:49:54.798Z] Receiving objects: 86% (20/23) Receiving objects: 91% (21/23) Receiving objects: 95% (22/23) Receiving objects: 100% (23/23) Receiving objects: 100% (23/23), 10.17 KiB | 10.17 MiB/s, done. [2023-04-17T23:49:54.798Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2023-04-17T23:49:54.798Z] Building: bundles/cross/windows/amd64/containerutility.exe [2023-04-17T23:49:54.798Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2023-04-17T23:49:55.067Z] === RUN TestDockerSuite/TestBuildUser [2023-04-17T23:49:55.125Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45349/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ad45ece6fe93c6870080341daa12fe8da6271fa9 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:ad45ece6fe93c6870080341daa12fe8da6271fa9 hack/test/unit [2023-04-17T23:49:55.331Z] --- PASS: TestAuthZPluginV2Disable (4.22s) [2023-04-17T23:49:55.331Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2023-04-17T23:49:56.714Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2023-04-17T23:49:57.667Z] ? github.com/docker/docker/api [no test files] [2023-04-17T23:49:58.407Z] === RUN TestDockerSuite/TestBuildAddTarXz [2023-04-17T23:49:58.407Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2023-04-17T23:49:58.407Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2023-04-17T23:49:58.407Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2023-04-17T23:49:58.407Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2023-04-17T23:49:58.616Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2023-04-17T23:49:59.183Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.77s) [2023-04-17T23:49:59.183Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2023-04-17T23:50:01.085Z] docker_api_swarm_test.go:364: Waiting for possible election... [2023-04-17T23:50:11.057Z] === RUN TestDockerSuite/TestBuildVerboseOut [2023-04-17T23:50:11.315Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.13s) [2023-04-17T23:50:11.315Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2023-04-17T23:50:11.573Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2023-04-17T23:50:11.831Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2023-04-17T23:50:12.569Z] ok github.com/docker/docker/api/server 0.007s coverage: 7.9% of statements [2023-04-17T23:50:12.765Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2023-04-17T23:50:13.023Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2023-04-17T23:50:13.957Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2023-04-17T23:50:13.957Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2023-04-17T23:50:13.957Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2023-04-17T23:50:13.957Z] docker_cli_build_test.go:6018: unmatched requirement DaemonIsWindows [2023-04-17T23:50:13.957Z] === RUN TestDockerSuite/TestBuildWindowsUser [2023-04-17T23:50:13.957Z] docker_cli_build_test.go:5988: unmatched requirement DaemonIsWindows [2023-04-17T23:50:13.957Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2023-04-17T23:50:13.957Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2023-04-17T23:50:13.957Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2023-04-17T23:50:14.891Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2023-04-17T23:50:15.152Z] === RUN TestDockerSuite/TestBuildWithFailure [2023-04-17T23:50:15.718Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2023-04-17T23:50:15.976Z] === RUN TestDockerSuite/TestBuildWithTabs [2023-04-17T23:50:16.542Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2023-04-17T23:50:16.542Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2023-04-17T23:50:17.476Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2023-04-17T23:50:18.411Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2023-04-17T23:50:19.785Z] docker_api_swarm_test.go:272: [da8a188427e05] joining swarm manager [d9651e2f1cfb2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-04-17T23:50:19.785Z] === RUN TestDockerSuite/TestBuildWithVolumes [2023-04-17T23:50:20.351Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2023-04-17T23:50:20.610Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2023-04-17T23:50:20.868Z] docker_api_swarm_test.go:273: [d0b2a02b6f1ee] joining swarm manager [d9651e2f1cfb2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-04-17T23:50:21.126Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2023-04-17T23:50:21.126Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2023-04-17T23:50:21.126Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2023-04-17T23:50:23.503Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2023-04-17T23:50:23.503Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2023-04-17T23:50:23.503Z] === RUN TestDockerSuite/TestBuildBlankName [2023-04-17T23:50:23.503Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2023-04-17T23:50:24.426Z] === RUN TestDockerSuite/TestBuildXZHost [2023-04-17T23:50:26.390Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2023-04-17T23:50:26.391Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2023-04-17T23:50:26.846Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2023-04-17T23:50:28.610Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.90s) [2023-04-17T23:50:28.610Z] PASS [2023-04-17T23:50:28.610Z] [2023-04-17T23:50:28.610Z] DONE 17 tests in 52.879s [2023-04-17T23:50:28.610Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2023-04-17T23:50:28.610Z] ++ 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 [2023-04-17T23:50:28.610Z] ++ set -e [2023-04-17T23:50:28.610Z] ++ '[' -n 0 ']' [2023-04-17T23:50:28.610Z] ++ set -x [2023-04-17T23:50:28.610Z] ++ 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 [2023-04-17T23:50:28.610Z] INFO: Testing against a local daemon [2023-04-17T23:50:28.610Z] === RUN TestPluginInvalidJSON [2023-04-17T23:50:28.610Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2023-04-17T23:50:28.610Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2023-04-17T23:50:28.610Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2023-04-17T23:50:28.610Z] --- PASS: TestPluginInvalidJSON (0.03s) [2023-04-17T23:50:28.610Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2023-04-17T23:50:28.610Z] === RUN TestPluginInstall [2023-04-17T23:50:28.610Z] === RUN TestPluginInstall/no_auth [2023-04-17T23:50:28.610Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2023-04-17T23:50:28.610Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2023-04-17T23:50:28.610Z] docker_cli_sni_test.go:18: Flakey test [2023-04-17T23:50:28.610Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2023-04-17T23:50:29.177Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2023-04-17T23:50:30.113Z] === RUN TestDockerSuite/TestCommitChange [2023-04-17T23:50:30.560Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2023-04-17T23:50:31.048Z] === RUN TestDockerSuite/TestCommitChangeLabels [2023-04-17T23:50:31.983Z] === RUN TestDockerSuite/TestCommitHardlink [2023-04-17T23:50:33.885Z] === RUN TestDockerSuite/TestCommitNewFile [2023-04-17T23:50:35.260Z] === RUN TestDockerSuite/TestCommitPausedContainer [2023-04-17T23:50:35.260Z] time="2023-04-17T23:50:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-04-17T23:50:35.260Z] time="2023-04-17T23:50:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c6f696a57e7d6f8e6721245f8fb2c96047b3d3f2253047f3285535ce2f671ebb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-04-17T23:50:35.260Z] time="2023-04-17T23:50:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-04-17T23:50:35.260Z] time="2023-04-17T23:50:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c6f696a57e7d6f8e6721245f8fb2c96047b3d3f2253047f3285535ce2f671ebb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-04-17T23:50:35.518Z] === RUN TestPluginInstall/with_htpasswd [2023-04-17T23:50:35.777Z] === RUN TestDockerSuite/TestCommitTTY [2023-04-17T23:50:36.035Z] time="2023-04-17T23:50:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-04-17T23:50:36.035Z] time="2023-04-17T23:50:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:781752aec1bad6d1c0d2dce67c94d697a6d5223de5804f5828db54ca39ad873d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-04-17T23:50:36.035Z] time="2023-04-17T23:50:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-04-17T23:50:36.035Z] time="2023-04-17T23:50:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:781752aec1bad6d1c0d2dce67c94d697a6d5223de5804f5828db54ca39ad873d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-04-17T23:50:36.295Z] === RUN TestPluginInstall/with_insecure [2023-04-17T23:50:37.234Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2023-04-17T23:50:37.234Z] time="2023-04-17T23:50:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-04-17T23:50:37.234Z] time="2023-04-17T23:50:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:778dce66b05b1e394f608902f7e549567e8cfa42ba7283ca18bc939182e95fe9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-04-17T23:50:37.234Z] time="2023-04-17T23:50:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-04-17T23:50:37.234Z] time="2023-04-17T23:50:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:778dce66b05b1e394f608902f7e549567e8cfa42ba7283ca18bc939182e95fe9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-04-17T23:50:37.603Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2023-04-17T23:50:37.802Z] plugin_test.go:164: [d18eb9249a841] daemon is not started [2023-04-17T23:50:37.802Z] --- PASS: TestPluginInstall (9.45s) [2023-04-17T23:50:37.802Z] --- PASS: TestPluginInstall/no_auth (7.21s) [2023-04-17T23:50:37.802Z] --- PASS: TestPluginInstall/with_htpasswd (0.86s) [2023-04-17T23:50:37.802Z] --- PASS: TestPluginInstall/with_insecure (1.37s) [2023-04-17T23:50:37.802Z] === RUN TestPluginsWithRuntimes [2023-04-17T23:50:37.802Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2023-04-17T23:50:39.176Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2023-04-17T23:50:39.176Z] === RUN TestDockerSuite/TestCommitWithoutPause [2023-04-17T23:50:39.434Z] === RUN TestPluginsWithRuntimes/No_Args [2023-04-17T23:50:40.000Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2023-04-17T23:50:40.000Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2023-04-17T23:50:40.000Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2023-04-17T23:50:40.259Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2023-04-17T23:50:40.259Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2023-04-17T23:50:40.259Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2023-04-17T23:50:40.259Z] === RUN TestDockerSuite/TestContainerAPICommit [2023-04-17T23:50:40.518Z] === RUN TestPluginsWithRuntimes/With_Args [2023-04-17T23:50:41.453Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2023-04-17T23:50:42.019Z] --- PASS: TestPluginsWithRuntimes (4.33s) [2023-04-17T23:50:42.019Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.06s) [2023-04-17T23:50:42.019Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.29s) [2023-04-17T23:50:42.019Z] === RUN TestPluginBackCompatMediaTypes [2023-04-17T23:50:42.955Z] --- PASS: TestPluginBackCompatMediaTypes (0.79s) [2023-04-17T23:50:42.955Z] PASS [2023-04-17T23:50:42.955Z] [2023-04-17T23:50:42.955Z] DONE 10 tests in 14.737s [2023-04-17T23:50:42.955Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2023-04-17T23:50:42.955Z] ++ 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 [2023-04-17T23:50:42.955Z] ++ set -e [2023-04-17T23:50:42.955Z] ++ '[' -n 0 ']' [2023-04-17T23:50:42.955Z] ++ set -x [2023-04-17T23:50:42.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-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 [2023-04-17T23:50:42.955Z] INFO: Testing against a local daemon [2023-04-17T23:50:42.955Z] === RUN TestExternalGraphDriver [2023-04-17T23:50:42.955Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2023-04-17T23:50:42.955Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2023-04-17T23:50:43.214Z] === RUN TestExternalGraphDriver/json [2023-04-17T23:50:43.482Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2023-04-17T23:50:44.051Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2023-04-17T23:50:44.616Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2023-04-17T23:50:44.642Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2023-04-17T23:50:44.642Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2023-04-17T23:50:44.642Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2023-04-17T23:50:45.181Z] === RUN TestExternalGraphDriver/spec [2023-04-17T23:50:45.181Z] === RUN TestDockerSuite/TestContainerAPICreate [2023-04-17T23:50:45.747Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2023-04-17T23:50:45.747Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2023-04-17T23:50:45.747Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2023-04-17T23:50:46.314Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2023-04-17T23:50:46.314Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2023-04-17T23:50:46.314Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2023-04-17T23:50:46.573Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2023-04-17T23:50:46.573Z] === RUN TestDockerSuite/TestContainerAPIDelete [2023-04-17T23:50:46.831Z] === RUN TestExternalGraphDriver/pull [2023-04-17T23:50:47.090Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2023-04-17T23:50:47.657Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2023-04-17T23:50:47.916Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2023-04-17T23:50:47.916Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2023-04-17T23:50:48.356Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2023-04-17T23:50:48.356Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2023-04-17T23:50:48.356Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2023-04-17T23:50:48.356Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2023-04-17T23:50:48.356Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2023-04-17T23:50:48.849Z] --- PASS: TestExternalGraphDriver (5.72s) [2023-04-17T23:50:48.850Z] --- PASS: TestExternalGraphDriver/json (1.83s) [2023-04-17T23:50:48.850Z] --- PASS: TestExternalGraphDriver/spec (1.76s) [2023-04-17T23:50:48.850Z] --- PASS: TestExternalGraphDriver/pull (1.78s) [2023-04-17T23:50:48.850Z] === RUN TestGraphdriverPluginV2 [2023-04-17T23:50:49.415Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2023-04-17T23:50:49.982Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2023-04-17T23:50:49.982Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2023-04-17T23:50:50.241Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2023-04-17T23:50:50.807Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2023-04-17T23:50:51.373Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2023-04-17T23:50:51.938Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2023-04-17T23:50:51.938Z] === RUN TestDockerSuite/TestContainerAPIKill [2023-04-17T23:50:52.070Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2023-04-17T23:50:52.070Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2023-04-17T23:50:52.504Z] === RUN TestDockerSuite/TestContainerAPIPause [2023-04-17T23:50:52.526Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2023-04-17T23:50:52.982Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2023-04-17T23:50:52.982Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2023-04-17T23:50:52.982Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2023-04-17T23:50:52.982Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2023-04-17T23:50:52.982Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2023-04-17T23:50:53.072Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2023-04-17T23:50:53.330Z] --- PASS: TestGraphdriverPluginV2 (4.53s) [2023-04-17T23:50:53.330Z] PASS [2023-04-17T23:50:53.330Z] [2023-04-17T23:50:53.330Z] DONE 5 tests in 10.372s [2023-04-17T23:50:53.330Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2023-04-17T23:50:53.330Z] ++ 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 [2023-04-17T23:50:53.330Z] ++ set -e [2023-04-17T23:50:53.330Z] ++ '[' -n 0 ']' [2023-04-17T23:50:53.330Z] ++ set -x [2023-04-17T23:50:53.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-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 [2023-04-17T23:50:53.330Z] INFO: Testing against a local daemon [2023-04-17T23:50:53.330Z] === RUN TestContinueAfterPluginCrash [2023-04-17T23:50:53.330Z] === PAUSE TestContinueAfterPluginCrash [2023-04-17T23:50:53.330Z] === RUN TestReadPluginNoRead [2023-04-17T23:50:53.330Z] === PAUSE TestReadPluginNoRead [2023-04-17T23:50:53.330Z] === RUN TestDaemonStartWithLogOpt [2023-04-17T23:50:53.330Z] === PAUSE TestDaemonStartWithLogOpt [2023-04-17T23:50:53.330Z] === CONT TestContinueAfterPluginCrash [2023-04-17T23:50:53.330Z] === CONT TestDaemonStartWithLogOpt [2023-04-17T23:50:53.588Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2023-04-17T23:50:53.588Z] === RUN TestDockerSuite/TestContainerAPIRename [2023-04-17T23:50:54.155Z] === RUN TestDockerSuite/TestContainerAPIRestart [2023-04-17T23:50:56.057Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2023-04-17T23:50:56.992Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2023-04-17T23:50:56.992Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2023-04-17T23:50:56.992Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2023-04-17T23:50:56.992Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2023-04-17T23:50:56.992Z] === RUN TestDockerSuite/TestContainerAPIStart [2023-04-17T23:50:57.560Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2023-04-17T23:50:57.818Z] --- PASS: TestDaemonStartWithLogOpt (4.32s) [2023-04-17T23:50:57.818Z] === CONT TestReadPluginNoRead [2023-04-17T23:51:00.346Z] === RUN TestReadPluginNoRead/default [2023-04-17T23:51:01.279Z] === RUN TestReadPluginNoRead/disabled_caching [2023-04-17T23:51:01.845Z] === RUN TestDockerSuite/TestContainerAPIStop [2023-04-17T23:51:02.797Z] === RUN TestDockerSuite/TestContainerAPITop [2023-04-17T23:51:02.797Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2023-04-17T23:51:03.057Z] --- PASS: TestContinueAfterPluginCrash (9.67s) [2023-04-17T23:51:03.057Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2023-04-17T23:51:03.623Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2023-04-17T23:51:03.623Z] docker_api_containers_test.go:417: unmatched requirement DaemonIsWindows [2023-04-17T23:51:03.623Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2023-04-17T23:51:03.623Z] === RUN TestDockerSuite/TestContainerAPIWait [2023-04-17T23:51:04.558Z] === CONT TestReadPluginNoRead [2023-04-17T23:51:04.558Z] read_test.go:92: [da02adef72fae] daemon is not started [2023-04-17T23:51:04.558Z] --- PASS: TestReadPluginNoRead (6.65s) [2023-04-17T23:51:04.558Z] --- PASS: TestReadPluginNoRead/default (1.21s) [2023-04-17T23:51:04.558Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.60s) [2023-04-17T23:51:04.558Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.60s) [2023-04-17T23:51:04.558Z] PASS [2023-04-17T23:51:04.558Z] [2023-04-17T23:51:04.558Z] DONE 6 tests in 11.092s [2023-04-17T23:51:04.558Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2023-04-17T23:51:04.558Z] ++ 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 [2023-04-17T23:51:04.558Z] ++ set -e [2023-04-17T23:51:04.558Z] ++ '[' -n 0 ']' [2023-04-17T23:51:04.558Z] ++ set -x [2023-04-17T23:51:04.558Z] ++ 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 [2023-04-17T23:51:04.558Z] testing: warning: no tests to run [2023-04-17T23:51:04.558Z] PASS [2023-04-17T23:51:04.558Z] [2023-04-17T23:51:04.558Z] DONE 0 tests in 0.041s [2023-04-17T23:51:04.558Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2023-04-17T23:51:04.558Z] ++ 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 [2023-04-17T23:51:04.558Z] ++ set -e [2023-04-17T23:51:04.558Z] ++ '[' -n 0 ']' [2023-04-17T23:51:04.558Z] ++ set -x [2023-04-17T23:51:04.558Z] ++ 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 [2023-04-17T23:51:04.558Z] INFO: Testing against a local daemon [2023-04-17T23:51:04.558Z] === RUN TestPluginWithDevMounts [2023-04-17T23:51:04.558Z] === PAUSE TestPluginWithDevMounts [2023-04-17T23:51:04.558Z] === CONT TestPluginWithDevMounts [2023-04-17T23:51:06.460Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2023-04-17T23:51:06.460Z] --- PASS: TestPluginWithDevMounts (1.95s) [2023-04-17T23:51:06.460Z] PASS [2023-04-17T23:51:06.460Z] [2023-04-17T23:51:06.460Z] DONE 1 tests in 2.088s [2023-04-17T23:51:06.460Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2023-04-17T23:51:06.460Z] ++ 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 [2023-04-17T23:51:06.460Z] ++ set -e [2023-04-17T23:51:06.460Z] ++ '[' -n 0 ']' [2023-04-17T23:51:06.460Z] ++ set -x [2023-04-17T23:51:06.460Z] ++ 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 [2023-04-17T23:51:06.718Z] INFO: Testing against a local daemon [2023-04-17T23:51:06.718Z] === RUN TestSecretInspect [2023-04-17T23:51:06.977Z] === RUN TestDockerSuite/TestContainerNetworkMode [2023-04-17T23:51:06.977Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2023-04-17T23:51:07.913Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2023-04-17T23:51:09.289Z] docker_api_swarm_node_test.go:20: [da7c97865d134] joining swarm manager [d8228bc525e37]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-04-17T23:51:09.289Z] --- PASS: TestSecretInspect (2.70s) [2023-04-17T23:51:09.289Z] === RUN TestSecretList [2023-04-17T23:51:10.223Z] docker_api_swarm_node_test.go:21: [dfd39be65d9f0] joining swarm manager [d8228bc525e37]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-04-17T23:51:11.598Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2023-04-17T23:51:12.163Z] --- PASS: TestSecretList (2.71s) [2023-04-17T23:51:12.163Z] === RUN TestSecretsCreateAndDelete [2023-04-17T23:51:12.163Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2023-04-17T23:51:13.540Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2023-04-17T23:51:14.475Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2023-04-17T23:51:14.475Z] --- PASS: TestSecretsCreateAndDelete (2.50s) [2023-04-17T23:51:14.475Z] === RUN TestSecretsUpdate [2023-04-17T23:51:15.409Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2023-04-17T23:51:16.343Z] --- PASS: TestSecretsUpdate (1.88s) [2023-04-17T23:51:16.343Z] === RUN TestTemplatedSecret [2023-04-17T23:51:16.602Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2023-04-17T23:51:17.978Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2023-04-17T23:51:18.910Z] --- PASS: TestTemplatedSecret (2.25s) [2023-04-17T23:51:18.910Z] === RUN TestSecretCreateResolve [2023-04-17T23:51:19.475Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2023-04-17T23:51:20.849Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2023-04-17T23:51:20.849Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000f896c8_} [2023-04-17T23:51:20.849Z] --- PASS: TestSecretCreateResolve (2.20s) [2023-04-17T23:51:20.849Z] PASS [2023-04-17T23:51:20.849Z] [2023-04-17T23:51:20.849Z] DONE 6 tests in 14.382s [2023-04-17T23:51:20.849Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2023-04-17T23:51:20.849Z] ++ 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 [2023-04-17T23:51:20.849Z] ++ set -e [2023-04-17T23:51:20.849Z] ++ '[' -n 0 ']' [2023-04-17T23:51:20.849Z] ++ set -x [2023-04-17T23:51:20.849Z] ++ 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 [2023-04-17T23:51:21.107Z] INFO: Testing against a local daemon [2023-04-17T23:51:21.108Z] === RUN TestServiceCreateInit [2023-04-17T23:51:21.108Z] === RUN TestServiceCreateInit/daemonInitDisabled [2023-04-17T23:51:22.042Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-11294427759_/foo_false____} [2023-04-17T23:51:22.871Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2023-04-17T23:51:22.871Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2023-04-17T23:51:22.871Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2023-04-17T23:51:23.326Z] === RUN TestDockerSuite/TestBuildCacheAdd [2023-04-17T23:51:23.326Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2023-04-17T23:51:23.782Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2023-04-17T23:51:23.967Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-11294427759_/foo_true____} [2023-04-17T23:51:24.533Z] docker_api_swarm_test.go:502: [db432714f8eff] joining swarm manager [d011d8834c58b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-04-17T23:51:24.743Z] === RUN TestDockerSuite/TestBuildCacheFrom [2023-04-17T23:51:24.743Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2023-04-17T23:51:24.743Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2023-04-17T23:51:25.466Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33871589333_/foo_false____} [2023-04-17T23:51:26.031Z] === RUN TestServiceCreateInit/daemonInitEnabled [2023-04-17T23:51:26.598Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33871589333_/foo_true____} [2023-04-17T23:51:27.974Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33871589333_/foo_true__0xc000f896f8__} [2023-04-17T23:51:28.521Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2023-04-17T23:51:29.349Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000f89710_} [2023-04-17T23:51:29.482Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2023-04-17T23:51:29.482Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2023-04-17T23:51:29.482Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2023-04-17T23:51:29.482Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2023-04-17T23:51:29.482Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2023-04-17T23:51:29.611Z] --- PASS: TestServiceCreateInit (8.60s) [2023-04-17T23:51:29.611Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.82s) [2023-04-17T23:51:29.611Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.77s) [2023-04-17T23:51:29.611Z] === RUN TestCreateServiceMultipleTimes [2023-04-17T23:51:30.443Z] === RUN TestDockerSuite/TestBuildClearCmd [2023-04-17T23:51:30.986Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000f89728_} [2023-04-17T23:51:31.405Z] === RUN TestDockerSuite/TestBuildCmd [2023-04-17T23:51:31.405Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2023-04-17T23:51:31.860Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2023-04-17T23:51:32.316Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2023-04-17T23:51:32.360Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000f89740_} [2023-04-17T23:51:33.734Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000f89758_} [2023-04-17T23:51:34.057Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2023-04-17T23:51:34.057Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2023-04-17T23:51:34.057Z] ok github.com/docker/docker/api/server/httputils 0.003s coverage: 16.2% of statements [2023-04-17T23:51:34.057Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2023-04-17T23:51:34.057Z] ? github.com/docker/docker/api/server/router [no test files] [2023-04-17T23:51:34.057Z] ? github.com/docker/docker/api/server/router/build [no test files] [2023-04-17T23:51:34.057Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2023-04-17T23:51:34.058Z] ? github.com/docker/docker/api/server/router/container [no test files] [2023-04-17T23:51:34.058Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2023-04-17T23:51:34.058Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2023-04-17T23:51:34.058Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2023-04-17T23:51:34.058Z] ? github.com/docker/docker/api/server/router/image [no test files] [2023-04-17T23:51:34.058Z] ? github.com/docker/docker/api/server/router/network [no test files] [2023-04-17T23:51:34.058Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2023-04-17T23:51:34.058Z] ? github.com/docker/docker/api/server/router/session [no test files] [2023-04-17T23:51:34.317Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 5.7% of statements [2023-04-17T23:51:34.317Z] ? github.com/docker/docker/api/server/router/system [no test files] [2023-04-17T23:51:34.317Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2023-04-17T23:51:34.317Z] ? github.com/docker/docker/api/types [no test files] [2023-04-17T23:51:34.317Z] ? github.com/docker/docker/api/types/backend [no test files] [2023-04-17T23:51:34.317Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2023-04-17T23:51:34.317Z] ? github.com/docker/docker/api/types/container [no test files] [2023-04-17T23:51:34.317Z] ? github.com/docker/docker/api/types/events [no test files] [2023-04-17T23:51:34.887Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2023-04-17T23:51:34.887Z] ok github.com/docker/docker/api/types/filters 0.014s coverage: 93.7% of statements [2023-04-17T23:51:34.887Z] ? github.com/docker/docker/api/types/image [no test files] [2023-04-17T23:51:34.887Z] ? github.com/docker/docker/api/types/mount [no test files] [2023-04-17T23:51:34.887Z] ? github.com/docker/docker/api/types/network [no test files] [2023-04-17T23:51:34.887Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2023-04-17T23:51:34.887Z] ? github.com/docker/docker/api/types/registry [no test files] [2023-04-17T23:51:34.887Z] ? github.com/docker/docker/api/types/swarm [no test files] [2023-04-17T23:51:34.887Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2023-04-17T23:51:34.887Z] ok github.com/docker/docker/api/types/time 0.006s coverage: 100.0% of statements [2023-04-17T23:51:35.109Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2023-04-17T23:51:35.147Z] ok github.com/docker/docker/api/types/versions 0.007s coverage: 75.0% of statements [2023-04-17T23:51:35.147Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2023-04-17T23:51:35.147Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2023-04-17T23:51:35.147Z] ? github.com/docker/docker/api/types/volume [no test files] [2023-04-17T23:51:35.147Z] ? github.com/docker/docker/builder [no test files] [2023-04-17T23:51:35.147Z] ? github.com/docker/docker/builder/builder-next [no test files] [2023-04-17T23:51:35.147Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2023-04-17T23:51:35.147Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2023-04-17T23:51:35.147Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2023-04-17T23:51:35.147Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2023-04-17T23:51:35.147Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2023-04-17T23:51:35.147Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2023-04-17T23:51:35.367Z] docker_api_swarm_test.go:507: [defd98a6e7d27] joining swarm manager [d011d8834c58b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-04-17T23:51:36.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2023-04-17T23:51:36.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2023-04-17T23:51:36.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2023-04-17T23:51:36.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2023-04-17T23:51:36.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2023-04-17T23:51:36.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2023-04-17T23:51:36.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2023-04-17T23:51:36.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2023-04-17T23:51:36.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2023-04-17T23:51:36.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2023-04-17T23:51:36.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2023-04-17T23:51:36.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2023-04-17T23:51:36.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2023-04-17T23:51:36.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2023-04-17T23:51:36.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2023-04-17T23:51:36.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2023-04-17T23:51:36.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2023-04-17T23:51:36.302Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2023-04-17T23:51:36.979Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2023-04-17T23:51:37.768Z] ok github.com/docker/docker/builder/remotecontext 0.087s coverage: 13.7% of statements [2023-04-17T23:51:38.031Z] ok github.com/docker/docker/builder/dockerfile 0.292s coverage: 48.5% of statements [2023-04-17T23:51:38.031Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2023-04-17T23:51:38.202Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2023-04-17T23:51:38.506Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2023-04-17T23:51:38.506Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2023-04-17T23:51:38.506Z] === RUN TestDockerSuite/TestBuildConditionalCache [2023-04-17T23:51:38.989Z] ok github.com/docker/docker/cli/debug 0.004s coverage: 100.0% of statements [2023-04-17T23:51:39.466Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2023-04-17T23:51:39.467Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2023-04-17T23:51:39.467Z] === RUN TestDockerSuite/TestBuildContextCleanup [2023-04-17T23:51:39.467Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2023-04-17T23:51:40.103Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2023-04-17T23:51:40.898Z] ok github.com/docker/docker/builder/remotecontext/git 2.521s coverage: 83.5% of statements [2023-04-17T23:51:40.898Z] ? github.com/docker/docker/cli [no test files] [2023-04-17T23:51:40.898Z] ? github.com/docker/docker/cli/config [no test files] [2023-04-17T23:51:41.629Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2023-04-17T23:51:42.002Z] === RUN TestDockerSuite/TestCopyAndRestart [2023-04-17T23:51:42.085Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2023-04-17T23:51:42.540Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2023-04-17T23:51:42.540Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2023-04-17T23:51:42.540Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2023-04-17T23:51:42.568Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2023-04-17T23:51:42.826Z] === RUN TestDockerSuite/TestCpAbsolutePath [2023-04-17T23:51:42.996Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2023-04-17T23:51:43.392Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2023-04-17T23:51:43.452Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2023-04-17T23:51:43.452Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2023-04-17T23:51:43.452Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2023-04-17T23:51:43.452Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2023-04-17T23:51:43.452Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2023-04-17T23:51:43.977Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2023-04-17T23:51:44.195Z] ok github.com/docker/docker/client 0.112s coverage: 75.4% of statements [2023-04-17T23:51:44.244Z] === RUN TestDockerSuite/TestCpFromCaseA [2023-04-17T23:51:44.810Z] === RUN TestDockerSuite/TestCpFromCaseB [2023-04-17T23:51:45.375Z] === RUN TestDockerSuite/TestCpFromCaseC [2023-04-17T23:51:45.941Z] --- PASS: TestCreateServiceMultipleTimes (16.10s) [2023-04-17T23:51:45.941Z] === RUN TestCreateServiceConflict [2023-04-17T23:51:45.941Z] === RUN TestDockerSuite/TestCpFromCaseD [2023-04-17T23:51:46.875Z] === RUN TestDockerSuite/TestCpFromCaseE [2023-04-17T23:51:47.446Z] === RUN TestDockerSuite/TestCpFromCaseF [2023-04-17T23:51:48.115Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2023-04-17T23:51:48.381Z] === RUN TestDockerSuite/TestCpFromCaseG [2023-04-17T23:51:48.381Z] --- PASS: TestCreateServiceConflict (2.58s) [2023-04-17T23:51:48.381Z] === RUN TestCreateServiceMaxReplicas [2023-04-17T23:51:48.947Z] === RUN TestDockerSuite/TestCpFromCaseH [2023-04-17T23:51:49.882Z] === RUN TestDockerSuite/TestCpFromCaseI [2023-04-17T23:51:50.449Z] === RUN TestDockerSuite/TestCpFromCaseJ [2023-04-17T23:51:51.384Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2023-04-17T23:51:51.643Z] --- PASS: TestCreateServiceMaxReplicas (3.33s) [2023-04-17T23:51:51.643Z] === RUN TestCreateWithDuplicateNetworkNames [2023-04-17T23:51:52.210Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2023-04-17T23:51:52.776Z] === RUN TestDockerSuite/TestCpGarbagePath [2023-04-17T23:51:53.342Z] === RUN TestDockerSuite/TestCpLocalOnly [2023-04-17T23:51:53.600Z] === RUN TestDockerSuite/TestCpNameHasColon [2023-04-17T23:51:54.167Z] === RUN TestDockerSuite/TestCpRelativePath [2023-04-17T23:51:55.100Z] === RUN TestDockerSuite/TestCpSpecialFiles [2023-04-17T23:51:55.666Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2023-04-17T23:51:56.232Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2023-04-17T23:51:56.797Z] === RUN TestDockerSuite/TestCpToCaseA [2023-04-17T23:51:57.730Z] === RUN TestDockerSuite/TestCpToCaseB [2023-04-17T23:51:57.988Z] === RUN TestDockerSuite/TestCpToCaseC [2023-04-17T23:51:59.890Z] === RUN TestDockerSuite/TestCpToCaseD [2023-04-17T23:52:02.421Z] === RUN TestDockerSuite/TestCpToCaseE [2023-04-17T23:52:04.350Z] === RUN TestDockerSuite/TestCpToCaseF [2023-04-17T23:52:04.609Z] === RUN TestDockerSuite/TestCpToCaseG [2023-04-17T23:52:05.544Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.65s) [2023-04-17T23:52:05.544Z] === RUN TestCreateServiceSecretFileMode [2023-04-17T23:52:08.075Z] === RUN TestDockerSuite/TestCpToCaseH [2023-04-17T23:52:09.976Z] === RUN TestDockerSuite/TestCpToCaseI [2023-04-17T23:52:09.976Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2023-04-17T23:52:10.235Z] === RUN TestDockerSuite/TestCpToCaseJ [2023-04-17T23:52:12.136Z] docker_api_swarm_node_test.go:81: [d26d9479b107a] joining swarm manager [dc7a144ea6eb8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-04-17T23:52:13.197Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2023-04-17T23:52:13.197Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2023-04-17T23:52:13.509Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2023-04-17T23:52:14.076Z] === RUN TestDockerSuite/TestCpToDot [2023-04-17T23:52:14.158Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2023-04-17T23:52:14.642Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2023-04-17T23:52:15.576Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2023-04-17T23:52:16.511Z] === RUN TestDockerSuite/TestCpToStdout [2023-04-17T23:52:17.077Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2023-04-17T23:52:17.872Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2023-04-17T23:52:17.872Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2023-04-17T23:52:18.012Z] --- PASS: TestCreateServiceSecretFileMode (12.76s) [2023-04-17T23:52:18.013Z] === RUN TestCreateServiceConfigFileMode [2023-04-17T23:52:18.271Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2023-04-17T23:52:18.328Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2023-04-17T23:52:18.328Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2023-04-17T23:52:18.328Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2023-04-17T23:52:18.328Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2023-04-17T23:52:18.529Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2023-04-17T23:52:18.784Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2023-04-17T23:52:18.784Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2023-04-17T23:52:18.784Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2023-04-17T23:52:18.784Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2023-04-17T23:52:19.464Z] === RUN TestDockerSuite/TestCpVolumePath [2023-04-17T23:52:20.839Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2023-04-17T23:52:20.839Z] === RUN TestDockerSuite/TestCreateArgs [2023-04-17T23:52:20.839Z] === RUN TestDockerSuite/TestCreateByImageID [2023-04-17T23:52:21.404Z] === RUN TestDockerSuite/TestCreateEchoStdout [2023-04-17T23:52:21.662Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2023-04-17T23:52:21.662Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2023-04-17T23:52:21.662Z] === RUN TestDockerSuite/TestCreateHostConfig [2023-04-17T23:52:21.919Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2023-04-17T23:52:22.177Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2023-04-17T23:52:22.435Z] === RUN TestDockerSuite/TestCreateLabels [2023-04-17T23:52:22.435Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2023-04-17T23:52:22.692Z] === RUN TestDockerSuite/TestCreateRM [2023-04-17T23:52:22.692Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2023-04-17T23:52:22.692Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2023-04-17T23:52:22.692Z] === RUN TestDockerSuite/TestCreateStopSignal [2023-04-17T23:52:22.692Z] === RUN TestDockerSuite/TestCreateStopTimeout [2023-04-17T23:52:22.950Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2023-04-17T23:52:22.953Z] ok github.com/docker/docker/cmd/dockerd 0.088s coverage: 29.0% of statements [2023-04-17T23:52:22.953Z] ok github.com/docker/docker/container 0.133s coverage: 34.5% of statements [2023-04-17T23:52:22.953Z] ? github.com/docker/docker/container/stream [no test files] [2023-04-17T23:52:22.953Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2023-04-17T23:52:22.953Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2023-04-17T23:52:22.953Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2023-04-17T23:52:24.336Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2023-04-17T23:52:24.336Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2023-04-17T23:52:24.336Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2023-04-17T23:52:26.255Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2023-04-17T23:52:27.631Z] === RUN TestDockerSuite/TestCreateWithPortRange [2023-04-17T23:52:27.631Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2023-04-17T23:52:27.631Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2023-04-17T23:52:27.631Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2023-04-17T23:52:27.631Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2023-04-17T23:52:27.631Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2023-04-17T23:52:28.198Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2023-04-17T23:52:28.456Z] docker_api_swarm_node_test.go:53: [d6231c2360fa0] joining swarm manager [d0dd59764615c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-04-17T23:52:29.390Z] docker_api_swarm_node_test.go:54: [dbfc6fbcc50d6] joining swarm manager [d0dd59764615c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-04-17T23:52:29.390Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2023-04-17T23:52:29.956Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2023-04-17T23:52:31.086Z] ok github.com/docker/docker/daemon/cluster 0.071s coverage: 0.5% of statements [2023-04-17T23:52:31.332Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2023-04-17T23:52:31.332Z] --- PASS: TestCreateServiceConfigFileMode (13.00s) [2023-04-17T23:52:31.332Z] === RUN TestCreateServiceSysctls [2023-04-17T23:52:31.658Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.011s coverage: 65.3% of statements [2023-04-17T23:52:32.266Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2023-04-17T23:52:32.833Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2023-04-17T23:52:33.042Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.9% of statements [2023-04-17T23:52:33.400Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2023-04-17T23:52:33.659Z] === RUN TestDockerSuite/TestDevicePermissions [2023-04-17T23:52:34.226Z] === RUN TestDockerSuite/TestDockerFails [2023-04-17T23:52:34.226Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2023-04-17T23:52:34.226Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2023-04-17T23:52:34.226Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2023-04-17T23:52:34.793Z] --- PASS: TestCreateServiceSysctls (3.53s) [2023-04-17T23:52:34.793Z] === RUN TestCreateServiceCapabilities [2023-04-17T23:52:35.358Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2023-04-17T23:52:35.924Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2023-04-17T23:52:37.298Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2023-04-17T23:52:37.298Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2023-04-17T23:52:37.298Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2023-04-17T23:52:37.557Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2023-04-17T23:52:37.557Z] --- PASS: TestCreateServiceCapabilities (2.88s) [2023-04-17T23:52:37.557Z] === RUN TestInspect [2023-04-17T23:52:40.837Z] --- PASS: TestInspect (2.83s) [2023-04-17T23:52:40.837Z] === RUN TestCreateJob [2023-04-17T23:52:41.258Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.438s coverage: 13.8% of statements [2023-04-17T23:52:41.258Z] ok github.com/docker/docker/daemon/config 0.026s coverage: 81.8% of statements [2023-04-17T23:52:41.258Z] ok github.com/docker/docker/daemon/discovery 0.003s coverage: 30.0% of statements [2023-04-17T23:52:41.829Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2023-04-17T23:52:42.400Z] ok github.com/docker/docker/daemon/graphdriver 0.004s coverage: 2.2% of statements [2023-04-17T23:52:43.341Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.446s coverage: 74.6% of statements [2023-04-17T23:52:43.363Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2023-04-17T23:52:43.621Z] --- PASS: TestCreateJob (3.24s) [2023-04-17T23:52:43.621Z] === RUN TestReplicatedJob [2023-04-17T23:52:43.868Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2023-04-17T23:52:43.868Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2023-04-17T23:52:43.868Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2023-04-17T23:52:43.868Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2023-04-17T23:52:44.723Z] ok github.com/docker/docker/daemon 12.127s coverage: 17.1% of statements [2023-04-17T23:52:44.723Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2023-04-17T23:52:44.723Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2023-04-17T23:52:44.723Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2023-04-17T23:52:44.723Z] ? github.com/docker/docker/daemon/exec [no test files] [2023-04-17T23:52:44.983Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.014s coverage: 2.9% of statements [2023-04-17T23:52:45.007Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2023-04-17T23:52:45.553Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.394s coverage: 60.7% of statements [2023-04-17T23:52:47.466Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.011s coverage: 1.8% of statements [2023-04-17T23:52:47.541Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2023-04-17T23:52:48.407Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.189s coverage: 50.5% of statements [2023-04-17T23:52:49.442Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2023-04-17T23:52:49.442Z] --- PASS: TestReplicatedJob (5.73s) [2023-04-17T23:52:49.442Z] === RUN TestUpdateReplicatedJob [2023-04-17T23:52:49.792Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.318s coverage: 46.2% of statements [2023-04-17T23:52:49.793Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2023-04-17T23:52:50.007Z] === RUN TestDockerSuite/TestEventsAttach [2023-04-17T23:52:50.363Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.583s coverage: 58.0% of statements [2023-04-17T23:52:50.363Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2023-04-17T23:52:50.363Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2023-04-17T23:52:50.363Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.014s coverage: 58.8% of statements [2023-04-17T23:52:50.573Z] === RUN TestDockerSuite/TestEventsCommit [2023-04-17T23:52:51.305Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.009s coverage: 3.0% of statements [2023-04-17T23:52:51.508Z] === RUN TestDockerSuite/TestEventsContainerEvents [2023-04-17T23:52:51.876Z] ok github.com/docker/docker/daemon/links 0.005s coverage: 93.0% of statements [2023-04-17T23:52:52.075Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2023-04-17T23:52:52.642Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2023-04-17T23:52:52.817Z] ok github.com/docker/docker/daemon/images 0.020s coverage: 6.6% of statements [2023-04-17T23:52:52.817Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2023-04-17T23:52:52.817Z] ? github.com/docker/docker/daemon/listeners [no test files] [2023-04-17T23:52:53.209Z] --- PASS: TestUpdateReplicatedJob (3.76s) [2023-04-17T23:52:53.210Z] === RUN TestServiceListWithStatuses [2023-04-17T23:52:53.210Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2023-04-17T23:52:53.210Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2023-04-17T23:52:53.210Z] === RUN TestDockerNetworkConnectAlias [2023-04-17T23:52:53.210Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2023-04-17T23:52:53.389Z] ok github.com/docker/docker/daemon/logger 0.220s coverage: 43.2% of statements [2023-04-17T23:52:54.331Z] ok github.com/docker/docker/daemon/logger/awslogs 0.152s coverage: 76.8% of statements [2023-04-17T23:52:54.331Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2023-04-17T23:52:54.331Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2023-04-17T23:52:54.331Z] ok github.com/docker/docker/daemon/logger/gelf 0.007s coverage: 67.0% of statements [2023-04-17T23:52:54.903Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.9% of statements [2023-04-17T23:52:55.108Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2023-04-17T23:52:55.164Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.007s coverage: 69.9% of statements [2023-04-17T23:52:55.164Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.012s coverage: 87.2% of statements [2023-04-17T23:52:56.042Z] === RUN TestDockerSuite/TestEventsContainerRestart [2023-04-17T23:52:56.104Z] ok github.com/docker/docker/daemon/logger/local 0.022s coverage: 78.7% of statements [2023-04-17T23:52:56.104Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2023-04-17T23:52:56.365Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.047s coverage: 54.7% of statements [2023-04-17T23:52:56.937Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.008s coverage: 31.5% of statements [2023-04-17T23:52:57.880Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2023-04-17T23:52:57.880Z] ok github.com/docker/docker/daemon/logger/templates 0.004s coverage: 8.3% of statements [2023-04-17T23:52:57.942Z] --- PASS: TestDockerNetworkConnectAlias (4.96s) [2023-04-17T23:52:57.942Z] === RUN TestDockerNetworkReConnect [2023-04-17T23:52:58.452Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2023-04-17T23:52:58.877Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2023-04-17T23:52:59.023Z] ok github.com/docker/docker/daemon/logger/splunk 1.623s coverage: 82.5% of statements [2023-04-17T23:52:59.023Z] ? github.com/docker/docker/daemon/names [no test files] [2023-04-17T23:52:59.023Z] ? github.com/docker/docker/daemon/stats [no test files] [2023-04-17T23:53:00.476Z] ok github.com/docker/docker/distribution/metadata 0.056s coverage: 48.2% of statements [2023-04-17T23:53:00.735Z] ok github.com/docker/docker/distribution 0.628s coverage: 29.0% of statements [2023-04-17T23:53:00.735Z] ? github.com/docker/docker/distribution/utils [no test files] [2023-04-17T23:53:00.777Z] === RUN TestDockerSuite/TestEventsCopy [2023-04-17T23:53:01.306Z] ok github.com/docker/docker/errdefs 0.005s coverage: 77.0% of statements [2023-04-17T23:53:01.515Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2023-04-17T23:53:01.515Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2023-04-17T23:53:01.515Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2023-04-17T23:53:01.711Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2023-04-17T23:53:01.711Z] --- PASS: TestDockerNetworkReConnect (3.64s) [2023-04-17T23:53:01.711Z] === RUN TestServicePlugin [2023-04-17T23:53:01.876Z] ok github.com/docker/docker/image 0.014s coverage: 86.8% of statements [2023-04-17T23:53:01.970Z] === RUN TestDockerSuite/TestEventsFilterContainer [2023-04-17T23:53:02.446Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2023-04-17T23:53:02.707Z] ok github.com/docker/docker/image/v1 0.006s coverage: 25.0% of statements [2023-04-17T23:53:02.967Z] ok github.com/docker/docker/distribution/xfer 1.892s coverage: 84.6% of statements [2023-04-17T23:53:02.967Z] ? github.com/docker/docker/dockerversion [no test files] [2023-04-17T23:53:02.967Z] ? github.com/docker/docker/image/tarexport [no test files] [2023-04-17T23:53:02.967Z] ? github.com/docker/docker/internal/test/suite [no test files] [2023-04-17T23:53:03.539Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2023-04-17T23:53:03.872Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2023-04-17T23:53:04.402Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2023-04-17T23:53:04.480Z] ok github.com/docker/docker/oci 0.008s coverage: 40.6% of statements [2023-04-17T23:53:04.741Z] ok github.com/docker/docker/opts 0.020s coverage: 67.1% of statements [2023-04-17T23:53:05.001Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2023-04-17T23:53:06.383Z] ok github.com/docker/docker/pkg/archive 0.286s coverage: 81.9% of statements [2023-04-17T23:53:06.398Z] plugin_test.go:61: [d6e6c593c5603] joining swarm manager [df99110645b6f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-04-17T23:53:06.566Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2023-04-17T23:53:06.954Z] ok github.com/docker/docker/pkg/authorization 0.078s coverage: 68.3% of statements [2023-04-17T23:53:07.214Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2023-04-17T23:53:07.341Z] plugin_test.go:64: [dd75b40c9d6d1] joining swarm manager [df99110645b6f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-04-17T23:53:07.475Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2023-04-17T23:53:07.907Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2023-04-17T23:53:08.735Z] === RUN TestDockerSuite/TestBuildDockerignore [2023-04-17T23:53:09.279Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2023-04-17T23:53:09.537Z] === RUN TestDockerSuite/TestEventsFilterImageName [2023-04-17T23:53:10.104Z] docker_api_swarm_test.go:202: [d12e0da0723b4] joining swarm manager [d2c2763ee2567]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-04-17T23:53:10.670Z] === RUN TestDockerSuite/TestEventsFilterLabels [2023-04-17T23:53:10.767Z] ok github.com/docker/docker/pkg/chrootarchive 2.462s coverage: 43.5% of statements [2023-04-17T23:53:10.767Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2023-04-17T23:53:10.767Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2023-04-17T23:53:11.027Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 97.6% of statements [2023-04-17T23:53:11.236Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2023-04-17T23:53:11.236Z] === RUN TestDockerSuite/TestEventsFilterType [2023-04-17T23:53:11.493Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2023-04-17T23:53:11.752Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2023-04-17T23:53:11.752Z] === RUN TestDockerSuite/TestEventsFilters [2023-04-17T23:53:12.410Z] ok github.com/docker/docker/layer 7.907s coverage: 68.8% of statements [2023-04-17T23:53:12.410Z] ? github.com/docker/docker/libcontainerd [no test files] [2023-04-17T23:53:12.410Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2023-04-17T23:53:12.410Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2023-04-17T23:53:12.410Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2023-04-17T23:53:12.410Z] ? github.com/docker/docker/oci/caps [no test files] [2023-04-17T23:53:12.410Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2023-04-17T23:53:12.410Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2023-04-17T23:53:12.670Z] ok github.com/docker/docker/pkg/discovery/memory 0.012s coverage: 92.3% of statements [2023-04-17T23:53:12.686Z] === RUN TestDockerSuite/TestEventsFormat [2023-04-17T23:53:12.931Z] ok github.com/docker/docker/pkg/discovery/nodes 0.003s coverage: 93.8% of statements [2023-04-17T23:53:13.192Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2023-04-17T23:53:13.619Z] === RUN TestDockerSuite/TestEventsFormatBadField [2023-04-17T23:53:13.619Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2023-04-17T23:53:13.619Z] === RUN TestDockerSuite/TestEventsImageImport [2023-04-17T23:53:14.131Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2023-04-17T23:53:14.553Z] === RUN TestDockerSuite/TestEventsImageLoad [2023-04-17T23:53:14.553Z] === RUN TestDockerSuite/TestEventsImagePull [2023-04-17T23:53:14.701Z] ok github.com/docker/docker/pkg/discovery/kv 3.018s coverage: 84.1% of statements [2023-04-17T23:53:14.701Z] ok github.com/docker/docker/pkg/fileutils 0.011s coverage: 86.5% of statements [2023-04-17T23:53:14.961Z] ok github.com/docker/docker/pkg/fsutils 0.133s coverage: 85.1% of statements [2023-04-17T23:53:14.961Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2023-04-17T23:53:15.485Z] === RUN TestDockerSuite/TestEventsImageTag [2023-04-17T23:53:16.343Z] ok github.com/docker/docker/pkg/idtools 0.456s coverage: 69.5% of statements [2023-04-17T23:53:16.343Z] ok github.com/docker/docker/pkg/ioutils 0.418s coverage: 70.1% of statements [2023-04-17T23:53:16.417Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2023-04-17T23:53:16.603Z] ok github.com/docker/docker/pkg/longpath 0.006s coverage: 100.0% of statements [2023-04-17T23:53:16.603Z] ok github.com/docker/docker/pkg/jsonmessage 0.006s coverage: 91.7% of statements [2023-04-17T23:53:16.603Z] ? github.com/docker/docker/pkg/locker [no test files] [2023-04-17T23:53:16.603Z] ? github.com/docker/docker/pkg/loopback [no test files] [2023-04-17T23:53:16.603Z] ? github.com/docker/docker/pkg/mount [no test files] [2023-04-17T23:53:16.676Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2023-04-17T23:53:16.676Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2023-04-17T23:53:16.676Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2023-04-17T23:53:16.676Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2023-04-17T23:53:16.676Z] === RUN TestDockerSuite/TestEventsPluginOps [2023-04-17T23:53:16.864Z] ok github.com/docker/docker/pkg/namesgenerator 0.003s coverage: 85.7% of statements [2023-04-17T23:53:16.864Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2023-04-17T23:53:16.864Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2023-04-17T23:53:17.125Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2023-04-17T23:53:17.385Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 86.7% of statements [2023-04-17T23:53:17.385Z] ok github.com/docker/docker/pkg/pidfile 0.011s coverage: 82.4% of statements [2023-04-17T23:53:17.385Z] ? github.com/docker/docker/pkg/platform [no test files] [2023-04-17T23:53:17.385Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2023-04-17T23:53:18.325Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.009s coverage: 56.8% of statements [2023-04-17T23:53:18.586Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2023-04-17T23:53:18.846Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2023-04-17T23:53:18.846Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2023-04-17T23:53:19.957Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2023-04-17T23:53:19.957Z] === RUN TestDockerSuite/TestEventsRename [2023-04-17T23:53:20.238Z] ok github.com/docker/docker/pkg/pubsub 1.034s coverage: 75.0% of statements [2023-04-17T23:53:20.499Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2023-04-17T23:53:20.891Z] === RUN TestDockerSuite/TestEventsResize [2023-04-17T23:53:21.148Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2023-04-17T23:53:24.694Z] ok github.com/docker/docker/pkg/signal 3.298s coverage: 62.3% of statements [2023-04-17T23:53:24.694Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2023-04-17T23:53:24.694Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2023-04-17T23:53:24.694Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2023-04-17T23:53:25.264Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 52.9% of statements [2023-04-17T23:53:25.524Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 36.9% of statements [2023-04-17T23:53:25.784Z] ok github.com/docker/docker/pkg/tailfile 0.048s coverage: 88.6% of statements [2023-04-17T23:53:26.356Z] ok github.com/docker/docker/pkg/tarsum 0.044s coverage: 89.3% of statements [2023-04-17T23:53:26.408Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2023-04-17T23:53:26.616Z] coverage: [no statements] [2023-04-17T23:53:26.616Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2023-04-17T23:53:26.666Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2023-04-17T23:53:26.876Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2023-04-17T23:53:26.876Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2023-04-17T23:53:27.137Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2023-04-17T23:53:27.232Z] === RUN TestDockerSuite/TestEventsStreaming [2023-04-17T23:53:28.056Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2023-04-17T23:53:28.056Z] docker_api_swarm_test.go:384: [dd4a8e686ee99] joining swarm manager [d0cce4e78276f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-04-17T23:53:29.046Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2023-04-17T23:53:29.046Z] ok github.com/docker/docker/plugin/v2 0.004s coverage: 14.4% of statements [2023-04-17T23:53:29.440Z] docker_api_swarm_test.go:385: [dc26fa0dd7dac] joining swarm manager [d0cce4e78276f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-04-17T23:53:29.617Z] ok github.com/docker/docker/profiles/seccomp 0.007s coverage: 85.6% of statements [2023-04-17T23:53:30.558Z] ok github.com/docker/docker/quota 0.230s coverage: 71.4% of statements [2023-04-17T23:53:30.813Z] === RUN TestDockerSuite/TestEventsTop [2023-04-17T23:53:30.818Z] ok github.com/docker/docker/reference 0.007s coverage: 84.4% of statements [2023-04-17T23:53:31.379Z] === RUN TestDockerSuite/TestEventsUntag [2023-04-17T23:53:31.758Z] ok github.com/docker/docker/registry 0.052s coverage: 57.3% of statements [2023-04-17T23:53:32.328Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2023-04-17T23:53:32.328Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2023-04-17T23:53:32.899Z] ok github.com/docker/docker/runconfig 0.009s coverage: 66.1% of statements [2023-04-17T23:53:33.160Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2023-04-17T23:53:33.276Z] --- PASS: TestServicePlugin (31.49s) [2023-04-17T23:53:33.276Z] === RUN TestServiceUpdateLabel [2023-04-17T23:53:33.840Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2023-04-17T23:53:35.070Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2023-04-17T23:53:35.214Z] --- PASS: TestServiceUpdateLabel (2.04s) [2023-04-17T23:53:35.214Z] === RUN TestServiceUpdateSecrets [2023-04-17T23:53:35.330Z] ok github.com/docker/docker/volume/local 0.122s coverage: 76.4% of statements [2023-04-17T23:53:35.900Z] ok github.com/docker/docker/volume/mounts 0.020s coverage: 67.0% of statements [2023-04-17T23:53:36.841Z] ok github.com/docker/docker/volume/service 0.015s coverage: 73.1% of statements [2023-04-17T23:53:40.475Z] === RUN TestDockerSuite/TestExec [2023-04-17T23:53:40.475Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2023-04-17T23:53:41.041Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2023-04-17T23:53:41.607Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2023-04-17T23:53:41.868Z] === RUN TestDockerSuite/TestExecAPIStart [2023-04-17T23:53:42.804Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2023-04-17T23:53:43.371Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2023-04-17T23:53:43.936Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2023-04-17T23:53:44.505Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2023-04-17T23:53:45.072Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2023-04-17T23:53:45.639Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2023-04-17T23:53:46.206Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2023-04-17T23:53:47.140Z] === RUN TestDockerSuite/TestExecCgroup [2023-04-17T23:53:47.706Z] === RUN TestDockerSuite/TestExecEnv [2023-04-17T23:53:48.274Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2023-04-17T23:53:49.649Z] === RUN TestDockerSuite/TestExecExitStatus [2023-04-17T23:53:49.649Z] --- PASS: TestServiceUpdateSecrets (14.49s) [2023-04-17T23:53:49.649Z] === RUN TestServiceUpdateConfigs [2023-04-17T23:53:49.908Z] === RUN TestDockerSuite/TestExecInspectID [2023-04-17T23:53:51.824Z] === RUN TestDockerSuite/TestExecInteractive [2023-04-17T23:53:52.391Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2023-04-17T23:53:52.957Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2023-04-17T23:53:53.215Z] === RUN TestDockerSuite/TestExecParseError [2023-04-17T23:53:53.782Z] === RUN TestDockerSuite/TestExecPausedContainer [2023-04-17T23:53:54.347Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2023-04-17T23:53:54.605Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2023-04-17T23:53:54.938Z] ok github.com/docker/docker/pkg/plugins 33.635s coverage: 76.3% of statements [2023-04-17T23:53:54.938Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2023-04-17T23:53:54.938Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2023-04-17T23:53:54.938Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2023-04-17T23:53:54.938Z] ? github.com/docker/docker/pkg/symlink [no test files] [2023-04-17T23:53:54.938Z] ? github.com/docker/docker/pkg/term [no test files] [2023-04-17T23:53:54.938Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2023-04-17T23:53:54.938Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2023-04-17T23:53:54.938Z] ? github.com/docker/docker/rootless [no test files] [2023-04-17T23:53:54.938Z] ? github.com/docker/docker/rootless/specconv [no test files] [2023-04-17T23:53:54.938Z] ? github.com/docker/docker/runconfig/opts [no test files] [2023-04-17T23:53:54.938Z] ? github.com/docker/docker/testutil/daemon [no test files] [2023-04-17T23:53:54.938Z] ? github.com/docker/docker/testutil/environment [no test files] [2023-04-17T23:53:54.938Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2023-04-17T23:53:54.938Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2023-04-17T23:53:54.938Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2023-04-17T23:53:54.938Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2023-04-17T23:53:54.938Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2023-04-17T23:53:54.938Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2023-04-17T23:53:54.938Z] ? github.com/docker/docker/testutil/registry [no test files] [2023-04-17T23:53:54.938Z] ? github.com/docker/docker/testutil/request [no test files] [2023-04-17T23:53:54.938Z] ? github.com/docker/docker/volume [no test files] [2023-04-17T23:53:54.938Z] ? github.com/docker/docker/volume/service/opts [no test files] [2023-04-17T23:53:54.938Z] ? github.com/docker/docker/volume/testutils [no test files] [2023-04-17T23:53:54.938Z] [2023-04-17T23:53:54.938Z] === Skipped [2023-04-17T23:53:54.938Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2023-04-17T23:53:54.938Z] exec_linux_test.go:19: requires AppArmor to be enabled [2023-04-17T23:53:54.938Z] [2023-04-17T23:53:54.938Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2023-04-17T23:53:54.938Z] exec_linux_test.go:39: requires AppArmor to be enabled [2023-04-17T23:53:54.938Z] [2023-04-17T23:53:54.938Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2023-04-17T23:53:54.938Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-04-17T23:53:54.938Z] graphtest_unix.go:46: Driver btrfs not supported [2023-04-17T23:53:54.938Z] [2023-04-17T23:53:54.938Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2023-04-17T23:53:54.938Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-04-17T23:53:54.938Z] graphtest_unix.go:46: Driver btrfs not supported [2023-04-17T23:53:54.938Z] [2023-04-17T23:53:54.938Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2023-04-17T23:53:54.938Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-04-17T23:53:54.938Z] graphtest_unix.go:46: Driver btrfs not supported [2023-04-17T23:53:54.938Z] [2023-04-17T23:53:54.938Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2023-04-17T23:53:54.938Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-04-17T23:53:54.938Z] graphtest_unix.go:46: Driver btrfs not supported [2023-04-17T23:53:54.938Z] [2023-04-17T23:53:54.938Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2023-04-17T23:53:54.938Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-04-17T23:53:54.938Z] graphtest_unix.go:46: Driver btrfs not supported [2023-04-17T23:53:54.938Z] [2023-04-17T23:53:54.938Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2023-04-17T23:53:54.938Z] graphtest_unix.go:73: No driver to put! [2023-04-17T23:53:54.938Z] [2023-04-17T23:53:54.938Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2023-04-17T23:53:54.938Z] time="2023-04-17T23:52:46Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2023-04-17T23:53:54.938Z] graphtest_unix.go:44: graphdriver: driver not supported [2023-04-17T23:53:54.938Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2023-04-17T23:53:54.938Z] [2023-04-17T23:53:54.938Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2023-04-17T23:53:54.938Z] time="2023-04-17T23:52:46Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2023-04-17T23:53:54.938Z] graphtest_unix.go:44: graphdriver: driver not supported [2023-04-17T23:53:54.938Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2023-04-17T23:53:54.938Z] [2023-04-17T23:53:54.938Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2023-04-17T23:53:54.938Z] time="2023-04-17T23:52:46Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2023-04-17T23:53:54.938Z] graphtest_unix.go:44: graphdriver: driver not supported [2023-04-17T23:53:54.938Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2023-04-17T23:53:54.938Z] [2023-04-17T23:53:54.938Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2023-04-17T23:53:54.938Z] time="2023-04-17T23:52:46Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2023-04-17T23:53:54.938Z] graphtest_unix.go:44: graphdriver: driver not supported [2023-04-17T23:53:54.938Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2023-04-17T23:53:54.938Z] [2023-04-17T23:53:54.938Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2023-04-17T23:53:54.938Z] time="2023-04-17T23:52:46Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2023-04-17T23:53:54.938Z] graphtest_unix.go:44: graphdriver: driver not supported [2023-04-17T23:53:54.938Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2023-04-17T23:53:54.938Z] [2023-04-17T23:53:54.938Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2023-04-17T23:53:54.938Z] graphtest_unix.go:73: No driver to put! [2023-04-17T23:53:54.938Z] [2023-04-17T23:53:54.938Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2023-04-17T23:53:54.938Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2023-04-17T23:53:54.938Z] [2023-04-17T23:53:54.938Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2023-04-17T23:53:54.938Z] overlay_test.go:50: Fails to compute changes intermittently [2023-04-17T23:53:54.938Z] [2023-04-17T23:53:54.938Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2023-04-17T23:53:54.938Z] overlay_test.go:65: Cannot run test with naive change algorithm [2023-04-17T23:53:54.938Z] [2023-04-17T23:53:54.938Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2023-04-17T23:53:54.938Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2023-04-17T23:53:54.938Z] [2023-04-17T23:53:54.938Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2023-04-17T23:53:54.938Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-04-17T23:53:54.938Z] graphtest_unix.go:46: Driver zfs not supported [2023-04-17T23:53:54.938Z] [2023-04-17T23:53:54.938Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2023-04-17T23:53:54.938Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-04-17T23:53:54.938Z] graphtest_unix.go:46: Driver zfs not supported [2023-04-17T23:53:54.938Z] [2023-04-17T23:53:54.938Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2023-04-17T23:53:54.938Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-04-17T23:53:54.938Z] graphtest_unix.go:46: Driver zfs not supported [2023-04-17T23:53:54.938Z] [2023-04-17T23:53:54.938Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2023-04-17T23:53:54.938Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-04-17T23:53:54.938Z] graphtest_unix.go:46: Driver zfs not supported [2023-04-17T23:53:54.938Z] [2023-04-17T23:53:54.938Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2023-04-17T23:53:54.938Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-04-17T23:53:54.938Z] graphtest_unix.go:46: Driver zfs not supported [2023-04-17T23:53:54.938Z] [2023-04-17T23:53:54.938Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2023-04-17T23:53:54.938Z] graphtest_unix.go:73: No driver to put! [2023-04-17T23:53:54.938Z] [2023-04-17T23:53:54.938Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2023-04-17T23:53:54.939Z] sysinfo_linux_test.go:91: App Armor Must be Disabled [2023-04-17T23:53:54.939Z] [2023-04-17T23:53:54.939Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2023-04-17T23:53:54.939Z] sysinfo_linux_test.go:111: cgroup namespaces must be disabled [2023-04-17T23:53:54.939Z] [2023-04-17T23:53:54.939Z] DONE 2266 tests, 26 skipped in 235.661s Post stage [Pipeline] junit [2023-04-17T23:53:54.952Z] Recording test results [2023-04-17T23:53:55.283Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2023-04-17T23:53:55.634Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45349/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ad45ece6fe93c6870080341daa12fe8da6271fa9 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:ad45ece6fe93c6870080341daa12fe8da6271fa9 hack/validate/vendor [2023-04-17T23:53:55.979Z] === RUN TestDockerSuite/TestExecSetEnv [2023-04-17T23:53:56.208Z] update vendored copy of archive/tar [2023-04-17T23:53:56.208Z] downloading: https://golang.org/dl/go1.19.8.src.tar.gz [2023-04-17T23:53:56.237Z] === RUN TestDockerSuite/TestExecStartFails [2023-04-17T23:53:56.803Z] === RUN TestDockerSuite/TestExecStateCleanup [2023-04-17T23:53:58.117Z] patching file stat_unix.go [2023-04-17T23:53:58.117Z] 2023/04/17 23:53:57 Collecting initial packages [2023-04-17T23:53:58.117Z] 2023/04/17 23:53:57 Download dependencies [2023-04-17T23:54:00.654Z] 2023/04/17 23:54:00 Starting whole vndr cycle because no package specified [2023-04-17T23:54:00.654Z] 2023/04/17 23:54:00 Ignoring paths matching "^archive/tar" [2023-04-17T23:54:00.654Z] 2023/04/17 23:54:00 Clone github.com/Microsoft/go-winio, revision 7e149e8c70409f36773c1b2cf3447a7ab7697368, attempt 1/20 [2023-04-17T23:54:00.654Z] 2023/04/17 23:54:00 Clone github.com/willf/bitset, revision 559910e8471e48d76d9e5a1ba15842dee77ad45d, attempt 1/20 [2023-04-17T23:54:00.654Z] 2023/04/17 23:54:00 Clone github.com/docker/libtrust, revision 9cbd2a1374f46905c68a4eb3694a130610adc62a, attempt 1/20 [2023-04-17T23:54:00.654Z] 2023/04/17 23:54:00 Clone github.com/golang/gddo, revision 72a348e765d293ed6d1ded7b699591f14d6cd921, attempt 1/20 [2023-04-17T23:54:00.654Z] 2023/04/17 23:54:00 Clone github.com/Azure/go-ansiterm, revision d185dfc1b5a126116ea5a19e148e29d16b4574c9, attempt 1/20 [2023-04-17T23:54:00.654Z] 2023/04/17 23:54:00 Clone github.com/Microsoft/hcsshim, revision a11a2c44e8a4aa9d66314b1d759ef582df5ab5e8, attempt 1/20 [2023-04-17T23:54:00.915Z] 2023/04/17 23:54:00 Clone github.com/google/uuid, revision 0cd6bf5da1e1c83f8b45653022c74f71af0538a4, attempt 1/20 [2023-04-17T23:54:00.915Z] 2023/04/17 23:54:00 Clone github.com/gorilla/mux, revision 98cb6bf42e086f6af920b965c38cacc07402d51b, attempt 1/20 [2023-04-17T23:54:00.915Z] 2023/04/17 23:54:00 Clone github.com/Microsoft/opengcs, revision a10967154e143a36014584a6f664344e3bb0aa64, attempt 1/20 [2023-04-17T23:54:00.915Z] 2023/04/17 23:54:00 Clone github.com/moby/locker, revision 281af2d563954745bea9d1487c965f24d30742fe, attempt 1/20 [2023-04-17T23:54:00.915Z] 2023/04/17 23:54:00 Clone github.com/moby/term, revision 3f7ff695adc6a35abc925370dd0a4dafb48ec64d, attempt 1/20 [2023-04-17T23:54:00.915Z] 2023/04/17 23:54:00 Clone github.com/moby/sys, revision 1bc8673b57550ddf85262eb0fed0aac651a37dab, attempt 1/20 [2023-04-17T23:54:00.915Z] 2023/04/17 23:54:00 Clone github.com/creack/pty, revision 2a38352e8b4d7ab6c336eef107e42a55e72e7fbc, attempt 1/20 [2023-04-17T23:54:00.915Z] 2023/04/17 23:54:00 Clone github.com/sirupsen/logrus, revision 6699a89a232f3db797f2e280639854bbc4b89725, attempt 1/20 [2023-04-17T23:54:00.915Z] 2023/04/17 23:54:00 Clone github.com/tchap/go-patricia, revision a7f0089c6f496e8e70402f61733606daa326cac5, attempt 1/20 [2023-04-17T23:54:00.915Z] 2023/04/17 23:54:00 Clone golang.org/x/net, revision ab34263943818b32f575efc978a3d24e80b04bd7, attempt 1/20 [2023-04-17T23:54:01.855Z] 2023/04/17 23:54:01 Finished clone github.com/Azure/go-ansiterm [2023-04-17T23:54:01.855Z] 2023/04/17 23:54:01 Clone golang.org/x/sys, revision 33da011f77ade50ff5b6a6fb4a9a1e6d6b285809, attempt 1/20 [2023-04-17T23:54:01.855Z] 2023/04/17 23:54:01 Finished clone github.com/docker/libtrust [2023-04-17T23:54:01.855Z] 2023/04/17 23:54:01 Clone github.com/docker/go-units, revision 519db1ee28dcc9fd2474ae59fca29a810482bfb1, attempt 1/20 [2023-04-17T23:54:02.115Z] 2023/04/17 23:54:01 Finished clone github.com/moby/locker [2023-04-17T23:54:02.115Z] 2023/04/17 23:54:01 Clone github.com/docker/go-connections, revision 7395e3f8aa162843a74ed6d48e79627d9792ac55, attempt 1/20 [2023-04-17T23:54:02.115Z] 2023/04/17 23:54:02 Finished clone github.com/google/uuid [2023-04-17T23:54:02.115Z] 2023/04/17 23:54:02 Clone golang.org/x/text, revision 23ae387dee1f90d29a23c0e87ee0b46038fbed0e, attempt 1/20 [2023-04-17T23:54:02.115Z] 2023/04/17 23:54:02 Finished clone github.com/creack/pty [2023-04-17T23:54:02.115Z] 2023/04/17 23:54:02 Clone gotest.tools/v3, revision 568bc57cc5c19a2ef85e5749870b49a4cc2ab54d, attempt 1/20 [2023-04-17T23:54:02.115Z] 2023/04/17 23:54:02 Finished clone github.com/willf/bitset [2023-04-17T23:54:02.115Z] 2023/04/17 23:54:02 Clone github.com/google/go-cmp, revision 3af367b6b30c263d47e8895973edcca9a49cf029, attempt 1/20 [2023-04-17T23:54:02.115Z] 2023/04/17 23:54:02 Finished clone github.com/tchap/go-patricia [2023-04-17T23:54:02.115Z] 2023/04/17 23:54:02 Clone github.com/syndtr/gocapability, revision 42c35b4376354fd554efc7ad35e0b7f94e3a0ffb, attempt 1/20 [2023-04-17T23:54:02.115Z] 2023/04/17 23:54:02 Finished clone github.com/Microsoft/go-winio [2023-04-17T23:54:02.115Z] 2023/04/17 23:54:02 Clone github.com/RackSec/srslog, revision a4725f04ec91af1a91b380da679d6e0c2f061e59, attempt 1/20 [2023-04-17T23:54:02.375Z] 2023/04/17 23:54:02 Finished clone github.com/moby/term [2023-04-17T23:54:02.375Z] 2023/04/17 23:54:02 Clone github.com/imdario/mergo, revision 1afb36080aec31e0d1528973ebe6721b191b0369, attempt 1/20 [2023-04-17T23:54:02.636Z] 2023/04/17 23:54:02 Finished clone github.com/moby/sys [2023-04-17T23:54:02.636Z] 2023/04/17 23:54:02 Clone golang.org/x/sync, revision cd5d95a43a6e21273425c7ae415d3df9ea832eeb, attempt 1/20 [2023-04-17T23:54:02.636Z] 2023/04/17 23:54:02 Finished clone github.com/gorilla/mux [2023-04-17T23:54:02.636Z] 2023/04/17 23:54:02 Clone github.com/armon/circbuf, revision 5111143e8da2e98b4ea6a8f32b9065ea1821c191, attempt 1/20 [2023-04-17T23:54:02.896Z] 2023/04/17 23:54:02 Clone github.com/moby/buildkit, revision eeb7b65ab7d651770a5ec52a06ea7c96eb97a249, attempt 1/20 [2023-04-17T23:54:02.896Z] 2023/04/17 23:54:02 Finished clone github.com/sirupsen/logrus [2023-04-17T23:54:03.157Z] 2023/04/17 23:54:03 Finished clone github.com/docker/go-units [2023-04-17T23:54:03.157Z] 2023/04/17 23:54:03 Clone github.com/tonistiigi/fsutil, revision 0834f99b7b85462efb69b4f571a4fa3ca7da5ac9, attempt 1/20 [2023-04-17T23:54:03.727Z] 2023/04/17 23:54:03 Finished clone github.com/RackSec/srslog [2023-04-17T23:54:03.727Z] 2023/04/17 23:54:03 Clone github.com/tonistiigi/units, revision 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2, attempt 1/20 [2023-04-17T23:54:03.727Z] 2023/04/17 23:54:03 Finished clone github.com/syndtr/gocapability [2023-04-17T23:54:03.727Z] 2023/04/17 23:54:03 Clone github.com/grpc-ecosystem/grpc-opentracing, revision 8e809c8a86450a29b90dcc9efbf062d0fe6d9746, attempt 1/20 [2023-04-17T23:54:03.989Z] 2023/04/17 23:54:03 Finished clone github.com/armon/circbuf [2023-04-17T23:54:03.989Z] 2023/04/17 23:54:03 Clone github.com/opentracing/opentracing-go, revision d34af3eaa63c4d08ab54863a4bdd0daa45212e12, attempt 1/20 [2023-04-17T23:54:03.989Z] 2023/04/17 23:54:03 Finished clone github.com/imdario/mergo [2023-04-17T23:54:03.989Z] 2023/04/17 23:54:03 Clone github.com/google/shlex, revision e7afc7fbc51079733e9468cdfd1efcd7d196cd1d, attempt 1/20 [2023-04-17T23:54:03.989Z] 2023/04/17 23:54:03 Finished clone gotest.tools/v3 [2023-04-17T23:54:03.989Z] 2023/04/17 23:54:03 Clone github.com/opentracing-contrib/go-stdlib, revision 8a6ff1ad1691a29e4f7b5d46604f97634997c8c4, attempt 1/20 [2023-04-17T23:54:04.249Z] 2023/04/17 23:54:04 Finished clone golang.org/x/sync [2023-04-17T23:54:04.249Z] 2023/04/17 23:54:04 Clone github.com/mitchellh/hashstructure, revision a38c50148365edc8df43c1580c48fb2b3a1e9cd7, attempt 1/20 [2023-04-17T23:54:04.249Z] 2023/04/17 23:54:04 Finished clone github.com/google/go-cmp [2023-04-17T23:54:04.249Z] 2023/04/17 23:54:04 Clone github.com/gofrs/flock, revision 6caa7350c26b838538005fae7dbee4e69d9398db, attempt 1/20 [2023-04-17T23:54:04.819Z] 2023/04/17 23:54:04 Finished clone github.com/docker/go-connections [2023-04-17T23:54:04.819Z] 2023/04/17 23:54:04 Clone github.com/grpc-ecosystem/go-grpc-middleware, revision 3c51f7f332123e8be5a157c0802a228ac85bf9db, attempt 1/20 [2023-04-17T23:54:04.819Z] 2023/04/17 23:54:04 Finished clone github.com/tonistiigi/units [2023-04-17T23:54:04.819Z] 2023/04/17 23:54:04 Clone github.com/docker/libnetwork, revision c5aa85f9b25f0acaec8591ced679cb9fb5b9e32c, attempt 1/20 [2023-04-17T23:54:04.906Z] --- PASS: TestServiceUpdateConfigs (14.47s) [2023-04-17T23:54:04.906Z] === RUN TestServiceUpdateNetwork [2023-04-17T23:54:05.390Z] 2023/04/17 23:54:05 Finished clone github.com/grpc-ecosystem/grpc-opentracing [2023-04-17T23:54:05.391Z] 2023/04/17 23:54:05 Clone github.com/docker/go-events, revision e31b211e4f1cd09aa76fe4ac244571fab96ae47f, attempt 1/20 [2023-04-17T23:54:05.391Z] 2023/04/17 23:54:05 Finished clone github.com/google/shlex [2023-04-17T23:54:05.391Z] 2023/04/17 23:54:05 Clone github.com/armon/go-radix, revision e39d623f12e8e41c7b5529e9a9dd67a1e2261f80, attempt 1/20 [2023-04-17T23:54:05.391Z] 2023/04/17 23:54:05 Finished clone github.com/opentracing-contrib/go-stdlib [2023-04-17T23:54:05.391Z] 2023/04/17 23:54:05 Clone github.com/armon/go-metrics, revision f0300d1749da6fa982027e449ec0c7a145510c3c, attempt 1/20 [2023-04-17T23:54:05.651Z] 2023/04/17 23:54:05 Finished clone github.com/mitchellh/hashstructure [2023-04-17T23:54:05.651Z] 2023/04/17 23:54:05 Clone github.com/hashicorp/go-msgpack, revision 71c2886f5a673a35f909803f38ece5810165097b, attempt 1/20 [2023-04-17T23:54:05.651Z] 2023/04/17 23:54:05 Finished clone github.com/opentracing/opentracing-go [2023-04-17T23:54:05.651Z] 2023/04/17 23:54:05 Clone github.com/hashicorp/memberlist, revision e6ff9b2d87a3f0f3f04abb5672ada3ac2a640223, attempt 1/20 [2023-04-17T23:54:05.911Z] 2023/04/17 23:54:05 Finished clone github.com/gofrs/flock [2023-04-17T23:54:05.911Z] 2023/04/17 23:54:05 Clone github.com/google/btree, revision 4030bb1f1f0c35b30ca7009e9ebd06849dd45306, attempt 1/20 [2023-04-17T23:54:06.483Z] 2023/04/17 23:54:06 Finished clone github.com/docker/go-events [2023-04-17T23:54:06.483Z] 2023/04/17 23:54:06 Clone github.com/sean-/seed, revision e2103e2c35297fb7e17febb81e49b312087a2372, attempt 1/20 [2023-04-17T23:54:06.743Z] 2023/04/17 23:54:06 Finished clone github.com/armon/go-radix [2023-04-17T23:54:06.743Z] 2023/04/17 23:54:06 Clone github.com/hashicorp/errwrap, revision 8a6fb523712970c966eefc6b39ed2c5e74880354, attempt 1/20 [2023-04-17T23:54:07.314Z] 2023/04/17 23:54:07 Finished clone github.com/armon/go-metrics [2023-04-17T23:54:07.314Z] 2023/04/17 23:54:07 Clone github.com/hashicorp/go-sockaddr, revision c7188e74f6acae5a989bdc959aa779f8b9f42faf, attempt 1/20 [2023-04-17T23:54:07.314Z] 2023/04/17 23:54:07 Finished clone github.com/google/btree [2023-04-17T23:54:07.314Z] 2023/04/17 23:54:07 Clone github.com/hashicorp/go-multierror, revision 886a7fbe3eb1c874d46f623bfa70af45f425b3d1, attempt 1/20 [2023-04-17T23:54:07.434Z] === RUN TestDockerSuite/TestExecStopNotHanging [2023-04-17T23:54:07.885Z] 2023/04/17 23:54:07 Clone github.com/hashicorp/serf, revision 598c54895cc5a7b1a24a398d635e8c0ea0959870, attempt 1/20 [2023-04-17T23:54:07.885Z] 2023/04/17 23:54:07 Finished clone github.com/tonistiigi/fsutil [2023-04-17T23:54:07.885Z] 2023/04/17 23:54:07 Finished clone github.com/sean-/seed [2023-04-17T23:54:07.885Z] 2023/04/17 23:54:07 Clone github.com/docker/libkv, revision 458977154600b9f23984d9f4b82e79570b5ae12b, attempt 1/20 [2023-04-17T23:54:08.001Z] === RUN TestDockerSuite/TestExecTTY [2023-04-17T23:54:08.455Z] 2023/04/17 23:54:08 Finished clone github.com/hashicorp/errwrap [2023-04-17T23:54:08.455Z] 2023/04/17 23:54:08 Clone github.com/vishvananda/netns, revision db3c7e526aae966c4ccfa6c8189b693d6ac5d202, attempt 1/20 [2023-04-17T23:54:08.567Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2023-04-17T23:54:08.717Z] 2023/04/17 23:54:08 Finished clone github.com/hashicorp/memberlist [2023-04-17T23:54:08.717Z] 2023/04/17 23:54:08 Clone github.com/vishvananda/netlink, revision f049be6f391489d3f374498fe0c8df8449258372, attempt 1/20 [2023-04-17T23:54:08.978Z] 2023/04/17 23:54:08 Finished clone github.com/hashicorp/go-multierror [2023-04-17T23:54:08.978Z] 2023/04/17 23:54:08 Clone github.com/moby/ipvs, revision 4566ccea0e08d68e9614c3e7a64a23b850c4bb35, attempt 1/20 [2023-04-17T23:54:09.133Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2023-04-17T23:54:09.391Z] === RUN TestDockerSuite/TestExecUlimits [2023-04-17T23:54:09.548Z] 2023/04/17 23:54:09 Finished clone github.com/golang/gddo [2023-04-17T23:54:09.548Z] 2023/04/17 23:54:09 Clone github.com/BurntSushi/toml, revision 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005, attempt 1/20 [2023-04-17T23:54:09.809Z] 2023/04/17 23:54:09 Finished clone github.com/docker/libkv [2023-04-17T23:54:09.809Z] 2023/04/17 23:54:09 Clone github.com/samuel/go-zookeeper, revision d0e0d8e11f318e000a8cc434616d69e329edc374, attempt 1/20 [2023-04-17T23:54:09.809Z] 2023/04/17 23:54:09 Finished clone github.com/vishvananda/netns [2023-04-17T23:54:09.809Z] 2023/04/17 23:54:09 Clone github.com/deckarep/golang-set, revision ef32fa3046d9f249d399f98ebaf9be944430fd1d, attempt 1/20 [2023-04-17T23:54:09.957Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2023-04-17T23:54:09.957Z] docker_cli_exec_test.go:517: unmatched requirement DaemonIsWindows [2023-04-17T23:54:09.957Z] === RUN TestDockerSuite/TestExecWithImageUser [2023-04-17T23:54:10.755Z] 2023/04/17 23:54:10 Clone github.com/coreos/etcd, revision 973882f697a8db3d59815bf132c6c506434334bd, attempt 1/20 [2023-04-17T23:54:10.755Z] 2023/04/17 23:54:10 Finished clone github.com/hashicorp/go-sockaddr [2023-04-17T23:54:11.720Z] 2023/04/17 23:54:11 Finished clone github.com/moby/ipvs [2023-04-17T23:54:11.720Z] 2023/04/17 23:54:11 Clone github.com/coreos/go-semver, revision 8ab6407b697782a06568d4b7f1db25550ec2e4c6, attempt 1/20 [2023-04-17T23:54:11.721Z] 2023/04/17 23:54:11 Finished clone github.com/samuel/go-zookeeper [2023-04-17T23:54:11.721Z] 2023/04/17 23:54:11 Clone github.com/hashicorp/consul, revision 9a9cc9341bb487651a0399e3fc5e1e8a42e62dd9, attempt 1/20 [2023-04-17T23:54:11.721Z] 2023/04/17 23:54:11 Finished clone github.com/deckarep/golang-set [2023-04-17T23:54:11.721Z] 2023/04/17 23:54:11 Clone github.com/miekg/dns, revision 6c0c4e6581f8e173cc562c8b3363ab984e4ae071, attempt 1/20 [2023-04-17T23:54:11.858Z] === RUN TestDockerSuite/TestExecWithNoTERM [2023-04-17T23:54:12.116Z] === RUN TestDockerSuite/TestExecWithPrivileged [2023-04-17T23:54:12.291Z] 2023/04/17 23:54:12 Finished clone github.com/BurntSushi/toml [2023-04-17T23:54:12.291Z] 2023/04/17 23:54:12 Clone github.com/ishidawataru/sctp, revision f2269e66cdee387bd321445d5d300893449805be, attempt 1/20 [2023-04-17T23:54:12.291Z] 2023/04/17 23:54:12 Finished clone github.com/vishvananda/netlink [2023-04-17T23:54:12.291Z] 2023/04/17 23:54:12 Clone go.etcd.io/bbolt, revision 232d8fc87f50244f9c808f4745759e08a304c029, attempt 1/20 [2023-04-17T23:54:12.685Z] === RUN TestDockerSuite/TestExecWithTERM [2023-04-17T23:54:12.861Z] 2023/04/17 23:54:12 Finished clone github.com/hashicorp/go-msgpack [2023-04-17T23:54:12.861Z] 2023/04/17 23:54:12 Clone github.com/json-iterator/go, revision a1ca0830781e007c66b225121d2cdb3a649421f6, attempt 1/20 [2023-04-17T23:54:13.122Z] 2023/04/17 23:54:12 Finished clone github.com/coreos/go-semver [2023-04-17T23:54:13.123Z] 2023/04/17 23:54:12 Clone github.com/modern-go/concurrent, revision bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94, attempt 1/20 [2023-04-17T23:54:13.252Z] === RUN TestDockerSuite/TestExecWithUser [2023-04-17T23:54:13.694Z] 2023/04/17 23:54:13 Finished clone github.com/ishidawataru/sctp [2023-04-17T23:54:13.694Z] 2023/04/17 23:54:13 Clone github.com/modern-go/reflect2, revision 94122c33edd36123c84d5368cfb2b69df93a0ec8, attempt 1/20 [2023-04-17T23:54:13.818Z] === RUN TestDockerSuite/TestGetContainerStats [2023-04-17T23:54:14.634Z] 2023/04/17 23:54:14 Finished clone github.com/modern-go/concurrent [2023-04-17T23:54:14.634Z] 2023/04/17 23:54:14 Clone github.com/docker/distribution, revision b5ca020cfbe998e5af3457fda087444cf5116496, attempt 1/20 [2023-04-17T23:54:15.575Z] 2023/04/17 23:54:15 Finished clone github.com/modern-go/reflect2 [2023-04-17T23:54:15.575Z] 2023/04/17 23:54:15 Clone github.com/vbatts/tar-split, revision 80a436fd6164c557b131f7c59ed69bd81af69761, attempt 1/20 [2023-04-17T23:54:15.575Z] 2023/04/17 23:54:15 Finished clone github.com/Microsoft/opengcs [2023-04-17T23:54:15.575Z] 2023/04/17 23:54:15 Clone github.com/opencontainers/go-digest, revision ea51bea511f75cfa3ef6098cc253c5c3609b037a, attempt 1/20 [2023-04-17T23:54:15.836Z] 2023/04/17 23:54:15 Finished clone github.com/json-iterator/go [2023-04-17T23:54:15.836Z] 2023/04/17 23:54:15 Clone github.com/mistifyio/go-zfs, revision f784269be439d704d3dfa1906f45dd848fed2beb, attempt 1/20 [2023-04-17T23:54:16.097Z] 2023/04/17 23:54:15 Finished clone golang.org/x/net [2023-04-17T23:54:16.097Z] 2023/04/17 23:54:15 Clone google.golang.org/grpc, revision f495f5b15ae7ccda3b38c53a1bfcde4c1a58a2bc, attempt 1/20 [2023-04-17T23:54:16.358Z] 2023/04/17 23:54:16 Finished clone github.com/grpc-ecosystem/go-grpc-middleware [2023-04-17T23:54:16.358Z] 2023/04/17 23:54:16 Clone github.com/opencontainers/runc, revision ff819c7e9184c13b7c2607fe6c30ae19403a7aff, attempt 1/20 [2023-04-17T23:54:16.358Z] 2023/04/17 23:54:16 Finished clone go.etcd.io/bbolt [2023-04-17T23:54:16.358Z] 2023/04/17 23:54:16 Clone github.com/opencontainers/runtime-spec, revision 4d89ac9fbff6c455f46a5bb59c6b1bb7184a5e43, attempt 1/20 [2023-04-17T23:54:16.929Z] 2023/04/17 23:54:16 Finished clone github.com/hashicorp/serf [2023-04-17T23:54:16.929Z] 2023/04/17 23:54:16 Clone github.com/opencontainers/image-spec, revision 67d2d5658fe0476ab9bf414cec164077ebff3920, attempt 1/20 [2023-04-17T23:54:17.113Z] --- PASS: TestServiceUpdateNetwork (12.48s) [2023-04-17T23:54:17.113Z] === RUN TestServiceUpdatePidsLimit [2023-04-17T23:54:17.190Z] 2023/04/17 23:54:17 Finished clone github.com/opencontainers/go-digest [2023-04-17T23:54:17.190Z] 2023/04/17 23:54:17 Clone github.com/cyphar/filepath-securejoin, revision a261ee33d7a517f054effbf451841abaafe3e0fd, attempt 1/20 [2023-04-17T23:54:17.451Z] 2023/04/17 23:54:17 Finished clone github.com/mistifyio/go-zfs [2023-04-17T23:54:17.451Z] 2023/04/17 23:54:17 Clone github.com/coreos/go-systemd, revision 39ca1b05acc7ad1220e09f133283b8859a8b71ab, attempt 1/20 [2023-04-17T23:54:18.046Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2023-04-17T23:54:18.305Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2023-04-17T23:54:18.835Z] 2023/04/17 23:54:18 Finished clone github.com/cyphar/filepath-securejoin [2023-04-17T23:54:18.835Z] 2023/04/17 23:54:18 Clone github.com/coreos/go-systemd/v22, revision 2d78030078ef61b3cae27f42ad6d0e46db51b339, attempt 1/20 [2023-04-17T23:54:18.870Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2023-04-17T23:54:20.220Z] 2023/04/17 23:54:19 Finished clone github.com/coreos/go-systemd [2023-04-17T23:54:20.220Z] 2023/04/17 23:54:19 Clone github.com/godbus/dbus/v5, revision 37bf87eef99d69c4f1d3528bd66e3a87dc201472, attempt 1/20 [2023-04-17T23:54:20.220Z] 2023/04/17 23:54:19 Finished clone github.com/opencontainers/runtime-spec [2023-04-17T23:54:20.220Z] 2023/04/17 23:54:19 Clone github.com/Graylog2/go-gelf, revision 1550ee647df0510058c9d67a45c56f18911d80b8, attempt 1/20 [2023-04-17T23:54:20.749Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2023-04-17T23:54:20.749Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2023-04-17T23:54:20.749Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2023-04-17T23:54:20.749Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2023-04-17T23:54:21.162Z] 2023/04/17 23:54:20 Finished clone github.com/opencontainers/image-spec [2023-04-17T23:54:21.162Z] 2023/04/17 23:54:20 Clone github.com/fluent/fluent-logger-golang, revision 0b652e850a9140d0b1db6390d8925d0601e952db, attempt 1/20 [2023-04-17T23:54:21.162Z] 2023/04/17 23:54:21 Finished clone github.com/coreos/go-systemd/v22 [2023-04-17T23:54:21.162Z] 2023/04/17 23:54:21 Clone github.com/philhofer/fwd, revision bb6d471dc95d4fe11e432687f8b70ff496cf3136, attempt 1/20 [2023-04-17T23:54:22.106Z] 2023/04/17 23:54:21 Finished clone github.com/Graylog2/go-gelf [2023-04-17T23:54:22.106Z] 2023/04/17 23:54:21 Clone github.com/tinylib/msgp, revision af6442a0fcf6e2a1b824f70dd0c734f01e817751, attempt 1/20 [2023-04-17T23:54:22.106Z] 2023/04/17 23:54:21 Finished clone github.com/vbatts/tar-split [2023-04-17T23:54:22.106Z] 2023/04/17 23:54:21 Clone github.com/fsnotify/fsnotify, revision 45d7d09e39ef4ac08d493309fa031790c15bfe8a, attempt 1/20 [2023-04-17T23:54:22.677Z] 2023/04/17 23:54:22 Finished clone github.com/godbus/dbus/v5 [2023-04-17T23:54:22.677Z] 2023/04/17 23:54:22 Clone github.com/aws/aws-sdk-go, revision 2590bc875c54c9fda225d8e4e56a9d28d90c6a47, attempt 1/20 [2023-04-17T23:54:22.938Z] 2023/04/17 23:54:22 Finished clone github.com/fluent/fluent-logger-golang [2023-04-17T23:54:22.938Z] 2023/04/17 23:54:22 Clone github.com/jmespath/go-jmespath, revision 2d053f87d1d7f9f48196ae04cf3daea4273d207d, attempt 1/20 [2023-04-17T23:54:22.938Z] 2023/04/17 23:54:22 Finished clone github.com/philhofer/fwd [2023-04-17T23:54:22.938Z] 2023/04/17 23:54:22 Clone github.com/bsphere/le_go, revision 7a984a84b5492ae539b79b62fb4a10afc63c7bcf, attempt 1/20 [2023-04-17T23:54:23.049Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2023-04-17T23:54:24.420Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2023-04-17T23:54:24.852Z] 2023/04/17 23:54:24 Finished clone github.com/docker/libnetwork [2023-04-17T23:54:24.852Z] 2023/04/17 23:54:24 Clone golang.org/x/oauth2, revision bf48bf16ab8d622ce64ec6ce98d2c98f916b6303, attempt 1/20 [2023-04-17T23:54:24.852Z] 2023/04/17 23:54:24 Finished clone github.com/bsphere/le_go [2023-04-17T23:54:24.852Z] 2023/04/17 23:54:24 Clone google.golang.org/api, revision dec2ee309f5b09fc59bc40676447c15736284d78, attempt 1/20 [2023-04-17T23:54:24.852Z] 2023/04/17 23:54:24 Finished clone github.com/fsnotify/fsnotify [2023-04-17T23:54:24.852Z] 2023/04/17 23:54:24 Clone github.com/golang/groupcache, revision 869f871628b6baa9cfbc11732cdf6546b17c1298, attempt 1/20 [2023-04-17T23:54:25.425Z] 2023/04/17 23:54:25 Finished clone github.com/jmespath/go-jmespath [2023-04-17T23:54:25.425Z] 2023/04/17 23:54:25 Clone go.opencensus.io, revision d835ff86be02193d324330acdb7d65546b05f814, attempt 1/20 [2023-04-17T23:54:25.791Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2023-04-17T23:54:25.791Z] check_test.go:379: [dc26fa0dd7dac] daemon is not started [2023-04-17T23:54:25.791Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2023-04-17T23:54:26.809Z] 2023/04/17 23:54:26 Finished clone github.com/tinylib/msgp [2023-04-17T23:54:26.809Z] 2023/04/17 23:54:26 Clone cloud.google.com/go, revision ceeb313ad77b789a7fa5287b36a1d127b69b7093, attempt 1/20 [2023-04-17T23:54:26.809Z] 2023/04/17 23:54:26 Finished clone github.com/golang/groupcache [2023-04-17T23:54:26.809Z] 2023/04/17 23:54:26 Clone github.com/googleapis/gax-go, revision bd5b16380fd03dc758d11cef74ba2e3bc8b0e8c2, attempt 1/20 [2023-04-17T23:54:27.689Z] docker_api_swarm_test.go:802: [d861e9fae427c] joining swarm manager [df8fe7da9d702]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-04-17T23:54:27.754Z] 2023/04/17 23:54:27 Finished clone golang.org/x/oauth2 [2023-04-17T23:54:27.754Z] 2023/04/17 23:54:27 Clone google.golang.org/genproto, revision 3f1135a288c9a07e340ae8ba4cc6c7065a3160e8, attempt 1/20 [2023-04-17T23:54:28.704Z] 2023/04/17 23:54:28 Finished clone github.com/miekg/dns [2023-04-17T23:54:28.704Z] 2023/04/17 23:54:28 Clone https://github.com/moby/containerd.git to github.com/containerd/containerd, revision 96c5ae04b6784e180aaeee50fba715ac448ddb0d, attempt 1/20 [2023-04-17T23:54:28.965Z] 2023/04/17 23:54:28 Finished clone github.com/googleapis/gax-go [2023-04-17T23:54:28.965Z] 2023/04/17 23:54:28 Clone github.com/containerd/fifo, revision 151b205263c29d471e0d55c787d2ce9f5343fd46, attempt 1/20 [2023-04-17T23:54:29.061Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2023-04-17T23:54:29.061Z] docker_api_swarm_test.go:802: [dfb6358be26c6] joining swarm manager [df8fe7da9d702]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-04-17T23:54:29.538Z] 2023/04/17 23:54:29 Finished clone go.opencensus.io [2023-04-17T23:54:29.538Z] 2023/04/17 23:54:29 Clone github.com/containerd/continuity, revision 5ad51c7aca47b8e742f5e6e7dc841d50f5f6affd, attempt 1/20 [2023-04-17T23:54:29.626Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2023-04-17T23:54:29.626Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2023-04-17T23:54:29.626Z] === RUN TestDockerSuite/TestHealth [2023-04-17T23:54:30.192Z] docker_api_swarm_test.go:802: [d2f1f60246b22] joining swarm manager [df8fe7da9d702]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2023-04-17T23:54:30.924Z] 2023/04/17 23:54:30 Finished clone github.com/containerd/fifo [2023-04-17T23:54:30.924Z] 2023/04/17 23:54:30 Clone github.com/containerd/cgroups, revision b9de8a2212026c07cec67baf3323f1fc0121e048, attempt 1/20 [2023-04-17T23:54:31.564Z] docker_api_swarm_test.go:802: [ddfa653c9c3d3] joining swarm manager [df8fe7da9d702]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2023-04-17T23:54:32.938Z] docker_api_swarm_test.go:810: [d64b3a5a7a987] joining swarm manager [df8fe7da9d702]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2023-04-17T23:54:33.196Z] --- PASS: TestServiceUpdatePidsLimit (16.56s) [2023-04-17T23:54:33.196Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) [2023-04-17T23:54:33.196Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.88s) [2023-04-17T23:54:33.196Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.02s) [2023-04-17T23:54:33.196Z] PASS [2023-04-17T23:54:33.196Z] [2023-04-17T23:54:33.196Z] === Skipped [2023-04-17T23:54:33.196Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2023-04-17T23:54:33.196Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2023-04-17T23:54:33.196Z] [2023-04-17T23:54:33.196Z] DONE 27 tests, 1 skipped in 192.309s [2023-04-17T23:54:33.196Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2023-04-17T23:54:33.196Z] ++ 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 [2023-04-17T23:54:33.196Z] ++ set -e [2023-04-17T23:54:33.196Z] ++ '[' -n 0 ']' [2023-04-17T23:54:33.196Z] ++ set -x [2023-04-17T23:54:33.196Z] ++ 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 [2023-04-17T23:54:33.454Z] INFO: Testing against a local daemon [2023-04-17T23:54:33.454Z] === RUN TestSessionCreate [2023-04-17T23:54:33.454Z] --- PASS: TestSessionCreate (0.03s) [2023-04-17T23:54:33.454Z] === RUN TestSessionCreateWithBadUpgrade [2023-04-17T23:54:33.454Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2023-04-17T23:54:33.454Z] PASS [2023-04-17T23:54:33.454Z] [2023-04-17T23:54:33.454Z] DONE 2 tests in 0.159s [2023-04-17T23:54:33.454Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2023-04-17T23:54:33.454Z] ++ 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 [2023-04-17T23:54:33.454Z] ++ set -e [2023-04-17T23:54:33.454Z] ++ '[' -n 0 ']' [2023-04-17T23:54:33.454Z] ++ set -x [2023-04-17T23:54:33.454Z] ++ 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 [2023-04-17T23:54:33.454Z] INFO: Testing against a local daemon [2023-04-17T23:54:33.454Z] === RUN TestCgroupDriverSystemdMemoryLimit [2023-04-17T23:54:33.454Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2023-04-17T23:54:33.454Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2023-04-17T23:54:33.454Z] === RUN TestEventsExecDie [2023-04-17T23:54:33.468Z] 2023/04/17 23:54:33 Finished clone golang.org/x/sys [2023-04-17T23:54:33.468Z] 2023/04/17 23:54:33 Clone github.com/containerd/console, revision 2f1e3d2b6afd18e8b2077816c711205a0b4d8769, attempt 1/20 [2023-04-17T23:54:33.468Z] 2023/04/17 23:54:33 Clone github.com/containerd/go-runc, revision 16b287bc67d069a60fa48db15f330b790b74365b, attempt 1/20 [2023-04-17T23:54:33.468Z] 2023/04/17 23:54:33 Finished clone golang.org/x/text [2023-04-17T23:54:33.729Z] 2023/04/17 23:54:33 Finished clone github.com/containerd/cgroups [2023-04-17T23:54:33.729Z] 2023/04/17 23:54:33 Clone github.com/containerd/typeurl, revision cd3ce7159eae562a4f60ceff37dada11a939d247, attempt 1/20 [2023-04-17T23:54:34.020Z] --- PASS: TestEventsExecDie (0.55s) [2023-04-17T23:54:34.020Z] === RUN TestEventsBackwardsCompatible [2023-04-17T23:54:34.020Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2023-04-17T23:54:34.020Z] === RUN TestInfoBinaryCommits [2023-04-17T23:54:34.278Z] --- PASS: TestInfoBinaryCommits (0.02s) [2023-04-17T23:54:34.278Z] === RUN TestInfoAPIVersioned [2023-04-17T23:54:34.278Z] --- PASS: TestInfoAPIVersioned (0.01s) [2023-04-17T23:54:34.278Z] === RUN TestInfoDiscoveryBackend [2023-04-17T23:54:34.843Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2023-04-17T23:54:34.843Z] === RUN TestInfoDiscoveryInvalidAdvertise [2023-04-17T23:54:35.642Z] 2023/04/17 23:54:35 Finished clone github.com/containerd/go-runc [2023-04-17T23:54:35.642Z] 2023/04/17 23:54:35 Clone github.com/containerd/ttrpc, revision bfba540dc45464586c106b1f31c8547933c1eb41, attempt 1/20 [2023-04-17T23:54:35.642Z] 2023/04/17 23:54:35 Finished clone github.com/containerd/typeurl [2023-04-17T23:54:35.642Z] 2023/04/17 23:54:35 Clone github.com/gogo/googleapis, revision 01e0f9cca9b92166042241267ee2a5cdf5cff46c, attempt 1/20 [2023-04-17T23:54:35.775Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2023-04-17T23:54:35.775Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2023-04-17T23:54:36.220Z] 2023/04/17 23:54:36 Finished clone github.com/containerd/console [2023-04-17T23:54:36.220Z] 2023/04/17 23:54:36 Clone github.com/cilium/ebpf, revision 32458a752e0bcbc670691625f84e7ef6aef5655d, attempt 1/20 [2023-04-17T23:54:36.341Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2023-04-17T23:54:36.341Z] === RUN TestInfoAPI [2023-04-17T23:54:36.341Z] --- PASS: TestInfoAPI (0.05s) [2023-04-17T23:54:36.341Z] === RUN TestInfoAPIWarnings [2023-04-17T23:54:37.606Z] 2023/04/17 23:54:37 Finished clone github.com/containerd/continuity [2023-04-17T23:54:37.606Z] 2023/04/17 23:54:37 Clone github.com/docker/swarmkit, revision cf1e0f8d95ee37ea1f9a5f8a54c73c1e0fa58a54, attempt 1/20 [2023-04-17T23:54:37.606Z] 2023/04/17 23:54:37 Finished clone github.com/containerd/ttrpc [2023-04-17T23:54:37.606Z] 2023/04/17 23:54:37 Clone github.com/gogo/protobuf, revision 5628607bb4c51c3157aacc3a50f0ab707582b805, attempt 1/20 [2023-04-17T23:54:38.177Z] 2023/04/17 23:54:37 Finished clone github.com/gogo/googleapis [2023-04-17T23:54:38.177Z] 2023/04/17 23:54:37 Clone github.com/golang/protobuf, revision 84668698ea25b64748563aa20726db66a6b8d299, attempt 1/20 [2023-04-17T23:54:42.387Z] 2023/04/17 23:54:41 Finished clone github.com/opencontainers/runc [2023-04-17T23:54:42.387Z] 2023/04/17 23:54:41 Clone github.com/cloudflare/cfssl, revision 5d63dbd981b5c408effbb58c442d54761ff94fbd, attempt 1/20 [2023-04-17T23:54:42.959Z] 2023/04/17 23:54:42 Finished clone google.golang.org/grpc [2023-04-17T23:54:42.959Z] 2023/04/17 23:54:42 Clone github.com/fernet/fernet-go, revision 9eac43b88a5efb8651d24de9b68e87567e029736, attempt 1/20 [2023-04-17T23:54:43.903Z] 2023/04/17 23:54:43 Finished clone github.com/docker/distribution [2023-04-17T23:54:43.903Z] 2023/04/17 23:54:43 Clone github.com/google/certificate-transparency-go, revision 37a384cd035e722ea46e55029093e26687138edf, attempt 1/20 [2023-04-17T23:54:44.475Z] 2023/04/17 23:54:44 Finished clone github.com/fernet/fernet-go [2023-04-17T23:54:44.475Z] 2023/04/17 23:54:44 Clone golang.org/x/crypto, revision c1f2f97bffc9c53fc40a1a28a5b460094c0050d9, attempt 1/20 [2023-04-17T23:54:46.390Z] 2023/04/17 23:54:46 Finished clone github.com/golang/protobuf [2023-04-17T23:54:46.390Z] 2023/04/17 23:54:46 Clone golang.org/x/time, revision 555d28b269f0569763d25dbe1a237ae74c6bcc82, attempt 1/20 [2023-04-17T23:54:46.966Z] 2023/04/17 23:54:46 Finished clone github.com/cilium/ebpf [2023-04-17T23:54:46.966Z] 2023/04/17 23:54:46 Clone github.com/hashicorp/go-memdb, revision cb9a474f84cc5e41b273b20c6927680b2a8776ad, attempt 1/20 [2023-04-17T23:54:47.912Z] 2023/04/17 23:54:47 Finished clone github.com/Microsoft/hcsshim [2023-04-17T23:54:47.912Z] 2023/04/17 23:54:47 Clone https://github.com/tonistiigi/go-immutable-radix.git to github.com/hashicorp/go-immutable-radix, revision 826af9ccf0feeee615d546d69b11f8e98da8c8f1, attempt 1/20 [2023-04-17T23:54:48.173Z] 2023/04/17 23:54:48 Finished clone golang.org/x/time [2023-04-17T23:54:48.173Z] 2023/04/17 23:54:48 Clone github.com/hashicorp/golang-lru, revision 7f827b33c0f158ec5dfbba01bb0b14a4541fd81d, attempt 1/20 [2023-04-17T23:54:48.551Z] === RUN TestDockerSuite/TestHistoryExistentImage [2023-04-17T23:54:48.552Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2023-04-17T23:54:48.552Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2023-04-17T23:54:48.552Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2023-04-17T23:54:48.745Z] 2023/04/17 23:54:48 Finished clone github.com/hashicorp/go-memdb [2023-04-17T23:54:48.745Z] 2023/04/17 23:54:48 Clone github.com/coreos/pkg, revision 3ac0863d7acf3bc44daf49afef8919af12f704ef, attempt 1/20 [2023-04-17T23:54:49.118Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2023-04-17T23:54:49.118Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2023-04-17T23:54:49.318Z] 2023/04/17 23:54:49 Finished clone github.com/hashicorp/go-immutable-radix [2023-04-17T23:54:49.318Z] 2023/04/17 23:54:49 Clone https://github.com/cloudfoundry/clock.git to code.cloudfoundry.org/clock, revision 02e53af36e6c978af692887ed449b74026d76fec, attempt 1/20 [2023-04-17T23:54:49.683Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2023-04-17T23:54:49.684Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2023-04-17T23:54:49.684Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2023-04-17T23:54:49.684Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2023-04-17T23:54:49.889Z] 2023/04/17 23:54:49 Finished clone github.com/hashicorp/golang-lru [2023-04-17T23:54:49.889Z] 2023/04/17 23:54:49 Clone github.com/prometheus/client_golang, revision 6edbbd9e560190e318cdc5b4d3e630b442858380, attempt 1/20 [2023-04-17T23:54:49.943Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2023-04-17T23:54:49.943Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2023-04-17T23:54:50.201Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2023-04-17T23:54:50.460Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2023-04-17T23:54:50.831Z] 2023/04/17 23:54:50 Finished clone github.com/coreos/pkg [2023-04-17T23:54:50.831Z] 2023/04/17 23:54:50 Clone github.com/beorn7/perks, revision 37c8de3658fcb183f997c4e13e8337516ab753e6, attempt 1/20 [2023-04-17T23:54:51.396Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2023-04-17T23:54:51.396Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2023-04-17T23:54:51.962Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2023-04-17T23:54:52.215Z] 2023/04/17 23:54:51 Finished clone golang.org/x/crypto [2023-04-17T23:54:52.215Z] 2023/04/17 23:54:51 Clone github.com/prometheus/client_model, revision 7bc5445566f0fe75b15de23e6b93886e982d7bf9, attempt 1/20 [2023-04-17T23:54:52.215Z] 2023/04/17 23:54:52 Finished clone github.com/beorn7/perks [2023-04-17T23:54:52.215Z] 2023/04/17 23:54:52 Clone github.com/prometheus/common, revision d978bcb1309602d68bb4ba69cf3f8ed900e07308, attempt 1/20 [2023-04-17T23:54:52.528Z] --- PASS: TestInfoAPIWarnings (16.34s) [2023-04-17T23:54:52.528Z] === RUN TestInfoDebug [2023-04-17T23:54:52.786Z] === RUN TestDockerSuite/TestImagesFormat [2023-04-17T23:54:52.786Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2023-04-17T23:54:53.045Z] --- PASS: TestInfoDebug (0.53s) [2023-04-17T23:54:53.045Z] === RUN TestInfoInsecureRegistries [2023-04-17T23:54:53.303Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2023-04-17T23:54:53.561Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2023-04-17T23:54:53.561Z] === RUN TestInfoRegistryMirrors [2023-04-17T23:54:54.126Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2023-04-17T23:54:54.126Z] === RUN TestLoginFailsWithBadCredentials [2023-04-17T23:54:54.131Z] 2023/04/17 23:54:54 Clone github.com/prometheus/procfs, revision 46159f73e74d1cb8dc223deef9b2d049286f46b1, attempt 1/20 [2023-04-17T23:54:54.131Z] 2023/04/17 23:54:54 Finished clone github.com/prometheus/client_model [2023-04-17T23:54:54.391Z] 2023/04/17 23:54:54 Finished clone github.com/moby/buildkit [2023-04-17T23:54:54.391Z] 2023/04/17 23:54:54 Clone github.com/matttproud/golang_protobuf_extensions, revision c12348ce28de40eed0136aa2b644d0ee0650e56c, attempt 1/20 [2023-04-17T23:54:54.692Z] --- PASS: TestLoginFailsWithBadCredentials (0.42s) [2023-04-17T23:54:54.692Z] === RUN TestPingCacheHeaders [2023-04-17T23:54:54.692Z] --- PASS: TestPingCacheHeaders (0.02s) [2023-04-17T23:54:54.692Z] === RUN TestPingGet [2023-04-17T23:54:54.692Z] --- PASS: TestPingGet (0.01s) [2023-04-17T23:54:54.692Z] === RUN TestPingHead [2023-04-17T23:54:54.692Z] --- PASS: TestPingHead (0.04s) [2023-04-17T23:54:54.692Z] === RUN TestVersion [2023-04-17T23:54:54.692Z] --- PASS: TestVersion (0.02s) [2023-04-17T23:54:54.692Z] PASS [2023-04-17T23:54:54.692Z] [2023-04-17T23:54:54.692Z] === Skipped [2023-04-17T23:54:54.692Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2023-04-17T23:54:54.692Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2023-04-17T23:54:54.692Z] [2023-04-17T23:54:54.692Z] DONE 18 tests, 1 skipped in 21.294s [2023-04-17T23:54:54.692Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2023-04-17T23:54:54.692Z] ++ 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 [2023-04-17T23:54:54.692Z] ++ set -e [2023-04-17T23:54:54.692Z] ++ '[' -n 0 ']' [2023-04-17T23:54:54.692Z] ++ set -x [2023-04-17T23:54:54.692Z] ++ 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 [2023-04-17T23:54:54.951Z] INFO: Testing against a local daemon [2023-04-17T23:54:54.951Z] === RUN TestVolumesCreateAndList [2023-04-17T23:54:54.951Z] --- PASS: TestVolumesCreateAndList (0.02s) [2023-04-17T23:54:54.951Z] === RUN TestVolumesRemove [2023-04-17T23:54:54.951Z] --- PASS: TestVolumesRemove (0.05s) [2023-04-17T23:54:54.951Z] === RUN TestVolumesInspect [2023-04-17T23:54:54.951Z] --- PASS: TestVolumesInspect (0.01s) [2023-04-17T23:54:54.951Z] === RUN TestVolumesInvalidJSON [2023-04-17T23:54:54.951Z] === RUN TestVolumesInvalidJSON//volumes/create [2023-04-17T23:54:54.951Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2023-04-17T23:54:54.951Z] === CONT TestVolumesInvalidJSON//volumes/create [2023-04-17T23:54:54.951Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2023-04-17T23:54:54.951Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2023-04-17T23:54:54.951Z] PASS [2023-04-17T23:54:54.951Z] [2023-04-17T23:54:54.951Z] DONE 5 tests in 0.197s [2023-04-17T23:54:54.951Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2023-04-17T23:54:54.962Z] 2023/04/17 23:54:54 Finished clone github.com/prometheus/client_golang [2023-04-17T23:54:54.963Z] 2023/04/17 23:54:54 Clone github.com/pkg/errors, revision 614d223910a179a466c1767a985424175c39b465, attempt 1/20 [2023-04-17T23:54:55.209Z] ++++ cat bundles/test-integration/docker.pid [2023-04-17T23:54:55.209Z] +++ kill 6049 [2023-04-17T23:54:56.141Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2023-04-17T23:54:56.141Z] === RUN TestDockerSuite/TestImportBadURL [2023-04-17T23:54:56.141Z] === RUN TestDockerSuite/TestImportDisplay [2023-04-17T23:54:56.348Z] 2023/04/17 23:54:55 Finished clone github.com/matttproud/golang_protobuf_extensions [2023-04-17T23:54:56.348Z] 2023/04/17 23:54:55 Clone github.com/grpc-ecosystem/go-grpc-prometheus, revision c225b8c3b01faf2899099b768856a9e916e5087b, attempt 1/20 [2023-04-17T23:54:56.348Z] 2023/04/17 23:54:56 Finished clone github.com/prometheus/common [2023-04-17T23:54:56.348Z] 2023/04/17 23:54:56 Clone github.com/cespare/xxhash/v2, revision d7df74196a9e781ede915320c11c378c1b2f3a1f, attempt 1/20 [2023-04-17T23:54:56.348Z] 2023/04/17 23:54:56 Finished clone code.cloudfoundry.org/clock [2023-04-17T23:54:56.348Z] 2023/04/17 23:54:56 Clone github.com/spf13/cobra, revision 86f8bfd7fef868a174e1b606783bd7f5c82ddf8f, attempt 1/20 [2023-04-17T23:54:56.399Z] +++ /etc/init.d/apparmor stop [2023-04-17T23:54:56.399Z] Leaving: AppArmorNo profiles have been unloaded. [2023-04-17T23:54:56.399Z] [2023-04-17T23:54:56.399Z] Unloading profiles will leave already running processes permanently [2023-04-17T23:54:56.399Z] unconfined, which can lead to unexpected situations. [2023-04-17T23:54:56.399Z] [2023-04-17T23:54:56.399Z] To set a process to complain mode, use the command line tool [2023-04-17T23:54:56.399Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2023-04-17T23:54:56.399Z] +++ true [2023-04-17T23:54:56.399Z] exiting test-integration [2023-04-17T23:54:56.399Z] ++ exit 0 [2023-04-17T23:54:56.399Z] [2023-04-17T23:54:56.609Z] 2023/04/17 23:54:56 Finished clone github.com/pkg/errors [2023-04-17T23:54:56.609Z] 2023/04/17 23:54:56 Clone github.com/spf13/pflag, revision 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab, attempt 1/20 [2023-04-17T23:54:56.657Z] + for job in $(jobs -p) [2023-04-17T23:54:56.657Z] + wait 5801 [2023-04-17T23:54:57.592Z] === RUN TestDockerSuite/TestImportFile [2023-04-17T23:54:57.995Z] 2023/04/17 23:54:57 Finished clone github.com/grpc-ecosystem/go-grpc-prometheus [2023-04-17T23:54:57.995Z] 2023/04/17 23:54:57 Clone github.com/inconshreveable/mousetrap, revision 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75, attempt 1/20 [2023-04-17T23:54:58.257Z] 2023/04/17 23:54:58 Finished clone github.com/cespare/xxhash/v2 [2023-04-17T23:54:58.257Z] 2023/04/17 23:54:58 Clone github.com/morikuni/aec, revision 39771216ff4c63d11f5e604076f9c45e8be1067b, attempt 1/20 [2023-04-17T23:54:58.520Z] 2023/04/17 23:54:58 Finished clone github.com/prometheus/procfs [2023-04-17T23:54:58.520Z] 2023/04/17 23:54:58 Clone github.com/docker/go-metrics, revision b619b3592b65de4f087d9f16863a7e6ff905973c, attempt 1/20 [2023-04-17T23:54:58.528Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2023-04-17T23:54:58.528Z] === RUN TestDockerSuite/TestImportFileWithMessage [2023-04-17T23:54:59.113Z] 2023/04/17 23:54:58 Finished clone github.com/spf13/pflag [2023-04-17T23:54:59.113Z] 2023/04/17 23:54:58 Clone github.com/opencontainers/selinux, revision 2f45b3796d18f1ab4c9fc0c888a98d0a0fd6e429, attempt 1/20 [2023-04-17T23:54:59.467Z] === RUN TestDockerSuite/TestImportGzipped [2023-04-17T23:55:00.052Z] 2023/04/17 23:54:59 Finished clone github.com/inconshreveable/mousetrap [2023-04-17T23:55:00.052Z] 2023/04/17 23:55:00 Finished clone github.com/morikuni/aec [2023-04-17T23:55:00.314Z] 2023/04/17 23:55:00 Finished clone github.com/google/certificate-transparency-go [2023-04-17T23:55:00.834Z] 2023/04/17 23:55:00 Finished clone github.com/spf13/cobra [2023-04-17T23:55:00.842Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2023-04-17T23:55:01.405Z] 2023/04/17 23:55:01 Finished clone github.com/docker/go-metrics [2023-04-17T23:55:01.776Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2023-04-17T23:55:02.343Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2023-04-17T23:55:02.920Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2023-04-17T23:55:03.184Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2023-04-17T23:55:03.442Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2023-04-17T23:55:03.442Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2023-04-17T23:55:03.700Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2023-04-17T23:55:03.947Z] 2023/04/17 23:55:03 Finished clone github.com/opencontainers/selinux [2023-04-17T23:55:04.266Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2023-04-17T23:55:04.831Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2023-04-17T23:55:05.089Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2023-04-17T23:55:05.659Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2023-04-17T23:55:05.917Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2023-04-17T23:55:06.182Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2023-04-17T23:55:07.119Z] === RUN TestDockerSuite/TestInspectAmpersand [2023-04-17T23:55:07.686Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2023-04-17T23:55:08.251Z] === RUN TestDockerSuite/TestInspectByPrefix [2023-04-17T23:55:08.251Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2023-04-17T23:55:08.509Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2023-04-17T23:55:08.509Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2023-04-17T23:55:08.509Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2023-04-17T23:55:09.443Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2023-04-17T23:55:09.701Z] === RUN TestDockerSuite/TestInspectDefault [2023-04-17T23:55:10.267Z] === RUN TestDockerSuite/TestInspectHistory [2023-04-17T23:55:10.834Z] === RUN TestDockerSuite/TestInspectImage [2023-04-17T23:55:10.834Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2023-04-17T23:55:10.834Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2023-04-17T23:55:10.834Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2023-04-17T23:55:10.834Z] === RUN TestDockerSuite/TestInspectInt64 [2023-04-17T23:55:11.092Z] === RUN TestDockerSuite/TestInspectJSONFields [2023-04-17T23:55:12.025Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2023-04-17T23:55:12.025Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2023-04-17T23:55:12.282Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2023-04-17T23:55:12.848Z] === RUN TestDockerSuite/TestInspectPlugin [2023-04-17T23:55:13.946Z] 2023/04/17 23:55:13 Finished clone github.com/cloudflare/cfssl [2023-04-17T23:55:15.374Z] === RUN TestDockerSuite/TestInspectRootFS [2023-04-17T23:55:15.374Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2023-04-17T23:55:15.632Z] === RUN TestDockerSuite/TestInspectStatus [2023-04-17T23:55:15.861Z] 2023/04/17 23:55:15 Finished clone github.com/containerd/containerd [2023-04-17T23:55:16.197Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2023-04-17T23:55:17.131Z] === RUN TestDockerSuite/TestInspectTemplateError [2023-04-17T23:55:17.389Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2023-04-17T23:55:17.954Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2023-04-17T23:55:18.520Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2023-04-17T23:55:19.086Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2023-04-17T23:55:19.343Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2023-04-17T23:55:19.909Z] === RUN TestDockerSuite/TestInspectUnknownObject [2023-04-17T23:55:19.909Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2023-04-17T23:55:20.071Z] 2023/04/17 23:55:19 Finished clone github.com/coreos/etcd [2023-04-17T23:55:20.071Z] 2023/04/17 23:55:19 Finished clone github.com/docker/swarmkit [2023-04-17T23:55:21.314Z] === RUN TestDockerSuite/TestLinkShortDefinition [2023-04-17T23:55:21.884Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2023-04-17T23:55:22.142Z] === RUN TestDockerSuite/TestLinksEnvs [2023-04-17T23:55:23.075Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2023-04-17T23:55:23.333Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2023-04-17T23:55:24.266Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2023-04-17T23:55:25.640Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2023-04-17T23:55:27.016Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2023-04-17T23:55:27.016Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2023-04-17T23:55:28.394Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2023-04-17T23:55:28.652Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2023-04-17T23:55:29.217Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2023-04-17T23:55:32.764Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2023-04-17T23:55:32.764Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2023-04-17T23:55:32.764Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2023-04-17T23:55:37.331Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2023-04-17T23:55:37.332Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2023-04-17T23:55:38.196Z] 2023/04/17 23:55:35 Finished clone github.com/gogo/protobuf [2023-04-17T23:55:38.703Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2023-04-17T23:55:38.961Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2023-04-17T23:55:40.334Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2023-04-17T23:55:40.334Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2023-04-17T23:55:40.591Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2023-04-17T23:55:40.591Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2023-04-17T23:55:40.591Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2023-04-17T23:55:41.156Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2023-04-17T23:55:41.722Z] === RUN TestDockerSuite/TestLogsAPIUntil [2023-04-17T23:55:43.619Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2023-04-17T23:55:44.992Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2023-04-17T23:55:45.942Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2023-04-17T23:55:47.317Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2023-04-17T23:55:49.216Z] docker_api_swarm_service_test.go:395: [d4edac696085a] joining swarm manager [d4cf73b16f33f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-04-17T23:55:50.149Z] docker_api_swarm_service_test.go:395: [dc8c81c380f04] joining swarm manager [d4cf73b16f33f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-04-17T23:55:50.404Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2023-04-17T23:55:50.407Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2023-04-17T23:55:50.438Z] 2023/04/17 23:55:49 Finished clone google.golang.org/genproto [2023-04-17T23:55:50.980Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2023-04-17T23:55:50.980Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2023-04-17T23:55:52.356Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2023-04-17T23:55:53.291Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2023-04-17T23:55:54.667Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2023-04-17T23:55:55.600Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2023-04-17T23:55:56.537Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2023-04-17T23:55:58.436Z] === RUN TestDockerSuite/TestLogsFollowStopped [2023-04-17T23:55:58.694Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2023-04-17T23:55:58.938Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2023-04-17T23:55:58.951Z] === RUN TestDockerSuite/TestLogsSince [2023-04-17T23:56:05.504Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2023-04-17T23:56:05.761Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2023-04-17T23:56:07.662Z] docker_api_swarm_service_test.go:343: [d4099b50228c3] joining swarm manager [d9513b8715b90]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-04-17T23:56:08.595Z] docker_api_swarm_service_test.go:343: [d41ab7c761143] joining swarm manager [d9513b8715b90]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-04-17T23:56:11.147Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2023-04-17T23:56:11.712Z] === RUN TestDockerSuite/TestLogsTail [2023-04-17T23:56:12.277Z] === RUN TestDockerSuite/TestLogsTimestamps [2023-04-17T23:56:12.843Z] === RUN TestDockerSuite/TestLogsWithDetails [2023-04-17T23:56:13.410Z] === RUN TestDockerSuite/TestMountIntoProc [2023-04-17T23:56:13.410Z] === RUN TestDockerSuite/TestMountIntoSys [2023-04-17T23:56:13.980Z] === RUN TestDockerSuite/TestNetHostname [2023-04-17T23:56:15.355Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2023-04-17T23:56:15.355Z] === RUN TestDockerSuite/TestNetworkEvents [2023-04-17T23:56:16.289Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2023-04-17T23:56:16.573Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2023-04-17T23:56:17.068Z] 2023/04/17 23:56:13 Finished clone cloud.google.com/go [2023-04-17T23:56:17.662Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2023-04-17T23:56:17.920Z] === RUN TestDockerSuite/TestPluginActive [2023-04-17T23:56:20.445Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2023-04-17T23:56:21.816Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2023-04-17T23:56:24.345Z] docker_api_swarm_service_test.go:490: [df6f618b85603] joining swarm manager [dedea5672c8a6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-04-17T23:56:24.911Z] docker_api_swarm_service_test.go:490: [d91c331ac55d3] joining swarm manager [dedea5672c8a6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-04-17T23:56:27.441Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2023-04-17T23:56:27.441Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2023-04-17T23:56:27.441Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2023-04-17T23:56:28.813Z] === RUN TestDockerSuite/TestPluginLogDriver [2023-04-17T23:56:32.097Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2023-04-17T23:56:33.484Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2023-04-17T23:56:36.763Z] === RUN TestDockerSuite/TestPluginUpgrade [2023-04-17T23:56:37.696Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2023-04-17T23:56:41.882Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2023-04-17T23:56:43.784Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2023-04-17T23:56:43.784Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2023-04-17T23:56:44.350Z] === RUN TestDockerSuite/TestPortHostBinding [2023-04-17T23:56:45.723Z] docker_api_swarm_service_test.go:128: [d3973b9c4e51c] joining swarm manager [d8f06df4d7831]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-04-17T23:56:45.723Z] === RUN TestDockerSuite/TestPortList [2023-04-17T23:56:46.463Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2023-04-17T23:56:46.659Z] docker_api_swarm_service_test.go:129: [db45c1319b700] joining swarm manager [d8f06df4d7831]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-04-17T23:56:48.561Z] docker_api_swarm_service_test.go:137: [dab3eff985ed8] joining swarm manager [d8f06df4d7831]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2023-04-17T23:56:49.128Z] docker_api_swarm_service_test.go:138: [d6f778fe999a3] joining swarm manager [d8f06df4d7831]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2023-04-17T23:56:53.312Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2023-04-17T23:56:53.569Z] === RUN TestDockerSuite/TestPostContainersAttach [2023-04-17T23:56:55.825Z] 2023/04/17 23:56:51 Finished clone github.com/hashicorp/consul [2023-04-17T23:57:00.127Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2023-04-17T23:57:00.127Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2023-04-17T23:57:00.127Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2023-04-17T23:57:00.127Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2023-04-17T23:57:00.127Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2023-04-17T23:57:00.388Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2023-04-17T23:57:00.388Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2023-04-17T23:57:00.957Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2023-04-17T23:57:00.957Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2023-04-17T23:57:01.892Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2023-04-17T23:57:01.892Z] === RUN TestDockerSuite/TestPruneContainerLabel [2023-04-17T23:57:03.792Z] === RUN TestDockerSuite/TestPruneContainerUntil [2023-04-17T23:57:04.102Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2023-04-17T23:57:04.728Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2023-04-17T23:57:04.988Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2023-04-17T23:57:04.988Z] === RUN TestDockerSuite/TestPsByOrder [2023-04-17T23:57:07.517Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2023-04-17T23:57:07.774Z] === RUN TestDockerSuite/TestPsListContainersBase [2023-04-17T23:57:09.673Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2023-04-17T23:57:11.144Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2023-04-17T23:57:11.575Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2023-04-17T23:57:12.511Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2023-04-17T23:57:12.770Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2023-04-17T23:57:13.705Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2023-04-17T23:57:15.610Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2023-04-17T23:57:16.176Z] docker_api_swarm_service_test.go:304: [da44182ad7128] joining swarm manager [d241c4fcebda5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-04-17T23:57:16.743Z] docker_api_swarm_service_test.go:304: [d34c84f980b0f] joining swarm manager [d241c4fcebda5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-04-17T23:57:22.010Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2023-04-17T23:57:23.406Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2023-04-17T23:57:24.781Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2023-04-17T23:57:26.154Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2023-04-17T23:57:27.088Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2023-04-17T23:57:28.463Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2023-04-17T23:57:29.837Z] === RUN TestDockerSuite/TestPsListContainersSize [2023-04-17T23:57:30.772Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2023-04-17T23:57:31.031Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2023-04-17T23:57:31.596Z] === RUN TestDockerSuite/TestPsRightTagName [2023-04-17T23:57:32.969Z] === RUN TestDockerSuite/TestPsShowMounts [2023-04-17T23:57:34.346Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2023-04-17T23:57:34.911Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2023-04-17T23:57:34.911Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2023-04-17T23:57:34.911Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2023-04-17T23:57:35.476Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2023-04-17T23:57:35.734Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2023-04-17T23:57:35.734Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2023-04-17T23:57:35.993Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2023-04-17T23:57:36.251Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2023-04-17T23:57:37.186Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2023-04-17T23:57:38.121Z] docker_api_swarm_service_test.go:100: [d3e1946034c41] joining swarm manager [d6d866f94834a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-04-17T23:57:38.379Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2023-04-17T23:57:38.945Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2023-04-17T23:57:39.203Z] docker_api_swarm_service_test.go:101: [d00b70e63ae9b] joining swarm manager [d6d866f94834a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-04-17T23:57:42.544Z] 2023/04/17 23:57:35 Finished clone github.com/aws/aws-sdk-go [2023-04-17T23:57:45.773Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2023-04-17T23:57:46.346Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2023-04-17T23:57:47.719Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2023-04-17T23:57:47.719Z] === RUN TestDockerSuite/TestRestartPolicyNO [2023-04-17T23:57:47.719Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2023-04-17T23:57:47.977Z] === RUN TestDockerSuite/TestRestartRunningContainer [2023-04-17T23:57:49.878Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2023-04-17T23:57:50.814Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2023-04-17T23:57:52.713Z] === RUN TestDockerSuite/TestRestartWithVolumes [2023-04-17T23:57:53.651Z] === RUN TestDockerSuite/TestRmiBlank [2023-04-17T23:57:53.651Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2023-04-17T23:57:53.908Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2023-04-17T23:57:56.438Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2023-04-17T23:57:57.005Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2023-04-17T23:57:57.005Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2023-04-17T23:57:58.382Z] === RUN TestDockerSuite/TestRmiImgIDForce [2023-04-17T23:57:58.948Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2023-04-17T23:58:00.324Z] === RUN TestDockerSuite/TestRmiParentImageFail [2023-04-17T23:58:01.259Z] === RUN TestDockerSuite/TestRmiTag [2023-04-17T23:58:01.259Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2023-04-17T23:58:01.829Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2023-04-17T23:58:03.204Z] check_test.go:379: [d3e1946034c41] daemon is not started [2023-04-17T23:58:05.107Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2023-04-17T23:58:05.365Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2023-04-17T23:58:05.932Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2023-04-17T23:58:06.190Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2023-04-17T23:58:07.140Z] === RUN TestDockerSuite/TestRunAddHost [2023-04-17T23:58:07.402Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2023-04-17T23:58:07.659Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2023-04-17T23:58:08.228Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2023-04-17T23:58:08.228Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2023-04-17T23:58:08.487Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2023-04-17T23:58:08.745Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2023-04-17T23:58:09.679Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2023-04-17T23:58:10.246Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2023-04-17T23:58:10.813Z] docker_api_swarm_service_test.go:533: [d723f027f912b] joining swarm manager [d89b382b7c682]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-04-17T23:58:11.071Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2023-04-17T23:58:11.636Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2023-04-17T23:58:12.202Z] docker_api_swarm_service_test.go:534: [d033832ac9cea] joining swarm manager [d89b382b7c682]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-04-17T23:58:12.461Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2023-04-17T23:58:13.396Z] === RUN TestDockerSuite/TestRunAttachDetach [2023-04-17T23:58:14.770Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2023-04-17T23:58:15.337Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2023-04-17T23:58:16.271Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2023-04-17T23:58:16.837Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2023-04-17T23:58:17.771Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2023-04-17T23:58:18.707Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2023-04-17T23:58:19.640Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2023-04-17T23:58:19.899Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2023-04-17T23:58:20.467Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2023-04-17T23:58:20.725Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2023-04-17T23:58:20.725Z] === RUN TestDockerSuite/TestRunBindMounts [2023-04-17T23:58:22.105Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2023-04-17T23:58:22.670Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2023-04-17T23:58:22.930Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2023-04-17T23:58:23.496Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2023-04-17T23:58:24.062Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2023-04-17T23:58:24.062Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2023-04-17T23:58:24.642Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2023-04-17T23:58:24.901Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2023-04-17T23:58:25.466Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2023-04-17T23:58:25.724Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2023-04-17T23:58:26.290Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2023-04-17T23:58:26.290Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2023-04-17T23:58:26.548Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2023-04-17T23:58:26.806Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2023-04-17T23:58:27.373Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2023-04-17T23:58:27.939Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2023-04-17T23:58:28.504Z] === RUN TestDockerSuite/TestRunContainerNetwork [2023-04-17T23:58:28.762Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2023-04-17T23:58:28.762Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2023-04-17T23:58:29.327Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2023-04-17T23:58:30.706Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2023-04-17T23:58:31.274Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2023-04-17T23:58:32.206Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2023-04-17T23:58:32.772Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2023-04-17T23:58:33.030Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2023-04-17T23:58:33.596Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2023-04-17T23:58:33.854Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2023-04-17T23:58:34.420Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2023-04-17T23:58:34.986Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2023-04-17T23:58:35.552Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2023-04-17T23:58:36.928Z] docker_api_swarm_service_test.go:148: [dcf923c274a5c] joining swarm manager [daff93af0520e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-04-17T23:58:37.863Z] docker_api_swarm_service_test.go:148: [d4f54477e0016] joining swarm manager [daff93af0520e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-04-17T23:58:37.863Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2023-04-17T23:58:37.863Z] === RUN TestDockerSuite/TestRunCreateVolume [2023-04-17T23:58:38.429Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2023-04-17T23:58:40.330Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2023-04-17T23:58:41.705Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2023-04-17T23:58:43.081Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2023-04-17T23:58:44.459Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2023-04-17T23:58:44.459Z] docker_cli_run_test.go:4044: unmatched requirement DaemonIsWindows [2023-04-17T23:58:44.459Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2023-04-17T23:58:44.459Z] docker_cli_run_test.go:4063: unmatched requirement DaemonIsWindows [2023-04-17T23:58:44.459Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2023-04-17T23:58:45.025Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2023-04-17T23:58:46.399Z] === RUN TestDockerSuite/TestRunDNSOptions [2023-04-17T23:58:46.965Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2023-04-17T23:58:48.865Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2023-04-17T23:58:48.865Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2023-04-17T23:58:50.239Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2023-04-17T23:58:50.496Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2023-04-17T23:58:50.496Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2023-04-17T23:58:50.496Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2023-04-17T23:58:50.754Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2023-04-17T23:58:52.127Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2023-04-17T23:58:52.127Z] === RUN TestDockerSuite/TestRunDuplicateMount [2023-04-17T23:58:52.385Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2023-04-17T23:58:52.951Z] === RUN TestDockerSuite/TestRunEchoStdout [2023-04-17T23:58:53.517Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2023-04-17T23:58:54.083Z] === RUN TestDockerSuite/TestRunEmptyEnv [2023-04-17T23:58:54.083Z] === RUN TestDockerSuite/TestRunEntrypoint [2023-04-17T23:58:54.341Z] === RUN TestDockerSuite/TestRunEnvironment [2023-04-17T23:58:54.908Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2023-04-17T23:58:55.475Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2023-04-17T23:58:56.043Z] === RUN TestDockerSuite/TestRunExitCode [2023-04-17T23:58:56.609Z] === RUN TestDockerSuite/TestRunExitCodeOne [2023-04-17T23:58:57.176Z] === RUN TestDockerSuite/TestRunExitCodeZero [2023-04-17T23:58:57.438Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2023-04-17T23:58:58.004Z] === RUN TestDockerSuite/TestRunExposePort [2023-04-17T23:58:58.004Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2023-04-17T23:58:58.262Z] === RUN TestDockerSuite/TestRunGroupAdd [2023-04-17T23:58:58.828Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2023-04-17T23:58:59.761Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2023-04-17T23:59:00.020Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2023-04-17T23:59:00.020Z] docker_cli_run_test.go:4146: unmatched requirement IsolationIsHyperv [2023-04-17T23:59:00.020Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2023-04-17T23:59:01.922Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2023-04-17T23:59:02.882Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2023-04-17T23:59:07.521Z] === RUN TestDockerSuite/TestBuildDotDotFile [2023-04-17T23:59:07.521Z] === RUN TestDockerSuite/TestBuildEOLInLine [2023-04-17T23:59:07.521Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2023-04-17T23:59:07.521Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2023-04-17T23:59:07.521Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2023-04-17T23:59:07.521Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2023-04-17T23:59:07.521Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2023-04-17T23:59:07.521Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2023-04-17T23:59:07.521Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2023-04-17T23:59:07.521Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2023-04-17T23:59:07.521Z] === RUN TestDockerSuite/TestBuildEntrypoint [2023-04-17T23:59:07.521Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2023-04-17T23:59:12.196Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2023-04-17T23:59:14.362Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2023-04-17T23:59:15.077Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2023-04-17T23:59:15.077Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2023-04-17T23:59:15.077Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2023-04-17T23:59:15.644Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2023-04-17T23:59:15.644Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2023-04-17T23:59:15.644Z] === RUN TestDockerSuite/TestRunInvalidReference [2023-04-17T23:59:15.644Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2023-04-17T23:59:16.580Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2023-04-17T23:59:18.081Z] === RUN TestDockerSuite/TestBuildEnv [2023-04-17T23:59:18.081Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2023-04-17T23:59:18.081Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2023-04-17T23:59:18.081Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2023-04-17T23:59:18.081Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2023-04-17T23:59:18.081Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2023-04-17T23:59:18.081Z] === RUN TestDockerSuite/TestBuildEnvUsage [2023-04-17T23:59:18.081Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2023-04-17T23:59:18.081Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2023-04-17T23:59:18.081Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2023-04-17T23:59:18.081Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2023-04-17T23:59:19.112Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2023-04-17T23:59:19.678Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2023-04-17T23:59:20.969Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2023-04-17T23:59:20.969Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2023-04-17T23:59:20.970Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2023-04-17T23:59:20.970Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2023-04-17T23:59:20.970Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2023-04-17T23:59:20.970Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2023-04-17T23:59:20.970Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2023-04-17T23:59:21.054Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2023-04-17T23:59:21.425Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2023-04-17T23:59:25.142Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2023-04-17T23:59:27.606Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2023-04-17T23:59:27.606Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2023-04-17T23:59:27.606Z] === RUN TestDockerSuite/TestRunModeHostname [2023-04-17T23:59:28.172Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2023-04-17T23:59:28.172Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2023-04-17T23:59:28.172Z] === RUN TestDockerSuite/TestRunModeIpcHost [2023-04-17T23:59:29.107Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2023-04-17T23:59:30.044Z] === RUN TestDockerSuite/TestRunModePIDContainer [2023-04-17T23:59:30.978Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2023-04-17T23:59:30.978Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2023-04-17T23:59:31.237Z] === RUN TestDockerSuite/TestRunModePIDHost [2023-04-17T23:59:32.612Z] === RUN TestDockerSuite/TestRunModeUTSHost [2023-04-17T23:59:33.994Z] === RUN TestDockerSuite/TestRunMount [2023-04-17T23:59:38.195Z] === RUN TestDockerSuite/TestRunMountOrdering [2023-04-17T23:59:38.195Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2023-04-17T23:59:38.761Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2023-04-17T23:59:39.327Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2023-04-17T23:59:39.909Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2023-04-17T23:59:39.909Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2023-04-17T23:59:39.909Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2023-04-17T23:59:39.909Z] === RUN TestDockerSuite/TestBuildExpose [2023-04-17T23:59:39.909Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2023-04-17T23:59:39.909Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2023-04-17T23:59:39.909Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2023-04-17T23:59:39.909Z] === RUN TestDockerSuite/TestBuildExposeOrder [2023-04-17T23:59:39.909Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2023-04-17T23:59:39.909Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2023-04-17T23:59:39.909Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2023-04-17T23:59:39.909Z] === RUN TestDockerSuite/TestBuildFails [2023-04-17T23:59:40.365Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2023-04-17T23:59:40.702Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2023-04-17T23:59:40.820Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2023-04-17T23:59:42.604Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2023-04-17T23:59:42.863Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2023-04-17T23:59:44.765Z] === RUN TestDockerSuite/TestRunNamedVolume [2023-04-17T23:59:45.484Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2023-04-17T23:59:45.698Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2023-04-17T23:59:46.264Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2023-04-17T23:59:48.167Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2023-04-17T23:59:48.424Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2023-04-17T23:59:49.363Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2023-04-17T23:59:50.148Z] === RUN TestDockerSuite/TestBuildForceRm [2023-04-17T23:59:50.739Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2023-04-17T23:59:50.739Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2023-04-17T23:59:50.998Z] === RUN TestDockerSuite/TestRunNetHost [2023-04-17T23:59:51.257Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2023-04-17T23:59:51.827Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2023-04-17T23:59:52.392Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2023-04-17T23:59:52.959Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2023-04-17T23:59:54.860Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2023-04-17T23:59:54.860Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2023-04-17T23:59:56.243Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2023-04-17T23:59:57.176Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2023-04-17T23:59:59.706Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2023-04-17T23:59:59.965Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2023-04-18T00:00:00.224Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2023-04-18T00:00:00.428Z] === RUN TestDockerSuite/TestBuildFromGit [2023-04-18T00:00:00.790Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2023-04-18T00:00:00.790Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2023-04-18T00:00:01.356Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2023-04-18T00:00:01.356Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2023-04-18T00:00:01.922Z] === RUN TestDockerSuite/TestRunNonExistingImage [2023-04-18T00:00:03.295Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2023-04-18T00:00:03.862Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2023-04-18T00:00:04.145Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2023-04-18T00:00:04.797Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2023-04-18T00:00:05.105Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2023-04-18T00:00:09.770Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2023-04-18T00:00:09.770Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2023-04-18T00:00:09.770Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2023-04-18T00:00:09.770Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2023-04-18T00:00:10.057Z] === RUN TestDockerSuite/TestRunOOMExitCode [2023-04-18T00:00:10.057Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2023-04-18T00:00:10.057Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2023-04-18T00:00:10.226Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2023-04-18T00:00:10.226Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2023-04-18T00:00:10.226Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2023-04-18T00:00:10.315Z] === RUN TestDockerSuite/TestRunPIDsLimit [2023-04-18T00:00:10.881Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2023-04-18T00:00:11.813Z] === RUN TestDockerSuite/TestRunPortInUse [2023-04-18T00:00:12.380Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2023-04-18T00:00:12.638Z] docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n" [2023-04-18T00:00:12.638Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2023-04-18T00:00:13.204Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2023-04-18T00:00:13.462Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2023-04-18T00:00:14.028Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2023-04-18T00:00:14.594Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2023-04-18T00:00:14.594Z] docker_cli_run_test.go:4129: unmatched requirement IsolationIsProcess [2023-04-18T00:00:14.594Z] === RUN TestDockerSuite/TestRunPublishPort [2023-04-18T00:00:14.852Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2023-04-18T00:00:15.420Z] === RUN TestDockerSuite/TestRunReadProcLatency [2023-04-18T00:00:15.420Z] docker_cli_run_test.go:2864: kernel doesn't have latency_stats configured [2023-04-18T00:00:15.420Z] === RUN TestDockerSuite/TestRunReadProcTimer [2023-04-18T00:00:15.678Z] === RUN TestDockerSuite/TestRunRedirectStdout [2023-04-18T00:00:16.613Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2023-04-18T00:00:16.613Z] docker_cli_run_test.go:1426: Unstable test, to be re-activated once #19937 is resolved [2023-04-18T00:00:16.613Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2023-04-18T00:00:17.269Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2023-04-18T00:00:17.269Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2023-04-18T00:00:17.269Z] === RUN TestDockerSuite/TestBuildHistory [2023-04-18T00:00:19.150Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2023-04-18T00:00:19.716Z] === RUN TestDockerSuite/TestRunRm [2023-04-18T00:00:19.975Z] === RUN TestDockerSuite/TestRunRmAndWait [2023-04-18T00:00:24.158Z] === RUN TestDockerSuite/TestRunRmPre125Api [2023-04-18T00:00:24.158Z] === RUN TestDockerSuite/TestRunRootWorkdir [2023-04-18T00:00:24.417Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2023-04-18T00:00:25.790Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2023-04-18T00:00:25.812Z] === RUN TestDockerSuite/TestBuildIidFile [2023-04-18T00:00:26.267Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2023-04-18T00:00:26.356Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2023-04-18T00:00:27.799Z] === RUN TestDockerSuite/TestBuildInheritance [2023-04-18T00:00:27.799Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2023-04-18T00:00:27.799Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2023-04-18T00:00:28.770Z] === RUN TestDockerSuite/TestBuildInvalidTag [2023-04-18T00:00:28.770Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2023-04-18T00:00:28.885Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2023-04-18T00:00:28.885Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2023-04-18T00:00:32.169Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2023-04-18T00:00:32.490Z] === RUN TestDockerSuite/TestBuildLabel [2023-04-18T00:00:32.735Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2023-04-18T00:00:32.946Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2023-04-18T00:00:32.992Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2023-04-18T00:00:33.401Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2023-04-18T00:00:33.558Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2023-04-18T00:00:33.816Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2023-04-18T00:00:34.362Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2023-04-18T00:00:34.383Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2023-04-18T00:00:34.818Z] === RUN TestDockerSuite/TestBuildLabels [2023-04-18T00:00:34.947Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2023-04-18T00:00:35.205Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2023-04-18T00:00:35.273Z] === RUN TestDockerSuite/TestBuildLabelsCache [2023-04-18T00:00:35.772Z] === RUN TestDockerSuite/TestRunSetMacAddress [2023-04-18T00:00:36.704Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2023-04-18T00:00:36.800Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2023-04-18T00:00:36.962Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2023-04-18T00:00:39.490Z] === RUN TestDockerSuite/TestRunState [2023-04-18T00:00:40.057Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2023-04-18T00:00:40.320Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2023-04-18T00:00:40.889Z] === RUN TestDockerSuite/TestRunStdinPipe [2023-04-18T00:00:41.455Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2023-04-18T00:00:41.455Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2023-04-18T00:00:41.455Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2023-04-18T00:00:41.455Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2023-04-18T00:00:41.464Z] === RUN TestDockerSuite/TestBuildLastModified [2023-04-18T00:00:41.464Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2023-04-18T00:00:41.464Z] === RUN TestDockerSuite/TestBuildLineBreak [2023-04-18T00:00:41.464Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2023-04-18T00:00:41.464Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2023-04-18T00:00:41.464Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2023-04-18T00:00:41.464Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2023-04-18T00:00:41.464Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2023-04-18T00:00:41.464Z] === RUN TestDockerSuite/TestBuildMaintainer [2023-04-18T00:00:41.464Z] === RUN TestDockerSuite/TestBuildMissingArgs [2023-04-18T00:00:42.021Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2023-04-18T00:00:42.424Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2023-04-18T00:00:42.588Z] === RUN TestDockerSuite/TestRunSysctls [2023-04-18T00:00:43.521Z] === RUN TestDockerSuite/TestRunTLSVerify [2023-04-18T00:00:43.521Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2023-04-18T00:00:43.521Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2023-04-18T00:00:44.087Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2023-04-18T00:00:45.459Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2023-04-18T00:00:46.026Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2023-04-18T00:00:46.135Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2023-04-18T00:00:46.960Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2023-04-18T00:00:49.490Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2023-04-18T00:00:52.015Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2023-04-18T00:00:52.274Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2023-04-18T00:00:52.839Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2023-04-18T00:00:53.098Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2023-04-18T00:00:53.664Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2023-04-18T00:00:55.565Z] === RUN TestDockerSuite/TestRunUnshareProc [2023-04-18T00:00:56.133Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2023-04-18T00:00:56.391Z] === RUN TestDockerSuite/TestRunUserByID [2023-04-18T00:00:56.958Z] === RUN TestDockerSuite/TestRunUserByIDBig [2023-04-18T00:00:57.216Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2023-04-18T00:00:57.475Z] === RUN TestDockerSuite/TestRunUserByIDZero [2023-04-18T00:00:58.042Z] === RUN TestDockerSuite/TestRunUserByName [2023-04-18T00:00:58.609Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2023-04-18T00:00:58.609Z] === RUN TestDockerSuite/TestRunUserDefaults [2023-04-18T00:00:59.175Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2023-04-18T00:00:59.175Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2023-04-18T00:00:59.175Z] === RUN TestDockerSuite/TestRunUserNotFound [2023-04-18T00:00:59.175Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2023-04-18T00:00:59.742Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2023-04-18T00:01:00.683Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2023-04-18T00:01:03.223Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2023-04-18T00:01:03.769Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2023-04-18T00:01:03.769Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2023-04-18T00:01:03.769Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2023-04-18T00:01:03.789Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2023-04-18T00:01:03.789Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2023-04-18T00:01:04.225Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2023-04-18T00:01:04.726Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2023-04-18T00:01:06.104Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2023-04-18T00:01:06.361Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2023-04-18T00:01:07.296Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2023-04-18T00:01:09.198Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2023-04-18T00:01:09.198Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2023-04-18T00:01:11.098Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2023-04-18T00:01:11.663Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2023-04-18T00:01:11.663Z] docker_cli_run_test.go:4099: unmatched requirement DaemonIsWindows [2023-04-18T00:01:11.663Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2023-04-18T00:01:11.663Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2023-04-18T00:01:11.663Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2023-04-18T00:01:11.663Z] docker_cli_run_test.go:4109: unmatched requirement DaemonIsWindows [2023-04-18T00:01:11.663Z] === RUN TestDockerSuite/TestRunWithBadDevice [2023-04-18T00:01:11.663Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2023-04-18T00:01:11.663Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2023-04-18T00:01:11.663Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2023-04-18T00:01:11.663Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2023-04-18T00:01:12.597Z] === RUN TestDockerSuite/TestRunWithCPUShares [2023-04-18T00:01:12.855Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2023-04-18T00:01:14.230Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2023-04-18T00:01:14.797Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2023-04-18T00:01:14.797Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2023-04-18T00:01:15.363Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2023-04-18T00:01:15.363Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2023-04-18T00:01:15.929Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2023-04-18T00:01:15.929Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2023-04-18T00:01:15.929Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2023-04-18T00:01:15.929Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2023-04-18T00:01:15.929Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2023-04-18T00:01:15.929Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2023-04-18T00:01:15.929Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2023-04-18T00:01:15.929Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2023-04-18T00:01:15.929Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2023-04-18T00:01:15.929Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2023-04-18T00:01:15.929Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2023-04-18T00:01:15.929Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2023-04-18T00:01:15.929Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2023-04-18T00:01:15.929Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2023-04-18T00:01:15.929Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2023-04-18T00:01:16.187Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2023-04-18T00:01:17.124Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2023-04-18T00:01:17.124Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2023-04-18T00:01:17.694Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2023-04-18T00:01:17.952Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2023-04-18T00:01:18.518Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2023-04-18T00:01:18.518Z] === RUN TestDockerSuite/TestRunWithShmSize [2023-04-18T00:01:19.085Z] === RUN TestDockerSuite/TestRunWithSwappiness [2023-04-18T00:01:19.342Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2023-04-18T00:01:19.342Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2023-04-18T00:01:19.342Z] === RUN TestDockerSuite/TestRunWithUlimits [2023-04-18T00:01:19.914Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2023-04-18T00:01:20.860Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2023-04-18T00:01:21.118Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2023-04-18T00:01:21.685Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2023-04-18T00:01:21.685Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2023-04-18T00:01:21.685Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2023-04-18T00:01:21.943Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2023-04-18T00:01:22.201Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2023-04-18T00:01:23.576Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2023-04-18T00:01:23.834Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2023-04-18T00:01:25.208Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2023-04-18T00:01:25.774Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2023-04-18T00:01:25.774Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2023-04-18T00:01:25.774Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2023-04-18T00:01:26.341Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2023-04-18T00:01:26.599Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2023-04-18T00:01:27.534Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2023-04-18T00:01:28.909Z] === RUN TestDockerSuite/TestSaveCheckTimes [2023-04-18T00:01:28.909Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2023-04-18T00:01:29.304Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2023-04-18T00:01:29.841Z] === RUN TestDockerSuite/TestSaveImageId [2023-04-18T00:01:29.841Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2023-04-18T00:01:30.409Z] === RUN TestDockerSuite/TestSaveLoadParents [2023-04-18T00:01:31.346Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents1299364754 [2023-04-18T00:01:31.346Z] === RUN TestDockerSuite/TestSaveMultipleNames [2023-04-18T00:01:31.604Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2023-04-18T00:01:32.592Z] === RUN TestDockerSuite/TestSaveSingleTag [2023-04-18T00:01:32.849Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2023-04-18T00:01:32.850Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2023-04-18T00:01:33.785Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2023-04-18T00:01:35.158Z] === RUN TestDockerSuite/TestSearchCmdOptions [2023-04-18T00:01:35.416Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2023-04-18T00:01:35.673Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2023-04-18T00:01:35.673Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2023-04-18T00:01:35.673Z] === RUN TestDockerSuite/TestSearchWithLimit [2023-04-18T00:01:36.238Z] === RUN TestDockerSuite/TestSlowStdinClosing [2023-04-18T00:01:38.138Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2023-04-18T00:01:39.072Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2023-04-18T00:01:41.603Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2023-04-18T00:01:43.502Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2023-04-18T00:01:45.401Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2023-04-18T00:01:45.401Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2023-04-18T00:01:45.967Z] === RUN TestDockerSuite/TestStartAttachSilent [2023-04-18T00:01:46.903Z] === RUN TestDockerSuite/TestStartAttachWithRename [2023-04-18T00:01:47.838Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2023-04-18T00:01:49.738Z] === RUN TestDockerSuite/TestStartMultipleContainers [2023-04-18T00:01:50.348Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2023-04-18T00:01:51.637Z] === RUN TestDockerSuite/TestStartPausedContainer [2023-04-18T00:01:51.896Z] === RUN TestDockerSuite/TestStartRecordError [2023-04-18T00:01:52.154Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2023-04-18T00:01:53.233Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2023-04-18T00:01:53.530Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2023-04-18T00:01:55.434Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2023-04-18T00:01:55.434Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2023-04-18T00:01:56.811Z] === RUN TestDockerSuite/TestStatsAllNoStream [2023-04-18T00:01:57.895Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2023-04-18T00:01:59.347Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2023-04-18T00:02:02.558Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2023-04-18T00:02:03.531Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2023-04-18T00:02:04.150Z] 2023/04/18 00:01:56 Finished clone google.golang.org/api [2023-04-18T00:02:04.150Z] 2023/04/18 00:01:56 Dependencies downloaded. Download time: 7m55.586474233s [2023-04-18T00:02:04.150Z] 2023/04/18 00:01:56 Collecting all dependencies [2023-04-18T00:02:06.810Z] === RUN TestDockerSuite/TestStatsFormatAll [2023-04-18T00:02:08.183Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2023-04-18T00:02:09.432Z] 2023/04/18 00:02:08 Clean vendor dir from unused packages [2023-04-18T00:02:09.432Z] 2023/04/18 00:02:08 Ignoring paths matching "^archive/tar" [2023-04-18T00:02:10.001Z] 2023/04/18 00:02:09 Success [2023-04-18T00:02:10.001Z] 2023/04/18 00:02:09 Running time: 8m12.002102675s [2023-04-18T00:02:10.570Z] Congratulations! All vendoring changes are done the right way. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2023-04-18T00:02:11.461Z] + echo Ensuring container killed. [2023-04-18T00:02:11.461Z] Ensuring container killed. [2023-04-18T00:02:11.461Z] + docker rm -vf docker-pr4 [2023-04-18T00:02:11.461Z] Error response from daemon: No such container: docker-pr4 [2023-04-18T00:02:11.462Z] === RUN TestDockerSuite/TestStatsNoStream [Pipeline] sh [2023-04-18T00:02:11.746Z] + echo Chowning /workspace to jenkins user [2023-04-18T00:02:11.746Z] Chowning /workspace to jenkins user [2023-04-18T00:02:11.746Z] + id -u [2023-04-18T00:02:11.746Z] + id -g [2023-04-18T00:02:11.746Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45349:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2023-04-18T00:02:13.957Z] + bundleName=unit [2023-04-18T00:02:13.957Z] + echo Creating unit-bundles.tar.gz [2023-04-18T00:02:13.957Z] Creating unit-bundles.tar.gz [2023-04-18T00:02:13.957Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2023-04-18T00:02:13.957Z] bundles/junit-report.xml [2023-04-18T00:02:13.957Z] bundles/go-test-report.json [2023-04-18T00:02:13.957Z] bundles/profile.out [Pipeline] archiveArtifacts [2023-04-18T00:02:13.970Z] Archiving artifacts [2023-04-18T00:02:13.987Z] === RUN TestDockerSuite/TestStopContainerSignal [2023-04-18T00:02:14.456Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-45349/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2023-04-18T00:02:14.765Z] + make clean [2023-04-18T00:02:14.920Z] === RUN TestDockerSuite/TestTopMultipleArgs [2023-04-18T00:02:15.344Z] docker volume rm -f docker-dev-cache [2023-04-18T00:02:15.344Z] docker-dev-cache [Pipeline] deleteDir [2023-04-18T00:02:15.486Z] === RUN TestDockerSuite/TestTopNonPrivileged [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-04-18T00:02:16.052Z] === RUN TestDockerSuite/TestTopPrivileged [2023-04-18T00:02:16.310Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2023-04-18T00:02:16.310Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2023-04-18T00:02:16.310Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2023-04-18T00:02:16.877Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2023-04-18T00:02:17.322Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2023-04-18T00:02:17.322Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2023-04-18T00:02:17.322Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2023-04-18T00:02:19.405Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2023-04-18T00:02:20.778Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2023-04-18T00:02:21.985Z] === RUN TestDockerSuite/TestBuildMultipleTags [2023-04-18T00:02:21.985Z] === RUN TestDockerSuite/TestBuildNetContainer [2023-04-18T00:02:21.985Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2023-04-18T00:02:21.985Z] === RUN TestDockerSuite/TestBuildNetNone [2023-04-18T00:02:21.985Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2023-04-18T00:02:21.985Z] === RUN TestDockerSuite/TestBuildNoContext [2023-04-18T00:02:22.677Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2023-04-18T00:02:22.955Z] docker_cli_service_logs_test.go:246: checking task k6dm7qmjxxzt [2023-04-18T00:02:22.955Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2023-04-18T00:02:22.955Z] docker_cli_service_logs_test.go:251: checking messages for k6dm7qmjxxzt [2023-04-18T00:02:22.955Z] docker_cli_service_logs_test.go:246: checking task mtp06ggx8cte [2023-04-18T00:02:23.218Z] docker_cli_service_logs_test.go:251: checking messages for mtp06ggx8cte [2023-04-18T00:02:23.477Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2023-04-18T00:02:23.477Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2023-04-18T00:02:23.477Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2023-04-18T00:02:23.477Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2023-04-18T00:02:23.477Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2023-04-18T00:02:24.148Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2023-04-18T00:02:24.411Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2023-04-18T00:02:24.976Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2023-04-18T00:02:25.542Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2023-04-18T00:02:26.476Z] === RUN TestDockerSuite/TestUpdateStats [2023-04-18T00:02:27.861Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2023-04-18T00:02:29.386Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2023-04-18T00:02:29.841Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2023-04-18T00:02:29.841Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2023-04-18T00:02:30.656Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2023-04-18T00:02:30.913Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2023-04-18T00:02:30.913Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2023-04-18T00:02:30.913Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2023-04-18T00:02:31.480Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2023-04-18T00:02:32.005Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2023-04-18T00:02:32.046Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2023-04-18T00:02:32.966Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2023-04-18T00:02:33.928Z] === RUN TestDockerSuite/TestBuildOnBuild [2023-04-18T00:02:33.947Z] === RUN TestDockerSwarmSuite/TestServiceScale [2023-04-18T00:02:34.513Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2023-04-18T00:02:37.045Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2023-04-18T00:02:37.045Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2023-04-18T00:02:39.579Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2023-04-18T00:02:40.953Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2023-04-18T00:02:42.955Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2023-04-18T00:02:46.238Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2023-04-18T00:02:47.617Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2023-04-18T00:02:48.552Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2023-04-18T00:02:49.485Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2023-04-18T00:02:50.420Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2023-04-18T00:02:51.565Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2023-04-18T00:02:51.565Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2023-04-18T00:02:51.797Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2023-04-18T00:02:53.696Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2023-04-18T00:02:54.630Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2023-04-18T00:02:55.197Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2023-04-18T00:02:56.572Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2023-04-18T00:02:56.832Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2023-04-18T00:02:58.211Z] === RUN TestDockerSuite/TestVolumeCLICreate [2023-04-18T00:02:58.606Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2023-04-18T00:02:58.776Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2023-04-18T00:03:00.673Z] docker_cli_swarm_test.go:1901: [dad6f39e1e6ec] joining swarm manager [d8f43c9f86d5e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-04-18T00:03:02.045Z] docker_cli_swarm_test.go:1902: [d989cdf0fe3b7] joining swarm manager [d8f43c9f86d5e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-04-18T00:03:07.137Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2023-04-18T00:03:12.903Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2023-04-18T00:03:14.235Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2023-04-18T00:03:14.235Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2023-04-18T00:03:14.235Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2023-04-18T00:03:14.235Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2023-04-18T00:03:14.235Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2023-04-18T00:03:14.235Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2023-04-18T00:03:14.235Z] === RUN TestDockerSuite/TestVolumeCLILs [2023-04-18T00:03:14.493Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2023-04-18T00:03:14.493Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2023-04-18T00:03:15.060Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2023-04-18T00:03:15.318Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2023-04-18T00:03:15.318Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2023-04-18T00:03:15.318Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2023-04-18T00:03:15.318Z] === RUN TestDockerSuite/TestVolumeCLIRm [2023-04-18T00:03:16.618Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2023-04-18T00:03:17.230Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2023-04-18T00:03:17.230Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2023-04-18T00:03:17.230Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2023-04-18T00:03:17.230Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2023-04-18T00:03:17.230Z] === RUN TestDockerSuite/TestVolumeEvents [2023-04-18T00:03:18.163Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2023-04-18T00:03:20.332Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2023-04-18T00:03:20.790Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2023-04-18T00:03:20.790Z] docker_cli_build_test.go:5973: unmatched requirement DaemonIsLinux [2023-04-18T00:03:20.790Z] === RUN TestDockerSuite/TestBuildPATH [2023-04-18T00:03:20.790Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2023-04-18T00:03:21.245Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2023-04-18T00:03:22.771Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2023-04-18T00:03:22.771Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2023-04-18T00:03:22.771Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2023-04-18T00:03:23.423Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2023-04-18T00:03:23.988Z] === RUN TestDockerSuite/TestVolumeLsFormat [2023-04-18T00:03:23.989Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2023-04-18T00:03:24.246Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2023-04-18T00:03:25.619Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2023-04-18T00:03:26.186Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2023-04-18T00:03:28.087Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2023-04-18T00:03:29.022Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2023-04-18T00:03:29.022Z] docker_cli_run_test.go:4437: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite (1294.04s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (3.92s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.12s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.78s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.33s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.96s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.43s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.49s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.32s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.00s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.15s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.77s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.16s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.03s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.43s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.61s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.62s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.52s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.70s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.72s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.77s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.91s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.75s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAttachDetach (1.09s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.77s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.66s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.72s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.76s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.11s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.90s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.11s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (4.28s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.84s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (3.75s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (15.37s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.48s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.25s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.20s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.59s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.83s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.43s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.73s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.42s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.17s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.57s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (2.45s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (0.72s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.45s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.18s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.68s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.98s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.11s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.83s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.24s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (3.70s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.89s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.30s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAddTar (7.26s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.13s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (0.96s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.27s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.58s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.29s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.69s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.47s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.82s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.66s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.49s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (1.95s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.11s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.33s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.13s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.34s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.99s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.32s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.77s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.11s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.47s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (0.99s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.80s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.87s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.75s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (4.54s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.46s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.71s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.86s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.13s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.91s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.55s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.42s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildCmd (0.32s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.38s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.28s) [2023-04-18T00:03:29.022Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (0.80s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (3.73s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.89s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.70s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.24s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.68s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.56s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.30s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (10.18s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.57s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.55s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.35s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (2.90s) [2023-04-18T00:03:29.022Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.16s) [2023-04-18T00:03:29.022Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2023-04-18T00:03:29.022Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2023-04-18T00:03:29.022Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2023-04-18T00:03:29.022Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (2.99s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.25s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (3.02s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.49s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.11s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (5.11s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.54s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.05s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.12s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.59s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.09s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.20s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.01s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.05s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildDockerignore (8.82s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.12s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (2.73s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (10.75s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.84s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.03s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.34s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (1.95s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.15s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.41s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.18s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (1.90s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (14.20s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.18s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.16s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.51s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.45s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.71s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.17s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.34s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.40s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.08s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.53s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.70s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildEnv (1.37s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.43s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.07s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.85s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (19.81s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.18s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.65s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.97s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.57s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.55s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.38s) [2023-04-18T00:03:29.023Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.51s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (8.48s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildExpose (0.32s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.58s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.47s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.31s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildFails (0.83s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.10s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.30s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.43s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.69s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.57s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.32s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.89s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.50s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.80s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.28s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.08s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.18s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.79s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildHistory (3.60s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.43s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.66s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.72s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.54s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.76s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildLabel (0.46s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.44s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.42s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.29s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildLabels (0.44s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.12s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (3.24s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.10s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.19s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.07s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.06s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.24s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.93s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.19s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.96s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.25s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.33s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (8.17s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.52s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.77s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.69s) [2023-04-18T00:03:29.023Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.19s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.28s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.23s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.21s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.40s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.43s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.72s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.60s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.41s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.31s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.03s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.54s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.22s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.39s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.22s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.36s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.99s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.07s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.77s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.86s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (0.83s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.24s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.39s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildPATH (1.57s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.67s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.63s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (6.90s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.21s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.57s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildRm (2.34s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.70s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.98s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.46s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.61s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.94s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.23s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.02s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.96s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.09s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.21s) [2023-04-18T00:03:29.023Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.25s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.58s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.07s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildStderr (0.65s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (2.89s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.71s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.64s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.46s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.64s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (0.95s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildUser (1.31s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.24s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (12.34s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.63s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.22s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.68s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.58s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.82s) [2023-04-18T00:03:29.023Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2023-04-18T00:03:29.023Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2023-04-18T00:03:29.023Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2023-04-18T00:03:29.023Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.02s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.53s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.41s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.54s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.07s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.73s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.41s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.67s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.23s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.52s) [2023-04-18T00:03:29.023Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.92s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestBuildXZHost (4.32s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2023-04-18T00:03:29.023Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.65s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.85s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestCommitChange (1.11s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.81s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.67s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.48s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.78s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestCommitTTY (1.16s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.81s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.48s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.72s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.09s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.33s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.48s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.49s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.60s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.57s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.50s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.50s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.05s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.56s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.09s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.07s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.51s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.49s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.48s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.24s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.61s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.46s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.50s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.51s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.55s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.47s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.60s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.65s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.08s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.55s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.43s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.26s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.52s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.32s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.77s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.87s) [2023-04-18T00:03:29.023Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.64s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.70s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.95s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.77s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.59s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.15s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.14s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.47s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.44s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.31s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.37s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.33s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000f896c8_} (1.40s) [2023-04-18T00:03:29.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-11294427759_/foo_false____} (1.53s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-11294427759_/foo_true____} (1.66s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33871589333_/foo_false____} (1.36s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33871589333_/foo_true____} (1.30s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33871589333_/foo_true__0xc000f896f8__} (1.44s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000f89710_} (1.37s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000f89728_} (1.33s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000f89740_} (1.51s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000f89758_} (1.36s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.15s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.26s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (1.96s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.71s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (1.73s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCopyAndRestart (0.89s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.12s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.52s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.58s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.51s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.51s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.54s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.61s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.66s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.69s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.90s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.64s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.74s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.88s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.78s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.86s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.63s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.64s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.03s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.75s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.76s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.63s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.50s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.57s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpToCaseA (0.89s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.51s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.49s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpToCaseD (2.69s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpToCaseE (1.86s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.48s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.25s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpToCaseH (1.83s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.53s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.07s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.74s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpToDot (0.54s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.92s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.07s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpToStdout (0.53s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.11s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.27s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.91s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.35s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.11s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCreateArgs (0.08s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.36s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.45s) [2023-04-18T00:03:29.024Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.44s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.23s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCreateLabels (0.06s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.10s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCreateRM (0.12s) [2023-04-18T00:03:29.024Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.41s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.94s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.07s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.11s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.06s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.63s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.10s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.52s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.16s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.09s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.59s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.72s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.10s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.55s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestDockerFails (0.02s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.04s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.00s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.60s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.36s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.23s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.60s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.82s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.55s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.71s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.81s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsAttach (0.72s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsCommit (0.83s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.60s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.54s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.59s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.62s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.32s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.62s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.10s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsCopy (1.18s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.47s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.62s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.37s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.17s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.54s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.14s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.27s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.15s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsFilters (0.89s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsFormat (0.95s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.68s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.20s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.97s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.24s) [2023-04-18T00:03:29.024Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2023-04-18T00:03:29.024Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.01s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsPluginOps (2.64s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.54s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsRename (0.73s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsResize (0.51s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.54s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.55s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.62s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.84s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsTop (0.49s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (6.14s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExec (0.55s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.48s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.47s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.46s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.00s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.51s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.61s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.51s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.48s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.50s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.52s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (0.93s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecCgroup (0.78s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecEnv (0.52s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.05s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.68s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecInspectID (1.74s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecInteractive (0.56s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.50s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.50s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecParseError (0.45s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.48s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.44s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.01s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.55s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecStartFails (0.53s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.72s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.51s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecTTY (0.53s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.53s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.41s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecUlimits (0.51s) [2023-04-18T00:03:29.024Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.49s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.54s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.70s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.53s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestExecWithUser (0.60s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.54s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.60s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.47s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.51s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.50s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.04s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestHealth (18.90s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.57s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.50s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.18s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.18s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.28s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.05s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.98s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.08s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.63s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.63s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestImagesFormat (0.07s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.59s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.65s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestImportBadURL (0.04s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestImportDisplay (1.41s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestImportFile (1.05s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.07s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestImportGzipped (1.12s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.09s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.56s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.47s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.48s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.47s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.45s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.44s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.46s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.45s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.45s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.13s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.46s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.45s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.43s) [2023-04-18T00:03:29.024Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.65s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.51s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestInspectDefault (0.45s) [2023-04-18T00:03:29.024Z] --- PASS: TestDockerSuite/TestInspectHistory (0.56s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2023-04-18T00:03:29.025Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.43s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.64s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.46s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.46s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.23s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.45s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestInspectStatus (0.58s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.93s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.47s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.48s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.47s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.45s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.41s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.47s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.24s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.98s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.98s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.22s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.05s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.35s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.34s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.37s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.30s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.53s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (6.83s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.37s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.08s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.44s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.49s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.25s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.45s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.46s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.50s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.74s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.55s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.64s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.04s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.12s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.11s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.06s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.12s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.87s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.82s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.44s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.42s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLogsSince (6.53s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.61s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.63s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLogsTail (0.58s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.47s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.45s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.24s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.44s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestNetHostname (1.25s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.24s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestNetworkEvents (0.71s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.21s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.47s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPluginActive (2.16s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (7.34s) [2023-04-18T00:03:29.025Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.54s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.76s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.82s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.75s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.35s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.87s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.99s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.29s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPortList (7.06s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.84s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPostContainersAttach (5.86s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.40s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.44s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.43s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.08s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.92s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.80s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.88s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.44s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPsByOrder (1.92s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.64s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPsListContainersBase (1.97s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.00s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.11s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.76s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.62s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.97s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.64s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.37s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.83s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.45s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.45s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.95s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.14s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.57s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.41s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.49s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.48s) [2023-04-18T00:03:29.025Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.43s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.39s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.08s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.50s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.00s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.22s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.50s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.54s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.75s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.31s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.06s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.20s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (1.96s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.91s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (1.96s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (0.95s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.10s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.38s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.69s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.24s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.08s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.67s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.43s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.77s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRmiTag (0.16s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.49s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.12s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.42s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.58s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.26s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.89s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunAddHost (0.46s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.23s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.46s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.47s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.13s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.45s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.86s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.58s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.90s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.88s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunAttachDetach (1.08s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.92s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.87s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.64s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.65s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.92s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.94s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.45s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.42s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.45s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.32s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.43s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.46s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.45s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.45s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.57s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.44s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.47s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.43s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.41s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.42s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.69s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.48s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.50s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.46s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.42s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.12s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.87s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.86s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.45s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.45s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.45s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.43s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.44s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.07s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.45s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.08s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.56s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.71s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.19s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.56s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.54s) [2023-04-18T00:03:29.025Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2023-04-18T00:03:29.025Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.45s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.15s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.91s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.46s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.45s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.00s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.45s) [2023-04-18T00:03:29.025Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.44s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.02s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.47s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.43s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.63s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.51s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.46s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.41s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.61s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.71s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunExitCode (0.41s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.43s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.44s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.47s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.43s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.46s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.88s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.23s) [2023-04-18T00:03:29.025Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2023-04-18T00:03:29.025Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.09s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.76s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.11s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.68s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.06s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.04s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.03s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.69s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.37s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.01s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.08s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.81s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.35s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.31s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.72s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.17s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (0.94s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.88s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.00s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.26s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.28s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.14s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunMount (4.50s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.51s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.52s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.19s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.85s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.28s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.67s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.93s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.16s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.18s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.04s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.52s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunNetHost (0.74s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.55s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.52s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.84s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.45s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.33s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.48s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.68s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.56s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.45s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.45s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.57s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.89s) [2023-04-18T00:03:29.026Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.47s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.45s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.96s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.61s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.43s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.43s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.42s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.44s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.41s) [2023-04-18T00:03:29.026Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.45s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.45s) [2023-04-18T00:03:29.026Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.45s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (0.83s) [2023-04-18T00:03:29.026Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.10s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.86s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunRm (0.43s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.47s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.50s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.42s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.35s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.43s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.44s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.44s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.55s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.47s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.45s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.42s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.40s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.48s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.48s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.49s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.79s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.50s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunState (1.25s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.49s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.51s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.16s) [2023-04-18T00:03:29.026Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.63s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.55s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunSysctls (0.89s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.46s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.42s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.42s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.10s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.15s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.67s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.44s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.60s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.71s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.79s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.09s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunUserByID (0.53s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.17s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.20s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.64s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunUserByName (0.56s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.44s) [2023-04-18T00:03:29.026Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.18s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.54s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.41s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.60s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.78s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.80s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.94s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.89s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.80s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.64s) [2023-04-18T00:03:29.026Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2023-04-18T00:03:29.026Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2023-04-18T00:03:29.026Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.17s) [2023-04-18T00:03:29.026Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.61s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.45s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.11s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.71s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.56s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.52s) [2023-04-18T00:03:29.026Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2023-04-18T00:03:29.026Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2023-04-18T00:03:29.026Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2023-04-18T00:03:29.026Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s) [2023-04-18T00:03:29.026Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2023-04-18T00:03:29.026Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.45s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.68s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.05s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.70s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.25s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.46s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.46s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.48s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.50s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.22s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.54s) [2023-04-18T00:03:29.026Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.32s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.23s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.45s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.47s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.49s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.81s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.98s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.16s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.08s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.35s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.19s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.16s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.14s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.15s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.47s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.08s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.56s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.98s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.23s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.70s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.75s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.04s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.67s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.58s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.69s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestStartRecordError (1.29s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.15s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.21s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.84s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.02s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.54s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.51s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.46s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.49s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.48s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.47s) [2023-04-18T00:03:29.026Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.52s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.54s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.91s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.65s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.50s) [2023-04-18T00:03:29.026Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2023-04-18T00:03:29.026Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.86s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.56s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.56s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.95s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestUpdateStats (3.50s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.86s) [2023-04-18T00:03:29.026Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.66s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.54s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.45s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.61s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.25s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.42s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.07s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (3.10s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.39s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.31s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.88s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.85s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.40s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.73s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.65s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.62s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.52s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.08s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.48s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.48s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.59s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.08s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.51s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.14s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2023-04-18T00:03:29.026Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2023-04-18T00:03:29.027Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.47s) [2023-04-18T00:03:29.027Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.39s) [2023-04-18T00:03:29.027Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2023-04-18T00:03:29.027Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2023-04-18T00:03:29.027Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.95s) [2023-04-18T00:03:29.027Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.90s) [2023-04-18T00:03:29.027Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2023-04-18T00:03:29.027Z] === RUN TestDockerRegistrySuite [2023-04-18T00:03:29.027Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2023-04-18T00:03:30.401Z] check_test.go:195: [d5415a9b956bf] daemon is not started [2023-04-18T00:03:30.401Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2023-04-18T00:03:31.334Z] check_test.go:195: [d79db11f5b8ae] daemon is not started [2023-04-18T00:03:31.334Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2023-04-18T00:03:32.707Z] check_test.go:195: [d9fb6c7b5ec45] daemon is not started [2023-04-18T00:03:32.707Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2023-04-18T00:03:32.965Z] check_test.go:195: [d0373daf2d42e] daemon is not started [2023-04-18T00:03:32.965Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2023-04-18T00:03:35.495Z] check_test.go:195: [df2adc6f0aed1] daemon is not started [2023-04-18T00:03:35.495Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2023-04-18T00:03:42.056Z] check_test.go:195: [d1ffe8bef894f] daemon is not started [2023-04-18T00:03:42.056Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2023-04-18T00:03:43.977Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2023-04-18T00:03:44.545Z] check_test.go:195: [d58ac99dce976] daemon is not started [2023-04-18T00:03:44.545Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2023-04-18T00:03:45.919Z] docker_cli_swarm_test.go:1802: [d852c1bc03da9] joining swarm manager [d065e5b42fd19]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-04-18T00:03:45.919Z] check_test.go:195: [dd2fd08e9d246] daemon is not started [2023-04-18T00:03:45.919Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2023-04-18T00:03:46.853Z] check_test.go:195: [d73107d31bbcb] daemon is not started [2023-04-18T00:03:46.853Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2023-04-18T00:03:47.111Z] docker_cli_swarm_test.go:1803: [d3104bf7278ea] joining swarm manager [d065e5b42fd19]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-04-18T00:03:48.045Z] check_test.go:195: [df5c081e8cb7c] daemon is not started [2023-04-18T00:03:48.045Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2023-04-18T00:03:49.420Z] check_test.go:195: [dd609ffe16599] daemon is not started [2023-04-18T00:03:49.420Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2023-04-18T00:03:50.354Z] check_test.go:195: [dacf256a69d11] daemon is not started [2023-04-18T00:03:50.354Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2023-04-18T00:03:51.288Z] check_test.go:195: [d2ffa5c60d6b9] daemon is not started [2023-04-18T00:03:51.288Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2023-04-18T00:03:52.224Z] check_test.go:195: [d2480982015ac] daemon is not started [2023-04-18T00:03:52.224Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2023-04-18T00:03:53.158Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:51e178051211b6d8fbca1b9fb7014c4bd449962d8b25b56b08225959ba3b4ccc [2023-04-18T00:03:54.094Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:88373d8909f90227d49399c162122f2909e69f27499f5bde4e3be7fda873b77b [2023-04-18T00:03:54.351Z] check_test.go:195: [dbb4f20957c7b] daemon is not started [2023-04-18T00:03:54.609Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2023-04-18T00:03:56.509Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:bc3481fe54622fc3d8b3792abf9b35cc08a66ff1361ebeca96678f65f09f8811 [2023-04-18T00:03:57.075Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:bfe3df8157ae8ad8cefad0730fc372be5d2a58e0b9eef788fff760e090ef48e6 [2023-04-18T00:03:57.334Z] check_test.go:195: [d34b1244ba630] daemon is not started [2023-04-18T00:03:57.334Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2023-04-18T00:03:58.270Z] check_test.go:195: [d183e6884e8ca] daemon is not started [2023-04-18T00:03:58.270Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2023-04-18T00:03:58.396Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2023-04-18T00:03:58.837Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2023-04-18T00:04:00.737Z] check_test.go:195: [d815cb3cbfe1a] daemon is not started [2023-04-18T00:04:00.737Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2023-04-18T00:04:01.671Z] check_test.go:195: [d81306b8cd78d] daemon is not started [2023-04-18T00:04:01.671Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2023-04-18T00:04:01.671Z] check_test.go:195: [df48e9a4c2de4] daemon is not started [2023-04-18T00:04:01.671Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2023-04-18T00:04:02.607Z] check_test.go:195: [d1f18ec68a35f] daemon is not started [2023-04-18T00:04:02.607Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2023-04-18T00:04:03.552Z] check_test.go:195: [db0f5c1c0cfa1] daemon is not started [2023-04-18T00:04:03.552Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2023-04-18T00:04:04.485Z] check_test.go:195: [dcdd839f51a73] daemon is not started [2023-04-18T00:04:04.485Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2023-04-18T00:04:07.014Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2023-04-18T00:04:07.015Z] check_test.go:195: [d9c9542b1dd09] daemon is not started [2023-04-18T00:04:07.015Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2023-04-18T00:04:07.275Z] check_test.go:195: [da4f6e128ba68] daemon is not started [2023-04-18T00:04:07.275Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2023-04-18T00:04:08.650Z] check_test.go:195: [d0baa5c8544db] daemon is not started [2023-04-18T00:04:08.650Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2023-04-18T00:04:08.908Z] docker_cli_swarm_test.go:1321: [d0afbdf3cea47] joining swarm manager [d0e7bbc6cd84a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-04-18T00:04:08.908Z] check_test.go:195: [d6f3454bf7486] daemon is not started [2023-04-18T00:04:09.167Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2023-04-18T00:04:09.167Z] check_test.go:195: [d50fde06b8801] daemon is not started [2023-04-18T00:04:09.167Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2023-04-18T00:04:09.425Z] check_test.go:195: [df0ce2d1ff399] daemon is not started [2023-04-18T00:04:09.425Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2023-04-18T00:04:09.683Z] check_test.go:195: [d95731486f20a] daemon is not started [2023-04-18T00:04:09.683Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2023-04-18T00:04:10.250Z] check_test.go:195: [db3821a8f4c1b] daemon is not started [2023-04-18T00:04:10.250Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2023-04-18T00:04:10.250Z] docker_cli_swarm_test.go:1322: [d1460b35c8b64] joining swarm manager [d0e7bbc6cd84a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-04-18T00:04:10.250Z] check_test.go:195: [daabeb2d7be8e] daemon is not started [2023-04-18T00:04:10.250Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2023-04-18T00:04:11.182Z] check_test.go:195: [de889d6b041d2] daemon is not started [2023-04-18T00:04:11.182Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2023-04-18T00:04:13.085Z] check_test.go:195: [dd87491866453] daemon is not started [2023-04-18T00:04:13.085Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2023-04-18T00:04:14.461Z] check_test.go:195: [d42e291770e82] daemon is not started [2023-04-18T00:04:14.461Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2023-04-18T00:04:15.395Z] check_test.go:195: [d8baddaf0833e] daemon is not started [2023-04-18T00:04:15.395Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2023-04-18T00:04:16.329Z] === RUN TestDockerRegistrySuite/TestV2Only [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite (48.04s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.48s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.94s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.28s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.69s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.95s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.03s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.34s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.92s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.28s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.05s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.00s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.18s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.93s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.23s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.74s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.92s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.25s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.16s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.97s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.89s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.85s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.43s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.41s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.19s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.59s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.28s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.27s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.39s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.13s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.05s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.43s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.70s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.98s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.91s) [2023-04-18T00:04:17.262Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.75s) [2023-04-18T00:04:17.262Z] === RUN TestDockerSchema1RegistrySuite [2023-04-18T00:04:17.262Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2023-04-18T00:04:18.195Z] check_test.go:222: [d73fa95568baf] daemon is not started [2023-04-18T00:04:18.195Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2023-04-18T00:04:20.722Z] check_test.go:222: [d47261a0d0d46] daemon is not started [2023-04-18T00:04:20.722Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2023-04-18T00:04:27.277Z] check_test.go:222: [daecc4b9d8df0] daemon is not started [2023-04-18T00:04:27.277Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2023-04-18T00:04:28.287Z] === RUN TestDockerSuite/TestBuildRm [2023-04-18T00:04:29.205Z] check_test.go:222: [d5a1ce7d5b0f7] daemon is not started [2023-04-18T00:04:29.205Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2023-04-18T00:04:30.138Z] check_test.go:222: [d05046020cf6d] daemon is not started [2023-04-18T00:04:30.396Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2023-04-18T00:04:31.329Z] check_test.go:222: [d76dd7eacd99f] daemon is not started [2023-04-18T00:04:31.330Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2023-04-18T00:04:31.330Z] check_test.go:222: [d7a0c300931f1] daemon is not started [2023-04-18T00:04:31.330Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2023-04-18T00:04:32.262Z] check_test.go:222: [d684e80d3f81f] daemon is not started [2023-04-18T00:04:32.262Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2023-04-18T00:04:33.198Z] check_test.go:222: [daa8f847f68b4] daemon is not started [2023-04-18T00:04:33.198Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2023-04-18T00:04:34.571Z] check_test.go:222: [d82d24510ad58] daemon is not started [2023-04-18T00:04:34.571Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2023-04-18T00:04:36.818Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2023-04-18T00:04:37.851Z] check_test.go:222: [dbd1daf816ee0] daemon is not started [2023-04-18T00:04:37.851Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2023-04-18T00:04:37.851Z] check_test.go:222: [d6256f10c1ded] daemon is not started [2023-04-18T00:04:37.851Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2023-04-18T00:04:39.222Z] check_test.go:222: [d3cabeecd9847] daemon is not started [2023-04-18T00:04:39.222Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2023-04-18T00:04:39.480Z] check_test.go:222: [d029a8b7bf4f9] daemon is not started [2023-04-18T00:04:39.480Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2023-04-18T00:04:39.705Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2023-04-18T00:04:39.705Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2023-04-18T00:04:39.705Z] === RUN TestDockerSuite/TestBuildScratchCopy [2023-04-18T00:04:39.705Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2023-04-18T00:04:39.705Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2023-04-18T00:04:39.738Z] check_test.go:222: [d89b8188554ba] daemon is not started [2023-04-18T00:04:39.738Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2023-04-18T00:04:39.996Z] check_test.go:222: [dff072ca21a60] daemon is not started [2023-04-18T00:04:39.996Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2023-04-18T00:04:40.253Z] check_test.go:222: [d5c3c4ce9a27e] daemon is not started [2023-04-18T00:04:40.253Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2023-04-18T00:04:40.511Z] check_test.go:222: [d237a1f112b3c] daemon is not started [2023-04-18T00:04:40.511Z] --- PASS: TestDockerSchema1RegistrySuite (23.38s) [2023-04-18T00:04:40.511Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (1.08s) [2023-04-18T00:04:40.511Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.58s) [2023-04-18T00:04:40.511Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.84s) [2023-04-18T00:04:40.511Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.77s) [2023-04-18T00:04:40.511Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.96s) [2023-04-18T00:04:40.511Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.95s) [2023-04-18T00:04:40.511Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2023-04-18T00:04:40.511Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.00s) [2023-04-18T00:04:40.511Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.95s) [2023-04-18T00:04:40.511Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.94s) [2023-04-18T00:04:40.511Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.28s) [2023-04-18T00:04:40.511Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.42s) [2023-04-18T00:04:40.511Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (1.29s) [2023-04-18T00:04:40.511Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2023-04-18T00:04:40.511Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.27s) [2023-04-18T00:04:40.511Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.25s) [2023-04-18T00:04:40.511Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.41s) [2023-04-18T00:04:40.511Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2023-04-18T00:04:40.511Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2023-04-18T00:04:40.511Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2023-04-18T00:04:40.666Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2023-04-18T00:04:41.076Z] check_test.go:251: [da64c5b3b708b] daemon is not started [2023-04-18T00:04:41.077Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2023-04-18T00:04:41.642Z] check_test.go:251: [d16786ca3a6b5] daemon is not started [2023-04-18T00:04:41.642Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2023-04-18T00:04:41.900Z] check_test.go:251: [dc008f5bd9771] daemon is not started [2023-04-18T00:04:41.900Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2023-04-18T00:04:43.274Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2023-04-18T00:04:43.532Z] check_test.go:251: [dee4a91adfa70] daemon is not started [2023-04-18T00:04:43.532Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2023-04-18T00:04:43.553Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2023-04-18T00:04:44.098Z] check_test.go:251: [dbae0200b279c] daemon is not started [2023-04-18T00:04:44.098Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2023-04-18T00:04:45.032Z] check_test.go:251: [db5cf4c7e10ba] daemon is not started [2023-04-18T00:04:45.032Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2023-04-18T00:04:45.032Z] check_test.go:251: [dd8cbe5629b06] daemon is not started [2023-04-18T00:04:45.032Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.62s) [2023-04-18T00:04:45.032Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.67s) [2023-04-18T00:04:45.032Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.55s) [2023-04-18T00:04:45.032Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2023-04-18T00:04:45.032Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.21s) [2023-04-18T00:04:45.032Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.52s) [2023-04-18T00:04:45.032Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.50s) [2023-04-18T00:04:45.032Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.85s) [2023-04-18T00:04:45.032Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2023-04-18T00:04:45.032Z] === RUN TestDockerRegistryAuthTokenSuite [2023-04-18T00:04:45.032Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2023-04-18T00:04:46.439Z] === RUN TestDockerSuite/TestBuildShellInherited [2023-04-18T00:04:50.157Z] === RUN TestDockerSuite/TestBuildShellMultiple [2023-04-18T00:04:50.291Z] check_test.go:278: [dda2d022ef054] daemon is not started [2023-04-18T00:04:50.291Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2023-04-18T00:04:50.291Z] check_test.go:278: [d8797b6b82cb8] daemon is not started [2023-04-18T00:04:50.291Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2023-04-18T00:04:50.549Z] check_test.go:278: [d0d26337b4ec1] daemon is not started [2023-04-18T00:04:50.549Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2023-04-18T00:04:50.549Z] check_test.go:278: [d86dcd7c7f6c5] daemon is not started [2023-04-18T00:04:50.549Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2023-04-18T00:04:50.806Z] check_test.go:278: [da074477b465d] daemon is not started [2023-04-18T00:04:50.806Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.76s) [2023-04-18T00:04:50.806Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2023-04-18T00:04:50.806Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.16s) [2023-04-18T00:04:50.806Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2023-04-18T00:04:50.806Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2023-04-18T00:04:50.806Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2023-04-18T00:04:50.806Z] === RUN TestDockerNetworkSuite [2023-04-18T00:04:50.806Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2023-04-18T00:04:53.341Z] docker_cli_network_unix_test.go:46: [d3e08fd8dfc52] daemon is not started [2023-04-18T00:04:53.341Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2023-04-18T00:04:53.599Z] docker_cli_network_unix_test.go:46: [d15c5364d0acf] daemon is not started [2023-04-18T00:04:53.857Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2023-04-18T00:04:56.384Z] docker_cli_network_unix_test.go:46: [ddb7acc4c33a1] daemon is not started [2023-04-18T00:04:56.950Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2023-04-18T00:04:58.327Z] docker_cli_network_unix_test.go:46: [d013c6f566365] daemon is not started [2023-04-18T00:04:58.327Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2023-04-18T00:04:58.327Z] docker_cli_network_unix_test.go:1233: [d59d5be73abfe] daemon is not started [2023-04-18T00:05:00.855Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2023-04-18T00:05:01.790Z] docker_cli_network_unix_test.go:46: [d45cdee7983bf] daemon is not started [2023-04-18T00:05:02.358Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2023-04-18T00:05:02.495Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2023-04-18T00:05:02.951Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2023-04-18T00:05:03.407Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2023-04-18T00:05:06.547Z] docker_cli_network_unix_test.go:46: [d5abd1ed1a940] daemon is not started [2023-04-18T00:05:07.115Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2023-04-18T00:05:09.015Z] docker_cli_network_unix_test.go:46: [dec1d4c68a92b] daemon is not started [2023-04-18T00:05:09.273Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2023-04-18T00:05:10.208Z] docker_cli_network_unix_test.go:46: [dd204846141f6] daemon is not started [2023-04-18T00:05:10.465Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2023-04-18T00:05:10.723Z] docker_cli_network_unix_test.go:46: [de58e5eeba2e4] daemon is not started [2023-04-18T00:05:10.981Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2023-04-18T00:05:11.239Z] docker_cli_network_unix_test.go:46: [d7bd0116e64e2] daemon is not started [2023-04-18T00:05:11.240Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2023-04-18T00:05:11.805Z] docker_cli_network_unix_test.go:46: [dd86c45597790] daemon is not started [2023-04-18T00:05:11.947Z] === RUN TestDockerSuite/TestBuildSpaces [2023-04-18T00:05:11.947Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2023-04-18T00:05:12.064Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2023-04-18T00:05:12.998Z] docker_cli_network_unix_test.go:46: [d40c9e881d51d] daemon is not started [2023-04-18T00:05:13.257Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2023-04-18T00:05:13.257Z] docker_cli_network_unix_test.go:46: [d1cd58e2fa679] daemon is not started [2023-04-18T00:05:13.257Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2023-04-18T00:05:13.822Z] docker_cli_network_unix_test.go:46: [dbead772100b8] daemon is not started [2023-04-18T00:05:13.822Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2023-04-18T00:05:14.082Z] docker_cli_network_unix_test.go:46: [db633c9f63cef] daemon is not started [2023-04-18T00:05:14.365Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2023-04-18T00:05:14.624Z] docker_cli_network_unix_test.go:46: [d88bba83dbbb3] daemon is not started [2023-04-18T00:05:14.624Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2023-04-18T00:05:14.624Z] docker_cli_network_unix_test.go:46: [d5377bc09a811] daemon is not started [2023-04-18T00:05:14.624Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2023-04-18T00:05:14.882Z] docker_cli_network_unix_test.go:46: [d92d81c144b86] daemon is not started [2023-04-18T00:05:14.882Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2023-04-18T00:05:15.451Z] docker_cli_network_unix_test.go:46: [dd3fcd59cc1a0] daemon is not started [2023-04-18T00:05:15.451Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2023-04-18T00:05:15.661Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2023-04-18T00:05:15.661Z] === RUN TestDockerSuite/TestBuildStderr [2023-04-18T00:05:16.016Z] docker_cli_network_unix_test.go:46: [dd8b8c12607e6] daemon is not started [2023-04-18T00:05:16.582Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2023-04-18T00:05:16.582Z] docker_cli_network_unix_test.go:46: [dfe96f3b65652] daemon is not started [2023-04-18T00:05:16.582Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2023-04-18T00:05:16.840Z] docker_cli_network_unix_test.go:46: [d3920be990b62] daemon is not started [2023-04-18T00:05:16.840Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2023-04-18T00:05:16.840Z] docker_cli_network_unix_test.go:46: [de88f90a48e88] daemon is not started [2023-04-18T00:05:16.840Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2023-04-18T00:05:18.212Z] docker_cli_network_unix_test.go:968: [d75fdf21fe0f9] daemon is not started [2023-04-18T00:05:19.147Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2023-04-18T00:05:19.373Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2023-04-18T00:05:20.081Z] docker_cli_network_unix_test.go:46: [d90ad8e51c612] daemon is not started [2023-04-18T00:05:20.081Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2023-04-18T00:05:22.611Z] docker_cli_network_unix_test.go:1116: [d2aa8a45e9a40] daemon is not started [2023-04-18T00:05:25.895Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2023-04-18T00:05:25.895Z] docker_cli_network_unix_test.go:46: [dca144a2aef3d] daemon is not started [2023-04-18T00:05:25.895Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2023-04-18T00:05:26.460Z] docker_cli_network_unix_test.go:46: [d01ca02a17d62] daemon is not started [2023-04-18T00:05:26.460Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2023-04-18T00:05:26.460Z] docker_cli_network_unix_test.go:46: [d0e0099fa8c78] daemon is not started [2023-04-18T00:05:26.460Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2023-04-18T00:05:26.460Z] docker_cli_network_unix_test.go:46: [d900006a24ed3] daemon is not started [2023-04-18T00:05:26.460Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2023-04-18T00:05:26.718Z] docker_cli_network_unix_test.go:46: [dff5a7279f8fc] daemon is not started [2023-04-18T00:05:26.718Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2023-04-18T00:05:26.976Z] docker_cli_network_unix_test.go:46: [d1ff3cbb14c86] daemon is not started [2023-04-18T00:05:26.976Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2023-04-18T00:05:26.976Z] docker_cli_network_unix_test.go:46: [dfd5a0cbb311e] daemon is not started [2023-04-18T00:05:26.976Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2023-04-18T00:05:28.350Z] docker_cli_network_unix_test.go:46: [d4dedc448fcf5] daemon is not started [2023-04-18T00:05:29.284Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2023-04-18T00:05:29.284Z] docker_cli_network_unix_test.go:46: [daec8c35534e0] daemon is not started [2023-04-18T00:05:29.284Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2023-04-18T00:05:29.284Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2023-04-18T00:05:29.284Z] docker_cli_network_unix_test.go:46: [df9729c204d0f] daemon is not started [2023-04-18T00:05:29.284Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2023-04-18T00:05:29.850Z] docker_cli_network_unix_test.go:46: [d89f41634e383] daemon is not started [2023-04-18T00:05:30.108Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2023-04-18T00:05:33.393Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2023-04-18T00:05:33.393Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2023-04-18T00:05:34.135Z] === RUN TestDockerSuite/TestBuildStopSignal [2023-04-18T00:05:34.135Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2023-04-18T00:05:34.591Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2023-04-18T00:05:35.293Z] docker_cli_network_unix_test.go:1084: [dd1d1a7225ae4] daemon is not started [2023-04-18T00:05:36.755Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2023-04-18T00:05:37.216Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2023-04-18T00:05:37.474Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2023-04-18T00:05:37.717Z] === RUN TestDockerSuite/TestBuildTagEvent [2023-04-18T00:05:37.732Z] docker_cli_network_unix_test.go:46: [da190e58e915f] daemon is not started [2023-04-18T00:05:37.732Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2023-04-18T00:05:38.300Z] docker_cli_network_unix_test.go:46: [da55fbee942ad] daemon is not started [2023-04-18T00:05:38.560Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2023-04-18T00:05:40.464Z] docker_cli_network_unix_test.go:46: [dcb80d518ee90] daemon is not started [2023-04-18T00:05:40.721Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2023-04-18T00:05:40.721Z] docker_cli_network_unix_test.go:46: [d9ffb4fbc1467] daemon is not started [2023-04-18T00:05:40.721Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2023-04-18T00:05:41.288Z] docker_cli_network_unix_test.go:46: [dc29685598633] daemon is not started [2023-04-18T00:05:41.430Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2023-04-18T00:05:41.545Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2023-04-18T00:05:42.478Z] docker_cli_network_unix_test.go:46: [d2a61bfe0bec3] daemon is not started [2023-04-18T00:05:42.478Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2023-04-18T00:05:43.413Z] docker_cli_network_unix_test.go:46: [da0fff1efb57d] daemon is not started [2023-04-18T00:05:43.671Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2023-04-18T00:05:44.235Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2023-04-18T00:05:45.144Z] === RUN TestDockerSuite/TestBuildUser [2023-04-18T00:05:45.144Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2023-04-18T00:05:45.144Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2023-04-18T00:05:45.144Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2023-04-18T00:05:45.144Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2023-04-18T00:05:45.144Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2023-04-18T00:05:45.144Z] === RUN TestDockerSuite/TestBuildVerboseOut [2023-04-18T00:05:48.857Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2023-04-18T00:05:48.857Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2023-04-18T00:05:50.794Z] docker_cli_network_unix_test.go:46: [dfc6628ec354c] daemon is not started [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite (59.63s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.47s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.67s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.87s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.49s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.51s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.39s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (4.91s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.15s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.08s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.50s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.42s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.88s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.07s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.15s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.31s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.67s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.18s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.17s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.75s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (0.96s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.26s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.06s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.25s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.09s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.17s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.19s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.79s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.05s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.15s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.39s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2023-04-18T00:05:50.794Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.76s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.35s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (4.10s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.10s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.83s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.26s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.85s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.72s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.27s) [2023-04-18T00:05:50.794Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (6.83s) [2023-04-18T00:05:50.794Z] === RUN TestDockerHubPullSuite [2023-04-18T00:05:50.794Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2023-04-18T00:05:51.359Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2023-04-18T00:05:52.732Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2023-04-18T00:05:53.665Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2023-04-18T00:05:55.037Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2023-04-18T00:05:55.899Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2023-04-18T00:05:55.899Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2023-04-18T00:05:55.899Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2023-04-18T00:05:55.899Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2023-04-18T00:05:55.899Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2023-04-18T00:05:55.970Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2023-04-18T00:05:57.869Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2023-04-18T00:05:57.869Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2023-04-18T00:05:58.435Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2023-04-18T00:05:58.692Z] --- PASS: TestDockerHubPullSuite (8.24s) [2023-04-18T00:05:58.692Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.99s) [2023-04-18T00:05:58.692Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.54s) [2023-04-18T00:05:58.692Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.95s) [2023-04-18T00:05:58.693Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.87s) [2023-04-18T00:05:58.693Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.51s) [2023-04-18T00:05:58.693Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.36s) [2023-04-18T00:05:58.693Z] PASS [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === Skipped [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2023-04-18T00:05:58.693Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2023-04-18T00:05:58.693Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2023-04-18T00:05:58.693Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2023-04-18T00:05:58.693Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2023-04-18T00:05:58.693Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2023-04-18T00:05:58.693Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2023-04-18T00:05:58.693Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2023-04-18T00:05:58.693Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2023-04-18T00:05:58.693Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2023-04-18T00:05:58.693Z] docker_cli_build_test.go:6018: unmatched requirement DaemonIsWindows [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2023-04-18T00:05:58.693Z] docker_cli_build_test.go:5988: unmatched requirement DaemonIsWindows [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2023-04-18T00:05:58.693Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2023-04-18T00:05:58.693Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2023-04-18T00:05:58.693Z] docker_cli_sni_test.go:18: Flakey test [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2023-04-18T00:05:58.693Z] docker_api_containers_test.go:417: unmatched requirement DaemonIsWindows [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2023-04-18T00:05:58.693Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2023-04-18T00:05:58.693Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2023-04-18T00:05:58.693Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.01s) [2023-04-18T00:05:58.693Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.01s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2023-04-18T00:05:58.693Z] docker_cli_exec_test.go:517: unmatched requirement DaemonIsWindows [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2023-04-18T00:05:58.693Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2023-04-18T00:05:58.693Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2023-04-18T00:05:58.693Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2023-04-18T00:05:58.693Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2023-04-18T00:05:58.693Z] docker_cli_run_test.go:4044: unmatched requirement DaemonIsWindows [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2023-04-18T00:05:58.693Z] docker_cli_run_test.go:4063: unmatched requirement DaemonIsWindows [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2023-04-18T00:05:58.693Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2023-04-18T00:05:58.693Z] docker_cli_run_test.go:4146: unmatched requirement IsolationIsHyperv [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2023-04-18T00:05:58.693Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2023-04-18T00:05:58.693Z] docker_cli_run_test.go:4129: unmatched requirement IsolationIsProcess [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2023-04-18T00:05:58.693Z] docker_cli_run_test.go:2864: kernel doesn't have latency_stats configured [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2023-04-18T00:05:58.693Z] docker_cli_run_test.go:1426: Unstable test, to be re-activated once #19937 is resolved [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2023-04-18T00:05:58.693Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2023-04-18T00:05:58.693Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2023-04-18T00:05:58.693Z] docker_cli_run_test.go:4099: unmatched requirement DaemonIsWindows [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2023-04-18T00:05:58.693Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2023-04-18T00:05:58.693Z] docker_cli_run_test.go:4109: unmatched requirement DaemonIsWindows [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2023-04-18T00:05:58.693Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2023-04-18T00:05:58.693Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2023-04-18T00:05:58.693Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2023-04-18T00:05:58.693Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s) [2023-04-18T00:05:58.693Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2023-04-18T00:05:58.693Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2023-04-18T00:05:58.693Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2023-04-18T00:05:58.693Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2023-04-18T00:05:58.693Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2023-04-18T00:05:58.693Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2023-04-18T00:05:58.693Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2023-04-18T00:05:58.693Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2023-04-18T00:05:58.693Z] docker_cli_run_test.go:4437: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2023-04-18T00:05:58.693Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2023-04-18T00:05:58.693Z] docker_cli_network_unix_test.go:46: [df9729c204d0f] daemon is not started [2023-04-18T00:05:58.693Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2023-04-18T00:05:58.693Z] [2023-04-18T00:05:58.693Z] DONE 1270 tests, 51 skipped in 1448.458s [2023-04-18T00:05:58.693Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2023-04-18T00:05:58.693Z] ++++ cat bundles/test-integration/docker.pid [2023-04-18T00:05:58.693Z] +++ kill 8104 [2023-04-18T00:05:59.626Z] +++ /etc/init.d/apparmor stop [2023-04-18T00:05:59.626Z] Leaving: AppArmorNo profiles have been unloaded. [2023-04-18T00:05:59.626Z] [2023-04-18T00:05:59.626Z] Unloading profiles will leave already running processes permanently [2023-04-18T00:05:59.626Z] unconfined, which can lead to unexpected situations. [2023-04-18T00:05:59.626Z] [2023-04-18T00:05:59.626Z] To set a process to complain mode, use the command line tool [2023-04-18T00:05:59.626Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2023-04-18T00:05:59.626Z] +++ true [2023-04-18T00:05:59.626Z] exiting test-integration [2023-04-18T00:05:59.626Z] ++ exit 0 [2023-04-18T00:05:59.626Z] [2023-04-18T00:06:00.199Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2023-04-18T00:06:00.199Z] + for job in $(jobs -p) [2023-04-18T00:06:00.199Z] + wait 5802 [2023-04-18T00:06:04.384Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2023-04-18T00:06:04.384Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2023-04-18T00:06:04.384Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2023-04-18T00:06:08.565Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2023-04-18T00:06:09.131Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2023-04-18T00:06:09.695Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2023-04-18T00:06:12.222Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2023-04-18T00:06:13.536Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2023-04-18T00:06:13.536Z] === RUN TestDockerSuite/TestBuildWindowsUser [2023-04-18T00:06:20.577Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2023-04-18T00:06:23.468Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2023-04-18T00:06:23.468Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2023-04-18T00:06:23.923Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2023-04-18T00:06:23.923Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2023-04-18T00:06:23.923Z] === RUN TestDockerSuite/TestBuildWithFailure [2023-04-18T00:06:26.087Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2023-04-18T00:06:26.087Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2023-04-18T00:06:26.087Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2023-04-18T00:06:34.624Z] === RUN TestDockerSuite/TestBuildWithTabs [2023-04-18T00:06:38.338Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2023-04-18T00:06:38.338Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2023-04-18T00:06:48.625Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2023-04-18T00:06:48.625Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2023-04-18T00:06:48.625Z] === RUN TestDockerSuite/TestBuildWithVolumes [2023-04-18T00:06:48.625Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2023-04-18T00:06:49.082Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2023-04-18T00:06:49.082Z] docker_cli_build_test.go:6053: unmatched requirement DaemonIsLinux [2023-04-18T00:06:49.082Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2023-04-18T00:06:50.043Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2023-04-18T00:06:55.807Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2023-04-18T00:06:57.335Z] === RUN TestDockerSuite/TestBuildXZHost [2023-04-18T00:06:57.335Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2023-04-18T00:06:57.335Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2023-04-18T00:06:57.335Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2023-04-18T00:06:57.335Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2023-04-18T00:06:57.335Z] docker_cli_sni_test.go:18: Flakey test [2023-04-18T00:06:57.335Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2023-04-18T00:06:59.498Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2023-04-18T00:07:03.216Z] === RUN TestDockerSuite/TestCommitChange [2023-04-18T00:07:06.930Z] === RUN TestDockerSuite/TestCommitChangeLabels [2023-04-18T00:07:08.424Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2023-04-18T00:07:08.424Z] docker_cli_swarm_test.go:1186: [d887efc60619a] joining swarm manager [dee6149012611]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-04-18T00:07:09.818Z] === RUN TestDockerSuite/TestCommitHardlink [2023-04-18T00:07:09.818Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2023-04-18T00:07:09.818Z] === RUN TestDockerSuite/TestCommitNewFile [2023-04-18T00:07:13.682Z] docker_cli_swarm_test.go:1195: [d8a3ba9f51a6a] joining swarm manager [dee6149012611]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-04-18T00:07:15.582Z] === RUN TestDockerSuite/TestCommitPausedContainer [2023-04-18T00:07:15.582Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2023-04-18T00:07:15.582Z] === RUN TestDockerSuite/TestCommitTTY [2023-04-18T00:07:20.247Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2023-04-18T00:07:23.961Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2023-04-18T00:07:23.961Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2023-04-18T00:07:23.961Z] === RUN TestDockerSuite/TestCommitWithoutPause [2023-04-18T00:07:23.961Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2023-04-18T00:07:23.961Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2023-04-18T00:07:23.961Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2023-04-18T00:07:23.961Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2023-04-18T00:07:23.961Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2023-04-18T00:07:23.961Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2023-04-18T00:07:23.961Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2023-04-18T00:07:23.961Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2023-04-18T00:07:23.961Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2023-04-18T00:07:23.961Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2023-04-18T00:07:23.961Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2023-04-18T00:07:23.961Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2023-04-18T00:07:23.961Z] === RUN TestDockerSuite/TestContainerAPICommit [2023-04-18T00:07:29.725Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2023-04-18T00:07:34.418Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2023-04-18T00:07:34.418Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2023-04-18T00:07:34.418Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2023-04-18T00:07:36.635Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2023-04-18T00:07:36.635Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2023-04-18T00:07:36.635Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2023-04-18T00:07:36.635Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2023-04-18T00:07:36.635Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2023-04-18T00:07:36.635Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2023-04-18T00:07:36.635Z] === RUN TestDockerSuite/TestContainerAPICreate [2023-04-18T00:07:38.198Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2023-04-18T00:07:38.198Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2023-04-18T00:07:38.198Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2023-04-18T00:07:38.198Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2023-04-18T00:07:45.354Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2023-04-18T00:07:45.354Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2023-04-18T00:07:45.354Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2023-04-18T00:07:45.354Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2023-04-18T00:07:45.354Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2023-04-18T00:07:45.354Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2023-04-18T00:07:45.354Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2023-04-18T00:07:45.354Z] === RUN TestDockerSuite/TestContainerAPIDelete [2023-04-18T00:07:46.919Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2023-04-18T00:07:49.132Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2023-04-18T00:07:50.697Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2023-04-18T00:07:50.697Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2023-04-18T00:07:50.697Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2023-04-18T00:07:50.697Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2023-04-18T00:07:52.261Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2023-04-18T00:07:52.261Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2023-04-18T00:07:54.474Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2023-04-18T00:07:54.474Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2023-04-18T00:07:54.474Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2023-04-18T00:07:54.474Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2023-04-18T00:07:54.474Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2023-04-18T00:07:56.688Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2023-04-18T00:07:56.688Z] === RUN TestDockerSuite/TestContainerAPIKill [2023-04-18T00:07:58.252Z] === RUN TestDockerSuite/TestContainerAPIPause [2023-04-18T00:07:58.252Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2023-04-18T00:07:58.252Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2023-04-18T00:08:00.339Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2023-04-18T00:08:00.464Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2023-04-18T00:08:00.465Z] === RUN TestDockerSuite/TestContainerAPIRename [2023-04-18T00:08:07.616Z] === RUN TestDockerSuite/TestContainerAPIRestart [2023-04-18T00:08:08.440Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2023-04-18T00:08:09.836Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2023-04-18T00:08:11.725Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2023-04-18T00:08:13.622Z] docker_cli_swarm_test.go:1118: [dac219bcb2f80] joining swarm manager [d4be5283fdfcf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-04-18T00:08:13.623Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2023-04-18T00:08:13.623Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2023-04-18T00:08:13.623Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2023-04-18T00:08:13.623Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2023-04-18T00:08:13.623Z] === RUN TestDockerSuite/TestContainerAPIStart [2023-04-18T00:08:14.994Z] docker_cli_swarm_test.go:1119: [d93c6a5f11f7f] joining swarm manager [d4be5283fdfcf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-04-18T00:08:15.185Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2023-04-18T00:08:15.186Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2023-04-18T00:08:15.186Z] === RUN TestDockerSuite/TestContainerAPIStop [2023-04-18T00:08:17.399Z] === RUN TestDockerSuite/TestContainerAPITop [2023-04-18T00:08:17.399Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2023-04-18T00:08:17.399Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2023-04-18T00:08:18.963Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2023-04-18T00:08:18.963Z] === RUN TestDockerSuite/TestContainerAPIWait [2023-04-18T00:08:22.751Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2023-04-18T00:08:24.316Z] === RUN TestDockerSuite/TestContainerNetworkMode [2023-04-18T00:08:24.316Z] docker_cli_run_test.go:2408: unmatched requirement DaemonIsLinux [2023-04-18T00:08:24.316Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2023-04-18T00:08:24.316Z] docker_cli_run_test.go:3525: unmatched requirement DaemonIsLinux [2023-04-18T00:08:24.316Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2023-04-18T00:08:24.316Z] docker_cli_run_test.go:3557: unmatched requirement DaemonIsLinux [2023-04-18T00:08:24.316Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2023-04-18T00:08:24.316Z] docker_cli_run_test.go:3588: unmatched requirement DaemonIsLinux [2023-04-18T00:08:24.316Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2023-04-18T00:08:24.316Z] docker_cli_run_test.go:3571: unmatched requirement DaemonIsLinux [2023-04-18T00:08:24.316Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2023-04-18T00:08:25.879Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2023-04-18T00:08:25.879Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2023-04-18T00:08:28.829Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2023-04-18T00:08:35.981Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2023-04-18T00:08:43.134Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2023-04-18T00:08:45.347Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00009d848_} [2023-04-18T00:08:52.499Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12051029835_c:\foo_false____} [2023-04-18T00:08:59.653Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12051029835_c:\foo_true____} [2023-04-18T00:09:02.603Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2023-04-18T00:09:02.604Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2023-04-18T00:09:02.604Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2023-04-18T00:09:02.604Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2023-04-18T00:09:02.604Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2023-04-18T00:09:02.604Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2023-04-18T00:09:02.604Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2023-04-18T00:09:02.604Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2023-04-18T00:09:02.604Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2023-04-18T00:09:02.604Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2023-04-18T00:09:02.604Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2023-04-18T00:09:02.604Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2023-04-18T00:09:02.604Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2023-04-18T00:09:02.604Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2023-04-18T00:09:02.604Z] docker_cli_run_test.go:3461: unmatched requirement DaemonIsLinux [2023-04-18T00:09:02.604Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2023-04-18T00:09:02.604Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2023-04-18T00:09:02.604Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2023-04-18T00:09:02.604Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2023-04-18T00:09:02.604Z] === RUN TestDockerSuite/TestCopyAndRestart [2023-04-18T00:09:02.604Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2023-04-18T00:09:02.604Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2023-04-18T00:09:02.604Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2023-04-18T00:09:02.604Z] === RUN TestDockerSuite/TestCpAbsolutePath [2023-04-18T00:09:04.818Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2023-04-18T00:09:04.818Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2023-04-18T00:09:04.818Z] === RUN TestDockerSuite/TestCpFromCaseA [2023-04-18T00:09:04.818Z] docker_cli_cp_from_container_test.go:101: unmatched requirement DaemonIsLinux [2023-04-18T00:09:04.818Z] === RUN TestDockerSuite/TestCpFromCaseB [2023-04-18T00:09:04.818Z] docker_cli_cp_from_container_test.go:121: unmatched requirement DaemonIsLinux [2023-04-18T00:09:04.818Z] === RUN TestDockerSuite/TestCpFromCaseC [2023-04-18T00:09:04.818Z] docker_cli_cp_from_container_test.go:139: unmatched requirement DaemonIsLinux [2023-04-18T00:09:04.818Z] === RUN TestDockerSuite/TestCpFromCaseD [2023-04-18T00:09:04.818Z] docker_cli_cp_from_container_test.go:163: unmatched requirement DaemonIsLinux [2023-04-18T00:09:04.818Z] === RUN TestDockerSuite/TestCpFromCaseE [2023-04-18T00:09:04.818Z] docker_cli_cp_from_container_test.go:199: unmatched requirement DaemonIsLinux [2023-04-18T00:09:04.818Z] === RUN TestDockerSuite/TestCpFromCaseF [2023-04-18T00:09:04.818Z] docker_cli_cp_from_container_test.go:227: unmatched requirement DaemonIsLinux [2023-04-18T00:09:04.818Z] === RUN TestDockerSuite/TestCpFromCaseG [2023-04-18T00:09:04.818Z] docker_cli_cp_from_container_test.go:250: unmatched requirement DaemonIsLinux [2023-04-18T00:09:04.818Z] === RUN TestDockerSuite/TestCpFromCaseH [2023-04-18T00:09:04.818Z] docker_cli_cp_from_container_test.go:285: unmatched requirement DaemonIsLinux [2023-04-18T00:09:04.818Z] === RUN TestDockerSuite/TestCpFromCaseI [2023-04-18T00:09:04.818Z] docker_cli_cp_from_container_test.go:313: unmatched requirement DaemonIsLinux [2023-04-18T00:09:04.818Z] === RUN TestDockerSuite/TestCpFromCaseJ [2023-04-18T00:09:04.818Z] docker_cli_cp_from_container_test.go:337: unmatched requirement DaemonIsLinux [2023-04-18T00:09:04.818Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2023-04-18T00:09:04.818Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2023-04-18T00:09:04.818Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2023-04-18T00:09:04.818Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2023-04-18T00:09:04.818Z] === RUN TestDockerSuite/TestCpGarbagePath [2023-04-18T00:09:07.032Z] === RUN TestDockerSuite/TestCpLocalOnly [2023-04-18T00:09:07.032Z] === RUN TestDockerSuite/TestCpNameHasColon [2023-04-18T00:09:07.032Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2023-04-18T00:09:07.032Z] === RUN TestDockerSuite/TestCpRelativePath [2023-04-18T00:09:09.246Z] === RUN TestDockerSuite/TestCpSpecialFiles [2023-04-18T00:09:09.246Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2023-04-18T00:09:09.246Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2023-04-18T00:09:09.246Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2023-04-18T00:09:09.246Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2023-04-18T00:09:09.246Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2023-04-18T00:09:09.246Z] === RUN TestDockerSuite/TestCpToCaseA [2023-04-18T00:09:13.035Z] === RUN TestDockerSuite/TestCpToCaseB [2023-04-18T00:09:14.598Z] === RUN TestDockerSuite/TestCpToCaseC [2023-04-18T00:09:14.598Z] docker_cli_cp_to_container_test.go:147: unmatched requirement DaemonIsLinux [2023-04-18T00:09:14.598Z] === RUN TestDockerSuite/TestCpToCaseD [2023-04-18T00:09:14.598Z] docker_cli_cp_to_container_test.go:172: unmatched requirement DaemonIsLinux [2023-04-18T00:09:14.598Z] === RUN TestDockerSuite/TestCpToCaseE [2023-04-18T00:09:23.258Z] === RUN TestDockerSuite/TestCpToCaseF [2023-04-18T00:09:23.258Z] docker_cli_cp_to_container_test.go:244: unmatched requirement DaemonIsLinux [2023-04-18T00:09:23.258Z] === RUN TestDockerSuite/TestCpToCaseG [2023-04-18T00:09:23.258Z] docker_cli_cp_to_container_test.go:267: unmatched requirement DaemonIsLinux [2023-04-18T00:09:23.258Z] === RUN TestDockerSuite/TestCpToCaseH [2023-04-18T00:09:35.748Z] === RUN TestDockerSuite/TestCpToCaseI [2023-04-18T00:09:35.748Z] docker_cli_cp_to_container_test.go:339: unmatched requirement DaemonIsLinux [2023-04-18T00:09:35.748Z] === RUN TestDockerSuite/TestCpToCaseJ [2023-04-18T00:09:35.748Z] docker_cli_cp_to_container_test.go:363: unmatched requirement DaemonIsLinux [2023-04-18T00:09:35.748Z] === RUN TestDockerSuite/TestCpToDot [2023-04-18T00:09:41.615Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2023-04-18T00:09:41.615Z] docker_cli_cp_to_container_test.go:399: unmatched requirement DaemonIsLinux [2023-04-18T00:09:41.615Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2023-04-18T00:09:41.615Z] docker_cli_cp_to_container_test.go:424: unmatched requirement DaemonIsLinux [2023-04-18T00:09:41.615Z] === RUN TestDockerSuite/TestCpToStdout [2023-04-18T00:09:43.178Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2023-04-18T00:09:43.178Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2023-04-18T00:09:43.178Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2023-04-18T00:09:43.178Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2023-04-18T00:09:43.178Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2023-04-18T00:09:43.178Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2023-04-18T00:09:43.178Z] === RUN TestDockerSuite/TestCpVolumePath [2023-04-18T00:09:43.178Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2023-04-18T00:09:43.178Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2023-04-18T00:09:43.178Z] === RUN TestDockerSuite/TestCreateArgs [2023-04-18T00:09:43.646Z] === RUN TestDockerSuite/TestCreateByImageID [2023-04-18T00:09:45.209Z] === RUN TestDockerSuite/TestCreateEchoStdout [2023-04-18T00:09:46.773Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2023-04-18T00:09:47.241Z] === RUN TestDockerSuite/TestCreateHostConfig [2023-04-18T00:09:47.241Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2023-04-18T00:09:48.804Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2023-04-18T00:09:49.272Z] === RUN TestDockerSuite/TestCreateLabels [2023-04-18T00:09:49.741Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2023-04-18T00:09:49.741Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2023-04-18T00:09:49.741Z] === RUN TestDockerSuite/TestCreateRM [2023-04-18T00:09:49.741Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2023-04-18T00:09:49.741Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2023-04-18T00:09:49.741Z] === RUN TestDockerSuite/TestCreateStopSignal [2023-04-18T00:09:49.741Z] === RUN TestDockerSuite/TestCreateStopTimeout [2023-04-18T00:09:50.209Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2023-04-18T00:10:02.709Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2023-04-18T00:10:02.709Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2023-04-18T00:10:02.709Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2023-04-18T00:10:04.925Z] === RUN TestDockerSuite/TestCreateWithPortRange [2023-04-18T00:10:04.925Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2023-04-18T00:10:04.925Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2023-04-18T00:10:04.925Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2023-04-18T00:10:06.422Z] docker_cli_swarm_test.go:1172: [dcda1b7a63fb6] joining swarm manager [d4be5283fdfcf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2023-04-18T00:10:07.137Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2023-04-18T00:10:07.137Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2023-04-18T00:10:07.137Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2023-04-18T00:10:07.137Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2023-04-18T00:10:07.137Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2023-04-18T00:10:07.137Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2023-04-18T00:10:07.137Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2023-04-18T00:10:07.137Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2023-04-18T00:10:07.137Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2023-04-18T00:10:07.137Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2023-04-18T00:10:07.137Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2023-04-18T00:10:07.137Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2023-04-18T00:10:07.137Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2023-04-18T00:10:07.137Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2023-04-18T00:10:07.137Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2023-04-18T00:10:07.605Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2023-04-18T00:10:07.605Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2023-04-18T00:10:07.605Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2023-04-18T00:10:07.605Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2023-04-18T00:10:07.605Z] === RUN TestDockerSuite/TestDevicePermissions [2023-04-18T00:10:07.605Z] docker_cli_run_test.go:2990: unmatched requirement DaemonIsLinux [2023-04-18T00:10:07.605Z] === RUN TestDockerSuite/TestDockerFails [2023-04-18T00:10:07.605Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2023-04-18T00:10:07.605Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2023-04-18T00:10:07.605Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2023-04-18T00:10:07.605Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2023-04-18T00:10:07.605Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2023-04-18T00:10:07.605Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2023-04-18T00:10:07.605Z] === RUN TestDockerSuite/TestEventsAttach [2023-04-18T00:10:07.605Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2023-04-18T00:10:07.605Z] === RUN TestDockerSuite/TestEventsCommit [2023-04-18T00:10:07.605Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2023-04-18T00:10:07.605Z] === RUN TestDockerSuite/TestEventsContainerEvents [2023-04-18T00:10:09.817Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2023-04-18T00:10:11.381Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2023-04-18T00:10:13.595Z] === RUN TestDockerSuite/TestEventsContainerRestart [2023-04-18T00:10:26.084Z] === RUN TestDockerSuite/TestEventsCopy [2023-04-18T00:10:29.033Z] === RUN TestDockerSuite/TestEventsFilterContainer [2023-04-18T00:10:32.828Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2023-04-18T00:10:35.041Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2023-04-18T00:10:35.508Z] === RUN TestDockerSuite/TestEventsFilterImageName [2023-04-18T00:10:38.459Z] === RUN TestDockerSuite/TestEventsFilterLabels [2023-04-18T00:10:38.518Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2023-04-18T00:10:39.444Z] === RUN TestDockerSuite/TestEventsFilterType [2023-04-18T00:10:39.912Z] === RUN TestDockerSuite/TestEventsFilters [2023-04-18T00:10:40.415Z] docker_cli_swarm_test.go:1453: [d1ab89fcd0da0] joining swarm manager [dc4a28b1c618d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-04-18T00:10:40.980Z] docker_cli_swarm_test.go:1454: [d691ff25ac3ef] joining swarm manager [dc4a28b1c618d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-04-18T00:10:44.664Z] === RUN TestDockerSuite/TestEventsFormat [2023-04-18T00:10:48.452Z] === RUN TestDockerSuite/TestEventsFormatBadField [2023-04-18T00:10:48.452Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2023-04-18T00:10:48.452Z] === RUN TestDockerSuite/TestEventsImageImport [2023-04-18T00:10:48.452Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2023-04-18T00:10:48.452Z] === RUN TestDockerSuite/TestEventsImageLoad [2023-04-18T00:10:48.452Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2023-04-18T00:10:48.452Z] === RUN TestDockerSuite/TestEventsImagePull [2023-04-18T00:10:48.452Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2023-04-18T00:10:48.452Z] === RUN TestDockerSuite/TestEventsImageTag [2023-04-18T00:10:49.439Z] === RUN TestDockerSuite/TestEventsPluginOps [2023-04-18T00:10:49.439Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2023-04-18T00:10:49.439Z] === RUN TestDockerSuite/TestEventsRename [2023-04-18T00:10:51.003Z] === RUN TestDockerSuite/TestEventsResize [2023-04-18T00:10:53.170Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2023-04-18T00:10:53.170Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2023-04-18T00:10:53.170Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2023-04-18T00:10:53.170Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2023-04-18T00:10:53.170Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2023-04-18T00:10:53.217Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2023-04-18T00:10:53.735Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2023-04-18T00:10:55.432Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2023-04-18T00:10:56.262Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2023-04-18T00:10:57.646Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2023-04-18T00:10:59.547Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2023-04-18T00:11:01.451Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2023-04-18T00:11:02.399Z] === RUN TestDockerSuite/TestEventsTop [2023-04-18T00:11:02.399Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2023-04-18T00:11:02.400Z] === RUN TestDockerSuite/TestEventsUntag [2023-04-18T00:11:03.349Z] docker_cli_swarm_unix_test.go:63: [d9dc773139fbd] joining swarm manager [d7f3e6316b526]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-04-18T00:11:04.613Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2023-04-18T00:11:07.564Z] === RUN TestDockerSuite/TestExec [2023-04-18T00:11:07.564Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2023-04-18T00:11:07.564Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2023-04-18T00:11:07.564Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2023-04-18T00:11:07.564Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2023-04-18T00:11:09.129Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2023-04-18T00:11:10.694Z] === RUN TestDockerSuite/TestExecAPIStart [2023-04-18T00:11:10.694Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2023-04-18T00:11:10.694Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2023-04-18T00:11:10.694Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2023-04-18T00:11:11.162Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2023-04-18T00:11:11.162Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2023-04-18T00:11:11.162Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2023-04-18T00:11:12.725Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2023-04-18T00:11:14.291Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2023-04-18T00:11:16.504Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2023-04-18T00:11:18.068Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2023-04-18T00:11:21.855Z] === RUN TestDockerSuite/TestExecCgroup [2023-04-18T00:11:21.855Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2023-04-18T00:11:21.855Z] === RUN TestDockerSuite/TestExecEnv [2023-04-18T00:11:21.855Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2023-04-18T00:11:21.855Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2023-04-18T00:11:21.855Z] docker_cli_exec_test.go:527: unmatched requirement DaemonIsLinux [2023-04-18T00:11:21.855Z] === RUN TestDockerSuite/TestExecExitStatus [2023-04-18T00:11:23.407Z] === RUN TestDockerSuite/TestExecInspectID [2023-04-18T00:11:28.074Z] === RUN TestDockerSuite/TestExecInteractive [2023-04-18T00:11:28.074Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2023-04-18T00:11:28.074Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2023-04-18T00:11:28.074Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2023-04-18T00:11:28.074Z] === RUN TestDockerSuite/TestExecParseError [2023-04-18T00:11:28.074Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2023-04-18T00:11:28.074Z] === RUN TestDockerSuite/TestExecPausedContainer [2023-04-18T00:11:28.074Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2023-04-18T00:11:28.074Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2023-04-18T00:11:28.074Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2023-04-18T00:11:28.074Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2023-04-18T00:11:29.600Z] === RUN TestDockerSuite/TestExecSetEnv [2023-04-18T00:11:29.600Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2023-04-18T00:11:29.600Z] === RUN TestDockerSuite/TestExecStartFails [2023-04-18T00:11:31.766Z] === RUN TestDockerSuite/TestExecStateCleanup [2023-04-18T00:11:31.766Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2023-04-18T00:11:31.766Z] === RUN TestDockerSuite/TestExecStopNotHanging [2023-04-18T00:11:31.766Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2023-04-18T00:11:31.766Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2023-04-18T00:11:31.766Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2023-04-18T00:11:31.766Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2023-04-18T00:11:33.294Z] === RUN TestDockerSuite/TestExecUlimits [2023-04-18T00:11:33.294Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2023-04-18T00:11:33.294Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2023-04-18T00:11:40.336Z] === RUN TestDockerSuite/TestExecWithImageUser [2023-04-18T00:11:40.336Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2023-04-18T00:11:40.336Z] === RUN TestDockerSuite/TestExecWithPrivileged [2023-04-18T00:11:40.336Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2023-04-18T00:11:40.336Z] === RUN TestDockerSuite/TestExecWithUser [2023-04-18T00:11:40.336Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2023-04-18T00:11:40.336Z] === RUN TestDockerSuite/TestGetContainerStats [2023-04-18T00:11:46.100Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2023-04-18T00:11:51.865Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2023-04-18T00:11:54.030Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2023-04-18T00:11:59.564Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2023-04-18T00:11:59.564Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2023-04-18T00:11:59.564Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2023-04-18T00:11:59.794Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2023-04-18T00:11:59.794Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2023-04-18T00:11:59.794Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2023-04-18T00:11:59.794Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2023-04-18T00:11:59.794Z] === RUN TestDockerSuite/TestHealth [2023-04-18T00:11:59.794Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2023-04-18T00:11:59.794Z] === RUN TestDockerSuite/TestHistoryExistentImage [2023-04-18T00:11:59.794Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2023-04-18T00:11:59.794Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2023-04-18T00:11:59.794Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2023-04-18T00:12:00.935Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2023-04-18T00:12:03.509Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2023-04-18T00:12:03.509Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2023-04-18T00:12:03.509Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2023-04-18T00:12:03.509Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2023-04-18T00:12:03.509Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2023-04-18T00:12:03.509Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2023-04-18T00:12:03.964Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2023-04-18T00:12:04.217Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2023-04-18T00:12:04.420Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2023-04-18T00:12:04.420Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2023-04-18T00:12:04.420Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2023-04-18T00:12:04.875Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2023-04-18T00:12:05.330Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2023-04-18T00:12:06.291Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2023-04-18T00:12:06.744Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2023-04-18T00:12:06.747Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2023-04-18T00:12:08.117Z] docker_api_swarm_test.go:962: [dba12791eeea4] joining swarm manager [d9ef65235364f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-04-18T00:12:08.273Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2023-04-18T00:12:15.313Z] === RUN TestDockerSuite/TestImagesFormat [2023-04-18T00:12:15.313Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2023-04-18T00:12:15.313Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2023-04-18T00:12:15.313Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2023-04-18T00:12:19.027Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2023-04-18T00:12:19.027Z] === RUN TestDockerSuite/TestImportBadURL [2023-04-18T00:12:21.192Z] === RUN TestDockerSuite/TestImportDisplay [2023-04-18T00:12:21.192Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2023-04-18T00:12:21.192Z] === RUN TestDockerSuite/TestImportFile [2023-04-18T00:12:21.192Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2023-04-18T00:12:21.192Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2023-04-18T00:12:21.192Z] === RUN TestDockerSuite/TestImportFileWithMessage [2023-04-18T00:12:21.192Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2023-04-18T00:12:21.192Z] === RUN TestDockerSuite/TestImportGzipped [2023-04-18T00:12:21.192Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2023-04-18T00:12:21.192Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2023-04-18T00:12:21.192Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2023-04-18T00:12:21.192Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2023-04-18T00:12:21.192Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2023-04-18T00:12:21.192Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2023-04-18T00:12:21.192Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2023-04-18T00:12:21.192Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2023-04-18T00:12:21.192Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2023-04-18T00:12:21.192Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2023-04-18T00:12:21.192Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2023-04-18T00:12:21.192Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2023-04-18T00:12:21.648Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2023-04-18T00:12:21.648Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2023-04-18T00:12:21.648Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2023-04-18T00:12:23.174Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2023-04-18T00:12:25.339Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2023-04-18T00:12:25.339Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2023-04-18T00:12:25.339Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2023-04-18T00:12:25.339Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2023-04-18T00:12:25.339Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2023-04-18T00:12:25.339Z] === RUN TestDockerSuite/TestInspectAmpersand [2023-04-18T00:12:25.339Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2023-04-18T00:12:25.339Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2023-04-18T00:12:26.186Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2023-04-18T00:12:26.865Z] === RUN TestDockerSuite/TestInspectByPrefix [2023-04-18T00:12:27.320Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2023-04-18T00:12:28.847Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2023-04-18T00:12:28.847Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2023-04-18T00:12:28.847Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2023-04-18T00:12:28.847Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2023-04-18T00:12:28.847Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2023-04-18T00:12:28.847Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2023-04-18T00:12:29.302Z] === RUN TestDockerSuite/TestInspectDefault [2023-04-18T00:12:30.828Z] === RUN TestDockerSuite/TestInspectHistory [2023-04-18T00:12:34.542Z] === RUN TestDockerSuite/TestInspectImage [2023-04-18T00:12:34.542Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2023-04-18T00:12:34.542Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2023-04-18T00:12:34.542Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2023-04-18T00:12:34.542Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2023-04-18T00:12:34.542Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2023-04-18T00:12:34.542Z] === RUN TestDockerSuite/TestInspectInt64 [2023-04-18T00:12:38.390Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2023-04-18T00:12:40.916Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2023-04-18T00:12:41.597Z] === RUN TestDockerSuite/TestInspectJSONFields [2023-04-18T00:12:42.557Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2023-04-18T00:12:42.813Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2023-04-18T00:12:43.013Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2023-04-18T00:12:44.539Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2023-04-18T00:12:45.340Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2023-04-18T00:12:46.702Z] === RUN TestDockerSuite/TestInspectPlugin [2023-04-18T00:12:46.702Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2023-04-18T00:12:46.702Z] === RUN TestDockerSuite/TestInspectRootFS [2023-04-18T00:12:46.702Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2023-04-18T00:12:48.229Z] === RUN TestDockerSuite/TestInspectStatus [2023-04-18T00:12:50.392Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2023-04-18T00:12:53.446Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2023-04-18T00:12:54.108Z] === RUN TestDockerSuite/TestInspectTemplateError [2023-04-18T00:12:55.634Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2023-04-18T00:12:56.725Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2023-04-18T00:12:57.796Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2023-04-18T00:12:58.624Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2023-04-18T00:12:59.321Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2023-04-18T00:13:01.150Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2023-04-18T00:13:01.484Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2023-04-18T00:13:03.010Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2023-04-18T00:13:03.678Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2023-04-18T00:13:05.173Z] === RUN TestDockerSuite/TestInspectUnknownObject [2023-04-18T00:13:05.173Z] === RUN TestDockerSuite/TestLinkShortDefinition [2023-04-18T00:13:05.173Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2023-04-18T00:13:05.173Z] === RUN TestDockerSuite/TestLinksEnvs [2023-04-18T00:13:05.173Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2023-04-18T00:13:05.173Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2023-04-18T00:13:05.173Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2023-04-18T00:13:05.173Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2023-04-18T00:13:05.173Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2023-04-18T00:13:05.173Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2023-04-18T00:13:05.173Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2023-04-18T00:13:05.173Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2023-04-18T00:13:05.173Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2023-04-18T00:13:05.173Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2023-04-18T00:13:05.173Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2023-04-18T00:13:05.173Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2023-04-18T00:13:05.173Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2023-04-18T00:13:05.173Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2023-04-18T00:13:05.173Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2023-04-18T00:13:05.173Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2023-04-18T00:13:05.173Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2023-04-18T00:13:05.173Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2023-04-18T00:13:05.173Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2023-04-18T00:13:05.173Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2023-04-18T00:13:05.173Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2023-04-18T00:13:05.173Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2023-04-18T00:13:05.173Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2023-04-18T00:13:05.173Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2023-04-18T00:13:05.173Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2023-04-18T00:13:05.173Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2023-04-18T00:13:05.173Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2023-04-18T00:13:05.173Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2023-04-18T00:13:05.173Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2023-04-18T00:13:05.173Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2023-04-18T00:13:05.173Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2023-04-18T00:13:05.173Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2023-04-18T00:13:06.207Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2023-04-18T00:13:07.338Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2023-04-18T00:13:08.737Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2023-04-18T00:13:08.864Z] === RUN TestDockerSuite/TestLogsAPIUntil [2023-04-18T00:13:11.264Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2023-04-18T00:13:14.628Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2023-04-18T00:13:15.589Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2023-04-18T00:13:15.589Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2023-04-18T00:13:15.589Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2023-04-18T00:13:17.752Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2023-04-18T00:13:17.752Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2023-04-18T00:13:22.416Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2023-04-18T00:13:27.087Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2023-04-18T00:13:31.755Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2023-04-18T00:13:33.281Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2023-04-18T00:13:35.444Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2023-04-18T00:13:35.444Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2023-04-18T00:13:35.444Z] === RUN TestDockerSuite/TestLogsFollowStopped [2023-04-18T00:13:36.970Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2023-04-18T00:13:39.136Z] === RUN TestDockerSuite/TestLogsSince [2023-04-18T00:13:47.668Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2023-04-18T00:13:47.668Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2023-04-18T00:13:47.668Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2023-04-18T00:13:47.668Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2023-04-18T00:13:47.668Z] === RUN TestDockerSuite/TestLogsTail [2023-04-18T00:13:49.833Z] === RUN TestDockerSuite/TestLogsTimestamps [2023-04-18T00:13:51.997Z] === RUN TestDockerSuite/TestLogsWithDetails [2023-04-18T00:13:54.161Z] === RUN TestDockerSuite/TestMountIntoProc [2023-04-18T00:13:54.161Z] docker_cli_run_test.go:2904: unmatched requirement DaemonIsLinux [2023-04-18T00:13:54.161Z] === RUN TestDockerSuite/TestMountIntoSys [2023-04-18T00:13:54.161Z] docker_cli_run_test.go:2913: unmatched requirement DaemonIsLinux [2023-04-18T00:13:54.161Z] === RUN TestDockerSuite/TestNetHostname [2023-04-18T00:13:54.161Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2023-04-18T00:13:54.161Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2023-04-18T00:13:54.161Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2023-04-18T00:13:54.161Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2023-04-18T00:13:54.161Z] docker_cli_run_test.go:3507: unmatched requirement DaemonIsLinux [2023-04-18T00:13:54.161Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2023-04-18T00:13:54.161Z] docker_cli_run_test.go:2693: unmatched requirement DaemonIsLinux [2023-04-18T00:13:54.161Z] === RUN TestDockerSuite/TestPluginActive [2023-04-18T00:13:54.161Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2023-04-18T00:13:54.161Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2023-04-18T00:13:54.161Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2023-04-18T00:13:54.161Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2023-04-18T00:13:54.161Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2023-04-18T00:13:54.161Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2023-04-18T00:13:54.161Z] === RUN TestDockerSuite/TestPluginLogDriver [2023-04-18T00:13:54.161Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2023-04-18T00:13:54.161Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2023-04-18T00:13:54.161Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2023-04-18T00:13:54.161Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2023-04-18T00:13:54.161Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2023-04-18T00:13:54.161Z] === RUN TestDockerSuite/TestPluginUpgrade [2023-04-18T00:13:54.161Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2023-04-18T00:13:54.161Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2023-04-18T00:13:54.161Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2023-04-18T00:13:54.161Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2023-04-18T00:13:54.161Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2023-04-18T00:13:54.161Z] === RUN TestDockerSuite/TestPortHostBinding [2023-04-18T00:13:54.161Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2023-04-18T00:13:54.161Z] === RUN TestDockerSuite/TestPortList [2023-04-18T00:13:54.161Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2023-04-18T00:13:54.161Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2023-04-18T00:13:57.890Z] === RUN TestDockerSuite/TestPostContainersAttach [2023-04-18T00:13:57.890Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2023-04-18T00:13:57.890Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2023-04-18T00:13:57.890Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2023-04-18T00:13:57.890Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2023-04-18T00:13:57.890Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2023-04-18T00:13:57.890Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2023-04-18T00:13:57.890Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2023-04-18T00:13:57.890Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2023-04-18T00:13:57.890Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2023-04-18T00:13:57.890Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2023-04-18T00:13:57.890Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2023-04-18T00:13:57.890Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2023-04-18T00:13:57.890Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2023-04-18T00:13:57.890Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2023-04-18T00:13:57.890Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2023-04-18T00:13:57.890Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2023-04-18T00:13:57.890Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2023-04-18T00:14:02.553Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2023-04-18T00:14:02.553Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2023-04-18T00:14:02.553Z] === RUN TestDockerSuite/TestPsByOrder [2023-04-18T00:14:07.464Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2023-04-18T00:14:09.598Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2023-04-18T00:14:09.599Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2023-04-18T00:14:09.599Z] === RUN TestDockerSuite/TestPsListContainersBase [2023-04-18T00:14:16.639Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2023-04-18T00:14:22.329Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2023-04-18T00:14:28.979Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2023-04-18T00:14:28.980Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2023-04-18T00:14:28.980Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2023-04-18T00:14:28.980Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite (1618.59s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (2.98s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.12s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.95s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.15s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.00s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (27.13s) [2023-04-18T00:14:37.192Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (19.93s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.82s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.47s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (37.42s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (21.50s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.21s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (3.79s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.72s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (49.34s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.99s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.58s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.45s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (18.03s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (59.70s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (56.11s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.62s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (3.91s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.43s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (15.81s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.13s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.68s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (27.88s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.47s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.29s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (32.49s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.26s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (38.86s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.60s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.69s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.49s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.90s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.94s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.24s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.73s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.02s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.61s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (23.48s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.47s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.28s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.91s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.89s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.55s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.06s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.14s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.35s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.04s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.60s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.22s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (5.92s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.35s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (12.86s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.57s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.44s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.88s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.17s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.30s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.67s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.49s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.31s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.77s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.76s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.04s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.40s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.24s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.63s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.44s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.46s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (15.22s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.96s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (86.04s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.15s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.10s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (7.24s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.20s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.33s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.23s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.53s) [2023-04-18T00:14:37.192Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (4.80s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.68s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.70s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.22s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.46s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (49.15s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.01s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.08s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (146.72s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.18s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.18s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.13s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.15s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.12s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.14s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.12s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.36s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.13s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.12s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.17s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.04s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.38s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (19.91s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.07s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.10s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.16s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.63s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.87s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.39s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.00s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.49s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.43s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.44s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.87s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.13s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.89s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.17s) [2023-04-18T00:14:37.192Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.08s) [2023-04-18T00:14:37.192Z] === RUN TestDockerExternalVolumeSuite [2023-04-18T00:14:37.192Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2023-04-18T00:14:37.459Z] docker_cli_external_volume_driver_test.go:52: [d0384b41f5a54] daemon is not started [2023-04-18T00:14:39.261Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2023-04-18T00:14:41.426Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2023-04-18T00:14:53.764Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2023-04-18T00:14:55.536Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2023-04-18T00:15:00.806Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2023-04-18T00:15:00.806Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2023-04-18T00:15:00.806Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2023-04-18T00:15:00.806Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2023-04-18T00:15:00.806Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2023-04-18T00:15:09.339Z] === RUN TestDockerSuite/TestPsListContainersSize [2023-04-18T00:15:09.339Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2023-04-18T00:15:09.339Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2023-04-18T00:15:09.339Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2023-04-18T00:15:09.339Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2023-04-18T00:15:09.339Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2023-04-18T00:15:09.339Z] === RUN TestDockerSuite/TestPsRightTagName [2023-04-18T00:15:09.339Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2023-04-18T00:15:09.339Z] === RUN TestDockerSuite/TestPsShowMounts [2023-04-18T00:15:15.104Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2023-04-18T00:15:15.104Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2023-04-18T00:15:15.104Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2023-04-18T00:15:16.066Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2023-04-18T00:15:16.067Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2023-04-18T00:15:16.067Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2023-04-18T00:15:17.028Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2023-04-18T00:15:17.989Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2023-04-18T00:15:17.989Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2023-04-18T00:15:17.989Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2023-04-18T00:15:20.875Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2023-04-18T00:15:24.590Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2023-04-18T00:15:26.755Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2023-04-18T00:15:47.794Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2023-04-18T00:15:47.794Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2023-04-18T00:15:47.794Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2023-04-18T00:15:52.459Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2023-04-18T00:15:52.459Z] === RUN TestDockerSuite/TestRestartPolicyNO [2023-04-18T00:15:52.459Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2023-04-18T00:15:52.915Z] === RUN TestDockerSuite/TestRestartRunningContainer [2023-04-18T00:15:56.632Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2023-04-18T00:15:59.540Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2023-04-18T00:15:59.540Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2023-04-18T00:15:59.540Z] === RUN TestDockerSuite/TestRestartWithVolumes [2023-04-18T00:16:03.196Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2023-04-18T00:16:03.256Z] === RUN TestDockerSuite/TestRmiBlank [2023-04-18T00:16:03.256Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2023-04-18T00:16:03.256Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2023-04-18T00:16:09.747Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2023-04-18T00:16:15.593Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2023-04-18T00:16:16.554Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2023-04-18T00:16:17.010Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2023-04-18T00:16:22.772Z] === RUN TestDockerSuite/TestRmiImgIDForce [2023-04-18T00:16:24.609Z] docker_cli_external_volume_driver_test.go:52: [d36a03636d157] daemon is not started [2023-04-18T00:16:25.661Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2023-04-18T00:16:37.998Z] === RUN TestDockerSuite/TestRmiParentImageFail [2023-04-18T00:16:39.489Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2023-04-18T00:16:40.164Z] === RUN TestDockerSuite/TestRmiTag [2023-04-18T00:16:40.164Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2023-04-18T00:16:42.327Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2023-04-18T00:16:57.094Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2023-04-18T00:16:57.094Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2023-04-18T00:16:57.556Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2023-04-18T00:17:00.807Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2023-04-18T00:17:01.768Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2023-04-18T00:17:01.768Z] docker_cli_run_test.go:4422: unmatched requirement DaemonIsLinux [2023-04-18T00:17:01.768Z] === RUN TestDockerSuite/TestRunAddHost [2023-04-18T00:17:01.768Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2023-04-18T00:17:01.768Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2023-04-18T00:17:01.768Z] docker_cli_run_test.go:3939: unmatched requirement DaemonIsLinux [2023-04-18T00:17:01.768Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2023-04-18T00:17:01.768Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2023-04-18T00:17:01.768Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2023-04-18T00:17:01.768Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2023-04-18T00:17:01.768Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2023-04-18T00:17:01.768Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2023-04-18T00:17:01.768Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2023-04-18T00:17:01.768Z] docker_cli_run_test.go:2060: unmatched requirement DaemonIsLinux [2023-04-18T00:17:01.768Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2023-04-18T00:17:03.295Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2023-04-18T00:17:03.295Z] docker_cli_run_test.go:2265: unmatched requirement DaemonIsLinux [2023-04-18T00:17:03.295Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2023-04-18T00:17:03.295Z] docker_cli_run_test.go:2623: unmatched requirement DaemonIsLinux [2023-04-18T00:17:03.295Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2023-04-18T00:17:07.007Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2023-04-18T00:17:09.899Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2023-04-18T00:17:11.425Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2023-04-18T00:17:12.417Z] docker_cli_external_volume_driver_test.go:52: [d627b139ca07d] daemon is not started [2023-04-18T00:17:12.950Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2023-04-18T00:17:15.113Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2023-04-18T00:17:15.113Z] === RUN TestDockerSuite/TestRunBindMounts [2023-04-18T00:17:18.827Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2023-04-18T00:17:18.827Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2023-04-18T00:17:18.827Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2023-04-18T00:17:18.827Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2023-04-18T00:17:18.827Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2023-04-18T00:17:18.827Z] docker_cli_run_test.go:3003: unmatched requirement DaemonIsLinux [2023-04-18T00:17:18.827Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2023-04-18T00:17:18.827Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2023-04-18T00:17:18.827Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2023-04-18T00:17:18.827Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2023-04-18T00:17:18.827Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2023-04-18T00:17:18.827Z] docker_cli_run_test.go:3189: unmatched requirement DaemonIsLinux [2023-04-18T00:17:18.827Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2023-04-18T00:17:18.827Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2023-04-18T00:17:18.827Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2023-04-18T00:17:18.827Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2023-04-18T00:17:18.827Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2023-04-18T00:17:18.827Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2023-04-18T00:17:18.827Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2023-04-18T00:17:18.827Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2023-04-18T00:17:18.827Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2023-04-18T00:17:18.827Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2023-04-18T00:17:18.827Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2023-04-18T00:17:20.992Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2023-04-18T00:17:20.992Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2023-04-18T00:17:20.992Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2023-04-18T00:17:23.156Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2023-04-18T00:17:23.156Z] docker_cli_run_test.go:3331: unmatched requirement DaemonIsLinux [2023-04-18T00:17:23.156Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2023-04-18T00:17:23.156Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2023-04-18T00:17:23.156Z] === RUN TestDockerSuite/TestRunContainerNetwork [2023-04-18T00:17:25.319Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2023-04-18T00:17:25.320Z] docker_cli_run_test.go:3322: unmatched requirement DaemonIsLinux [2023-04-18T00:17:25.320Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2023-04-18T00:17:25.320Z] docker_cli_run_test.go:3307: unmatched requirement DaemonIsLinux [2023-04-18T00:17:25.320Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2023-04-18T00:17:25.320Z] docker_cli_run_test.go:3232: unmatched requirement DaemonIsLinux [2023-04-18T00:17:25.320Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2023-04-18T00:17:25.320Z] docker_cli_run_test.go:2731: unmatched requirement DaemonIsLinux [2023-04-18T00:17:25.320Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2023-04-18T00:17:25.320Z] docker_cli_run_test.go:2680: unmatched requirement DaemonIsLinux [2023-04-18T00:17:25.320Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2023-04-18T00:17:25.320Z] docker_cli_run_test.go:2753: unmatched requirement DaemonIsLinux [2023-04-18T00:17:25.320Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2023-04-18T00:17:25.320Z] docker_cli_run_test.go:2743: unmatched requirement DaemonIsLinux [2023-04-18T00:17:25.320Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2023-04-18T00:17:26.845Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2023-04-18T00:17:27.277Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2023-04-18T00:17:27.277Z] docker_cli_external_volume_driver_test.go:52: [d93f2f2cd6f04] daemon is not started [2023-04-18T00:17:29.008Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2023-04-18T00:17:31.172Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2023-04-18T00:17:31.172Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2023-04-18T00:17:31.172Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2023-04-18T00:17:31.172Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2023-04-18T00:17:31.172Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2023-04-18T00:17:31.172Z] docker_cli_run_test.go:3197: unmatched requirement DaemonIsLinux [2023-04-18T00:17:31.172Z] === RUN TestDockerSuite/TestRunCreateVolume [2023-04-18T00:17:32.697Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2023-04-18T00:17:32.697Z] docker_cli_run_test.go:2152: unmatched requirement DaemonIsLinux [2023-04-18T00:17:32.697Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2023-04-18T00:17:32.697Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2023-04-18T00:17:32.697Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2023-04-18T00:17:32.697Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2023-04-18T00:17:32.697Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2023-04-18T00:17:32.697Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2023-04-18T00:17:32.697Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2023-04-18T00:17:34.224Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2023-04-18T00:17:38.891Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2023-04-18T00:17:38.891Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2023-04-18T00:17:38.891Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2023-04-18T00:17:38.891Z] docker_cli_run_test.go:3904: unmatched requirement DaemonIsLinux [2023-04-18T00:17:38.891Z] === RUN TestDockerSuite/TestRunDNSOptions [2023-04-18T00:17:38.891Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2023-04-18T00:17:38.891Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2023-04-18T00:17:38.891Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2023-04-18T00:17:38.891Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2023-04-18T00:17:38.891Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2023-04-18T00:17:38.891Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2023-04-18T00:17:38.891Z] docker_cli_run_test.go:2025: unmatched requirement DaemonIsLinux [2023-04-18T00:17:38.891Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2023-04-18T00:17:40.418Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2023-04-18T00:17:40.418Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2023-04-18T00:17:40.418Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2023-04-18T00:17:40.418Z] === RUN TestDockerSuite/TestRunDuplicateMount [2023-04-18T00:17:40.418Z] docker_cli_run_test.go:4079: unmatched requirement DaemonIsLinux [2023-04-18T00:17:40.873Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2023-04-18T00:17:42.150Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2023-04-18T00:17:42.399Z] === RUN TestDockerSuite/TestRunEchoStdout [2023-04-18T00:17:44.564Z] === RUN TestDockerSuite/TestRunEmptyEnv [2023-04-18T00:17:44.564Z] docker_cli_run_test.go:4162: unmatched requirement DaemonIsLinux [2023-04-18T00:17:44.564Z] === RUN TestDockerSuite/TestRunEntrypoint [2023-04-18T00:17:46.090Z] === RUN TestDockerSuite/TestRunEnvironment [2023-04-18T00:17:46.090Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2023-04-18T00:17:46.090Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2023-04-18T00:17:46.090Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2023-04-18T00:17:46.546Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2023-04-18T00:17:46.546Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2023-04-18T00:17:46.546Z] === RUN TestDockerSuite/TestRunExitCode [2023-04-18T00:17:53.588Z] === RUN TestDockerSuite/TestRunExitCodeOne [2023-04-18T00:17:55.115Z] === RUN TestDockerSuite/TestRunExitCodeZero [2023-04-18T00:17:56.643Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2023-04-18T00:17:58.807Z] === RUN TestDockerSuite/TestRunExposePort [2023-04-18T00:17:58.807Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2023-04-18T00:17:58.807Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2023-04-18T00:17:58.807Z] === RUN TestDockerSuite/TestRunGroupAdd [2023-04-18T00:17:58.807Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2023-04-18T00:17:58.807Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2023-04-18T00:17:58.807Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2023-04-18T00:17:58.807Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2023-04-18T00:17:58.807Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsLinux [2023-04-18T00:17:58.807Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2023-04-18T00:17:58.807Z] docker_cli_run_test.go:4146: unmatched requirement IsolationIsHyperv [2023-04-18T00:17:58.807Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2023-04-18T00:17:58.807Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2023-04-18T00:17:58.807Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2023-04-18T00:17:58.807Z] docker_cli_run_test.go:2003: unmatched requirement DaemonIsLinux [2023-04-18T00:17:58.807Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2023-04-18T00:18:07.340Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2023-04-18T00:18:07.340Z] docker_cli_run_test.go:3267: unmatched requirement DaemonIsLinux [2023-04-18T00:18:07.340Z] === RUN TestDockerSuite/TestRunInvalidReference [2023-04-18T00:18:07.340Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2023-04-18T00:18:07.340Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2023-04-18T00:18:07.340Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2023-04-18T00:18:07.340Z] docker_cli_run_test.go:3376: unmatched requirement DaemonIsLinux [2023-04-18T00:18:07.340Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2023-04-18T00:18:07.340Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2023-04-18T00:18:07.340Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2023-04-18T00:18:07.340Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2023-04-18T00:18:07.340Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2023-04-18T00:18:14.203Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2023-04-18T00:18:15.921Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2023-04-18T00:18:15.921Z] docker_cli_run_test.go:3386: unmatched requirement DaemonIsLinux [2023-04-18T00:18:15.921Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2023-04-18T00:18:16.377Z] === RUN TestDockerSuite/TestRunModeHostname [2023-04-18T00:18:16.377Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2023-04-18T00:18:16.377Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2023-04-18T00:18:16.377Z] docker_cli_run_test.go:2315: unmatched requirement DaemonIsLinux [2023-04-18T00:18:16.377Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2023-04-18T00:18:16.377Z] docker_cli_run_test.go:2324: unmatched requirement DaemonIsLinux [2023-04-18T00:18:16.377Z] === RUN TestDockerSuite/TestRunModeIpcHost [2023-04-18T00:18:16.377Z] docker_cli_run_test.go:2293: unmatched requirement DaemonIsLinux [2023-04-18T00:18:16.377Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2023-04-18T00:18:16.377Z] docker_cli_run_test.go:3420: unmatched requirement DaemonIsLinux [2023-04-18T00:18:16.377Z] === RUN TestDockerSuite/TestRunModePIDContainer [2023-04-18T00:18:16.377Z] docker_cli_run_test.go:2337: unmatched requirement DaemonIsLinux [2023-04-18T00:18:16.377Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2023-04-18T00:18:16.377Z] docker_cli_run_test.go:2362: unmatched requirement DaemonIsLinux [2023-04-18T00:18:16.377Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2023-04-18T00:18:16.377Z] docker_cli_run_test.go:2371: unmatched requirement DaemonIsLinux [2023-04-18T00:18:16.377Z] === RUN TestDockerSuite/TestRunModePIDHost [2023-04-18T00:18:16.377Z] docker_cli_run_test.go:2429: unmatched requirement DaemonIsLinux [2023-04-18T00:18:16.377Z] === RUN TestDockerSuite/TestRunModeUTSHost [2023-04-18T00:18:16.377Z] docker_cli_run_test.go:2451: unmatched requirement DaemonIsLinux [2023-04-18T00:18:16.377Z] === RUN TestDockerSuite/TestRunMount [2023-04-18T00:18:16.377Z] docker_cli_run_test.go:4224: unmatched requirement DaemonIsLinux [2023-04-18T00:18:16.377Z] === RUN TestDockerSuite/TestRunMountOrdering [2023-04-18T00:18:16.377Z] docker_cli_run_test.go:2080: unmatched requirement DaemonIsLinux [2023-04-18T00:18:16.833Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2023-04-18T00:18:16.833Z] docker_cli_run_test.go:4212: unmatched requirement DaemonIsLinux [2023-04-18T00:18:16.833Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2023-04-18T00:18:16.833Z] docker_cli_run_test.go:2384: unmatched requirement DaemonIsLinux [2023-04-18T00:18:16.833Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2023-04-18T00:18:22.596Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2023-04-18T00:18:22.596Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2023-04-18T00:18:22.596Z] === RUN TestDockerSuite/TestRunNamedVolume [2023-04-18T00:18:22.596Z] docker_cli_run_test.go:3209: unmatched requirement DaemonIsLinux [2023-04-18T00:18:22.596Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2023-04-18T00:18:22.596Z] docker_cli_run_test.go:3771: unmatched requirement DaemonIsLinux [2023-04-18T00:18:22.596Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2023-04-18T00:18:27.262Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2023-04-18T00:18:29.064Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2023-04-18T00:18:30.150Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2023-04-18T00:18:30.150Z] docker_cli_run_test.go:3764: unmatched requirement DaemonIsLinux [2023-04-18T00:18:30.150Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2023-04-18T00:18:30.150Z] docker_cli_run_test.go:2603: unmatched requirement DaemonIsLinux [2023-04-18T00:18:30.150Z] === RUN TestDockerSuite/TestRunNetHost [2023-04-18T00:18:30.150Z] docker_cli_run_test.go:2572: unmatched requirement DaemonIsLinux [2023-04-18T00:18:30.150Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2023-04-18T00:18:30.150Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2023-04-18T00:18:30.150Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2023-04-18T00:18:30.150Z] docker_cli_run_test.go:2595: unmatched requirement DaemonIsLinux [2023-04-18T00:18:30.150Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2023-04-18T00:18:30.150Z] docker_cli_run_test.go:3064: unmatched requirement DaemonIsLinux [2023-04-18T00:18:30.150Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2023-04-18T00:18:30.150Z] docker_cli_run_test.go:3088: unmatched requirement DaemonIsLinux [2023-04-18T00:18:30.150Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2023-04-18T00:18:30.150Z] docker_cli_run_test.go:3110: unmatched requirement DaemonIsLinux [2023-04-18T00:18:30.150Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2023-04-18T00:18:30.150Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2023-04-18T00:18:30.150Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2023-04-18T00:18:30.150Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2023-04-18T00:18:31.110Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2023-04-18T00:18:33.274Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2023-04-18T00:18:34.800Z] === RUN TestDockerSuite/TestRunNonExistingImage [2023-04-18T00:18:35.762Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2023-04-18T00:18:37.289Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2023-04-18T00:18:37.745Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2023-04-18T00:18:37.745Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2023-04-18T00:18:37.745Z] docker_cli_run_test.go:2803: unmatched requirement DaemonIsLinux [2023-04-18T00:18:37.745Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2023-04-18T00:18:37.745Z] docker_cli_run_test.go:2493: unmatched requirement DaemonIsLinux [2023-04-18T00:18:37.745Z] === RUN TestDockerSuite/TestRunPortInUse [2023-04-18T00:18:37.745Z] docker_cli_run_test.go:2043: unmatched requirement DaemonIsLinux [2023-04-18T00:18:37.745Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2023-04-18T00:18:37.745Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2023-04-18T00:18:37.745Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2023-04-18T00:18:37.745Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2023-04-18T00:18:37.745Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2023-04-18T00:18:37.745Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2023-04-18T00:18:37.745Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2023-04-18T00:18:37.745Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2023-04-18T00:18:37.745Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2023-04-18T00:18:39.910Z] === RUN TestDockerSuite/TestRunPublishPort [2023-04-18T00:18:39.910Z] docker_cli_run_test.go:2978: unmatched requirement DaemonIsLinux [2023-04-18T00:18:39.910Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2023-04-18T00:18:39.910Z] docker_cli_run_test.go:2881: unmatched requirement Apparmor [2023-04-18T00:18:39.910Z] === RUN TestDockerSuite/TestRunReadProcLatency [2023-04-18T00:18:39.910Z] docker_cli_run_test.go:2860: unmatched requirement DaemonIsLinux [2023-04-18T00:18:39.910Z] === RUN TestDockerSuite/TestRunReadProcTimer [2023-04-18T00:18:39.910Z] docker_cli_run_test.go:2845: unmatched requirement DaemonIsLinux [2023-04-18T00:18:39.910Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2023-04-18T00:18:39.910Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2023-04-18T00:18:39.910Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2023-04-18T00:18:43.924Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2023-04-18T00:18:46.951Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2023-04-18T00:18:46.951Z] docker_cli_run_test.go:2125: unmatched requirement DaemonIsLinux [2023-04-18T00:18:46.951Z] === RUN TestDockerSuite/TestRunRm [2023-04-18T00:18:48.478Z] === RUN TestDockerSuite/TestRunRmAndWait [2023-04-18T00:18:54.241Z] === RUN TestDockerSuite/TestRunRmPre125Api [2023-04-18T00:18:55.202Z] === RUN TestDockerSuite/TestRunRootWorkdir [2023-04-18T00:18:57.366Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2023-04-18T00:18:58.892Z] === RUN TestDockerSuite/TestRunSetMacAddress [2023-04-18T00:19:01.056Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2023-04-18T00:19:01.056Z] docker_cli_run_test.go:2237: unmatched requirement DaemonIsLinux [2023-04-18T00:19:01.056Z] === RUN TestDockerSuite/TestRunState [2023-04-18T00:19:01.056Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2023-04-18T00:19:01.057Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2023-04-18T00:19:03.220Z] === RUN TestDockerSuite/TestRunStdinPipe [2023-04-18T00:19:03.220Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2023-04-18T00:19:03.220Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2023-04-18T00:19:04.749Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2023-04-18T00:19:04.749Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2023-04-18T00:19:04.749Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2023-04-18T00:19:04.749Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2023-04-18T00:19:04.749Z] === RUN TestDockerSuite/TestRunTLSVerify [2023-04-18T00:19:04.749Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2023-04-18T00:19:05.205Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2023-04-18T00:19:05.205Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2023-04-18T00:19:05.205Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2023-04-18T00:19:09.873Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2023-04-18T00:19:09.873Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2023-04-18T00:19:09.873Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2023-04-18T00:19:09.873Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2023-04-18T00:19:09.873Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2023-04-18T00:19:09.873Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2023-04-18T00:19:09.873Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2023-04-18T00:19:09.873Z] docker_cli_run_test.go:3980: unmatched requirement DaemonIsLinux [2023-04-18T00:19:09.873Z] === RUN TestDockerSuite/TestRunUnshareProc [2023-04-18T00:19:09.873Z] docker_cli_run_test.go:2920: unmatched requirement Apparmor [2023-04-18T00:19:09.873Z] === RUN TestDockerSuite/TestRunUserByID [2023-04-18T00:19:09.873Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2023-04-18T00:19:09.873Z] === RUN TestDockerSuite/TestRunUserByIDBig [2023-04-18T00:19:09.873Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2023-04-18T00:19:09.873Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2023-04-18T00:19:09.873Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2023-04-18T00:19:09.873Z] === RUN TestDockerSuite/TestRunUserByIDZero [2023-04-18T00:19:09.873Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2023-04-18T00:19:09.873Z] === RUN TestDockerSuite/TestRunUserByName [2023-04-18T00:19:09.873Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2023-04-18T00:19:09.873Z] === RUN TestDockerSuite/TestRunUserDefaults [2023-04-18T00:19:11.400Z] === RUN TestDockerSuite/TestRunUserNotFound [2023-04-18T00:19:11.400Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2023-04-18T00:19:11.400Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2023-04-18T00:19:12.931Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2023-04-18T00:19:12.931Z] docker_cli_run_test.go:3869: unmatched requirement DaemonIsLinux [2023-04-18T00:19:13.387Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2023-04-18T00:19:13.387Z] docker_cli_run_test.go:3862: unmatched requirement DaemonIsLinux [2023-04-18T00:19:13.387Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2023-04-18T00:19:15.552Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2023-04-18T00:19:21.317Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2023-04-18T00:19:25.031Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2023-04-18T00:19:29.695Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2023-04-18T00:19:29.695Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2023-04-18T00:19:30.151Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2023-04-18T00:19:30.151Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2023-04-18T00:19:30.581Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2023-04-18T00:19:32.535Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2023-04-18T00:19:34.700Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2023-04-18T00:19:36.865Z] === RUN TestDockerSuite/TestRunWithBadDevice [2023-04-18T00:19:36.865Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2023-04-18T00:19:36.865Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2023-04-18T00:19:36.865Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2023-04-18T00:19:36.865Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2023-04-18T00:19:36.865Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2023-04-18T00:19:36.865Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2023-04-18T00:19:36.865Z] docker_cli_run_test.go:3736: unmatched requirement DaemonIsLinux [2023-04-18T00:19:36.865Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2023-04-18T00:19:36.865Z] docker_cli_run_test.go:3747: unmatched requirement DaemonIsLinux [2023-04-18T00:19:36.865Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2023-04-18T00:19:36.865Z] docker_cli_run_test.go:2826: unmatched requirement DaemonIsLinux [2023-04-18T00:19:36.865Z] === RUN TestDockerSuite/TestRunWithUlimits [2023-04-18T00:19:36.865Z] docker_cli_run_test.go:3221: unmatched requirement DaemonIsLinux [2023-04-18T00:19:36.865Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2023-04-18T00:19:40.581Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2023-04-18T00:19:41.542Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2023-04-18T00:19:43.068Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2023-04-18T00:19:46.782Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2023-04-18T00:19:46.782Z] docker_cli_run_test.go:3037: unmatched requirement Apparmor [2023-04-18T00:19:46.782Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2023-04-18T00:19:46.782Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2023-04-18T00:19:46.782Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2023-04-18T00:19:46.782Z] docker_cli_run_test.go:2836: unmatched requirement DaemonIsLinux [2023-04-18T00:19:46.782Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2023-04-18T00:19:46.782Z] docker_cli_run_test.go:3634: unmatched requirement DaemonIsLinux [2023-04-18T00:19:46.782Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2023-04-18T00:19:46.782Z] docker_cli_run_test.go:3645: unmatched requirement DaemonIsLinux [2023-04-18T00:19:46.782Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2023-04-18T00:19:46.782Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2023-04-18T00:19:47.241Z] === RUN TestDockerSuite/TestSaveCheckTimes [2023-04-18T00:19:47.241Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2023-04-18T00:19:47.241Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2023-04-18T00:19:47.241Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2023-04-18T00:19:47.241Z] === RUN TestDockerSuite/TestSaveImageId [2023-04-18T00:19:47.241Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2023-04-18T00:19:47.241Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2023-04-18T00:19:47.241Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2023-04-18T00:19:47.241Z] === RUN TestDockerSuite/TestSaveLoadParents [2023-04-18T00:19:47.241Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2023-04-18T00:19:47.241Z] === RUN TestDockerSuite/TestSaveMultipleNames [2023-04-18T00:19:47.241Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2023-04-18T00:19:47.241Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2023-04-18T00:19:47.241Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2023-04-18T00:19:47.241Z] === RUN TestDockerSuite/TestSaveSingleTag [2023-04-18T00:19:47.241Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2023-04-18T00:19:47.241Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2023-04-18T00:19:47.241Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2023-04-18T00:19:47.241Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2023-04-18T00:19:47.241Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2023-04-18T00:19:47.241Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2023-04-18T00:19:47.241Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2023-04-18T00:19:47.241Z] === RUN TestDockerSuite/TestSearchCmdOptions [2023-04-18T00:19:48.648Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2023-04-18T00:19:49.406Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2023-04-18T00:19:49.406Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2023-04-18T00:19:49.861Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2023-04-18T00:19:49.861Z] === RUN TestDockerSuite/TestSearchWithLimit [2023-04-18T00:19:51.388Z] === RUN TestDockerSuite/TestSlowStdinClosing [2023-04-18T00:19:57.154Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2023-04-18T00:19:57.154Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2023-04-18T00:19:57.154Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2023-04-18T00:20:04.196Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2023-04-18T00:20:04.196Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2023-04-18T00:20:04.196Z] === RUN TestDockerSuite/TestStartAttachSilent [2023-04-18T00:20:06.360Z] === RUN TestDockerSuite/TestStartAttachWithRename [2023-04-18T00:20:06.360Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2023-04-18T00:20:06.360Z] === RUN TestDockerSuite/TestStartMultipleContainers [2023-04-18T00:20:06.360Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2023-04-18T00:20:06.360Z] === RUN TestDockerSuite/TestStartPausedContainer [2023-04-18T00:20:06.360Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2023-04-18T00:20:06.360Z] === RUN TestDockerSuite/TestStartRecordError [2023-04-18T00:20:06.360Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2023-04-18T00:20:06.360Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2023-04-18T00:20:11.026Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2023-04-18T00:20:11.026Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2023-04-18T00:20:11.026Z] === RUN TestDockerSuite/TestStatsAllNoStream [2023-04-18T00:20:11.026Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2023-04-18T00:20:11.482Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2023-04-18T00:20:11.482Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2023-04-18T00:20:11.482Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2023-04-18T00:20:11.482Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2023-04-18T00:20:11.482Z] === RUN TestDockerSuite/TestStatsFormatAll [2023-04-18T00:20:11.482Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2023-04-18T00:20:11.482Z] === RUN TestDockerSuite/TestStatsNoStream [2023-04-18T00:20:11.482Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2023-04-18T00:20:11.482Z] === RUN TestDockerSuite/TestTopMultipleArgs [2023-04-18T00:20:13.009Z] === RUN TestDockerSuite/TestTopNonPrivileged [2023-04-18T00:20:15.174Z] === RUN TestDockerSuite/TestTopPrivileged [2023-04-18T00:20:15.174Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2023-04-18T00:20:15.174Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2023-04-18T00:20:16.700Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2023-04-18T00:20:16.700Z] docker_cli_run_test.go:3445: unmatched requirement DaemonIsLinux [2023-04-18T00:20:16.700Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2023-04-18T00:20:16.700Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2023-04-18T00:20:16.700Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2023-04-18T00:20:16.700Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2023-04-18T00:20:16.700Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2023-04-18T00:20:16.700Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2023-04-18T00:20:16.700Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2023-04-18T00:20:16.700Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2023-04-18T00:20:16.700Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2023-04-18T00:20:16.700Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2023-04-18T00:20:16.700Z] === RUN TestDockerSuite/TestVolumeCLICreate [2023-04-18T00:20:20.702Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2023-04-18T00:20:34.333Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2023-04-18T00:20:34.333Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2023-04-18T00:20:34.333Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2023-04-18T00:20:34.333Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2023-04-18T00:20:34.333Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2023-04-18T00:20:34.333Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2023-04-18T00:20:34.333Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2023-04-18T00:20:34.333Z] === RUN TestDockerSuite/TestVolumeCLILs [2023-04-18T00:20:34.789Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2023-04-18T00:20:35.244Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2023-04-18T00:20:37.410Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2023-04-18T00:20:37.866Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2023-04-18T00:20:37.866Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2023-04-18T00:20:38.321Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2023-04-18T00:20:38.321Z] === RUN TestDockerSuite/TestVolumeCLIRm [2023-04-18T00:20:52.761Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2023-04-18T00:20:55.955Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2023-04-18T00:20:55.955Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2023-04-18T00:20:55.955Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2023-04-18T00:20:55.955Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2023-04-18T00:20:55.955Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2023-04-18T00:20:55.955Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2023-04-18T00:20:55.955Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2023-04-18T00:21:00.621Z] === RUN TestDockerSuite/TestVolumeLsFormat [2023-04-18T00:21:00.621Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2023-04-18T00:21:01.077Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2023-04-18T00:21:07.634Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2023-04-18T00:21:09.614Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2023-04-18T00:21:09.614Z] docker_cli_run_test.go:2173: unmatched requirement DaemonIsLinux [2023-04-18T00:21:09.614Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite (2107.30s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.64s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.22s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.47s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.28s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (70.16s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.58s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.28s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.90s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.04s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.93s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.71s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (72.33s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.29s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (4.36s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.15s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.62s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.16s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.62s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.62s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.09s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.07s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (8.66s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (3.62s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.75s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.92s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.22s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (3.57s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.57s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildAddTar (34.08s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.29s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (22.74s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.50s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.42s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (5.21s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.72s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (3.66s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (6.92s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (6.44s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.26s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (3.68s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (4.44s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.44s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (26.72s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (3.49s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.49s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.27s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.99s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (3.46s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.98s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.10s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.71s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildCmd (0.44s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.44s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.43s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.30s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.64s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.91s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.36s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.65s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.67s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.37s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.61s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.51s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (3.88s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (25.02s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.96s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.73s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (3.91s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.27s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.25s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.41s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (21.70s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.54s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (17.94s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.23s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.65s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (2.74s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.27s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.22s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildDockerignore (61.18s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (4.20s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.27s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (69.80s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.25s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.59s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (24.19s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (7.95s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (17.22s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (30.28s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (17.59s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (7.67s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (113.79s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.33s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.26s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.45s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.83s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.36s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.41s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.43s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.63s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (3.62s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.26s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.63s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.71s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (3.68s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (12.68s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.47s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2023-04-18T00:21:09.614Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2023-04-18T00:21:09.614Z] --- PASS: TestDockerSuite/TestBuildFails (1.96s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.10s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (4.49s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (4.37s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildForceRm (10.06s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildFromGit (4.46s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.10s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.12s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.60s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.44s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (6.57s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildHistory (8.27s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.87s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.58s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (1.00s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.08s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (3.48s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildLabel (0.72s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.49s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.72s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.45s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildLabels (0.73s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.20s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (4.23s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.09s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.43s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.56s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (3.79s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (16.43s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (1.95s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (23.79s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (20.82s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.15s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (4.81s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (4.39s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (13.08s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (5.96s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.49s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.20s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (3.35s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.96s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.21s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.12s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.10s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.83s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.97s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildOnBuild (16.60s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.23s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (6.68s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (7.71s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (6.75s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (3.80s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (3.63s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.88s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.89s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (30.57s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (33.19s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildRm (9.98s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (2.73s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.27s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.06s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (2.84s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (2.79s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildShellInherited (3.83s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (12.01s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.57s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.50s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.46s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.26s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (3.57s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildStderr (3.43s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (15.01s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.26s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.46s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.91s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildTagEvent (3.53s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (3.95s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.25s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.42s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (7.01s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (16.29s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.65s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (6.59s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (4.04s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.27s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.14s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.26s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (8.31s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildWithTabs (3.49s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.32s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (9.94s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.27s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.25s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.89s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (6.04s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.43s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.25s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.83s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (3.37s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestCommitChange (3.73s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (3.33s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestCommitNewFile (5.16s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestCommitTTY (5.32s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (3.32s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainerAPICommit (5.26s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (5.36s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (1.92s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainerAPICreate (1.87s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (6.67s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.08s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.76s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.79s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.83s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (1.89s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (1.97s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.64s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.07s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.17s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainerAPIRename (6.69s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.10s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.31s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.54s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.05s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.79s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainerAPIWait (3.92s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.64s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.58s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (36.07s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.28s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (7.27s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (7.31s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.29s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00009d848_} (7.26s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12051029835_c:\foo_false____} (7.30s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12051029835_c:\foo_true____} (2.34s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.13s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.02s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.02s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.01s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.13s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.09s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.10s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestCpToCaseA (3.68s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.03s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestCpToCaseE (7.34s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2023-04-18T00:21:09.615Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2023-04-18T00:21:09.615Z] --- PASS: TestDockerSuite/TestCpToCaseH (12.09s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestCpToDot (6.88s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestCpToStdout (2.04s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.13s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestCreateArgs (0.13s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.60s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (1.90s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.15s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.13s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.67s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.51s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestCreateLabels (0.14s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestCreateRM (0.25s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.13s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.25s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (11.01s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.16s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.37s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.00s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.14s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.27s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.09s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.00s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (1.96s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.06s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (11.32s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestEventsCopy (3.82s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.23s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (1.86s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.63s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.09s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.78s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.80s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestEventsFilters (3.90s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestEventsFormat (3.83s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.15s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestEventsRename (2.04s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestEventsResize (2.22s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (1.89s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.10s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.31s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestEventsUntag (2.72s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.14s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.63s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.62s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.64s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.81s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.79s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.62s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.53s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.83s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestExecInspectID (4.17s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.02s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestExecStartFails (1.89s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (1.89s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.47s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.66s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.66s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.73s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.67s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.09s) [2023-04-18T00:21:09.616Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2023-04-18T00:21:09.616Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (3.43s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.06s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.06s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.28s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.47s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.76s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.34s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.22s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.60s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (6.95s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestImagesFormat (0.17s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.33s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestImportBadURL (2.38s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.84s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.81s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.07s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.83s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.16s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.85s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestInspectDefault (1.82s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestInspectHistory (3.34s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestInspectInt64 (6.69s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.76s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.14s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (1.88s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.76s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.06s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.78s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestInspectStatus (2.11s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.46s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestInspectTemplateError (1.84s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.87s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.77s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (1.95s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (1.85s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.84s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.07s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.60s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.60s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.22s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (1.99s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.81s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.06s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (4.32s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (4.50s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (4.58s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.03s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.97s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (1.96s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (1.91s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestLogsSince (8.45s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestLogsTail (2.29s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.24s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestLogsWithDetails (1.89s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.06s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (3.63s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.12s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestPsByOrder (6.55s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestPsListContainersBase (7.22s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (11.51s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.22s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (10.68s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (2.95s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (10.82s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (8.46s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (8.58s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestPsShowMounts (5.54s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.29s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.00s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.73s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.32s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.32s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (1.98s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (20.71s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (4.91s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.18s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.13s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.53s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (3.46s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.39s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (3.42s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestRmiBlank (0.06s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.22s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (10.73s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.26s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.53s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (4.96s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (3.83s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (10.75s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.25s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestRmiTag (0.56s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (1.95s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (12.91s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.10s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (3.60s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.90s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.58s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (3.66s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.33s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (1.84s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (1.87s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (1.86s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.06s) [2023-04-18T00:21:10.073Z] --- PASS: TestDockerSuite/TestRunBindMounts (3.74s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2023-04-18T00:21:10.073Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (1.84s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.47s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.69s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.92s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (1.95s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (1.85s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunCreateVolume (1.87s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.29s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.44s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (1.94s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.08s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (1.82s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunEchoStdout (1.97s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunEntrypoint (1.83s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunExitCode (6.64s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (1.87s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (1.87s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (1.91s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (8.16s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.36s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (5.87s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.10s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.30s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.25s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.96s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.68s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.80s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.93s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.65s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.23s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (6.50s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunRm (1.90s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.04s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (1.90s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (1.88s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.76s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.19s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (1.85s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.69s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.15s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.28s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunUserDefaults (1.86s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (1.82s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.56s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (5.57s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (3.78s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (4.83s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.08s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.62s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (1.96s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (1.91s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.30s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.44s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.82s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (3.69s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (1.86s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.38s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.33s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.20s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.37s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (5.60s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (6.30s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.30s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (4.69s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (1.73s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (1.90s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.69s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.25s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.12s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.17s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.27s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.23s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.12s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.10s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.38s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.32s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.33s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.16s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (16.01s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.48s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.17s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (5.62s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.24s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.24s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (7.33s) [2023-04-18T00:21:10.074Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2023-04-18T00:21:10.074Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.24s) [2023-04-18T00:21:10.074Z] === RUN TestDockerRegistrySuite [2023-04-18T00:21:10.074Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2023-04-18T00:21:10.074Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.074Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2023-04-18T00:21:10.074Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistrySuite/TestV2Only [2023-04-18T00:21:10.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] --- PASS: TestDockerRegistrySuite (0.16s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.16s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2023-04-18T00:21:10.075Z] === RUN TestDockerSchema1RegistrySuite [2023-04-18T00:21:10.075Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2023-04-18T00:21:10.075Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2023-04-18T00:21:10.075Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2023-04-18T00:21:10.075Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2023-04-18T00:21:10.075Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2023-04-18T00:21:10.075Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2023-04-18T00:21:10.075Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2023-04-18T00:21:10.075Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2023-04-18T00:21:10.075Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2023-04-18T00:21:10.075Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2023-04-18T00:21:10.075Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2023-04-18T00:21:10.075Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2023-04-18T00:21:10.075Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2023-04-18T00:21:10.075Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2023-04-18T00:21:10.075Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2023-04-18T00:21:10.075Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2023-04-18T00:21:10.075Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2023-04-18T00:21:10.075Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2023-04-18T00:21:10.075Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2023-04-18T00:21:10.075Z] check_test.go:238: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2023-04-18T00:21:10.075Z] check_test.go:238: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2023-04-18T00:21:10.075Z] check_test.go:238: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2023-04-18T00:21:10.075Z] check_test.go:238: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2023-04-18T00:21:10.075Z] check_test.go:238: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2023-04-18T00:21:10.075Z] check_test.go:238: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2023-04-18T00:21:10.075Z] check_test.go:238: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2023-04-18T00:21:10.075Z] check_test.go:238: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistryAuthTokenSuite [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2023-04-18T00:21:10.075Z] check_test.go:267: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2023-04-18T00:21:10.075Z] check_test.go:267: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2023-04-18T00:21:10.075Z] check_test.go:267: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2023-04-18T00:21:10.075Z] check_test.go:267: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2023-04-18T00:21:10.075Z] check_test.go:267: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2023-04-18T00:21:10.075Z] === RUN TestDockerDaemonSuite [2023-04-18T00:21:10.075Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2023-04-18T00:21:10.075Z] check_test.go:301: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2023-04-18T00:21:10.075Z] check_test.go:301: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2023-04-18T00:21:10.075Z] check_test.go:301: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] --- PASS: TestDockerDaemonSuite (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2023-04-18T00:21:10.075Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2023-04-18T00:21:10.075Z] === RUN TestDockerSwarmSuite [2023-04-18T00:21:10.075Z] --- PASS: TestDockerSwarmSuite (0.00s) [2023-04-18T00:21:10.075Z] === RUN TestDockerPluginSuite [2023-04-18T00:21:10.075Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2023-04-18T00:21:10.075Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerPluginSuite/TestPluginCreate [2023-04-18T00:21:10.075Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2023-04-18T00:21:10.075Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2023-04-18T00:21:10.075Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2023-04-18T00:21:10.075Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.075Z] === RUN TestDockerPluginSuite/TestPluginInspect [2023-04-18T00:21:10.075Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2023-04-18T00:21:10.076Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2023-04-18T00:21:10.076Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2023-04-18T00:21:10.076Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2023-04-18T00:21:10.076Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] === RUN TestDockerPluginSuite/TestPluginSet [2023-04-18T00:21:10.076Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- PASS: TestDockerPluginSuite (0.02s) [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2023-04-18T00:21:10.076Z] === RUN TestDockerExternalVolumeSuite [2023-04-18T00:21:10.076Z] check_test.go:127: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2023-04-18T00:21:10.076Z] === RUN TestDockerNetworkSuite [2023-04-18T00:21:10.076Z] check_test.go:133: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2023-04-18T00:21:10.076Z] === RUN TestDockerHubPullSuite [2023-04-18T00:21:10.076Z] check_test.go:141: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2023-04-18T00:21:10.076Z] PASS [2023-04-18T00:21:10.076Z] ok github.com/docker/docker/integration-cli 2107.684s [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === Skipped [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2023-04-18T00:21:10.076Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2023-04-18T00:21:10.076Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2023-04-18T00:21:10.076Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2023-04-18T00:21:10.076Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2023-04-18T00:21:10.076Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2023-04-18T00:21:10.076Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2023-04-18T00:21:10.076Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2023-04-18T00:21:10.076Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2023-04-18T00:21:10.076Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2023-04-18T00:21:10.076Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2023-04-18T00:21:10.076Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2023-04-18T00:21:10.076Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2023-04-18T00:21:10.076Z] docker_cli_run_test.go:3176: unmatched requirement Apparmor [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2023-04-18T00:21:10.076Z] docker_cli_run_test.go:3154: unmatched requirement Apparmor [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2023-04-18T00:21:10.076Z] docker_cli_run_test.go:3166: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2023-04-18T00:21:10.076Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2023-04-18T00:21:10.076Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2023-04-18T00:21:10.076Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.29s) [2023-04-18T00:21:10.076Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.29s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.29s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.29s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.50s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.50s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.72s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.72s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.26s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.26s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.49s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.49s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.27s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.27s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.07s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.03s) [2023-04-18T00:21:10.076Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.27s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.27s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.25s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.25s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.27s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.27s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.26s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.26s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2023-04-18T00:21:10.076Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.076Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2023-04-18T00:21:10.076Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.26s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.26s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.07s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:5973: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.27s) [2023-04-18T00:21:10.077Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.27s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.26s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.26s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.27s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.27s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.26s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.26s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.27s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.27s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.25s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.25s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:6053: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.25s) [2023-04-18T00:21:10.077Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.25s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2023-04-18T00:21:10.077Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2023-04-18T00:21:10.077Z] docker_cli_sni_test.go:18: Flakey test [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2023-04-18T00:21:10.077Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2023-04-18T00:21:10.077Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2023-04-18T00:21:10.077Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2023-04-18T00:21:10.077Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2023-04-18T00:21:10.077Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2023-04-18T00:21:10.077Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2023-04-18T00:21:10.077Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2023-04-18T00:21:10.077Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2023-04-18T00:21:10.077Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2023-04-18T00:21:10.077Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2023-04-18T00:21:10.077Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2023-04-18T00:21:10.077Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2023-04-18T00:21:10.077Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2023-04-18T00:21:10.077Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2023-04-18T00:21:10.077Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2023-04-18T00:21:10.077Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2023-04-18T00:21:10.077Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2023-04-18T00:21:10.077Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2023-04-18T00:21:10.077Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2023-04-18T00:21:10.077Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2023-04-18T00:21:10.077Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.077Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2023-04-18T00:21:10.077Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2023-04-18T00:21:10.078Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2023-04-18T00:21:10.078Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2023-04-18T00:21:10.078Z] docker_cli_run_test.go:2408: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2023-04-18T00:21:10.078Z] docker_cli_run_test.go:3525: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2023-04-18T00:21:10.078Z] docker_cli_run_test.go:3557: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2023-04-18T00:21:10.078Z] docker_cli_run_test.go:3588: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2023-04-18T00:21:10.078Z] docker_cli_run_test.go:3571: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2023-04-18T00:21:10.078Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2023-04-18T00:21:10.078Z] docker_cli_run_test.go:3461: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2023-04-18T00:21:10.078Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2023-04-18T00:21:10.078Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2023-04-18T00:21:10.078Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2023-04-18T00:21:10.078Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2023-04-18T00:21:10.078Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2023-04-18T00:21:10.078Z] docker_cli_cp_from_container_test.go:101: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2023-04-18T00:21:10.078Z] docker_cli_cp_from_container_test.go:121: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2023-04-18T00:21:10.078Z] docker_cli_cp_from_container_test.go:139: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2023-04-18T00:21:10.078Z] docker_cli_cp_from_container_test.go:163: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2023-04-18T00:21:10.078Z] docker_cli_cp_from_container_test.go:199: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2023-04-18T00:21:10.078Z] docker_cli_cp_from_container_test.go:227: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2023-04-18T00:21:10.078Z] docker_cli_cp_from_container_test.go:250: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2023-04-18T00:21:10.078Z] docker_cli_cp_from_container_test.go:285: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2023-04-18T00:21:10.078Z] docker_cli_cp_from_container_test.go:313: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2023-04-18T00:21:10.078Z] docker_cli_cp_from_container_test.go:337: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2023-04-18T00:21:10.078Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2023-04-18T00:21:10.078Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2023-04-18T00:21:10.078Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2023-04-18T00:21:10.078Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2023-04-18T00:21:10.078Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2023-04-18T00:21:10.078Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2023-04-18T00:21:10.078Z] docker_cli_cp_to_container_test.go:147: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2023-04-18T00:21:10.078Z] docker_cli_cp_to_container_test.go:172: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2023-04-18T00:21:10.078Z] docker_cli_cp_to_container_test.go:244: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2023-04-18T00:21:10.078Z] docker_cli_cp_to_container_test.go:267: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2023-04-18T00:21:10.078Z] docker_cli_cp_to_container_test.go:339: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2023-04-18T00:21:10.078Z] docker_cli_cp_to_container_test.go:363: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2023-04-18T00:21:10.078Z] docker_cli_cp_to_container_test.go:399: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2023-04-18T00:21:10.078Z] docker_cli_cp_to_container_test.go:424: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2023-04-18T00:21:10.078Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2023-04-18T00:21:10.078Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2023-04-18T00:21:10.078Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2023-04-18T00:21:10.078Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2023-04-18T00:21:10.078Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2023-04-18T00:21:10.078Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2023-04-18T00:21:10.078Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2023-04-18T00:21:10.078Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2023-04-18T00:21:10.078Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2023-04-18T00:21:10.078Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2023-04-18T00:21:10.078Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2023-04-18T00:21:10.078Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2023-04-18T00:21:10.078Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2023-04-18T00:21:10.078Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2023-04-18T00:21:10.078Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2023-04-18T00:21:10.078Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.078Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2023-04-18T00:21:10.078Z] [2023-04-18T00:21:10.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2023-04-18T00:21:10.079Z] docker_cli_run_test.go:2990: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.079Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2023-04-18T00:21:10.079Z] [2023-04-18T00:21:10.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2023-04-18T00:21:10.079Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.079Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2023-04-18T00:21:10.079Z] [2023-04-18T00:21:10.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2023-04-18T00:21:10.079Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.079Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2023-04-18T00:21:10.079Z] [2023-04-18T00:21:10.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2023-04-18T00:21:10.079Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.079Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2023-04-18T00:21:10.079Z] [2023-04-18T00:21:10.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2023-04-18T00:21:10.079Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.079Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2023-04-18T00:21:10.079Z] [2023-04-18T00:21:10.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2023-04-18T00:21:10.079Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.079Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2023-04-18T00:21:10.079Z] [2023-04-18T00:21:10.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2023-04-18T00:21:10.079Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.079Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2023-04-18T00:21:10.079Z] [2023-04-18T00:21:10.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2023-04-18T00:21:10.079Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.079Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2023-04-18T00:21:10.079Z] [2023-04-18T00:21:10.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2023-04-18T00:21:10.079Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.079Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2023-04-18T00:21:10.079Z] [2023-04-18T00:21:10.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2023-04-18T00:21:10.079Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.079Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2023-04-18T00:21:10.079Z] [2023-04-18T00:21:10.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2023-04-18T00:21:10.079Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.079Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2023-04-18T00:21:10.079Z] [2023-04-18T00:21:10.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2023-04-18T00:21:10.079Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.079Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2023-04-18T00:21:10.079Z] [2023-04-18T00:21:10.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2023-04-18T00:21:10.079Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.079Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2023-04-18T00:21:10.079Z] [2023-04-18T00:21:10.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2023-04-18T00:21:10.079Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.079Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2023-04-18T00:21:10.079Z] [2023-04-18T00:21:10.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2023-04-18T00:21:10.079Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.079Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2023-04-18T00:21:10.079Z] [2023-04-18T00:21:10.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2023-04-18T00:21:10.079Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.079Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2023-04-18T00:21:10.079Z] [2023-04-18T00:21:10.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2023-04-18T00:21:10.079Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.079Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2023-04-18T00:21:10.079Z] [2023-04-18T00:21:10.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2023-04-18T00:21:10.079Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.079Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2023-04-18T00:21:10.079Z] [2023-04-18T00:21:10.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2023-04-18T00:21:10.079Z] docker_cli_exec_test.go:527: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.079Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2023-04-18T00:21:10.079Z] [2023-04-18T00:21:10.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2023-04-18T00:21:10.079Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.079Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2023-04-18T00:21:10.079Z] [2023-04-18T00:21:10.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2023-04-18T00:21:10.079Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.079Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2023-04-18T00:21:10.079Z] [2023-04-18T00:21:10.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2023-04-18T00:21:10.079Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.079Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2023-04-18T00:21:10.079Z] [2023-04-18T00:21:10.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2023-04-18T00:21:10.535Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2023-04-18T00:21:10.535Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2023-04-18T00:21:10.535Z] [2023-04-18T00:21:10.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2023-04-18T00:21:10.535Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.535Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2023-04-18T00:21:10.535Z] [2023-04-18T00:21:10.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2023-04-18T00:21:10.535Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.535Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2023-04-18T00:21:10.535Z] [2023-04-18T00:21:10.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2023-04-18T00:21:10.535Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.535Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2023-04-18T00:21:10.535Z] [2023-04-18T00:21:10.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2023-04-18T00:21:10.535Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.535Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2023-04-18T00:21:10.535Z] [2023-04-18T00:21:10.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2023-04-18T00:21:10.535Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2023-04-18T00:21:10.536Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2023-04-18T00:21:10.536Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2023-04-18T00:21:10.536Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2023-04-18T00:21:10.536Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2023-04-18T00:21:10.536Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2023-04-18T00:21:10.536Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2023-04-18T00:21:10.536Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2023-04-18T00:21:10.536Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2023-04-18T00:21:10.536Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2023-04-18T00:21:10.536Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2023-04-18T00:21:10.536Z] docker_cli_run_test.go:2904: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_run_test.go:2913: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2023-04-18T00:21:10.536Z] docker_cli_run_test.go:3507: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_run_test.go:2693: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2023-04-18T00:21:10.536Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2023-04-18T00:21:10.536Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2023-04-18T00:21:10.536Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.536Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2023-04-18T00:21:10.536Z] [2023-04-18T00:21:10.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2023-04-18T00:21:10.536Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2023-04-18T00:21:10.537Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2023-04-18T00:21:10.537Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2023-04-18T00:21:10.537Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2023-04-18T00:21:10.537Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2023-04-18T00:21:10.537Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2023-04-18T00:21:10.537Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2023-04-18T00:21:10.537Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2023-04-18T00:21:10.537Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2023-04-18T00:21:10.537Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2023-04-18T00:21:10.537Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2023-04-18T00:21:10.537Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2023-04-18T00:21:10.537Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:4422: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:3939: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:2060: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:2265: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:2623: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:3003: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:3189: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:3331: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:3322: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:3307: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:3232: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:2731: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:2680: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:2753: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:2743: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:3197: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:2152: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:3904: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:2025: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2023-04-18T00:21:10.537Z] docker_cli_run_test.go:4079: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.537Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2023-04-18T00:21:10.537Z] [2023-04-18T00:21:10.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:4162: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:4146: unmatched requirement IsolationIsHyperv [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:2003: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:3267: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:3376: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:3386: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:2315: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:2324: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:2293: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:3420: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:2337: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:2362: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:2371: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:2429: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:2451: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:4224: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:2080: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:4212: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:2384: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:3209: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:3771: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:3764: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:2603: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:2572: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:2595: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:3064: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:3088: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:3110: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:2803: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:2493: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:2043: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:2978: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:2881: unmatched requirement Apparmor [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:2860: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:2845: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:2125: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:2237: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.538Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2023-04-18T00:21:10.538Z] [2023-04-18T00:21:10.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2023-04-18T00:21:10.538Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2023-04-18T00:21:10.539Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_run_test.go:3980: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_run_test.go:2920: unmatched requirement Apparmor [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2023-04-18T00:21:10.539Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2023-04-18T00:21:10.539Z] docker_cli_run_test.go:3869: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_run_test.go:3862: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2023-04-18T00:21:10.539Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2023-04-18T00:21:10.539Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_run_test.go:3736: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_run_test.go:3747: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_run_test.go:2826: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_run_test.go:3221: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_run_test.go:3037: unmatched requirement Apparmor [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_run_test.go:2836: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_run_test.go:3634: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_run_test.go:3645: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2023-04-18T00:21:10.539Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_run_test.go:3445: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2023-04-18T00:21:10.539Z] docker_cli_run_test.go:2173: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2023-04-18T00:21:10.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2023-04-18T00:21:10.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2023-04-18T00:21:10.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2023-04-18T00:21:10.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2023-04-18T00:21:10.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2023-04-18T00:21:10.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.539Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2023-04-18T00:21:10.539Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.16s) [2023-04-18T00:21:10.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.16s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:238: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:238: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:238: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:238: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:238: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:238: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:238: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:238: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:267: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:267: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:267: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:267: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2023-04-18T00:21:10.540Z] check_test.go:267: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.540Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2023-04-18T00:21:10.540Z] [2023-04-18T00:21:10.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2023-04-18T00:21:10.541Z] check_test.go:301: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.541Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2023-04-18T00:21:10.541Z] [2023-04-18T00:21:10.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2023-04-18T00:21:10.541Z] check_test.go:301: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.541Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2023-04-18T00:21:10.541Z] [2023-04-18T00:21:10.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2023-04-18T00:21:10.541Z] check_test.go:301: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.541Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2023-04-18T00:21:10.541Z] [2023-04-18T00:21:10.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2023-04-18T00:21:10.541Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.541Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2023-04-18T00:21:10.541Z] [2023-04-18T00:21:10.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2023-04-18T00:21:10.541Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.541Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2023-04-18T00:21:10.541Z] [2023-04-18T00:21:10.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2023-04-18T00:21:10.541Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.541Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2023-04-18T00:21:10.541Z] [2023-04-18T00:21:10.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2023-04-18T00:21:10.541Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.541Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2023-04-18T00:21:10.541Z] [2023-04-18T00:21:10.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2023-04-18T00:21:10.541Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.541Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2023-04-18T00:21:10.541Z] [2023-04-18T00:21:10.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2023-04-18T00:21:10.541Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.541Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2023-04-18T00:21:10.541Z] [2023-04-18T00:21:10.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2023-04-18T00:21:10.541Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.541Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2023-04-18T00:21:10.541Z] [2023-04-18T00:21:10.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2023-04-18T00:21:10.541Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.541Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2023-04-18T00:21:10.541Z] [2023-04-18T00:21:10.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2023-04-18T00:21:10.541Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.541Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2023-04-18T00:21:10.541Z] [2023-04-18T00:21:10.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2023-04-18T00:21:10.541Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.541Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2023-04-18T00:21:10.541Z] [2023-04-18T00:21:10.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2023-04-18T00:21:10.541Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.541Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2023-04-18T00:21:10.541Z] [2023-04-18T00:21:10.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2023-04-18T00:21:10.541Z] check_test.go:127: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.541Z] [2023-04-18T00:21:10.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2023-04-18T00:21:10.541Z] check_test.go:133: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.541Z] [2023-04-18T00:21:10.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2023-04-18T00:21:10.541Z] check_test.go:141: unmatched requirement DaemonIsLinux [2023-04-18T00:21:10.541Z] [2023-04-18T00:21:10.541Z] DONE 1093 tests, 546 skipped in 2115.360s [2023-04-18T00:21:10.541Z] INFO: Integration tests ended at 04/18/2023 00:21:10. Duration:00:35:15.5161959 [2023-04-18T00:21:10.541Z] INFO: Docker info of the daemon under test at end of run [2023-04-18T00:21:10.541Z] [2023-04-18T00:21:10.541Z] Containers: 2 [2023-04-18T00:21:10.541Z] Running: 0 [2023-04-18T00:21:10.541Z] Paused: 0 [2023-04-18T00:21:10.541Z] Stopped: 2 [2023-04-18T00:21:10.541Z] Images: 18 [2023-04-18T00:21:10.541Z] Server Version: 0.0.0-dev [2023-04-18T00:21:10.541Z] Storage Driver: windowsfilter [2023-04-18T00:21:10.541Z] Windows: [2023-04-18T00:21:10.541Z] Logging Driver: json-file [2023-04-18T00:21:10.541Z] Plugins: [2023-04-18T00:21:10.541Z] Volume: local [2023-04-18T00:21:10.541Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2023-04-18T00:21:10.541Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2023-04-18T00:21:10.541Z] Swarm: inactive [2023-04-18T00:21:10.541Z] Default Isolation: process [2023-04-18T00:21:10.541Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2023-04-18T00:21:10.541Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2023-04-18T00:21:10.541Z] OSType: windows [2023-04-18T00:21:10.541Z] Architecture: x86_64 [2023-04-18T00:21:10.541Z] CPUs: 4 [2023-04-18T00:21:10.541Z] Total Memory: 32GiB [2023-04-18T00:21:10.541Z] Name: azwin-2-d9e720 [2023-04-18T00:21:10.541Z] ID: U7TB:PAQU:WSLD:7WWV:BGXH:7TKL:VVPP:MR3U:JSI6:ELYQ:NKMT:L5PF [2023-04-18T00:21:10.541Z] Docker Root Dir: D:\CI\PR-45349\4\daemon [2023-04-18T00:21:10.541Z] Debug Mode (client): false [2023-04-18T00:21:10.541Z] Debug Mode (server): true [2023-04-18T00:21:10.541Z] File Descriptors: -1 [2023-04-18T00:21:10.541Z] Goroutines: 17 [2023-04-18T00:21:10.541Z] System Time: 2023-04-18T00:21:10.4606068Z [2023-04-18T00:21:10.541Z] EventsListeners: 0 [2023-04-18T00:21:10.541Z] Registry: https://index.docker.io/v1/ [2023-04-18T00:21:10.541Z] Labels: [2023-04-18T00:21:10.541Z] Experimental: false [2023-04-18T00:21:10.541Z] Insecure Registries: [2023-04-18T00:21:10.541Z] 127.0.0.0/8 [2023-04-18T00:21:10.541Z] Live Restore Enabled: false [2023-04-18T00:21:10.541Z] [2023-04-18T00:21:10.541Z] [2023-04-18T00:21:10.996Z] INFO: Stopping daemon under test [2023-04-18T00:21:10.996Z] SUCCESS: The process with PID 5768 (child process of PID 4664) has been terminated. [2023-04-18T00:21:10.996Z] SUCCESS: The process with PID 4664 (child process of PID 4760) has been terminated. [2023-04-18T00:21:10.996Z] INFO: Stop tailing logs of the daemon under tests [2023-04-18T00:21:10.996Z] INFO: executeCI.ps1 Completed successfully at 04/18/2023 00:21:10. [2023-04-18T00:21:10.996Z] INFO: Tidying up at end of run [2023-04-18T00:21:10.996Z] INFO: Saving daemon under test log (d:\CI\PR-45349\4\dut.out) to bundles\CIDUT.out [2023-04-18T00:21:10.996Z] INFO: Saving daemon under test log (d:\CI\PR-45349\4\dut.err) to bundles\CIDUT.err [2023-04-18T00:21:10.996Z] INFO: Nuke-Everything... [2023-04-18T00:21:10.996Z] INFO: Container count on control daemon to delete is 2 [2023-04-18T00:21:10.996Z] 9882107af987 [2023-04-18T00:21:10.996Z] cb945cf0181b [2023-04-18T00:21:11.452Z] INFO: Tidying pidfile d:\CI\PR-45349\4\docker.pid [2023-04-18T00:21:11.452Z] INFO: Nuking d:\CI [2023-04-18T00:21:25.702Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2023-04-18T00:21:25.702Z] docker_cli_external_volume_driver_test.go:484: [d9b9d45e6d525] daemon is not started [2023-04-18T00:21:32.496Z] INFO: Zapped successfully [2023-04-18T00:21:32.496Z] [2023-04-18T00:21:32.496Z] INFO: executeCI.ps1 exiting at Tue Apr 18 00:21:29 CUT 2023. Duration 00:55:40.2966727 [2023-04-18T00:21:32.496Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2023-04-18T00:21:32.730Z] Recording test results [2023-04-18T00:21:39.243Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2023-04-18T00:21:40.566Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2023-04-18T00:21:40.566Z] docker_cli_external_volume_driver_test.go:52: [da21f5bd2fb03] daemon is not started [2023-04-18T00:21:40.710Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2023-04-18T00:21:42.444Z] Archiving artifacts [2023-04-18T00:21:55.426Z] --- PASS: TestDockerExternalVolumeSuite (436.79s) [2023-04-18T00:21:55.426Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.52s) [2023-04-18T00:21:55.426Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) [2023-04-18T00:21:55.426Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.18s) [2023-04-18T00:21:55.426Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2023-04-18T00:21:55.426Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2023-04-18T00:21:55.426Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2023-04-18T00:21:55.426Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2023-04-18T00:21:55.426Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.16s) [2023-04-18T00:21:55.426Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.16s) [2023-04-18T00:21:55.426Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.74s) [2023-04-18T00:21:55.426Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.55s) [2023-04-18T00:21:55.426Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.13s) [2023-04-18T00:21:55.426Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.25s) [2023-04-18T00:21:55.426Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.85s) [2023-04-18T00:21:55.426Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.14s) [2023-04-18T00:21:55.426Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.63s) [2023-04-18T00:21:55.426Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.04s) [2023-04-18T00:21:55.426Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.06s) [2023-04-18T00:21:55.426Z] PASS [2023-04-18T00:21:55.426Z] [2023-04-18T00:21:55.426Z] === Skipped [2023-04-18T00:21:55.426Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2023-04-18T00:21:55.426Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2023-04-18T00:21:55.426Z] check_test.go:308: [d47e332a62ef9] daemon is not started [2023-04-18T00:21:55.426Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2023-04-18T00:21:55.426Z] [2023-04-18T00:21:55.426Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2023-04-18T00:21:55.426Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2023-04-18T00:21:55.426Z] check_test.go:308: [d03bf476ab66b] daemon is not started [2023-04-18T00:21:55.426Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2023-04-18T00:21:55.426Z] [2023-04-18T00:21:55.426Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2023-04-18T00:21:55.426Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2023-04-18T00:21:55.426Z] check_test.go:308: [d7f185aca4a50] daemon is not started [2023-04-18T00:21:55.426Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2023-04-18T00:21:55.426Z] [2023-04-18T00:21:55.426Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2023-04-18T00:21:55.426Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2023-04-18T00:21:55.426Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2023-04-18T00:21:55.426Z] [2023-04-18T00:21:55.426Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2023-04-18T00:21:55.426Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2023-04-18T00:21:55.426Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2023-04-18T00:21:55.426Z] [2023-04-18T00:21:55.426Z] DONE 273 tests, 5 skipped in 2401.893s [2023-04-18T00:21:55.426Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2023-04-18T00:21:55.426Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d860693c1d413/docker.pid [2023-04-18T00:21:55.426Z] +++ kill 5595 [2023-04-18T00:21:55.426Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 5595 is not a child of this shell [2023-04-18T00:21:55.426Z] warning: PID 5595 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d860693c1d413/docker.pid had a nonzero exit code [2023-04-18T00:21:55.426Z] ++++ cat bundles/test-integration/docker.pid [2023-04-18T00:21:55.426Z] +++ kill 8088 [2023-04-18T00:21:55.426Z] +++ /etc/init.d/apparmor stop [2023-04-18T00:21:55.426Z] Leaving: AppArmorNo profiles have been unloaded. [2023-04-18T00:21:55.426Z] [2023-04-18T00:21:55.426Z] Unloading profiles will leave already running processes permanently [2023-04-18T00:21:55.426Z] unconfined, which can lead to unexpected situations. [2023-04-18T00:21:55.426Z] [2023-04-18T00:21:55.426Z] To set a process to complain mode, use the command line tool [2023-04-18T00:21:55.426Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2023-04-18T00:21:55.426Z] +++ true [2023-04-18T00:21:55.426Z] exiting test-integration [2023-04-18T00:21:55.426Z] ++ exit 0 [2023-04-18T00:21:55.426Z] [2023-04-18T00:21:55.426Z] + exit 0 [2023-04-18T00:21:55.426Z] ++ jobs -p [2023-04-18T00:21:55.426Z] + pids= [2023-04-18T00:21:55.426Z] + echo 'Remaining pids to kill: []' [2023-04-18T00:21:55.426Z] Remaining pids to kill: [] [2023-04-18T00:21:55.426Z] + '[' -z '' ']' Post stage [Pipeline] junit [2023-04-18T00:21:55.440Z] Recording test results [2023-04-18T00:21:56.180Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-45349/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2023-04-18T00:21:57.090Z] + make clean [2023-04-18T00:21:57.105Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2023-04-18T00:21:57.414Z] + echo Ensuring container killed. [2023-04-18T00:21:57.414Z] Ensuring container killed. [2023-04-18T00:21:57.414Z] + docker ps -aq -f name=docker-pr4-* [2023-04-18T00:21:57.414Z] + cids=97161a10364a [2023-04-18T00:21:57.414Z] 029a52166327 [2023-04-18T00:21:57.414Z] f1afb6d1165e [2023-04-18T00:21:57.414Z] + [ -n 97161a10364a [2023-04-18T00:21:57.414Z] 029a52166327 [2023-04-18T00:21:57.414Z] f1afb6d1165e ] [2023-04-18T00:21:57.414Z] + docker rm -vf 97161a10364a 029a52166327 f1afb6d1165e [2023-04-18T00:21:57.980Z] 97161a10364a [2023-04-18T00:21:57.980Z] 029a52166327 [2023-04-18T00:21:57.980Z] f1afb6d1165e [Pipeline] sh [2023-04-18T00:21:58.268Z] + echo Chowning /workspace to jenkins user [2023-04-18T00:21:58.268Z] Chowning /workspace to jenkins user [2023-04-18T00:21:58.268Z] + id -u [2023-04-18T00:21:58.268Z] + id -g [2023-04-18T00:21:58.268Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45349:/workspace busybox chown -R 1000:1000 /workspace [2023-04-18T00:21:58.268Z] Unable to find image 'busybox:latest' locally [2023-04-18T00:21:58.268Z] latest: Pulling from library/busybox [2023-04-18T00:21:58.525Z] 4b35f584bb4f: Pulling fs layer [2023-04-18T00:21:58.525Z] 4b35f584bb4f: Verifying Checksum [2023-04-18T00:21:58.525Z] 4b35f584bb4f: Download complete [2023-04-18T00:21:58.525Z] 4b35f584bb4f: Pull complete [2023-04-18T00:21:58.617Z] docker volume rm -f docker-dev-cache [2023-04-18T00:21:58.617Z] docker-dev-cache [Pipeline] deleteDir [2023-04-18T00:21:58.783Z] Digest: sha256:b5d6fe0712636ceb7430189de28819e195e8966372edfc2d9409d79402a0dc16 [2023-04-18T00:21:58.783Z] Status: Downloaded newer image for busybox:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] catchError [Pipeline] { [Pipeline] sh [2023-04-18T00:22:01.612Z] + bundleName=amd64 [2023-04-18T00:22:01.612Z] + echo Creating amd64-bundles.tar.gz [2023-04-18T00:22:01.612Z] Creating amd64-bundles.tar.gz [2023-04-18T00:22:01.612Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2023-04-18T00:22:01.612Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2023-04-18T00:22:02.557Z] Archiving artifacts [2023-04-18T00:22:04.663Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-45349/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2023-04-18T00:22:04.967Z] + make clean [2023-04-18T00:22:05.225Z] docker volume rm -f docker-dev-cache [2023-04-18T00:22:05.225Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [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